-
Notifications
You must be signed in to change notification settings - Fork 76
/
Resources.resx
545 lines (527 loc) · 22.4 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
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
<?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="buttonBrowse" xml:space="preserve">
<value>…</value>
</data>
<data name="buttonBrowse_ToolTip" xml:space="preserve">
<value>Browse for folder</value>
</data>
<data name="buttonCancel" xml:space="preserve">
<value>_Cancel</value>
</data>
<data name="buttonCheckForUpdates" xml:space="preserve">
<value>Check no_w</value>
</data>
<data name="buttonDownloadUpdate" xml:space="preserve">
<value>_Download new version</value>
</data>
<data name="buttonOpenSettingsWindow" xml:space="preserve">
<value>_Settings</value>
</data>
<data name="buttonOpenSettingsWindow_ToolTip" xml:space="preserve">
<value>Open settings</value>
</data>
<data name="buttonResetSettings_ToolTip" xml:space="preserve">
<value>Reset settings to defaults</value>
</data>
<data name="buttonSave" xml:space="preserve">
<value>_Save</value>
</data>
<data name="buttonStart" xml:space="preserve">
<value>_Download</value>
</data>
<data name="buttonStop" xml:space="preserve">
<value>_Cancel</value>
</data>
<data name="buttonViewChangelog" xml:space="preserve">
<value>_View</value>
</data>
<data name="changelogDownloadError" xml:space="preserve">
<value>Could not download changelog from {0}</value>
</data>
<data name="checkBoxCheckForUpdates" xml:space="preserve">
<value>Check for _updates at startup</value>
</data>
<data name="checkBoxCheckForUpdates_ToolTip_Part" xml:space="preserve">
<value>Queries the following address when starting the app:</value>
</data>
<data name="checkBoxCoverArtInFolderConvertToJpg" xml:space="preserve">
<value>Convert to _JPG</value>
</data>
<data name="checkBoxCoverArtInFolderConvertToJpg_ToolTip" xml:space="preserve">
<value>Converts cover art to JPG with a compression of 90 (excellent trade-off between size and quality).</value>
</data>
<data name="checkBoxCoverArtInFolderResize" xml:space="preserve">
<value>Constrain _maximum width/height</value>
</data>
<data name="checkBoxCoverArtInFolderResize_ToolTip" xml:space="preserve">
<value>Resizes cover art to specified max width/height.</value>
</data>
<data name="checkBoxCoverArtInTagsConvertToJpg" xml:space="preserve">
<value>Convert to JP_G</value>
</data>
<data name="checkBoxCoverArtInTagsConvertToJpg_ToolTip" xml:space="preserve">
<value>Converts cover art to JPG with a compression of 90 (excellent trade-off between size and quality).</value>
</data>
<data name="checkBoxCoverArtInTagsResize" xml:space="preserve">
<value>Constrain m_aximum width/height</value>
</data>
<data name="checkBoxCoverArtInTagsResize_ToolTip" xml:space="preserve">
<value>Resizes cover art to specified max width/height.</value>
</data>
<data name="checkBoxCreatePlaylist" xml:space="preserve">
<value>Create _playlist for each album</value>
</data>
<data name="checkBoxCreatePlaylist_ToolTip" xml:space="preserve">
<value>Creates an album track file for each downloaded album.</value>
</data>
<data name="checkBoxDownloadDiscography" xml:space="preserve">
<value>Download _artist discography</value>
</data>
<data name="checkBoxDownloadDiscography_ToolTip" xml:space="preserve">
<value>Downloads the whole artist discography.</value>
</data>
<data name="checkBoxEnableApplicationSounds" xml:space="preserve">
<value>Play _notifications sounds</value>
</data>
<data name="checkBoxEnableApplicationSounds_ToolTip" xml:space="preserve">
<value>Notification sound for finished downloads.</value>
</data>
<data name="checkBoxM3uExtended" xml:space="preserve">
<value>Use _extended format (only for M3U)</value>
</data>
<data name="checkBoxM3uExtended_ToolTip" xml:space="preserve">
<value>M3U playlists in extended format (directives prefaced by the # character).</value>
</data>
<data name="checkBoxModifyTags" xml:space="preserve">
<value>_Modify tracks tags (ID3)</value>
</data>
<data name="checkBoxModifyTags_ToolTip" xml:space="preserve">
<value>Modifies each tag as specified below.
If not, all tags are unchanged, equivalent to setting "Do not modify" for each tag.</value>
</data>
<data name="checkBoxOneAlbumAtATime" xml:space="preserve">
<value>_Download one album at a time</value>
</data>
<data name="checkBoxOneAlbumAtATime_ToolTip" xml:space="preserve">
<value>Downloads only one album at a time.
If not, all albums are downloaded concurrently (better provided high bandwidth is available).</value>
</data>
<data name="checkBoxRetrieveFilesSize" xml:space="preserve">
<value>Retrieve _file size before downloading tracks</value>
</data>
<data name="checkBoxRetrieveFilesSize_ToolTip" xml:space="preserve">
<value>Retrieves file size to show precise progress.
If not, some bandwidth/time is saved.</value>
</data>
<data name="checkBoxSaveCoverArtInFolder" xml:space="preserve">
<value>Save in _folder</value>
</data>
<data name="checkBoxSaveCoverArtInFolder_ToolTip" xml:space="preserve">
<value>Downloads cover art to the album folder.</value>
</data>
<data name="checkBoxSaveCoverArtInTags" xml:space="preserve">
<value>Save in _tags</value>
</data>
<data name="checkBoxSaveCoverArtInTags_ToolTip" xml:space="preserve">
<value>Saves cover art in the track tags.</value>
</data>
<data name="checkBoxVerboseLog" xml:space="preserve">
<value>Show _verbose log</value>
</data>
<data name="checkBoxVerboseLog_ToolTip" xml:space="preserve">
<value>Shows more info in the log.</value>
</data>
<data name="folderBrowserDialogDescription" xml:space="preserve">
<value>Select folder to save albums in</value>
</data>
<data name="labelAdvancedSettingsWarning" xml:space="preserve">
<value>Change these settings at your own risk.</value>
</data>
<data name="labelAlbumArtist" xml:space="preserve">
<value>Album art_ist</value>
</data>
<data name="labelAlbumTitle" xml:space="preserve">
<value>Album _name</value>
</data>
<data name="labelAllowedFileSizeDifference" xml:space="preserve">
<value>Allowed file size _difference (%)</value>
</data>
<data name="labelArtist" xml:space="preserve">
<value>_Artist</value>
</data>
<data name="labelButtonResetSettings" xml:space="preserve">
<value>_Reset settings</value>
</data>
<data name="labelChangelog" xml:space="preserve">
<value>Changelog</value>
</data>
<data name="labelChangelogTitle" xml:space="preserve">
<value>Changelog</value>
</data>
<data name="labelComments" xml:space="preserve">
<value>Comm_ents</value>
</data>
<data name="labelCoverArtFileNameFormat" xml:space="preserve">
<value>File_name format</value>
</data>
<data name="labelCoverArtInFolderMaxSize" xml:space="preserve">
<value>Max size (_px)</value>
</data>
<data name="labelCoverArtInTagsMaxSize" xml:space="preserve">
<value>Max size (p_x)</value>
</data>
<data name="labelCurrentVersion" xml:space="preserve">
<value>Current version:</value>
</data>
<data name="labelDownloadMaxTries" xml:space="preserve">
<value>_Max download attempts</value>
</data>
<data name="labelDownloadRetryCooldown" xml:space="preserve">
<value>Retry c_ooldown (sec)</value>
</data>
<data name="labelDownloadRetryExponent" xml:space="preserve">
<value>Retry _exponent</value>
</data>
<data name="labelDownloadsPath" xml:space="preserve">
<value>Save albums _to</value>
</data>
<data name="labelFileNameFormat" xml:space="preserve">
<value>_Filename format:</value>
</data>
<data name="labelHttp" xml:space="preserve">
<value>_HTTP(S) proxy</value>
</data>
<data name="labelHttpPort" xml:space="preserve">
<value>_Port</value>
</data>
<data name="labelIssues" xml:space="preserve">
<value>Report a bug</value>
</data>
<data name="labelLanguage" xml:space="preserve">
<value>_Language</value>
</data>
<data name="labelListBoxItemAbout" xml:space="preserve">
<value>About</value>
</data>
<data name="labelListBoxItemAdvanced" xml:space="preserve">
<value>Advanced settings</value>
</data>
<data name="labelListBoxItemCoverArt" xml:space="preserve">
<value>Cover art</value>
</data>
<data name="labelListBoxItemDownloads" xml:space="preserve">
<value>Downloads</value>
</data>
<data name="labelListBoxItemGeneral" xml:space="preserve">
<value>General</value>
</data>
<data name="labelListBoxItemNetwork" xml:space="preserve">
<value>Network</value>
</data>
<data name="labelListBoxItemPlaylist" xml:space="preserve">
<value>Playlist</value>
</data>
<data name="labelListBoxItemTags" xml:space="preserve">
<value>Naming and tags</value>
</data>
<data name="labelLyrics" xml:space="preserve">
<value>_Lyrics</value>
</data>
<data name="labelPlaylistFileNameFormat" xml:space="preserve">
<value>File_name format</value>
</data>
<data name="labelPlaylistFormat" xml:space="preserve">
<value>Playlist _format</value>
</data>
<data name="labelSettingsInfo" xml:space="preserve">
<value>Some settings cannot be changed while tracks are downloading.</value>
</data>
<data name="labelTheme" xml:space="preserve">
<value>_Theme</value>
</data>
<data name="labelTrackNumber" xml:space="preserve">
<value>Track n_umber</value>
</data>
<data name="labelTrackTitle" xml:space="preserve">
<value>_Title</value>
</data>
<data name="labelVerboseLogInfo" xml:space="preserve">
<value>(the log file is always verbose)</value>
</data>
<data name="labelVersion" xml:space="preserve">
<value>Version</value>
</data>
<data name="labelVersionError" xml:space="preserve">
<value>Could not check for updates</value>
</data>
<data name="labelVersionNewUpdateAvailable" xml:space="preserve">
<value>New version available</value>
</data>
<data name="labelWebsite" xml:space="preserve">
<value>Website</value>
</data>
<data name="labelYear" xml:space="preserve">
<value>Album release _year</value>
</data>
<data name="messageBoxButtonCancel" xml:space="preserve">
<value>_Cancel</value>
</data>
<data name="messageBoxButtonNo" xml:space="preserve">
<value>_No</value>
</data>
<data name="messageBoxButtonOK" xml:space="preserve">
<value>_OK</value>
</data>
<data name="messageBoxButtonYes" xml:space="preserve">
<value>_Yes</value>
</data>
<data name="messageBoxCancelDownloadsText" xml:space="preserve">
<value>Cancel all downloads?</value>
</data>
<data name="messageBoxCheckForUpdatesError" xml:space="preserve">
<value>An error occurred while checking for updates. Please retry later.</value>
</data>
<data name="messageBoxCloseWindowWhenDownloadingButtonOk" xml:space="preserve">
<value>_Close application</value>
</data>
<data name="messageBoxCloseWindowWhenDownloadingText" xml:space="preserve">
<value>There are currently active downloads. Are you sure you want to close the application and stop all downloads?</value>
</data>
<data name="messageBoxCouldNotOpenUrlError" xml:space="preserve">
<value>Could not open the following link:
{0}</value>
</data>
<data name="messageBoxNoUpdateAvailable" xml:space="preserve">
<value>You already have the latest version ({0}).</value>
</data>
<data name="messageBoxResetSettingsButtonOk" xml:space="preserve">
<value>_Reset settings</value>
</data>
<data name="messageBoxResetSettingsText" xml:space="preserve">
<value>Reset all settings to their default values?</value>
</data>
<data name="messageBoxUnhandledException" xml:space="preserve">
<value>An unhandled error occurred. The application will close now.
Please open a new issue with the content of your log file on
{0}</value>
</data>
<data name="radioButtonManualProxy" xml:space="preserve">
<value>_Manual configuration</value>
</data>
<data name="radioButtonNoProxy" xml:space="preserve">
<value>_None</value>
</data>
<data name="radioButtonSystemProxy" xml:space="preserve">
<value>S_ystem</value>
</data>
<data name="saveFileDialogTitle" xml:space="preserve">
<value>Save as</value>
</data>
<data name="Skin_Dark" xml:space="preserve">
<value>Dark</value>
</data>
<data name="Skin_Light" xml:space="preserve">
<value>Light</value>
</data>
<data name="TagEditAction_DoNotModify" xml:space="preserve">
<value>Do not modify</value>
</data>
<data name="TagEditAction_Empty" xml:space="preserve">
<value>Clear tag</value>
</data>
<data name="TagEditAction_Modify" xml:space="preserve">
<value>Save in tag</value>
</data>
<data name="TagRemoveAction_DoNotModify" xml:space="preserve">
<value>Do not modify</value>
</data>
<data name="TagRemoveAction_Empty" xml:space="preserve">
<value>Clear tag</value>
</data>
<data name="textBlockReleasesWebsite" xml:space="preserve">
<value>Releases history</value>
</data>
<data name="textBlockTranslationHelp" xml:space="preserve">
<value>Help translate</value>
</data>
<data name="textBoxAllowedFileSizeDifference_ToolTip" xml:space="preserve">
<value>When downloading a track, if the same file (name) already exists, it will be checked against the track to download.
If the size of both files differ from less than this value (in percent), the track download will be skipped.
Set this value to 0 in order to always download tracks, even if already existing on disk.
Recommended value = 5</value>
</data>
<data name="textBoxCoverArtFileNameFormat_ToolTip" xml:space="preserve">
<value>You can use placeholders to customize the file name:
- {artist} will be replaced by the album artist
- {album} will be replaced by the album name
- {year}, {month} and {day} will be replaced by the album release date</value>
</data>
<data name="textBoxDownloadMaxTries_ToolTip" xml:space="preserve">
<value>Maximum number of tries performed to download a track if it fails.
After that number is reached (for each track), the track download will be skipped.
Recommended value = 7</value>
</data>
<data name="textBoxDownloadRetryCooldown_ToolTip" xml:space="preserve">
<value>Used to control the exponential back-off mechanism.
After each failure of a track download, BandcampDownloader can wait for a specific time before trying again
to download the track in order to avoid tickling the Bandcamp anti-spam filter.
The formula used to compute the time to wait before trying again a download is the following:
time = cooldown * (exponent ^ attempt-count)
Recommended value = 0.2</value>
</data>
<data name="textBoxDownloadRetryExponent_ToolTip" xml:space="preserve">
<value>Used to control the exponential back-off mechanism.
After each failure of a track download, BandcampDownloader can wait for a specific time before trying again
to download the track in order to avoid tickling the Bandcamp anti-spam filter.
The formula used to compute the time to wait before trying again a download is the following:
time = cooldown * (exponent ^ attempt-count)
Recommended value = 4</value>
</data>
<data name="textBoxDownloadsPath_ToolTip" xml:space="preserve">
<value>You can use placeholders to customize the download folder depending on the album:
- {artist} will be replaced by the album artist
- {album} will be replaced by the album name
- {year}, {month} and {day} will be replaced by the album release date</value>
</data>
<data name="textBoxFileNameFormat_ToolTip" xml:space="preserve">
<value>You can use placeholders to customize the file name:
- {artist} will be replaced by the album artist
- {title} will be replaced by the track name
- {tracknum} will be replaced by the track number
- {album} will be replaced by the album name
- {year}, {month} and {day} will be replaced by the album release date</value>
</data>
<data name="textBoxPlaylistFileNameFormat_ToolTip" xml:space="preserve">
<value>You can use placeholders to customize the file name:
- {artist} will be replaced by the album artist
- {album} will be replaced by the album name
- {year}, {month} and {day} will be replaced by the album release date</value>
</data>
<data name="textBoxUrlsPlaceholder" xml:space="preserve">
<value>Paste URLs of albums to download here. You can specify multiple URLs by writing one URL per line.
A Bandcamp URL looks like: http://[artist].bandcamp.com/album/[album] or http://[artist].bandcamp.com/track/[track]
Paste artist pages: http://[artist].bandcamp.com and check "☑ Download artist discography" to download all their albums.</value>
</data>
<data name="windowSettings_Title" xml:space="preserve">
<value>Settings</value>
</data>
<data name="windowUpdate_Title" xml:space="preserve">
<value>Update</value>
</data>
<data name="checkBoxUseHttpInsteadOfHttps" xml:space="preserve">
<value>Use HTTP instead of HTTPS</value>
</data>
<data name="labelProxy" xml:space="preserve">
<value>Proxy</value>
</data>
<data name="checkBoxUseHttpInsteadOfHttps_Tooltip" xml:space="preserve">
<value>Use this option if your HTTPS traffic to Bandcamp is blocked.</value>
</data>
</root>