-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathResources.resx
465 lines (454 loc) · 19.3 KB
/
Resources.resx
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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="MenuFile" xml:space="preserve">
<value>File</value>
</data>
<data name="MenuFileOpen" xml:space="preserve">
<value>Open Document</value>
</data>
<data name="MenuFileSaveSelected" xml:space="preserve">
<value>Save selected File(s)</value>
</data>
<data name="MenuFileSaveAll" xml:space="preserve">
<value>Save all Files</value>
</data>
<data name="MenuFileQuit" xml:space="preserve">
<value>Quit</value>
</data>
<data name="MenuDocument" xml:space="preserve">
<value>Document</value>
</data>
<data name="MenuDocumentShowImages" xml:space="preserve">
<value>Show embedded Image Files</value>
</data>
<data name="MenuDocumentShowOther" xml:space="preserve">
<value>Show other embedded Files</value>
</data>
<data name="MenuDocumentKeepStructure" xml:space="preserve">
<value>Keep Folder Structure when Extracting</value>
</data>
<data name="MenuDocumentOpenExplorer" xml:space="preserve">
<value>Show in Explorer after Extracting</value>
</data>
<data name="MenuAppearance" xml:space="preserve">
<value>Appearance</value>
</data>
<data name="MenuAppearanceDarkmode" xml:space="preserve">
<value>Dark Mode</value>
</data>
<data name="MenuAppearanceLanguage" xml:space="preserve">
<value>Language</value>
</data>
<data name="MenuAppearanceLanguageEnglish" xml:space="preserve">
<value>English</value>
</data>
<data name="MenuAppearanceLanguageGerman" xml:space="preserve">
<value>Deutsch (German)</value>
</data>
<data name="MenuHelp" xml:space="preserve">
<value>Help</value>
</data>
<data name="MenuHelpAbout" xml:space="preserve">
<value>About</value>
</data>
<data name="MenuHelpWebsite" xml:space="preserve">
<value>Project Website</value>
</data>
<data name="MenuHelpChangeLog" xml:space="preserve">
<value>Change Log</value>
</data>
<data name="MenuHelpLicense" xml:space="preserve">
<value>License</value>
</data>
<data name="ButtonOpen" xml:space="preserve">
<value>Open Document</value>
</data>
<data name="LabelListview" xml:space="preserve">
<value>Embedded Files</value>
</data>
<data name="ListViewColumnName" xml:space="preserve">
<value>Filename (Embedded)</value>
</data>
<data name="ListViewColumnExtension" xml:space="preserve">
<value>Ext.</value>
</data>
<data name="ListViewColumnPath" xml:space="preserve">
<value>Relative Path</value>
</data>
<data name="ButtonSave" xml:space="preserve">
<value>Save File(s)</value>
</data>
<data name="ButtonSaveAll" xml:space="preserve">
<value>Save all Files</value>
</data>
<data name="LabelPreview" xml:space="preserve">
<value>Preview</value>
</data>
<data name="AboutAuthor" xml:space="preserve">
<value>Author</value>
</data>
<data name="AboutCloseButton" xml:space="preserve">
<value>Close</value>
</data>
<data name="AboutDate" xml:space="preserve">
<value>Date</value>
</data>
<data name="AboutDescription" xml:space="preserve">
<value>Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents) or common archives (e.g. zip, 7z or tar)</value>
</data>
<data name="AboutHeader" xml:space="preserve">
<value>About Media-Extractor</value>
</data>
<data name="AboutLicense" xml:space="preserve">
<value>License</value>
</data>
<data name="AboutVersion" xml:space="preserve">
<value>Version</value>
</data>
<data name="AboutWebsite" xml:space="preserve">
<value>Website</value>
</data>
<data name="ButtonSaveSelected" xml:space="preserve">
<value>Save selected File(s)</value>
</data>
<data name="CrcDescription" xml:space="preserve">
<value>CRC32 (cyclic redundancy check) is a simple hashing method to compare whether data or files are identical. However, CRC does not provide a 100% guarantee that two files are identical. But it is a strong evidence if the size of both files are identical and no malicious tampering is to be expected.</value>
</data>
<data name="DialogButtonCancel" xml:space="preserve">
<value>Cancel Extraction</value>
</data>
<data name="DialogButtonCancelTooltip" xml:space="preserve">
<value>Cancel the extraction</value>
</data>
<data name="DialogButtonOverwrite" xml:space="preserve">
<value>Overwrite</value>
</data>
<data name="DialogButtonOverwriteTooltip" xml:space="preserve">
<value>Replace the existing file</value>
</data>
<data name="DialogButtonRename" xml:space="preserve">
<value>Rename</value>
</data>
<data name="DialogButtonRenameTooltip" xml:space="preserve">
<value>Rename the new file</value>
</data>
<data name="DialogButtonSkip" xml:space="preserve">
<value>Skip</value>
</data>
<data name="DialogButtonSkipTooltip" xml:space="preserve">
<value>Skip the extraction of the file</value>
</data>
<data name="DialogCancelTitle" xml:space="preserve">
<value>Canceled</value>
</data>
<data name="DialogErrorTitle" xml:space="preserve">
<value>Error</value>
</data>
<data name="DialogExplorerError" xml:space="preserve">
<value>The path '{0}' could not be opened</value>
</data>
<data name="DialogHeader" xml:space="preserve">
<value>File already exists...</value>
</data>
<data name="DialogLabelCrc" xml:space="preserve">
<value>CRC32:</value>
</data>
<data name="DialogLabelDate" xml:space="preserve">
<value>Date:</value>
</data>
<data name="DialogLabelExisting" xml:space="preserve">
<value>Existing File</value>
</data>
<data name="DialogLabelName" xml:space="preserve">
<value>Name:</value>
</data>
<data name="DialogLabelNew" xml:space="preserve">
<value>New File to Extract</value>
</data>
<data name="DialogLabelSize" xml:space="preserve">
<value>Size:</value>
</data>
<data name="DialogRememberCheckbox" xml:space="preserve">
<value>Remember Decision</value>
</data>
<data name="DialogSaveAllTitle" xml:space="preserve">
<value>Select a Folder to save all Files...</value>
</data>
<data name="DialogSaveCurrentTitle" xml:space="preserve">
<value>Save current File as...</value>
</data>
<data name="DialogSaveErrors" xml:space="preserve">
<value>Not all files were extracted</value>
</data>
<data name="DialogSaveFailure" xml:space="preserve">
<value>The file could not be saved</value>
</data>
<data name="DialogSaveFilter" xml:space="preserve">
<value>All files|*.*</value>
</data>
<data name="DialogSaveSelectedTitle" xml:space="preserve">
<value>Select a Folder to save the selected Files...</value>
</data>
<data name="DialogUnexpectedError" xml:space="preserve">
<value>There was an unexpected error during the extraction:</value>
</data>
<data name="DropAreaWatermark" xml:space="preserve">
<value>Drop Document here</value>
</data>
<data name="StatusSaveCanceled" xml:space="preserve">
<value>The save process was canceled</value>
</data>
<data name="StatusSaveErrorSummary" xml:space="preserve">
<value>{0} files extracted ({1} overwritten, {2} renamed), {3} skipped, {4} not extracted (errors)</value>
</data>
<data name="StatusSaveFailure" xml:space="preserve">
<value>Could not save the file: {0}</value>
</data>
<data name="StatusSaveSuccess" xml:space="preserve">
<value>The file was saved as: {0}</value>
</data>
<data name="StatusSaveSummary" xml:space="preserve">
<value>{0} files extracted ({1} overwritten, {2} renamed), {3} skipped</value>
</data>
<data name="TextErrorMultipleFiles" xml:space="preserve">
<value>{0} files could not be extracted.</value>
</data>
<data name="TextErrorOneFile" xml:space="preserve">
<value>One file could not be extracted.</value>
</data>
<data name="TextNoPreview" xml:space="preserve">
<value>No Preview</value>
</data>
<data name="TextSaveError" xml:space="preserve">
<value>The path '{0}' could not be opened</value>
</data>
<data name="TextSkippedMultipleFiles" xml:space="preserve">
<value>{0} files were skipped.</value>
</data>
<data name="TextSkippedOneFile" xml:space="preserve">
<value>One file was skipped.</value>
</data>
<data name="DialogLoadFailure" xml:space="preserve">
<value>The file could not be loaded.\n{0}\nError Message: {1}</value>
</data>
<data name="DialogLoadFilter" xml:space="preserve">
<value>All Office Formats|*.docx;*.dotx;*.docm;*.dotm;*.xlsx;*.xlsm;*.xlsb;*.xltx;*.xltm;*.pptx;*.pptm;*.potx;*.potm;*.ppsx;*.ppsm|Word documents|*.docx;*.dotx;*.docm;*.dotm|Excel documents|*.xlsx;*.xlsm;*.xlsb;*.xltx;*.xltm|PowerPoint documents|*.pptx;*.pptm;*.potx;*.potm;*.ppsx;*.ppsm|Common Archive Formats|*.zip;*.7z;*.rar;*.bzip2,*.gz;*.tar;*.cab;*.chm;*.lzh;*.iso|All files|*.*</value>
</data>
<data name="DialogLoadTitle" xml:space="preserve">
<value>Select Office Document...</value>
</data>
<data name="StatusLoaded" xml:space="preserve">
<value>File loaded: {0}</value>
</data>
<data name="StatusLoadFailure" xml:space="preserve">
<value>The file could not be loaded</value>
</data>
<data name="StatusLoading" xml:space="preserve">
<value>Loading file... Please wait</value>
</data>
<data name="TextInvalidFormat" xml:space="preserve">
<value>The file may be not a valid Office file or archive.</value>
</data>
<data name="TextInvalidPath" xml:space="preserve">
<value>It looks like the filename is not valid. Please check the file name and path.</value>
</data>
<data name="TextLockedFile" xml:space="preserve">
<value>Please make sure that the file is not open in another application.</value>
</data>
<data name="DialogMissingChangelog" xml:space="preserve">
<value>The change log '{0}' was not found.</value>
</data>
<data name="DialogMissingChangelogTitle" xml:space="preserve">
<value>Changelog not found</value>
</data>
<data name="DialogMissingLicense" xml:space="preserve">
<value>The license file '{0}' was not found.</value>
</data>
<data name="DialogMissingLicenseTitle" xml:space="preserve">
<value>License could not be found</value>
</data>
<data name="StatusEmbeddedLoaded" xml:space="preserve">
<value>{0} loaded</value>
</data>
<data name="StatusLoadEmbeddedImageFailure" xml:space="preserve">
<value>Embedded file could not be loaded: {0}</value>
</data>
<data name="StatusLoadEmbeddedOtherFailure" xml:space="preserve">
<value>Preview not possible for {0}</value>
</data>
<data name="StatusLoadEmbeddedTextFailure" xml:space="preserve">
<value>Text / XML file could not be loaded: {0}</value>
</data>
<data name="StatusLoadingEmbedded" xml:space="preserve">
<value>Loading embedded file... Please wait</value>
</data>
<data name="MenuAppearanceLanguageDefault" xml:space="preserve">
<value>System Language (Default)</value>
</data>
<data name="DialogMissingWebsite" xml:space="preserve">
<value>The project website could not be loaded</value>
</data>
<data name="DialogMissingWebsiteTitle" xml:space="preserve">
<value>Project website not loaded</value>
</data>
<data name="TextErrorInvalidImage" xml:space="preserve">
<value>Image preview could not be created</value>
</data>
<data name="TextErrorInvalidText" xml:space="preserve">
<value>Text preview could not be created</value>
</data>
<data name="DialogInvalidExtensions" xml:space="preserve">
<value>An error occurred during the retrieval of the file extensions for the previews. The default values are restored</value>
</data>
<data name="StatusReady" xml:space="preserve">
<value>Ready</value>
</data>
<data name="ListViewColumnSize" xml:space="preserve">
<value>Size</value>
</data>
<data name="DialogMissingRecentFile" xml:space="preserve">
<value>The file was not found:\n{0}\nShould the entry be removed from the recent file list?</value>
</data>
<data name="MenuFileClearRecent" xml:space="preserve">
<value>Clear List</value>
</data>
<data name="MenuFileRecent" xml:space="preserve">
<value>Recent Files</value>
</data>
<data name="DialogSizeWarning" xml:space="preserve">
<value>The preview of a large file (> {0}) is attempted.\nThis process may take a long time.\nShall the preview be created?</value>
</data>
<data name="DialogSizeWarningTitle" xml:space="preserve">
<value>Attempt to preview a large File...</value>
</data>
<data name="MenuDocumentGenerictextPreview" xml:space="preserve">
<value>Text Preview on unknown File Formats</value>
</data>
<data name="MenuDocumentSizeWarning" xml:space="preserve">
<value>Show Warning for Preview of large Files</value>
</data>
<data name="StatusLoadEmbeddedImageFallback" xml:space="preserve">
<value>The preview image for '{0}' could not be loaded. Displaying as text</value>
</data>
<data name="StatusLoadEmbeddedOtherFallback" xml:space="preserve">
<value>The preview for '{0}' could not be loaded. Displaying as text</value>
</data>
<data name="StatusPreviewSkipped" xml:space="preserve">
<value>The preview of '{0}' was skipped (file too large)</value>
</data>
<data name="MenuAppearanceLanguageFrench" xml:space="preserve">
<value>Français (French)</value>
</data>
<data name="MenuAppearanceLanguageSpanish" xml:space="preserve">
<value>Español (Spanish)</value>
</data>
<data name="MenuAppearanceLanguageJapanese" xml:space="preserve">
<value>Japanese (日本語)</value>
</data>
</root>