1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Added a Deletion Options dialog that pops up when Send to Trash is triggered.

It offers hardlink and direct deletion options. This new feature supersedes the old "Send to Trash and Hardlink" menu item, which was removed.
This commit is contained in:
Virgil Dupras
2012-05-30 12:10:56 -04:00
parent 1171705921
commit 721591d3e3
44 changed files with 2249 additions and 1207 deletions

View File

@@ -12,38 +12,39 @@ msgstr ""
"X-Poedit-Country: UKRAINE\n"
"X-Poedit-Language: Ukrainian\n"
#: core/app.py:94
#: core/app.py:96
msgid "will only be able to delete, move or copy 10 duplicates at once"
msgstr "може видаляти, переміщувати або копіювати лише 10 копій відразу"
#: core/app.py:231
msgid "You cannot delete, move or copy more than 10 duplicates at once in demo mode."
msgstr "Ви не можете видаляти, переміщати або копіювати більше 10 дублікатів відразу в демонстраційному режимі."
#: core/app.py:258
msgid ""
"You cannot delete, move or copy more than 10 duplicates at once in demo "
"mode."
msgstr ""
"Ви не можете видаляти, переміщати або копіювати більше 10 дублікатів відразу"
" в демонстраційному режимі."
#: core/app.py:501
#: core/app.py:526
msgid "Collecting files to scan"
msgstr "Збір файлів для пошуку"
#: core/app.py:512
#: core/app.py:537
msgid "The selected directories contain no scannable file."
msgstr "Обрані папки не містять файлів придатних для пошуку."
#: core/app.py:551
#: core/app.py:576
msgid "%s (%d discarded)"
msgstr "%s (%d відкинуто)"
#: core/engine.py:178
#: core/engine.py:215
#: core/engine.py:178 core/engine.py:215
msgid "0 matches found"
msgstr "0 результатів знайдено"
#: core/engine.py:196
#: core/engine.py:223
#: core/engine.py:196 core/engine.py:223
msgid "%d matches found"
msgstr "%d результатів знайдено"
#: core/engine.py:208
#: core/scanner.py:80
#: core/engine.py:208 core/scanner.py:80
msgid "Read size of %d/%d files"
msgstr "Прочитано розмір %d/%d файлів"
@@ -111,15 +112,15 @@ msgstr "Виконується пріорітизація груп"
msgid "Analyzed %d/%d pictures"
msgstr "Проаналізовано %d/%d фотографій"
#: core_pe/matchblock.py:144
#: core_pe/matchblock.py:152
msgid "Performed %d/%d chunk matches"
msgstr "Виконано %d/%d порівнянь шматків"
#: core_pe/matchblock.py:149
#: core_pe/matchblock.py:157
msgid "Preparing for matching"
msgstr "Підготовка до порівняння"
#: core_pe/matchblock.py:184
#: core_pe/matchblock.py:192
msgid "Verified %d/%d matches"
msgstr "Перевірено %d/%d результатів"
@@ -127,64 +128,62 @@ msgstr "Перевірено %d/%d результатів"
msgid "Read EXIF of %d/%d pictures"
msgstr "Прочитано EXIF з %d/%d фотографій"
#: core/app.py:36
#: core/app.py:38
msgid "There are no marked duplicates. Nothing has been done."
msgstr "Немає позначених дублікатів - нічого робити."
#: core/app.py:37
#: core/app.py:39
msgid "There are no selected duplicates. Nothing has been done."
msgstr "Немає обраних дублікатів - нічого робити."
#: core/app.py:189
#: core/app.py:216
msgid "No duplicates found."
msgstr "Не знайдено жодного дублікату."
#: core/app.py:202
#: core/app.py:229
msgid "All marked files were copied sucessfully."
msgstr "Усі позначені файли були скопійовані успішно."
#: core/app.py:203
#: core/app.py:230
msgid "All marked files were moved sucessfully."
msgstr "Усі позначені файли були переміщені успішно."
#: core/app.py:204
#: core/app.py:231
msgid "All marked files were sucessfully sent to Trash."
msgstr "Усі позначені файли були успішно відправлені до кошика."
#: core/app.py:252
msgid "All selected %d matches are going to be ignored in all subsequent scans. Continue?"
msgstr "Усі обрані %d результатів будуть ігноруватися під час усіх наступних пошуків. Продовжити?"
#: core/app.py:279
msgid ""
"All selected %d matches are going to be ignored in all subsequent scans. "
"Continue?"
msgstr ""
"Усі обрані %d результатів будуть ігноруватися під час усіх наступних "
"пошуків. Продовжити?"
#: core/gui/ignore_list_dialog.py:24
msgid "Do you really want to remove all %d items from the ignore list?"
msgstr "Ви дійсно хочете видалити всі %d елементів з чорного списку?"
#: core/app.py:367
#: core/app.py:392
msgid "You have no custom command set up. Set it up in your preferences."
msgstr "Власна команда не встановлена. Встановіть її у налаштуваннях."
#: core/app.py:454
#: core/app.py:465
#: core/app.py:479 core/app.py:490
msgid "You are about to remove %d files from results. Continue?"
msgstr "Ви збираєтеся видалити %d файлів з результату пошуку. Продовжити?"
#: core/app.py:312
#: core/app.py:339
msgid "copy"
msgstr "копіювання"
#: core/app.py:312
#: core/app.py:339
msgid "move"
msgstr "переміщення"
#: core/app.py:313
#: core/app.py:340
msgid "Select a directory to {} marked files to"
msgstr "Оберіть цільову папку для {} позначених файлів"
#: core/app.py:327
msgid "You are about to send %d files to Trash (and hardlink them afterwards). Continue?"
msgstr "Ви збираєтеся відправити %d файлів до кошика (та потім створити жорсткі посилання замість них). Продовжити?"
#: core/app.py:329
msgid "You are about to send %d files to Trash. Continue?"
msgstr "Ви збираєтеся відправити %d файлів до кошику. Продовжити?"
#: core/gui/deletion_options.py:20
msgid "You are sending {} file(s) to the Trash."
msgstr ""