|
30 | 30 | <string name="LOCATION_GAME_FOLDER">Game folder</string> |
31 | 31 | <string name="LOCATION_GAME_FOLDER_TEXT">Install this mod directly into the game folder</string> |
32 | 32 | <string name="LOCATION_GAME_FOLDER_NOT_ALLOWED">This package cannot be installed into the game folder because it is disabled in $ModsFolder$ folder settings.</string> |
33 | | - |
| 33 | + |
| 34 | + <string name="CONFIRM_INSTALLATION_TITLE">Confirm installation</string> |
| 35 | + <string name="CONFIRM_INSTALLATION_NOTE">Please review the information below and confirm installation.</string> |
| 36 | + <string name="PACKAGE_NAME_">Package:</string> |
| 37 | + <string name="INSTALL_LOCATION_">Install location:</string> |
| 38 | + <string name="GAME_PATH_">Game path:</string> |
| 39 | + <string name="CONFIRM_INSTALLATION_ACTION">Confirm installation</string> |
| 40 | + <string name="ALWAYS_SHOW_CONFIRM_INSTALL_DIALOG">Always show this dialog</string> |
| 41 | + |
34 | 42 | <string name="INSTALLATION_SUCCEEDED">Installation succeeded</string> |
35 | 43 | <string name="RUN_GAME">Run $RageGAME$</string> |
36 | 44 | <string name="RUN_GAME_TEXT">Run game and check what you just got</string> |
|
46 | 54 | <string name="ERROR_CODE_UNKNOWN">Something happened. Please check log file for error details.</string> |
47 | 55 | <string name="ERROR_INSTALLATION">A fatal error occurred during installation. Please check log file for error details.</string> |
48 | 56 | <string name="ERROR_MSXML">MSXML is not installed. It is required to use Package Installer.</string> |
| 57 | + <string name="ERROR_NO_LOG_FILE">Package Installer is unable to create log file. Restart your PC and try again. If issue still persist check your antivirus software.</string> |
49 | 58 | <string name="CHECK_LOG_FILE">Please check log file for error details.</string> |
50 | | - |
| 59 | + |
51 | 60 | <string name="OPEN_INSTALLATION_LOG">Open installation log</string> |
52 | 61 | <string name="OPEN_LOG_FILE">Open log file</string> |
53 | 62 |
|
54 | 63 | <!-- LOADING --> |
55 | 64 | <string name="LOADING_ERROR_NOT_VALID_ZIP_FILE">Package file is not valid ZIP file.</string> |
| 65 | + <string name="LOADING_ERROR_NOT_SUPPORTED_ZIP_COMPRESSION_METHOD">The compression method of this ZIP file is not supported.</string> |
56 | 66 | <string name="LOADING_ERROR_FILE_UNKNOWN_EXTENSION">Unknown file extension. Package file must be .oiv or .zip.</string> |
57 | 67 | <string name="LOADING_ERROR_FILE_NO_ACCESS">Cannot access package file. Make sure it is not used by another process.</string> |
58 | 68 | <string name="LOADING_ERROR_FILE_NOT_EXISTS">Package file does not exist.</string> |
|
77 | 87 | <string name="INSTALLING_ERROR_CURRENT_GAME_NOT_SUPPORTED">This package cannot be installed into $RageGAME$. Please check supported games list in additional information section.</string> |
78 | 88 | <string name="INSTALLING_ERROR_MISSING_FILES_IN_PACKAGE">Some files are missing in the package archive. Please contact package author.</string> |
79 | 89 | <string name="INSTALLING_ERROR_INCORRECT_FILE_PATH">Some files have incorrect ingame path. Please contact package author.</string> |
80 | | - |
| 90 | + <string name="INSTALLING_ERROR_ANOTHER_INSTALLER">Another package installation is currently in progress. Please wait for it to finish before trying again.</string> |
| 91 | + |
81 | 92 | <!-- Notes --> |
82 | 93 | <string name="INSTALL_NOTE_NO_UNINSTALL">This package cannot be uninstalled automatically.</string> |
83 | | - |
| 94 | + |
84 | 95 | </RenderUI> |
85 | 96 | </Translation> |
0 commit comments