mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-18 21:19:01 +00:00
Add Korean localization (from woosuk park)
This commit is contained in:
parent
23b29eb5c3
commit
0068e7b85a
@ -50,6 +50,7 @@ def get_locale_name(lang):
|
||||
'es': 'esn',
|
||||
'fr': 'fra',
|
||||
'it': 'ita',
|
||||
'ko': 'korean',
|
||||
'nl': 'nld',
|
||||
'pl_PL': 'polish_poland',
|
||||
'pt_BR': 'ptb',
|
||||
@ -58,19 +59,20 @@ def get_locale_name(lang):
|
||||
}
|
||||
else:
|
||||
LANG2LOCALENAME = {
|
||||
'fr': 'fr_FR',
|
||||
'de': 'de_DE',
|
||||
'it': 'it_IT',
|
||||
'zh_CN': 'zh_CN',
|
||||
'cs': 'cs_CZ',
|
||||
'de': 'de_DE',
|
||||
'es': 'es_ES',
|
||||
'fr': 'fr_FR',
|
||||
'it': 'it_IT',
|
||||
'nl': 'nl_NL',
|
||||
'hy': 'hy_AM',
|
||||
'ru': 'ru_RU',
|
||||
'uk': 'uk_UA',
|
||||
'ko': 'ko_KR',
|
||||
'pl_PL': 'pl_PL',
|
||||
'pt_BR': 'pt_BR',
|
||||
'es': 'es_ES',
|
||||
'ru': 'ru_RU',
|
||||
'uk': 'uk_UA',
|
||||
'vi': 'vi_VN',
|
||||
'zh_CN': 'zh_CN',
|
||||
}
|
||||
if lang not in LANG2LOCALENAME:
|
||||
return None
|
||||
|
124
locale/ko/LC_MESSAGES/columns.po
Normal file
124
locale/ko/LC_MESSAGES/columns.po
Normal file
@ -0,0 +1,124 @@
|
||||
#
|
||||
# Translators:
|
||||
# woosuk park <bjh13579@gmail.com>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: dupeGuru\n"
|
||||
"PO-Revision-Date: 2015-01-24 07:43+0000\n"
|
||||
"Last-Translator: woosuk park <bjh13579@gmail.com>\n"
|
||||
"Language-Team: Korean (http://www.transifex.com/projects/p/dupeguru/language/ko/)\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: core/gui/ignore_list_table.py:18 core/gui/ignore_list_table.py:19
|
||||
#: core/gui/problem_table.py:17
|
||||
msgid "File Path"
|
||||
msgstr "파일 경로"
|
||||
|
||||
#: core/gui/problem_table.py:18
|
||||
msgid "Error Message"
|
||||
msgstr "에러 메시지"
|
||||
|
||||
#: core/prioritize.py:63 core_me/result_table.py:24 core_pe/result_table.py:21
|
||||
#: core_se/result_table.py:21
|
||||
msgid "Kind"
|
||||
msgstr "종류"
|
||||
|
||||
#: core/prioritize.py:72 core_me/result_table.py:19 core_pe/result_table.py:19
|
||||
#: core_se/result_table.py:19
|
||||
msgid "Folder"
|
||||
msgstr "폴더"
|
||||
|
||||
#: core/prioritize.py:88 core_me/result_table.py:18 core_pe/result_table.py:18
|
||||
#: core_se/result_table.py:18
|
||||
msgid "Filename"
|
||||
msgstr "폴더명"
|
||||
|
||||
#: core/prioritize.py:147
|
||||
msgid "Size"
|
||||
msgstr "크기"
|
||||
|
||||
#: core/prioritize.py:153 core_me/result_table.py:25
|
||||
#: core_pe/result_table.py:24 core_se/result_table.py:22
|
||||
msgid "Modification"
|
||||
msgstr "수정날짜"
|
||||
|
||||
#: core_me/prioritize.py:16
|
||||
msgid "Duration"
|
||||
msgstr "길이"
|
||||
|
||||
#: core_me/prioritize.py:22 core_me/result_table.py:22
|
||||
msgid "Bitrate"
|
||||
msgstr "비트레이트"
|
||||
|
||||
#: core_me/prioritize.py:28
|
||||
msgid "Samplerate"
|
||||
msgstr "샘플레이트"
|
||||
|
||||
#: core_me/result_table.py:20
|
||||
msgid "Size (MB)"
|
||||
msgstr "크기 (MB)"
|
||||
|
||||
#: core_me/result_table.py:21
|
||||
msgid "Time"
|
||||
msgstr "시간"
|
||||
|
||||
#: core_me/result_table.py:23
|
||||
msgid "Sample Rate"
|
||||
msgstr "샘플레이트"
|
||||
|
||||
#: core_me/result_table.py:26
|
||||
msgid "Title"
|
||||
msgstr "곡명"
|
||||
|
||||
#: core_me/result_table.py:27
|
||||
msgid "Artist"
|
||||
msgstr "아티스트"
|
||||
|
||||
#: core_me/result_table.py:28
|
||||
msgid "Album"
|
||||
msgstr "앨범"
|
||||
|
||||
#: core_me/result_table.py:29
|
||||
msgid "Genre"
|
||||
msgstr "장르"
|
||||
|
||||
#: core_me/result_table.py:30
|
||||
msgid "Year"
|
||||
msgstr "년도"
|
||||
|
||||
#: core_me/result_table.py:31
|
||||
msgid "Track Number"
|
||||
msgstr "트랙 번호"
|
||||
|
||||
#: core_me/result_table.py:32
|
||||
msgid "Comment"
|
||||
msgstr "주석"
|
||||
|
||||
#: core_me/result_table.py:33 core_pe/result_table.py:25
|
||||
#: core_se/result_table.py:23
|
||||
msgid "Match %"
|
||||
msgstr "일치정도"
|
||||
|
||||
#: core_me/result_table.py:34 core_se/result_table.py:24
|
||||
msgid "Words Used"
|
||||
msgstr "사용된 단어수"
|
||||
|
||||
#: core_me/result_table.py:35 core_pe/result_table.py:26
|
||||
#: core_se/result_table.py:25
|
||||
msgid "Dupe Count"
|
||||
msgstr "중복파일 갯수"
|
||||
|
||||
#: core_pe/prioritize.py:16 core_pe/result_table.py:22
|
||||
msgid "Dimensions"
|
||||
msgstr "치수"
|
||||
|
||||
#: core_pe/result_table.py:20 core_se/result_table.py:20
|
||||
msgid "Size (KB)"
|
||||
msgstr "크기 (KB)"
|
||||
|
||||
#: core_pe/result_table.py:23
|
||||
msgid "EXIF Timestamp"
|
||||
msgstr "EXIF 타임스태프"
|
231
locale/ko/LC_MESSAGES/core.po
Normal file
231
locale/ko/LC_MESSAGES/core.po
Normal file
@ -0,0 +1,231 @@
|
||||
#
|
||||
# Translators:
|
||||
# woosuk park <bjh13579@gmail.com>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: dupeGuru\n"
|
||||
"PO-Revision-Date: 2015-01-24 07:38+0000\n"
|
||||
"Last-Translator: woosuk park <bjh13579@gmail.com>\n"
|
||||
"Language-Team: Korean (http://www.transifex.com/projects/p/dupeguru/language/ko/)\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: core/app.py:39
|
||||
msgid "There are no marked duplicates. Nothing has been done."
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:40
|
||||
msgid "There are no selected duplicates. Nothing has been done."
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:41
|
||||
msgid ""
|
||||
"You're about to open many files at once. Depending on what those files are "
|
||||
"opened with, doing so can create quite a mess. Continue?"
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:57
|
||||
msgid "Scanning for duplicates"
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:58
|
||||
msgid "Loading"
|
||||
msgstr "불러오는중"
|
||||
|
||||
#: core/app.py:59
|
||||
msgid "Moving"
|
||||
msgstr "이동중"
|
||||
|
||||
#: core/app.py:60
|
||||
msgid "Copying"
|
||||
msgstr "복사중"
|
||||
|
||||
#: core/app.py:61
|
||||
msgid "Sending to Trash"
|
||||
msgstr "휴지통으로 보내기"
|
||||
|
||||
#: core/app.py:64
|
||||
msgid "Sending files to the recycle bin"
|
||||
msgstr "휴지통으로 보내기"
|
||||
|
||||
#: core/app.py:290
|
||||
msgid ""
|
||||
"A previous action is still hanging in there. You can't start a new one yet. "
|
||||
"Wait a few seconds, then try again."
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:297
|
||||
msgid "No duplicates found."
|
||||
msgstr "중복 파일이 없습니다."
|
||||
|
||||
#: core/app.py:310
|
||||
msgid "All marked files were copied successfully."
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:311
|
||||
msgid "All marked files were moved successfully."
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:312
|
||||
msgid "All marked files were successfully sent to Trash."
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:349
|
||||
msgid "'{}' already is in the list."
|
||||
msgstr "'{}' 는 이미 목록에 있습니다."
|
||||
|
||||
#: core/app.py:351
|
||||
msgid "'{}' does not exist."
|
||||
msgstr "'{}' 가 존재하지 않습니다."
|
||||
|
||||
#: core/app.py:360
|
||||
msgid ""
|
||||
"All selected %d matches are going to be ignored in all subsequent scans. "
|
||||
"Continue?"
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:426
|
||||
msgid "copy"
|
||||
msgstr "복사"
|
||||
|
||||
#: core/app.py:426
|
||||
msgid "move"
|
||||
msgstr "이동"
|
||||
|
||||
#: core/app.py:427
|
||||
msgid "Select a directory to {} marked files to"
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:464
|
||||
msgid "Select a destination for your exported CSV"
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:489
|
||||
msgid "You have no custom command set up. Set it up in your preferences."
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:641 core/app.py:654
|
||||
msgid "You are about to remove %d files from results. Continue?"
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:688
|
||||
msgid "{} duplicate groups were changed by the re-prioritization."
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:716
|
||||
msgid "Collecting files to scan"
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:727
|
||||
msgid "The selected directories contain no scannable file."
|
||||
msgstr ""
|
||||
|
||||
#: core/app.py:768
|
||||
msgid "%s (%d discarded)"
|
||||
msgstr ""
|
||||
|
||||
#: core/engine.py:220 core/engine.py:265
|
||||
msgid "0 matches found"
|
||||
msgstr ""
|
||||
|
||||
#: core/engine.py:238 core/engine.py:273
|
||||
msgid "%d matches found"
|
||||
msgstr ""
|
||||
|
||||
#: core/engine.py:258 core/scanner.py:79
|
||||
msgid "Read size of %d/%d files"
|
||||
msgstr ""
|
||||
|
||||
#: core/engine.py:464
|
||||
msgid "Grouped %d/%d matches"
|
||||
msgstr ""
|
||||
|
||||
#: core/gui/deletion_options.py:69
|
||||
msgid "You are sending {} file(s) to the Trash."
|
||||
msgstr ""
|
||||
|
||||
#: core/gui/ignore_list_dialog.py:24
|
||||
msgid "Do you really want to remove all %d items from the ignore list?"
|
||||
msgstr ""
|
||||
|
||||
#: core/prioritize.py:68
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: core/prioritize.py:96
|
||||
msgid "Ends with number"
|
||||
msgstr ""
|
||||
|
||||
#: core/prioritize.py:97
|
||||
msgid "Doesn't end with number"
|
||||
msgstr ""
|
||||
|
||||
#: core/prioritize.py:98
|
||||
msgid "Longest"
|
||||
msgstr ""
|
||||
|
||||
#: core/prioritize.py:99
|
||||
msgid "Shortest"
|
||||
msgstr ""
|
||||
|
||||
#: core/prioritize.py:132
|
||||
msgid "Highest"
|
||||
msgstr ""
|
||||
|
||||
#: core/prioritize.py:132
|
||||
msgid "Lowest"
|
||||
msgstr ""
|
||||
|
||||
#: core/prioritize.py:159
|
||||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: core/prioritize.py:159
|
||||
msgid "Oldest"
|
||||
msgstr ""
|
||||
|
||||
#: core/results.py:126
|
||||
msgid "%d / %d (%s / %s) duplicates marked."
|
||||
msgstr ""
|
||||
|
||||
#: core/results.py:133
|
||||
msgid " filter: %s"
|
||||
msgstr ""
|
||||
|
||||
#: core/scanner.py:99
|
||||
msgid "Read metadata of %d/%d files"
|
||||
msgstr ""
|
||||
|
||||
#: core/scanner.py:130
|
||||
msgid "Removing false matches"
|
||||
msgstr ""
|
||||
|
||||
#: core/scanner.py:154
|
||||
msgid "Processed %d/%d matches against the ignore list"
|
||||
msgstr ""
|
||||
|
||||
#: core/scanner.py:176
|
||||
msgid "Doing group prioritization"
|
||||
msgstr ""
|
||||
|
||||
#: core_pe/matchblock.py:61
|
||||
msgid "Analyzed %d/%d pictures"
|
||||
msgstr ""
|
||||
|
||||
#: core_pe/matchblock.py:153
|
||||
msgid "Performed %d/%d chunk matches"
|
||||
msgstr ""
|
||||
|
||||
#: core_pe/matchblock.py:158
|
||||
msgid "Preparing for matching"
|
||||
msgstr ""
|
||||
|
||||
#: core_pe/matchblock.py:193
|
||||
msgid "Verified %d/%d matches"
|
||||
msgstr ""
|
||||
|
||||
#: core_pe/matchexif.py:18
|
||||
msgid "Read EXIF of %d/%d pictures"
|
||||
msgstr ""
|
819
locale/ko/LC_MESSAGES/ui.po
Normal file
819
locale/ko/LC_MESSAGES/ui.po
Normal file
@ -0,0 +1,819 @@
|
||||
#
|
||||
# Translators:
|
||||
# woosuk park <bjh13579@gmail.com>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: dupeGuru\n"
|
||||
"PO-Revision-Date: 2015-01-24 07:36+0000\n"
|
||||
"Last-Translator: woosuk park <bjh13579@gmail.com>\n"
|
||||
"Language-Team: Korean (http://www.transifex.com/projects/p/dupeguru/language/ko/)\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: cocoa/inter/app_me.py:34
|
||||
msgid "Removing dead tracks from your iTunes Library"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/inter/app_me.py:35
|
||||
msgid "Scanning the iTunes Library"
|
||||
msgstr "iTunes 라이브러리 검색중"
|
||||
|
||||
#: cocoa/inter/app_me.py:158 cocoa/inter/app_pe.py:200
|
||||
msgid "Sending dupes to the Trash"
|
||||
msgstr "중복 파일 휴지통으로 보내기"
|
||||
|
||||
#: cocoa/inter/app_me.py:160
|
||||
msgid "Talking to iTunes. Don't touch it!"
|
||||
msgstr "iTunes와 작업중입니다. 건들지 마세요!"
|
||||
|
||||
#: cocoa/inter/app_me.py:195
|
||||
msgid ""
|
||||
"Your iTunes Library contains %d dead tracks ready to be removed. Continue?"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/inter/app_me.py:199
|
||||
msgid "You have no dead tracks in your iTunes Library"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/inter/app_me.py:217
|
||||
msgid "The iTunes application couldn't be found."
|
||||
msgstr "iTunes를 찾을수 없습니다."
|
||||
|
||||
#: cocoa/inter/app_pe.py:202
|
||||
msgid "Talking to iPhoto. Don't touch it!"
|
||||
msgstr "iPhoto와 작업중입니다. 건들지 마세요!"
|
||||
|
||||
#: cocoa/inter/app_pe.py:211
|
||||
msgid "Talking to Aperture. Don't touch it!"
|
||||
msgstr "Aperture와 작업중입니다. 건들지 마세요!"
|
||||
|
||||
#: cocoa/inter/app_pe.py:284
|
||||
msgid "Deleted Aperture photos were sent to a project called \"dupeGuru Trash\"."
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/inter/app_pe.py:310
|
||||
msgid "The iPhoto application couldn't be found."
|
||||
msgstr "iPhoto 어플리케이션을 찾을수 없습니다."
|
||||
|
||||
#: qt/base/app.py:83
|
||||
msgid "Quit"
|
||||
msgstr "나가기"
|
||||
|
||||
#: qt/base/app.py:84 qt/base/preferences_dialog.py:123
|
||||
msgid "Preferences"
|
||||
msgstr "설정"
|
||||
|
||||
#: qt/base/app.py:85 qt/base/ignore_list_dialog.py:32
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Ignore List"
|
||||
msgstr "무시 목록"
|
||||
|
||||
#: qt/base/app.py:86 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "dupeGuru Help"
|
||||
msgstr "dupeGuru 도움말"
|
||||
|
||||
#: qt/base/app.py:87 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "About dupeGuru"
|
||||
msgstr "dupeGuru에 대하여"
|
||||
|
||||
#: qt/base/app.py:88
|
||||
msgid "Check for Update"
|
||||
msgstr "업데이트 확인"
|
||||
|
||||
#: qt/base/app.py:89
|
||||
msgid "Open Debug Log"
|
||||
msgstr "디버그 로그 열기"
|
||||
|
||||
#: qt/base/app.py:198
|
||||
msgid "{} file (*.{})"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/deletion_options.py:30 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Deletion Options"
|
||||
msgstr "삭제 옵션"
|
||||
|
||||
#: qt/base/deletion_options.py:35 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Link deleted files"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/deletion_options.py:37 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid ""
|
||||
"After having deleted a duplicate, place a link targeting the reference file "
|
||||
"to replace the deleted file."
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/deletion_options.py:42
|
||||
msgid "Hardlink"
|
||||
msgstr "하드링크"
|
||||
|
||||
#: qt/base/deletion_options.py:42
|
||||
msgid "Symlink"
|
||||
msgstr "심볼링크"
|
||||
|
||||
#: qt/base/deletion_options.py:46
|
||||
msgid " (unsupported)"
|
||||
msgstr "(미지원)"
|
||||
|
||||
#: qt/base/deletion_options.py:47 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Directly delete files"
|
||||
msgstr "즉시 삭제"
|
||||
|
||||
#: qt/base/deletion_options.py:49 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid ""
|
||||
"Instead of sending files to trash, delete them directly. This option is "
|
||||
"usually used as a workaround when the normal deletion method doesn't work."
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/deletion_options.py:55 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Proceed"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/deletion_options.py:56 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Cancel"
|
||||
msgstr "취소"
|
||||
|
||||
#: qt/base/details_table.py:16 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Attribute"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/details_table.py:16 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Selected"
|
||||
msgstr "선택됨"
|
||||
|
||||
#: qt/base/details_table.py:16 qt/base/directories_model.py:22
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Reference"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/directories_dialog.py:58 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Load Results..."
|
||||
msgstr "결과 불러오기..."
|
||||
|
||||
#: qt/base/directories_dialog.py:59 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Results Window"
|
||||
msgstr "결과 창"
|
||||
|
||||
#: qt/base/directories_dialog.py:60
|
||||
msgid "Add Folder..."
|
||||
msgstr "폴더 추가하기..."
|
||||
|
||||
#: qt/base/directories_dialog.py:68 qt/base/result_window.py:77
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "File"
|
||||
msgstr "파일"
|
||||
|
||||
#: qt/base/directories_dialog.py:70 qt/base/result_window.py:85
|
||||
msgid "View"
|
||||
msgstr "보기"
|
||||
|
||||
#: qt/base/directories_dialog.py:72 qt/base/result_window.py:87
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Help"
|
||||
msgstr "도움말"
|
||||
|
||||
#: qt/base/directories_dialog.py:74 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Load Recent Results"
|
||||
msgstr "최근 결과 불러오기"
|
||||
|
||||
#: qt/base/directories_dialog.py:108 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Select folders to scan and press \"Scan\"."
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/directories_dialog.py:132 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Load Results"
|
||||
msgstr "결과 불러오기"
|
||||
|
||||
#: qt/base/directories_dialog.py:135 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Scan"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/directories_dialog.py:179
|
||||
msgid "Unsaved results"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/directories_dialog.py:180 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "You have unsaved results, do you really want to quit?"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/directories_dialog.py:188 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Select a folder to add to the scanning list"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/directories_dialog.py:205 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Select a results file to load"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/directories_dialog.py:206
|
||||
msgid "All Files (*.*)"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/directories_dialog.py:206 qt/base/result_window.py:287
|
||||
msgid "dupeGuru Results (*.dupeguru)"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/directories_dialog.py:217
|
||||
msgid "Start a new scan"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/directories_dialog.py:218 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "You have unsaved results, do you really want to continue?"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/directories_model.py:21 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Name"
|
||||
msgstr "이름"
|
||||
|
||||
#: qt/base/directories_model.py:21 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "State"
|
||||
msgstr "상태"
|
||||
|
||||
#: qt/base/directories_model.py:22 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Excluded"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/directories_model.py:22 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Normal"
|
||||
msgstr "일반"
|
||||
|
||||
#: qt/base/ignore_list_dialog.py:45 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Remove Selected"
|
||||
msgstr "선택에서 제거"
|
||||
|
||||
#: qt/base/ignore_list_dialog.py:46 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/ignore_list_dialog.py:47 qt/base/problem_dialog.py:57
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Close"
|
||||
msgstr "닫기"
|
||||
|
||||
#: qt/base/preferences_dialog.py:37 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Scan Type:"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/preferences_dialog.py:50
|
||||
msgid "Filter Hardness:"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/preferences_dialog.py:76
|
||||
msgid "More Results"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/preferences_dialog.py:81
|
||||
msgid "Fewer Results"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/preferences_dialog.py:88
|
||||
msgid "Font size:"
|
||||
msgstr "글꼴 크기:"
|
||||
|
||||
#: qt/base/preferences_dialog.py:92
|
||||
msgid "Language:"
|
||||
msgstr "언어:"
|
||||
|
||||
#: qt/base/preferences_dialog.py:98 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Copy and Move:"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/preferences_dialog.py:101 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Right in destination"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/preferences_dialog.py:102 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Recreate relative path"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/preferences_dialog.py:103 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Recreate absolute path"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/preferences_dialog.py:106
|
||||
msgid "Custom Command (arguments: %d for dupe, %r for ref):"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/preferences_dialog.py:184
|
||||
msgid "dupeGuru has to restart for language changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/prioritize_dialog.py:71 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Re-Prioritize duplicates"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/prioritize_dialog.py:75 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid ""
|
||||
"Add criteria to the right box and click OK to send the dupes that correspond"
|
||||
" the best to these criteria to their respective group's reference position. "
|
||||
"Read the help file for more information."
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/problem_dialog.py:31 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Problems!"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/problem_dialog.py:35 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid ""
|
||||
"There were problems processing some (or all) of the files. The cause of "
|
||||
"these problems are described in the table below. Those files were not "
|
||||
"removed from your results."
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/problem_dialog.py:52
|
||||
msgid "Reveal Selected"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:44 qt/base/result_window.py:170
|
||||
#: qt/me/details_dialog.py:20 qt/pe/details_dialog.py:26
|
||||
#: qt/se/details_dialog.py:20 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Details"
|
||||
msgstr "세부사항"
|
||||
|
||||
#: qt/base/result_window.py:45 qt/base/result_window.py:81
|
||||
#: qt/base/result_window.py:145 qt/base/result_window.py:169
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:46 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Show Dupes Only"
|
||||
msgstr "중복파일만 보기"
|
||||
|
||||
#: qt/base/result_window.py:47 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Show Delta Values"
|
||||
msgstr "델타 값만 보기"
|
||||
|
||||
#: qt/base/result_window.py:48
|
||||
msgid "Send Marked to Recycle Bin..."
|
||||
msgstr "선택 항목을 휴지통으로 보내기..."
|
||||
|
||||
#: qt/base/result_window.py:49 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Move Marked to..."
|
||||
msgstr "선택항목을 이동..."
|
||||
|
||||
#: qt/base/result_window.py:50 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Copy Marked to..."
|
||||
msgstr "선택항목을 복사..."
|
||||
|
||||
#: qt/base/result_window.py:51 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Remove Marked from Results"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:52 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Re-Prioritize Results..."
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:53 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Remove Selected from Results"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:54 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Add Selected to Ignore List"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:55 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Make Selected into Reference"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:56 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Open Selected with Default Application"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:57
|
||||
msgid "Open Containing Folder of Selected"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:58 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Rename Selected"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:59 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Mark All"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:60 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Mark None"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:61 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Invert Marking"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:62 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Mark Selected"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:63
|
||||
msgid "Export To HTML"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:64
|
||||
msgid "Export To CSV"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:65 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Save Results..."
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:66 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Invoke Custom Command"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:79
|
||||
msgid "Mark"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:83 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Columns"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:141
|
||||
msgid "Reset to Defaults"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:163
|
||||
msgid "{} Results"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:171 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Dupes Only"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:172
|
||||
msgid "Delta Values"
|
||||
msgstr ""
|
||||
|
||||
#: qt/base/result_window.py:286 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Select a file to save your results to"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:39 qt/se/preferences_dialog.py:39
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Filename"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:40 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Filename - Fields"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:41 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Filename - Fields (No Order)"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:42 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:43 qt/pe/preferences_dialog.py:33
|
||||
#: qt/se/preferences_dialog.py:40 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Contents"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:44
|
||||
msgid "Audio Contents"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:55 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Tags to scan:"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:61 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Track"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:63 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Artist"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:65 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Album"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:67 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:69 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Genre"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:71 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Year"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:75 qt/se/preferences_dialog.py:49
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Word weighting"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:77 qt/se/preferences_dialog.py:51
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Match similar words"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:79 qt/pe/preferences_dialog.py:41
|
||||
#: qt/se/preferences_dialog.py:53 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Can mix file kind"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:81 qt/pe/preferences_dialog.py:43
|
||||
#: qt/se/preferences_dialog.py:55 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Use regular expressions when filtering"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:83 qt/pe/preferences_dialog.py:45
|
||||
#: qt/se/preferences_dialog.py:57 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Remove empty folders on delete or move"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:85 qt/pe/preferences_dialog.py:47
|
||||
#: qt/se/preferences_dialog.py:76 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Ignore duplicates hardlinking to the same file"
|
||||
msgstr ""
|
||||
|
||||
#: qt/me/preferences_dialog.py:87 qt/pe/preferences_dialog.py:49
|
||||
#: qt/se/preferences_dialog.py:78 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Debug mode (restart required)"
|
||||
msgstr ""
|
||||
|
||||
#: qt/pe/preferences_dialog.py:34 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "EXIF Timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: qt/pe/preferences_dialog.py:39 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Match pictures of different dimensions"
|
||||
msgstr ""
|
||||
|
||||
#: qt/pe/result_window.py:19 qt/pe/result_window.py:25
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Clear Picture Cache"
|
||||
msgstr ""
|
||||
|
||||
#: qt/pe/result_window.py:26 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Do you really want to remove all your cached picture analysis?"
|
||||
msgstr ""
|
||||
|
||||
#: qt/pe/result_window.py:29
|
||||
msgid "Picture cache cleared."
|
||||
msgstr ""
|
||||
|
||||
#: qt/se/preferences_dialog.py:41 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Folders"
|
||||
msgstr ""
|
||||
|
||||
#: qt/se/preferences_dialog.py:60
|
||||
msgid "Ignore files smaller than"
|
||||
msgstr ""
|
||||
|
||||
#: qt/se/preferences_dialog.py:71 cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "KB"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "%@ Results"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Add Aperture Library"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Add iPhoto Library"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Add iTunes Library"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Add New Folder..."
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Audio Content"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Automatically check for updates"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Basic"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Bring All to Front"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Check for update..."
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Close Window"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Content"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Custom command (arguments: %d for dupe, %r for ref):"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Cut"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Delta"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Details of Selected File"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Details Panel"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Directories"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "dupeGuru"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "dupeGuru ME Preferences"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "dupeGuru PE Preferences"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "dupeGuru Preferences"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "dupeGuru Results"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "dupeGuru Website"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Export Results to CSV"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Export Results to XHTML"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Fewer results"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Filter hardness:"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Filter Results..."
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Folder Selection Window"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Font Size:"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Hide dupeGuru"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Hide Others"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Ignore files smaller than:"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Load from file..."
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Minimize"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Mode"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "More results"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Ok"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Paste"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Preferences..."
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Quick Look"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Quit dupeGuru"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Remove Dead Tracks in iTunes"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Reset to Default"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Reset To Defaults"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Reveal"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Reveal Selected in Finder"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Select All"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Send Marked to Trash..."
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Services"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Show All"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Start Duplicate Scan"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "The name '%@' already exists."
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Window"
|
||||
msgstr ""
|
||||
|
||||
#: cocoa/base/en.lproj/Localizable.strings:0
|
||||
msgid "Zoom"
|
||||
msgstr ""
|
@ -20,7 +20,7 @@ from qtlib.preferences import LANGNAMES
|
||||
tr = trget('ui')
|
||||
|
||||
SUPPORTED_LANGUAGES = [
|
||||
'en', 'fr', 'de', 'zh_CN', 'cs', 'it', 'hy', 'ru', 'uk', 'pt_BR', 'vi', 'pl_PL',
|
||||
'en', 'fr', 'de', 'zh_CN', 'cs', 'it', 'hy', 'ru', 'uk', 'pt_BR', 'vi', 'pl_PL', 'ko',
|
||||
]
|
||||
|
||||
class PreferencesDialogBase(QDialog):
|
||||
|
@ -21,6 +21,7 @@ LANGNAMES = {
|
||||
'cs': tr("Czech"),
|
||||
'it': tr("Italian"),
|
||||
'hy': tr("Armenian"),
|
||||
'ko': tr("Korean"),
|
||||
'ru': tr("Russian"),
|
||||
'uk': tr("Ukrainian"),
|
||||
'nl': tr('Dutch'),
|
||||
|
Loading…
Reference in New Issue
Block a user