forked from Bioruebe/UniExtract2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
English.ini
353 lines (341 loc) · 49.1 KB
/
English.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
; -----------------------------------------------------------------------------
;
; Universal Extractor Language File
; Written for Universal Extractor 2.0.0
; Author: Jared Breland <jbreland@legroom.net>, updated for version 2 by Bioruebe
; Homepage: http://www.legroom.net/mysoft
;
; Updating translations:
; Before updating a translation, please make sure you have the current development version of
; Universal Extractor by enabling the 'Install beta updates' option in preferences and searching
; for updates by clicking 'Check for Updates' in the help menu.
; Make sure to read the messages titled 'Breaking changes' - which can be found at
; https://github.com/Bioruebe/UniExtract2/issues/2 - for a list of changes to already translated
; terms. Please compare the affected translations with the always up-to-date English language file
; and edit them to reflect the changes.
;
; Translation Instructions:
; Copy this file to a new file named after the new language
; Eg: A language file for the German language would be named German.ini.
; Replace the English words and phrases with their native equivalents,
; attempting to match the English phrasing and case-sensitivity as
; closely as possible for the sake of consistency
; Update the Author and Homepage information at the top of your new language
; file. Simply delete the Homepage line if you don't have one. Credit
; yourself in the ABOUT_INFO_LABEL term if you want to.
; Save the file in Unicode format (UTF-16/UCS-2 Little Endian) and send it to the developers -
; via Github: https://github.com/Bioruebe/UniExtract2/issues/2 or
; per e-mail to the address listed at https://bioruebe.com/contact/
;
; The following symbols have special meanings:
; & - when used in a GUI label or button, it precedes the letter that will be registered
; as a hotkey. Each letter should only be used once per menu.
; %name - will be replaced with 'Universal Extractor'
; %n - indicates a newline character
; %t - indicates a tab character
; %1,%2,... - indicates a string variable that UniExtract will replace
; The content of each %1,... variable is hardcoded into UniExtract.
; The numbered variables' order can be switched to fit your language's word order
;
; -----------------------------------------------------------------------------
[UniExtract]
; GUI labels and buttons
OK_BUT = "&OK"
CANCEL_BUT = "&Cancel"
YES_BUT = "&Yes"
NO_BUT = "&No"
DELETE_BUT = "&Delete"
COPY_BUT = "&Copy"
BATCH_BUT = "&Batch"
SEND_BUT = "&Send"
NEXT_BUT = "&Next >"
PREV_BUT = "< &Back"
CLOSE_BUT = "&Close"
EXIT_BUT = "&Exit"
CONTINUE_BUT = "&Continue"
FINISH_BUT = "&Finish"
ALWAYS_BUT = "&Always"
NEVER_BUT = "N&ever"
CHECKBOX_REMEMBER = "Remember my choice"
CHECKBOX_DONT_ASK_AGAIN = "Don't ask again"
MAIN_DEST_DIR_LABEL = "&Destination directory:"
MAIN_FILE_LABEL = "&Archive/Installer to"
MAIN_DIRECTORY_LOCK = "lock"
MAIN_DIRECTORY_LOCK_TOOLTIP = "Disables automatic destination directory choice,%ne.g. to extract multiple files to the same destination directory%nwithout having to re-select the destination for each of them"
MENU_FILE_LABEL = "&File"
MENU_FILE_OPEN_LABEL = "&Open…"
MENU_FILE_KEEP_OPEN_LABEL = "&Keep %name open"
MENU_FILE_SHOW_LABEL = "&View Batch Queue"
MENU_FILE_CLEAR_LABEL = "&Clear Batch Queue"
MENU_FILE_LOG_OPEN_LABEL = "Open most &recent log file"
MENU_FILE_LOG_FOLDER_OPEN_LABEL = "Open Log &Directory"
MENU_FILE_LOG_LABEL = "Delete Log &Files (%1)"
MENU_FILE_QUIT_LABEL = "&Quit"
MENU_EDIT_LABEL = "&Edit"
MENU_EDIT_SILENT_MODE_LABEL = "&Silent Mode"
MENU_EDIT_PASSWORD_LABEL = "Password &List"
MENU_EDIT_CONTEXT_LABEL = "&Context Menu Entries"
MENU_EDIT_PREFS_LABEL = "&Preferences"
MENU_HELP_LABEL = "&Help"
MENU_HELP_FEEDBACK_LABEL = "&Give Feedback"
MENU_HELP_PLUGINS_LABEL = "&Plugin Manager"
MENU_HELP_UPDATE_LABEL = "Check for &Updates"
MENU_HELP_WEB_LABEL = "%1 &Web Site"
MENU_HELP_GITHUB_LABEL = "%1 on &Github"
MENU_HELP_STATS_LABEL = "&Statistics"
MENU_HELP_PROGDIR_LABEL = "Open Program &Directory"
MENU_HELP_CONFIGFILE_LABEL = "Open &Configuration File"
MENU_HELP_ABOUT_LABEL = "&About"
PREFS_TITLE_LABEL = "Preferences"
PREFS_UNIEXTRACT_OPTS_LABEL = "General Options"
PREFS_HISTORY_LABEL = "Keep track of archive &history"
PREFS_UPDATEINTERVAL_LABEL = "Search for updates:"
PREFS_UPDATE_DAILY = "daily"
PREFS_UPDATE_WEEKLY = "weekly"
PREFS_UPDATE_MONTHLY = "monthly"
PREFS_UPDATE_YEARLY = "yearly"
PREFS_UPDATE_NEVER = "never"
PREFS_UPDATE_CUSTOM = "every %1 days"
PREFS_FORMAT_OPTS_LABEL = "Additional Options"
PREFS_LANG_LABEL = "&Language:"
PREFS_WARN_EXECUTE_LABEL = "&Warn before executing files"
PREFS_WARN_EXECUTE_TOOLTIP = "Some extraction methods are based on executing the files.%nWith this option enabled a warning is displayed before performing such potentially dangerous actions."
PREFS_CHECK_FREE_SPACE_LABEL = "Check free space"
PREFS_CHECK_FREE_SPACE_TOOLTIP = "Check for enough free space on disk before extracting."
PREFS_CHECK_UNICODE_LABEL = "Check for unicode characters"
PREFS_CHECK_UNICODE_TOOLTIP = "Some special characters (e.g. japanese characters on non-japanese systems) can cause problems when trying to extract.%nIf you have problems with extracting such files, enable this option to temporarily rename them automatically."
PREFS_APPEND_EXT_LABEL = "&Fix file extensions"
PREFS_APPEND_EXT_TOOLTIP = "Fix missing or wrong file extensions."
PREFS_HIDE_TRAY_LABEL = "Disable tray icon"
PREFS_HIDE_STATUS_LABEL = "Disable status box"
PREFS_HIDE_STATUS_FULLSCREEN_LABEL = "Hide status box in full screen"
PREFS_HIDE_STATUS_FULLSCREEN_TOOLTIP = "Game mode - disables the status box automatically if the active window is a full screen application"
PREFS_OPEN_FOLDER_LABEL = "Open output folder after extraction"
PREFS_FEEDBACK_PROMPT_LABEL = "Ask for feedback"
PREFS_FEEDBACK_PROMPT_TOOLTIP = "With this option enabled a prompt for feedback will be shown after failed extractions."
PREFS_WINDOW_POSITION_LABEL = "Remember window size and position"
PREFS_SEND_STATS_LABEL = "Send anonymous usage statistics"
PREFS_SEND_STATS_TOOLTIP = "Automatically send statistics (which type of files - e.g. zip - you extract most, which options you set, a random user ID;%nno file names or information, that could be used to identify you are collected). This helps to identify the most used%nfeatures of %name and focus development on improving them."
PREFS_LOG_LABEL = "Create log files"
PREFS_VIDEOTRACK_LABEL = "Extract video tracks"
PREFS_VIDEOTRACK_TOOLTIP = "If deactivated, video tracks are ignored when extracting from video files.%nThis is useful if you only need the audio track(s) and want to save disk space and time."
PREFS_TOPMOST_LABEL = "Always on &top"
PREFS_BETA_UPDATES_LABEL = "Install beta updates"
PREFS_SOURCE_FILES_LABEL = "Source Files"
PREFS_SOURCE_FILES_OPT_ASK = "ask"
PREFS_SOURCE_FILES_OPT_DELETE = "delete"
PREFS_SOURCE_FILES_OPT_KEEP = "keep"
PREFS_SOURCE_FILES_OPT_KEEP_TOOLTIP = "Always display a prompt to delete or keep the source files."
PREFS_DELETE_ADDITIONAL_FILES_LABEL = "Delete additional files"
PREFS_DELETE_ADDITIONAL_FILES_TOOLTIP = "%name pre-filters extracted files and moves known useless files to a directory named '%1'.%nHere you can choose to delete the files instead."
FEEDBACK_TITLE_LABEL = "Feedback"
FEEDBACK_SYSINFO_LABEL = "System information:"
FEEDBACK_OUTPUT_LABEL = "%name output:"
FEEDBACK_MESSAGE_LABEL = "Your message/additional information:"
FEEDBACK_PRIVACY_ACCEPT_LABEL = "I have read and accept the Privacy Policy"
FEEDBACK_PRIVACY_VIEW_LABEL = "View Privacy Policy"
CONTEXT_ENTRIES_LABEL = "Context Menu Entries"
CONTEXT_ENABLED_LABEL = "enabled"
CONTEXT_ALL_USERS_LABEL = "activate for all Users"
CONTEXT_ADMIN_REQUIRED = "This option requires administrator rights"
CONTEXT_FILE_ASSOC_LABEL = "File Associations"
CONTEXT_SIMPLE_RADIO = "simple"
CONTEXT_CASCADING_RADIO = "cascading"
CONTEXT_CASCADING_RADIO_TOOLTIP = "This feature requires Windows 7 or newer"
UPDATE_ACTION_INSTALL = "Install update"
UPDATE_STATUS_SEARCHING = "Searching for updates..."
UPDATE_TERM_PROGRAM_FILES = "%name program files"
UPDATE_WHATS_NEW = "What's new?"
FIRSTSTART_TITLE = "&First Start Assistant"
FIRSTSTART_PAGES = "Welcome|Preferences|Context Menu Entries"
FIRSTSTART_PAGE1 = "Welcome to %name.%n%nPlease take a moment to fit %name to your needs.%n%nBut first: legal stuff.%nThis Software is provided "as-is", without any warranty. Use it at your own risk. The authors of %name cannot be made responsible for any damages arising from the use of the Software. By using %name you agree to use it only for legal purposes according to local and international law. If you do not accept this license aggreement, you are not allowed to use this tool."
FIRSTSTART_PAGE2 = "First, please set the general options for extraction and global behaviour of %name.%n%nAll of these preferences can be accessed at any time via main menu."
FIRSTSTART_PAGE3 = "%name can integrate completely into the context menu, so that a file can be extracted or general information about the file type can be displayed with a simple right click on any file and without opening the main program window. Please choose which context menu entries should be shown.%n%nAll of these preferences can be accessed at any time via main menu."
FFMPEG_LICENSE_ACCEPT_LABEL = "I have read and agree to the license agreement"
FFMPEG_LICENSE_VIEW_LABEL = "View license agreement"
FFMPEG_SELECT_LABEL = "Already have FFmpeg?"
FFMPEG_SELECT_TITLE = "Select FFmpeg"
STATS_HEADER_STATUS = "General result distribution"
STATS_HEADER_TYPE = "Extractions by file type"
STATS_STATUS_SUCCESS = "Success"
STATS_STATUS_FAILED = "Failed"
STATS_STATUS_FILEINFO = "File scan"
STATS_STATUS_UNKNOWN = "Unknown file type / not supported"
STATS_NO_DATA = "Not enough data available to create statistics.%n%nPlease try again later."
FILESCAN_TITLE = "Outcome of the file scan:"
ABOUT_INFO_LABEL = "by %1%nVersion 2.0.0 by Bioruebe <%2>%n%n%3%n%nEnglish language file by Jared Breland/Bioruebe%n%nReleased under %4"
ABOUT_VERSION = "Version %1 (%2)"
METHOD_ADMIN_RADIO = "%1 Administrative Installer"
METHOD_EXTRACTION_RADIO = "%1 extraction"
METHOD_HEADER = "%1 Extraction"
METHOD_RADIO_LABEL = "Extract Method"
METHOD_SWITCH_RADIO = "%1 switch"
METHOD_NOT_INSTALLER_RADIO = "Not a(n) %1 installer"
METHOD_TEXT_LABEL = "%name supports the following methods for extracting %1 packages. Unfortunately, none of these methods is 100% reliable. If the default method does not seem to work, please rerun %name and select an alternative method."
METHOD_UNPACKER_RADIO = "%1 Unpacker"
METHOD_GAME_LABEL = "The file %1 is probably a game archive. %name can handle several types of game packages but cannot determine from which game the file originates. If the file belongs to a game, please select it from the list below. Otherwise select '%2' or click '%3' to try to extract the package with another method."
METHOD_GAME_NOGAME = "Not a game of this list"
METHOD_NOT_IN_LIST = "None of these"
METHOD_FILE_SELECT_LABEL = "An additional data file is needed to extract %1, but %name cannot determine which one.%n%nPlease select on of the options below. If the extraction does not work correctly, try again with a different choice."
METHOD_EXTRACTOR_SELECT_LABEL = "%nThe list below contains a short code for every extractor/file type currently supported by %name.%n%nPlease select the extraction type to use. Select '%2' to auto-detect the file type as if running %name normally."
; GUI control functions
EXTRACT_TO = "Extract to"
OPEN_FILE = "Open file"
SELECT_FILE = "Select file"
UPDATE_CURRENT = "You are already using the most current version of %name."
; Common terms
TERM_ARCHIVE = "archive"
TERM_AUDIO = "Audio"
TERM_COMPILED = "Compiled"
TERM_COMPRESSED = "compressed file"
TERM_CONTAINER = "container format"
TERM_DATABASE = "database"
TERM_DISK_IMAGE = "disk image"
TERM_DOWNLOAD = "Download"
TERM_DOWNLOADING = "Downloading"
TERM_EBOOK = "ebook"
TERM_ECARD = "ecard"
TERM_ENCODED = "encoded file"
TERM_ENCRYPTED = "encrypted file"
TERM_ERROR = "Error"
TERM_EXECUTABLE = "executable file"
TERM_EXTRACT = "extract"
TERM_FILE = "file"
TERM_GAME = "Game "
TERM_HELP = "Help file"
TERM_HOTFIX = "hotfix"
TERM_IMAGE = "image"
TERM_INSTALLED = "Installed"
TERM_INSTALLER = "installer"
TERM_LOADING = "Loading..."
TERM_MERGE_MODULE = "merge module"
TERM_OVERALL_PROGRESS = "Overall progress"
TERM_PACKAGE = "package"
TERM_PAGE = "page"
TERM_PATCH = "patch"
TERM_RECONSTRUCTED = "Reconstructed"
TERM_SCAN = "scan"
TERM_SCRIPT = "script"
TERM_SFX = "Self-Extracting"
TERM_STAGE = "Stage"
TERM_TESTING = "Testing"
TERM_TRANSLATION = "translation"
TERM_UNKNOWN = "unknown"
TERM_UNPACKED = "unpacked"
TERM_UPDATER = "updater"
TERM_VIDEO = "Video"
; Status messages
SCANNING_FILE = "Scanning file with %1"
SCANNING_EXE = "Scanning executable file with %1"
EXTRACTING = "Extracting files from:"
INIT_WAIT = "Waiting for installer to initialize.%nPlease wait."
SENDING_FEEDBACK = "Sending feedback"
INPUT_NEEDED = "User input needed"
SEARCHING_PASSWORD = "Searching password"
TESTING_PASSWORD = "Trying passwords (%1/%2)"
MOVING_FILE = "Moving to"
RENAMING_FILES = "Renaming files"
RENAMING_FILES_PROGRESS = "Renaming files (%1/%2)"
PROCESSING = "Processing..."
CLEANING_UP = "Cleaning up..."
; Custom prompts
INIT_COMPLETE = "Initialization complete. Please exit the installer, then click OK to continue."
UNPACK_PROMPT = "This file might be packed with %1 compression.%n%nWould you like to unpack it?%nOtherwise, file analysis will continue.%n%nNote: The unpacked file will be named:%n%2"
UNPACK_FAILED = "Error: %1%ncould not be unpacked."
UNPACK_AGAIN = "%1 was successfully unpacked. %n%nDo you want %name to try to extract the file %2?"
NSIS_BINFILES = "Note: %1 was successfully extracted. %nHowever, there are data.bin files in the same directory as the file %2. These could be part of the installation files. %n%nClick OK to unpack them with %name or Cancel to abort."
WARN_EXECUTE = "In order to extract files of this type, the file must be directly executed.%n%nIf you believe this file may possibly be malicious, it is recommended that you do not continue."
FEEDBACK_SUCCESS = "Thank you for your feedback. Your message will be processed soon."
FEEDBACK_PROMPT = "To improve further versions of %name, you could inform the developers about problems.%nExtraction logs contain valuable information about the file and potential errors, which might have occurred during extraction.%n%nDo you want to open the feedback interface now?"
FEEDBACK_PRIVACY = "Privacy notice: The feedback files are stored online on our servers until they are processed by a developer and deleted afterwards. No data will be shared with third parties. You can request deletion at any time via email.%n%nThe logged content can include system information as well as parts of the file's content. If you do not want to send specific information, simply delete them.%n%nDo you accept this privacy agreement and want to send the message? Otherwise nothing will be transmitted."
FEEDBACK_OUTDATED = "Warning: You are using an outdated version of %name.%n%nBefore reporting a problem, please make sure it is still present in the latest release. Thank you!"
FFMPEG_NEEDED = "%1 seems to be a multimedia file.%n%nIn order to extract all video and audio tracks, FFmpeg is needed. Simply click the %2 button and everything is downloaded and set up automatically."
PROGRAM_FILES_MISSING = "Warning: %name's program files are incomplete.%n%nDo you want to automatically redownload all missing files?"
PLUGIN_MISSING = "In order to extract %1, an additional helper program is needed.%n%nPlease use the button below to open the plugin manager and download the selected helper module. Then use the button '%2' to add it to %name. After closing the plugin manager, the extraction continues."
UPDATE_PROMPT = "A new update is available for %1.%n%nDo you want to download it now?"
FILE_COPY = "To process the file %1 correctly, a copy has to be created. Depending on the file size, this can take some time.%n%nPlease ensure that there is enough free space available and click OK to continue."
FILE_DELETE = "The file %1 has successfully been extracted. Do you want %name to delete the original file?%n%nNote: It can be possible that the extracted files are not usable. Please only click Yes if you are sure, the extraction worked like imagined.%n(This message can be deactivated in the options.)"
BATCH_DUPLICATE = "The file %1 is already in the batch queue.%n%nShall it be added again and therefore extracted twice?"
NO_FREE_SPACE = "Warning:%nThe output drive %1 has less free space than the input file's size.%n%nFree space:%t%2 MB%nSpace needed:%t>%3 MB%nDifference:%t~%4 MB"
CONTEXT_DANGEROUS = "Warning:%nChanging file associations can be dangerous. E.g. changing .exe standard commands may result in applications not being able to run at all. Please make sure you know what you are doing.%n%nDo you really want to continue?"
ELEVATION_REQUIRED = "Access denied.%n%n%name will now restart with elevated rights. Please try again afterwards."
ACCESS_DENIED = "Access denied.%n%n%name is already executed with elevated rights. Please ensure you have the permissions necessary to perform the action and try again."
MOVE_FAILED = "%1 could not be copied to %2. In case the path or name contains special characters, please try to rename the file or move it to a folder with a regular name. This way, %name does not have to copy it to the temporary directory. Then start the extraction again."
; Help text
HELP_TITLE = "%name: command line usage"
HELP_USAGE_TITLE = "Usage:"
HELP_USAGE = "%1 <file> [<destination> | /scan | /sub | /last] [/silent] [/batch] [/type[=<type>]]"
HELP_ARGUMENTS = "Supported Arguments:"
HELP_SCAN = "%n %1%t%tDisplay information about the file type, does not extract any files"
HELP_FILENAME = " <file>%t%tPath of the file to extract"
HELP_DESTINATION = "%n <destination>%tDirectory to extract to"
HELP_SILENT = "%n %1%t%tSilent mode (suppresses all prompts)"
HELP_BATCH = "%n %1%t%tAdd file to batch queue"
HELP_TYPE = "%n %1<type>%tTreat the file to extract as type <type>%n%t%tor display a type selection dialog, if no type is specified"
HELP_SUB = "%n%nPassing %1 instead of a destination directory instructs %name to extract to a subdirectory named after the archive; "
HELP_LAST = "with %1 the last used directory will be used."
HELP_NOARGS = "%n%nRunning %name without any arguments will open the graphical user interface."
HELP_MORE = "%n%nA complete documentation including less frequently used command line parameters can be found in the online help linked below."
HELP_EXAMPLE_TITLE = "Example:"
HELP_EXAMPLE = "%1 "C:\Files\example.zip" "C:\unpacked""
HELP_DOCS_LINK = "View full command line reference"
; Warning messages
WARN_CONVERSION_FAILED = "Automatic file conversation failed."
WARN_MOVE_FAILED = "%1 files/folders could not be moved."
; Error messages
UNKNOWN_FILETYPE_TITLE = "Unknown file type"
UNKNOWN_FILETYPE = "%1 cannot be extracted. The file type could not be determined exactly.%n%nIf you have more information about this file type, please contact us using the feedback form."
INVALID_FILE = "The file to extract,%n%n%1%,n%ncould not be found. Please select a valid input.%n%n%1"
INVALID_DIR = "%1 could not be created. You may not have the required permissions to write to the folder.%n%nPlease select a valid destination or try running %name with administrator rights."
NO_HISTORY = "%1 could not be extracted.%nLast used directory cannot be read.%n%nPlease make sure %2 is enabled and you have extracted at least one file before trying to extract to last used directory."
EXTRACT_FAILED = "%1 could not be extracted.%n%nIt appears to be a(n) %2, which is supported, but extraction failed.%n%nDo you want %name to create and display a log file with further information?"
NOT_PACKED = "%1 could not be extracted, the file is not packed but %n%n%2"
DOWNLOAD_FAILED = "The file %1 could not be downloaded. Please ensure that you are connected to the internet and try again."
UPDATECHECK_FAILED = "Checking for updates failed. Please ensure that you are connected to the internet and try again."
UPDATE_FAILED = "Some files failed to update.%n%nPlease try again later, run %name as administrator or redownload %name."
UPDATE_NOADMIN = "%name failed to request administrative rights.%n%nPlease right-click the %name program icon and select 'Run as administrator', then search for updates again via the help menu."
FFMPEG_MOVE_FAILED = "FFmpeg could not be set up correctly. Please right-click the %name program icon, select 'Run as administrator' and try again."
FFMPEG_INVALID_FILE = "The selected file is not a supported version of FFmpeg.%n%nFFmpeg is available in two versions: as a single big executable ('static') and as a folder with a very small executable and many .dll files ('shared'). %name only supports the first."
FEEDBACK_EMPTY = "Please try to give as much information as possible to ensure fast handling of your feedback."
FEEDBACK_ERROR = "Failed to send feedback. Please try again later or submit your report via email or on Github. Thank you.%n%nThe following error occurred: %1"
FEEDBACK_PRIVACY_NOT_ACCETPED = "Please accept the Privacy Policy to send feedback."
LICENSE_NOT_ACCEPTED = "Please accept the License Agreement to continue."
BATCH_FINISH = "Batch processing has finished, but not all files could be extracted successfully. The following files resulted in an error:%n%n%1%nFor further information please read the appropriate files in the log directory (only available if logging is activated)."
NOT_SUPPORTED_TITLE = "Unsupported file type"
NOT_SUPPORTED = "%1 cannot be extracted.%n%n%name does not support the file type.%n%nIf you have information on how to extract the file, please send us a message and help making %name even better."
MISSING_EXE = "%1 cannot be extracted.%n%nThe helper module %2 could not be found."
EXTRACT_TIMEOUT = "%1 could not be extracted.%n%nThe timeout was reached. If the problem is temporary, another try could lead to success."
WRONG_PASSWORD = "%1 could not be extracted.%n%nThe file is password protected and the password you entered is incorrect.%n%nTip: Use the built-in automatic password search based on a configurable password list, which can be found in the %2 menu."
NO_FREE_SPACE_ERROR = "%1 could not be extracted.%n%nThere is not enough space on the output drive. Free up enough space and try again."
MISSING_PART = "%1 could not be extracted.%n%nThe archive consists of multiple parts. All of them are needed to extract it, but some of them could not be found.%n%nMake sure all parts of the file are in the same directory and try again."
PLUGIN_IMPORT_MISSINGFILES = "Importing plugin %1 failed.%n%nNot all files were selected. Please retry and select all of the following files:%n%n%2"
MISSING_DEFINITION = "%1 cannot be extracted.%n%nThe definition file %2 could not be found.%n%nIf it is a custom plugin, make sure you set it up correctly."
OPEN_URL_FAILED = "%name failed to open requested web link.%n%nPlease open your favourite browser and manually enter the following URL:"
; Plugin descriptions
PLUGIN_SUPPORTED_FILETYPES = "Supported file types:"
PLUGIN_ARC_CONV = "Extractor for several game archives"
PLUGIN_ISCAB = "Part of the InstallShield package to extract cab files. It might work better than Universal Extractor's generic extraction, but is a commercial (non free) tool."
PLUGIN_THINSTALL = "Extractor for programs made portable with Thinstall"
PLUGIN_UNREAL = "Extractor for Unreal Engine archives"
PLUGIN_WINTERMUTE = "Extractor for WinterMute engine game archives"
PLUGIN_CI = "Plugin for CreateInstall installers, download, install, copy files %1, %2, %3 to \bin"
PLUGIN_DGCA = "Decompressor for DGCA archives"
PLUGIN_BOOTIMG = "Extractor for Android boot images"
PLUGIN_IS5COMP = "Extraction support for older InstallShield cabinet archives"
PLUGIN_WOLF = "Additional extraction utility used for encrypted WOLF RPG game archives"
PLUGIN_EXTSIS = "Extractor for newer Symbian OS packages"
PLUGIN_BITROCK = "Extractor for Bitrock Install Builder installers"
; Context Menu integration
EXTRACT_FILES = "UniExtract &Open"
EXTRACT_HERE = "UniExtract &Here"
EXTRACT_SUB = "UniExtract to &Subdir"
EXTRACT_LAST = "UniExtract to &last dir."
SCAN_FILE = "Scan &File"
; Other
DIR_ADDITIONAL_FILES = "Additional files"
; Uninstaller
UNINSTALL = "Uninstall"
UNINSTALL_TITLE = "Uninstall %name"
UNINSTALL_LABEL = "If you plan to install %name again, you can choose to keep your settings here. Otherwise, it is save to delete all user data."
UNINSTALL_REMOVE_LOGS = "Remove log files"
UNINSTALL_REMOVE_USERDATA = "Remove all user data and settings"