mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-24 00:26:08 +00:00
Remove translates with less than 90% strings translated
This commit is contained in:
@@ -325,57 +325,57 @@ RELEASE_COUNTRIES = {
|
||||
|
||||
# List of available user interface languages
|
||||
UI_LANGUAGES = [
|
||||
(u'af', u'Afrikaans', N_(u'Afrikaans')),
|
||||
(u'ar', u'العربية', N_(u'Arabic')),
|
||||
(u'ast', u'Asturianu', N_(u'Asturian')),
|
||||
(u'bg', u'Български', N_(u'Bulgarian')),
|
||||
(u'ca', u'Català', N_(u'Catalan')),
|
||||
(u'cs', u'Čeština', N_(u'Czech')),
|
||||
(u'cy', u'Cymraeg', N_(u'Welsh')),
|
||||
(u'da', u'Dansk', N_(u'Danish')),
|
||||
#(u'af', u'Afrikaans', N_(u'Afrikaans')),
|
||||
#(u'ar', u'العربية', N_(u'Arabic')),
|
||||
#(u'ast', u'Asturianu', N_(u'Asturian')),
|
||||
#(u'bg', u'Български', N_(u'Bulgarian')),
|
||||
#(u'ca', u'Català', N_(u'Catalan')),
|
||||
#(u'cs', u'Čeština', N_(u'Czech')),
|
||||
#(u'cy', u'Cymraeg', N_(u'Welsh')),
|
||||
#(u'da', u'Dansk', N_(u'Danish')),
|
||||
(u'de', u'Deutsch', N_(u'German')),
|
||||
(u'el', u'ελληνικά', N_(u'Greek')),
|
||||
#(u'el', u'ελληνικά', N_(u'Greek')),
|
||||
(u'en', u'English', N_(u'English')),
|
||||
(u'en_CA', u'English (Canada)', N_(u'English (Canada)')),
|
||||
(u'en_GB', u'English (UK)', N_(u'English (UK)')),
|
||||
(u'eo', u'Esperanto', N_(u'Esperanto')),
|
||||
#(u'eo', u'Esperanto', N_(u'Esperanto')),
|
||||
(u'es', u'Español', N_(u'Spanish')),
|
||||
(u'et', u'Eesti keel', N_(u'Estonian')),
|
||||
(u'fa', u'فارسی', N_(u'Persian')),
|
||||
#(u'fa', u'فارسی', N_(u'Persian')),
|
||||
(u'fi', u'Suomi', N_(u'Finnish')),
|
||||
(u'fo', u'Føroyskt', N_(u'Faroese')),
|
||||
#(u'fo', u'Føroyskt', N_(u'Faroese')),
|
||||
(u'fr', u'Français', N_(u'French')),
|
||||
(u'fr_CA', u'Français canadien', N_(u'French (Canada)')),
|
||||
(u'fy', u'Frysk', N_(u'Frisian')),
|
||||
(u'gl', u'Galego', N_(u'Galician')),
|
||||
(u'he', u'עברית', N_(u'Hebrew')),
|
||||
(u'hi', u'हिन्दी', N_(u'Hindi')),
|
||||
(u'hu', u'Magyar', N_(u'Hungarian')),
|
||||
(u'id', u'Bahasa Indonesia', N_(u'Indonesian')),
|
||||
(u'is', u'Íslenska', N_(u'Islandic')),
|
||||
#(u'fr_CA', u'Français canadien', N_(u'French (Canada)')),
|
||||
#(u'fy', u'Frysk', N_(u'Frisian')),
|
||||
#(u'gl', u'Galego', N_(u'Galician')),
|
||||
#(u'he', u'עברית', N_(u'Hebrew')),
|
||||
#(u'hi', u'हिन्दी', N_(u'Hindi')),
|
||||
#(u'hu', u'Magyar', N_(u'Hungarian')),
|
||||
#(u'id', u'Bahasa Indonesia', N_(u'Indonesian')),
|
||||
#(u'is', u'Íslenska', N_(u'Islandic')),
|
||||
(u'it', u'Italiano', N_(u'Italian')),
|
||||
(u'ja', u'日本語', N_(u'Japanese')),
|
||||
(u'kn', u'ಕನ್ನಡ', N_(u'Kannada')),
|
||||
(u'ko', u'한국어', N_(u'Korean')),
|
||||
(u'lt', u'Lietuvių', N_(u'Lithuanian')),
|
||||
(u'nb', u'Norsk bokmål', N_(u'Norwegian Bokmal')),
|
||||
(u'nds', u'Plattdüütsch', N_(u'Low German')),
|
||||
#(u'ja', u'日本語', N_(u'Japanese')),
|
||||
#(u'kn', u'ಕನ್ನಡ', N_(u'Kannada')),
|
||||
#(u'ko', u'한국어', N_(u'Korean')),
|
||||
#(u'lt', u'Lietuvių', N_(u'Lithuanian')),
|
||||
#(u'nb', u'Norsk bokmål', N_(u'Norwegian Bokmal')),
|
||||
#(u'nds', u'Plattdüütsch', N_(u'Low German')),
|
||||
(u'nl', u'Nederlands', N_(u'Dutch')),
|
||||
(u'oc', u'Occitan', N_(u'Occitan')),
|
||||
#(u'oc', u'Occitan', N_(u'Occitan')),
|
||||
(u'pl', u'Polski', N_(u'Polish')),
|
||||
(u'pt', u'Português', N_(u'Portuguese')),
|
||||
#(u'pt', u'Português', N_(u'Portuguese')),
|
||||
(u'pt_BR', u'Português do Brasil', N_(u'Brazilian Portuguese')),
|
||||
(u'ro', u'Română', N_(u'Romanian')),
|
||||
(u'ru', u'Pyccĸий', N_(u'Russian')),
|
||||
(u'sco', u'Scots leid', N_(u'Scots')),
|
||||
(u'sk', u'Slovenčina', N_(u'Slovak')),
|
||||
(u'sl', u'Slovenščina', N_(u'Slovenian')),
|
||||
(u'sr', u'Србин', N_(u'Serbian')),
|
||||
#(u'ro', u'Română', N_(u'Romanian')),
|
||||
#(u'ru', u'Pyccĸий', N_(u'Russian')),
|
||||
#(u'sco', u'Scots leid', N_(u'Scots')),
|
||||
#(u'sk', u'Slovenčina', N_(u'Slovak')),
|
||||
#(u'sl', u'Slovenščina', N_(u'Slovenian')),
|
||||
#(u'sr', u'Србин', N_(u'Serbian')),
|
||||
(u'sv', u'Svenska', N_(u'Swedish')),
|
||||
(u'ta', u'தமிழ்', N_(u'Tamil')),
|
||||
(u'tr', u'Türkçe', N_(u'Turkish')),
|
||||
(u'uk', u'Украї́нська мо́ва', N_(u'Ukrainian')),
|
||||
(u'zh_CN', u'中文', N_(u'Chinese')),
|
||||
#(u'ta', u'தமிழ்', N_(u'Tamil')),
|
||||
#(u'tr', u'Türkçe', N_(u'Turkish')),
|
||||
#(u'uk', u'Украї́нська мо́ва', N_(u'Ukrainian')),
|
||||
#(u'zh_CN', u'中文', N_(u'Chinese')),
|
||||
]
|
||||
|
||||
ALIAS_LOCALES = {
|
||||
|
||||
394
po/picard.pot
394
po/picard.pot
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2012-06-01 18:42+0200\n"
|
||||
"POT-Creation-Date: 2012-06-02 21:10+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -1192,46 +1192,10 @@ msgstr ""
|
||||
msgid "Yugoslavia (historical, 1918-1992)"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:328
|
||||
msgid "Afrikaans"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:329
|
||||
msgid "Arabic"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:330
|
||||
msgid "Asturian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:331
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:332
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:333
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:334
|
||||
msgid "Welsh"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:335
|
||||
msgid "Danish"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:336
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:337
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:338
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
@@ -1244,10 +1208,6 @@ msgstr ""
|
||||
msgid "English (UK)"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:341
|
||||
msgid "Esperanto"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:342
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
@@ -1256,167 +1216,55 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:344
|
||||
msgid "Persian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:345
|
||||
msgid "Finnish"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:346
|
||||
msgid "Faroese"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:347
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:348
|
||||
msgid "French (Canada)"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:349
|
||||
msgid "Frisian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:350
|
||||
msgid "Galician"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:351
|
||||
msgid "Hebrew"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:352
|
||||
msgid "Hindi"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:353
|
||||
msgid "Hungarian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:354
|
||||
msgid "Indonesian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:355
|
||||
msgid "Islandic"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:356
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:357
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:358
|
||||
msgid "Kannada"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:359
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:360
|
||||
msgid "Lithuanian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:361
|
||||
msgid "Norwegian Bokmal"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:362
|
||||
msgid "Low German"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:363
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:364
|
||||
msgid "Occitan"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:365
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:366
|
||||
msgid "Portuguese"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:367
|
||||
msgid "Brazilian Portuguese"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:368
|
||||
msgid "Romanian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:369
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:370
|
||||
msgid "Scots"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:371
|
||||
msgid "Slovak"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:372
|
||||
msgid "Slovenian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:373
|
||||
msgid "Serbian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:374
|
||||
msgid "Swedish"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:375
|
||||
msgid "Tamil"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:376
|
||||
msgid "Turkish"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:377
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const.py:378
|
||||
msgid "Chinese"
|
||||
msgstr ""
|
||||
|
||||
#: picard/file.py:540
|
||||
#: picard/file.py:571
|
||||
#, python-format
|
||||
msgid "No matching tracks for file %s"
|
||||
msgstr ""
|
||||
|
||||
#: picard/file.py:555
|
||||
#: picard/file.py:586
|
||||
#, python-format
|
||||
msgid "No matching tracks above the threshold for file %s"
|
||||
msgstr ""
|
||||
|
||||
#: picard/file.py:558
|
||||
#: picard/file.py:589
|
||||
#, python-format
|
||||
msgid "File %s identified!"
|
||||
msgstr ""
|
||||
|
||||
#: picard/file.py:574
|
||||
#: picard/file.py:605
|
||||
#, python-format
|
||||
msgid "Looking up the PUID for file %s..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/file.py:580
|
||||
#: picard/file.py:611
|
||||
#, python-format
|
||||
msgid "Looking up the metadata for file %s..."
|
||||
msgstr ""
|
||||
@@ -1451,13 +1299,13 @@ msgstr ""
|
||||
msgid "Could not find PUID for file %s"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/cdlookup.py:33 picard/ui/mainwindow.py:517
|
||||
#: picard/ui/cdlookup.py:33 picard/ui/mainwindow.py:525
|
||||
#: picard/ui/ui_options_releases.py:217 picard/util/tags.py:21
|
||||
msgid "Album"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/cdlookup.py:33 picard/ui/itemviews.py:89
|
||||
#: picard/ui/mainwindow.py:518 picard/util/tags.py:22
|
||||
#: picard/ui/mainwindow.py:526 picard/util/tags.py:22
|
||||
msgid "Artist"
|
||||
msgstr ""
|
||||
|
||||
@@ -1485,7 +1333,7 @@ msgstr ""
|
||||
msgid "View release on MusicBrainz"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/filebrowser.py:38 picard/ui/mainwindow.py:376
|
||||
#: picard/ui/filebrowser.py:38 picard/ui/mainwindow.py:384
|
||||
msgid "&Refresh"
|
||||
msgstr ""
|
||||
|
||||
@@ -1549,31 +1397,31 @@ msgstr ""
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/itemviews.py:211
|
||||
#: picard/ui/itemviews.py:214
|
||||
msgid "&Expand all"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/itemviews.py:213
|
||||
#: picard/ui/itemviews.py:216
|
||||
msgid "&Collapse all"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/itemviews.py:270
|
||||
#: picard/ui/itemviews.py:273
|
||||
msgid "&Other versions"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/itemviews.py:273
|
||||
#: picard/ui/itemviews.py:276
|
||||
msgid "Loading..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/itemviews.py:283
|
||||
#: picard/ui/itemviews.py:286
|
||||
msgid "[no release info]"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/itemviews.py:306
|
||||
#: picard/ui/itemviews.py:309
|
||||
msgid "&Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/itemviews.py:508
|
||||
#: picard/ui/itemviews.py:526
|
||||
msgid "Clusters"
|
||||
msgstr ""
|
||||
|
||||
@@ -1585,293 +1433,293 @@ msgstr ""
|
||||
msgid "MusicBrainz Picard"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:142
|
||||
#: picard/ui/mainwindow.py:151
|
||||
msgid "Unsaved Changes"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:143
|
||||
#: picard/ui/mainwindow.py:152
|
||||
msgid "Are you sure you want to quit Picard?"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:144
|
||||
#: picard/ui/mainwindow.py:153
|
||||
#, python-format
|
||||
msgid "There is %d unsaved file. Closing Picard will lose all unsaved changes."
|
||||
msgid_plural "There are %d unsaved files. Closing Picard will lose all unsaved changes."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: picard/ui/mainwindow.py:151
|
||||
#: picard/ui/mainwindow.py:160
|
||||
msgid "&Quit Picard"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:205
|
||||
#: picard/ui/mainwindow.py:214
|
||||
msgid ""
|
||||
"Picard listens on a port to integrate with your browser and downloads "
|
||||
"release information when you click the \"Tagger\" buttons on the "
|
||||
"MusicBrainz website"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:215
|
||||
#: picard/ui/mainwindow.py:224
|
||||
#, python-format
|
||||
msgid " Files: %(files)d, Pending Files: %(pending)d "
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:220
|
||||
#: picard/ui/mainwindow.py:229
|
||||
#, python-format
|
||||
msgid " Listening on port %(port)d "
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:248
|
||||
#: picard/ui/mainwindow.py:257
|
||||
msgid "Submission Error"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:249
|
||||
#: picard/ui/mainwindow.py:258
|
||||
msgid ""
|
||||
"You need to configure your AcoustID API key before you can submit "
|
||||
"fingerprints."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:256
|
||||
#: picard/ui/mainwindow.py:265
|
||||
msgid "&Options..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:259
|
||||
#: picard/ui/mainwindow.py:268
|
||||
msgid "&Cut"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:264
|
||||
#: picard/ui/mainwindow.py:273
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:269
|
||||
#: picard/ui/mainwindow.py:278
|
||||
msgid "&Help..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:274
|
||||
#: picard/ui/mainwindow.py:283
|
||||
msgid "&About..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:277
|
||||
#: picard/ui/mainwindow.py:286
|
||||
msgid "&Donate..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:280
|
||||
#: picard/ui/mainwindow.py:289
|
||||
msgid "&Report a Bug..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:283
|
||||
#: picard/ui/mainwindow.py:292
|
||||
msgid "&Support Forum..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:286
|
||||
#: picard/ui/mainwindow.py:295
|
||||
msgid "&Add Files..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:287
|
||||
#: picard/ui/mainwindow.py:296
|
||||
msgid "Add files to the tagger"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:292
|
||||
#: picard/ui/mainwindow.py:301
|
||||
msgid "A&dd Folder..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:293
|
||||
#: picard/ui/mainwindow.py:302
|
||||
msgid "Add a folder to the tagger"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:295
|
||||
#: picard/ui/mainwindow.py:304
|
||||
msgid "Ctrl+D"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:299
|
||||
#: picard/ui/mainwindow.py:308
|
||||
msgid "&Save"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:300
|
||||
#: picard/ui/mainwindow.py:309
|
||||
msgid "Save selected files"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:306
|
||||
#: picard/ui/mainwindow.py:315
|
||||
msgid "S&ubmit"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:307
|
||||
#: picard/ui/mainwindow.py:316
|
||||
msgid "Submit fingerprints"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:311
|
||||
#: picard/ui/mainwindow.py:320
|
||||
msgid "E&xit"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:313
|
||||
#: picard/ui/mainwindow.py:322
|
||||
msgid "Ctrl+Q"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:316
|
||||
#: picard/ui/mainwindow.py:325
|
||||
msgid "&Remove"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:317
|
||||
#: picard/ui/mainwindow.py:326
|
||||
msgid "Remove selected files/albums"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:322
|
||||
#: picard/ui/mainwindow.py:330
|
||||
msgid "Lookup in &Browser"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:323
|
||||
#: picard/ui/mainwindow.py:331
|
||||
msgid "Lookup selected item on MusicBrainz website"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:327
|
||||
#: picard/ui/mainwindow.py:335
|
||||
msgid "File &Browser"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:331
|
||||
#: picard/ui/mainwindow.py:339
|
||||
msgid "Ctrl+B"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:334
|
||||
#: picard/ui/mainwindow.py:342
|
||||
msgid "&Cover Art"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:340
|
||||
#: picard/ui/mainwindow.py:348
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:343
|
||||
#: picard/ui/mainwindow.py:351
|
||||
msgid "&CD Lookup..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:344 picard/ui/mainwindow.py:345
|
||||
#: picard/ui/mainwindow.py:352 picard/ui/mainwindow.py:353
|
||||
msgid "Lookup CD"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:347
|
||||
#: picard/ui/mainwindow.py:355
|
||||
msgid "Ctrl+K"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:350
|
||||
#: picard/ui/mainwindow.py:358
|
||||
msgid "&Scan"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:353
|
||||
#: picard/ui/mainwindow.py:361
|
||||
msgid "Ctrl+Y"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:356
|
||||
#: picard/ui/mainwindow.py:364
|
||||
msgid "Cl&uster"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:359
|
||||
#: picard/ui/mainwindow.py:367
|
||||
msgid "Ctrl+U"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:362
|
||||
#: picard/ui/mainwindow.py:370
|
||||
msgid "&Lookup"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:363 picard/ui/mainwindow.py:364
|
||||
#: picard/ui/mainwindow.py:371 picard/ui/mainwindow.py:372
|
||||
msgid "Lookup metadata"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:367
|
||||
#: picard/ui/mainwindow.py:375
|
||||
msgid "Ctrl+L"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:370
|
||||
#: picard/ui/mainwindow.py:378
|
||||
msgid "&Info..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:373
|
||||
#: picard/ui/mainwindow.py:381
|
||||
msgid "Ctrl+I"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:377
|
||||
#: picard/ui/mainwindow.py:385
|
||||
msgid "Ctrl+R"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:380
|
||||
#: picard/ui/mainwindow.py:388
|
||||
msgid "&Rename Files"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:385
|
||||
#: picard/ui/mainwindow.py:393
|
||||
msgid "&Move Files"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:390
|
||||
#: picard/ui/mainwindow.py:398
|
||||
msgid "Save &Tags"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:395
|
||||
#: picard/ui/mainwindow.py:403
|
||||
msgid "Tags From &File Names..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:398
|
||||
#: picard/ui/mainwindow.py:406
|
||||
msgid "View &Log..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:404
|
||||
#: picard/ui/mainwindow.py:412
|
||||
msgid "&Open..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:405
|
||||
#: picard/ui/mainwindow.py:413
|
||||
msgid "Open the file"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:408
|
||||
#: picard/ui/mainwindow.py:416
|
||||
msgid "Open &Folder..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:409
|
||||
#: picard/ui/mainwindow.py:417
|
||||
msgid "Open the containing folder"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:430
|
||||
#: picard/ui/mainwindow.py:438
|
||||
msgid "&File"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:438
|
||||
#: picard/ui/mainwindow.py:446
|
||||
msgid "&Edit"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:444
|
||||
#: picard/ui/mainwindow.py:452
|
||||
msgid "&View"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:452
|
||||
#: picard/ui/mainwindow.py:460
|
||||
msgid "&Options"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:458
|
||||
#: picard/ui/mainwindow.py:466
|
||||
msgid "&Tools"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:467 picard/ui/util.py:33
|
||||
#: picard/ui/mainwindow.py:475 picard/ui/util.py:33
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:485
|
||||
#: picard/ui/mainwindow.py:493
|
||||
msgid "&Toolbar"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:512
|
||||
#: picard/ui/mainwindow.py:520
|
||||
msgid "&Search Bar"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:519 picard/ui/puidsubmit.py:31
|
||||
#: picard/ui/mainwindow.py:527 picard/ui/puidsubmit.py:31
|
||||
msgid "Track"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:558
|
||||
#: picard/ui/mainwindow.py:566
|
||||
msgid "All Supported Formats"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:616 picard/ui/mainwindow.py:625
|
||||
#: picard/ui/mainwindow.py:624 picard/ui/mainwindow.py:633
|
||||
msgid "Various Artists file naming scheme removal"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:617
|
||||
#: picard/ui/mainwindow.py:625
|
||||
msgid ""
|
||||
"The separate file naming scheme for various artists albums has been\n"
|
||||
"removed in this version of Picard. You currently do not use the this "
|
||||
@@ -1881,15 +1729,15 @@ msgid ""
|
||||
"merge it with your file naming scheme for single artist albums?"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:621
|
||||
#: picard/ui/mainwindow.py:629
|
||||
msgid "Merge"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:621 picard/ui/metadatabox.py:168
|
||||
#: picard/ui/mainwindow.py:629 picard/ui/metadatabox.py:170
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:626
|
||||
#: picard/ui/mainwindow.py:634
|
||||
msgid ""
|
||||
"The separate file naming scheme for various artists albums has been\n"
|
||||
"removed in this version of Picard. Your file naming scheme has "
|
||||
@@ -1897,17 +1745,17 @@ msgid ""
|
||||
"been merged with that of single artist albums."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:671
|
||||
#: picard/ui/mainwindow.py:682
|
||||
msgid "Configuration Required"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:672
|
||||
#: picard/ui/mainwindow.py:683
|
||||
msgid ""
|
||||
"Audio fingerprinting is not yet configured. Would you like to configure "
|
||||
"it now?"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:745 picard/ui/mainwindow.py:752
|
||||
#: picard/ui/mainwindow.py:756 picard/ui/mainwindow.py:763
|
||||
#, python-format
|
||||
msgid " (Error: %s)"
|
||||
msgstr ""
|
||||
@@ -1936,19 +1784,19 @@ msgstr ""
|
||||
msgid "New Value"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/metadatabox.py:115
|
||||
#: picard/ui/metadatabox.py:117
|
||||
msgid "Add New Tag..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/metadatabox.py:117
|
||||
#: picard/ui/metadatabox.py:119
|
||||
msgid "Show Changes First"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/metadatabox.py:164
|
||||
#: picard/ui/metadatabox.py:166
|
||||
msgid "Edit..."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/metadatabox.py:173
|
||||
#: picard/ui/metadatabox.py:175
|
||||
msgid "Use Original Value"
|
||||
msgstr ""
|
||||
|
||||
@@ -2412,65 +2260,69 @@ msgstr ""
|
||||
msgid "Tagger Script"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:110
|
||||
#: picard/ui/ui_options_tags.py:113
|
||||
msgid "Write tags to files"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:111
|
||||
msgid "Before tagging"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:112
|
||||
msgid "Clear existing tags"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:113
|
||||
msgid "Remove ID3 tags from FLAC files"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:114
|
||||
msgid "Remove APEv2 tags from MP3 files"
|
||||
msgid "Preserve timestamps of tagged files"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:115
|
||||
msgid "Before tagging"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:116
|
||||
msgid "Clear existing tags"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:117
|
||||
msgid "Remove ID3 tags from FLAC files"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:118
|
||||
msgid "Remove APEv2 tags from MP3 files"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:119
|
||||
msgid ""
|
||||
"Preserve these tags from being cleared or overwritten with MusicBrainz "
|
||||
"data:"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:116
|
||||
#: picard/ui/ui_options_tags.py:120
|
||||
msgid "Tag compatibility"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:117
|
||||
#: picard/ui/ui_options_tags.py:121
|
||||
msgid "ID3v2 version"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:118
|
||||
#: picard/ui/ui_options_tags.py:122
|
||||
msgid "2.4"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:119
|
||||
#: picard/ui/ui_options_tags.py:123
|
||||
msgid "2.3"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:120
|
||||
#: picard/ui/ui_options_tags.py:124
|
||||
msgid "Also include ID3v1 tags in the files"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:121
|
||||
#: picard/ui/ui_options_tags.py:125
|
||||
msgid "ID3v2 text encoding"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:122
|
||||
#: picard/ui/ui_options_tags.py:126
|
||||
msgid "UTF-8"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:123
|
||||
#: picard/ui/ui_options_tags.py:127
|
||||
msgid "UTF-16"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/ui_options_tags.py:124
|
||||
#: picard/ui/ui_options_tags.py:128
|
||||
msgid "ISO-8859-1"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user