diff --git a/core/app.py b/core/app.py index 81a70933..6229bc57 100644 --- a/core/app.py +++ b/core/app.py @@ -242,9 +242,9 @@ class DupeGuru(RegistrableApplication, Broadcaster): self.view.show_problem_dialog() else: msg = { - JobType.Copy: tr("All marked files were copied sucessfully."), - JobType.Move: tr("All marked files were moved sucessfully."), - JobType.Delete: tr("All marked files were sucessfully sent to Trash."), + JobType.Copy: tr("All marked files were copied successfully."), + JobType.Move: tr("All marked files were moved successfully."), + JobType.Delete: tr("All marked files were successfully sent to Trash."), }[jobid] self.view.show_message(msg) diff --git a/locale/core.pot b/locale/core.pot index 61f606fe..1254c3ed 100644 --- a/locale/core.pot +++ b/locale/core.pot @@ -25,15 +25,15 @@ msgid "No duplicates found." msgstr "" #: core/app.py:245 -msgid "All marked files were copied sucessfully." +msgid "All marked files were copied successfully." msgstr "" #: core/app.py:246 -msgid "All marked files were moved sucessfully." +msgid "All marked files were moved successfully." msgstr "" #: core/app.py:247 -msgid "All marked files were sucessfully sent to Trash." +msgid "All marked files were successfully sent to Trash." msgstr "" #: core/app.py:274 diff --git a/locale/cs/LC_MESSAGES/core.po b/locale/cs/LC_MESSAGES/core.po index 36bb6b02..22bb2537 100644 --- a/locale/cs/LC_MESSAGES/core.po +++ b/locale/cs/LC_MESSAGES/core.po @@ -33,15 +33,15 @@ msgid "No duplicates found." msgstr "Nebyli nalezeny žádné duplicity." #: core/app.py:245 -msgid "All marked files were copied sucessfully." +msgid "All marked files were copied successfully." msgstr "" #: core/app.py:246 -msgid "All marked files were moved sucessfully." +msgid "All marked files were moved successfully." msgstr "" #: core/app.py:247 -msgid "All marked files were sucessfully sent to Trash." +msgid "All marked files were successfully sent to Trash." msgstr "" #: core/app.py:274 diff --git a/locale/de/LC_MESSAGES/core.po b/locale/de/LC_MESSAGES/core.po index 8a5adb5b..7cdd3ebb 100644 --- a/locale/de/LC_MESSAGES/core.po +++ b/locale/de/LC_MESSAGES/core.po @@ -33,15 +33,15 @@ msgid "No duplicates found." msgstr "Keine Duplikate gefunden." #: core/app.py:245 -msgid "All marked files were copied sucessfully." +msgid "All marked files were copied successfully." msgstr "" #: core/app.py:246 -msgid "All marked files were moved sucessfully." +msgid "All marked files were moved successfully." msgstr "" #: core/app.py:247 -msgid "All marked files were sucessfully sent to Trash." +msgid "All marked files were successfully sent to Trash." msgstr "" #: core/app.py:274 diff --git a/locale/fr/LC_MESSAGES/core.po b/locale/fr/LC_MESSAGES/core.po index fc8ea326..dead360e 100644 --- a/locale/fr/LC_MESSAGES/core.po +++ b/locale/fr/LC_MESSAGES/core.po @@ -35,15 +35,15 @@ msgid "No duplicates found." msgstr "Aucun doublon trouvé." #: core/app.py:245 -msgid "All marked files were copied sucessfully." +msgid "All marked files were copied successfully." msgstr "Tous les fichiers marqués ont été copiés correctement." #: core/app.py:246 -msgid "All marked files were moved sucessfully." +msgid "All marked files were moved successfully." msgstr "Tous les fichiers marqués ont été déplacés correctement." #: core/app.py:247 -msgid "All marked files were sucessfully sent to Trash." +msgid "All marked files were successfully sent to Trash." msgstr "Tous les fichiers marqués ont été correctement envoyés à la corbeille." #: core/app.py:274 diff --git a/locale/hy/LC_MESSAGES/core.po b/locale/hy/LC_MESSAGES/core.po index 5d040a2c..9dd5da86 100755 --- a/locale/hy/LC_MESSAGES/core.po +++ b/locale/hy/LC_MESSAGES/core.po @@ -33,15 +33,15 @@ msgid "No duplicates found." msgstr "Կրկնօրինակներ չկան:" #: core/app.py:245 -msgid "All marked files were copied sucessfully." +msgid "All marked files were copied successfully." msgstr "Բոլոր նշված ֆայլերը հաջողությամբ պատճենվել են:" #: core/app.py:246 -msgid "All marked files were moved sucessfully." +msgid "All marked files were moved successfully." msgstr "Բոլոր նշված ֆայլերը հաջողությամբ տեղափոխվել են:" #: core/app.py:247 -msgid "All marked files were sucessfully sent to Trash." +msgid "All marked files were successfully sent to Trash." msgstr "Բոլոր նշված ֆայլերը հաջողությամբ Ջնջվել են:" #: core/app.py:274 diff --git a/locale/it/LC_MESSAGES/core.po b/locale/it/LC_MESSAGES/core.po index 50c04d34..8d36ed96 100644 --- a/locale/it/LC_MESSAGES/core.po +++ b/locale/it/LC_MESSAGES/core.po @@ -33,15 +33,15 @@ msgid "No duplicates found." msgstr "Non sono stati trovati dei duplicati." #: core/app.py:245 -msgid "All marked files were copied sucessfully." +msgid "All marked files were copied successfully." msgstr "Tutti i file marcati sono stati copiati correttamente." #: core/app.py:246 -msgid "All marked files were moved sucessfully." +msgid "All marked files were moved successfully." msgstr "Tutti i file marcati sono stati spostati correttamente." #: core/app.py:247 -msgid "All marked files were sucessfully sent to Trash." +msgid "All marked files were successfully sent to Trash." msgstr "Tutti i file marcati sono stati inviati nel cestino." #: core/app.py:274 diff --git a/locale/pt_BR/LC_MESSAGES/core.po b/locale/pt_BR/LC_MESSAGES/core.po index 6a585ec8..93bfd770 100644 --- a/locale/pt_BR/LC_MESSAGES/core.po +++ b/locale/pt_BR/LC_MESSAGES/core.po @@ -35,15 +35,15 @@ msgid "No duplicates found." msgstr "Nenhuma duplicata encontrada" #: core/app.py:245 -msgid "All marked files were copied sucessfully." +msgid "All marked files were copied successfully." msgstr "Todos os arquivos marcados foram copiados com sucesso" #: core/app.py:246 -msgid "All marked files were moved sucessfully." +msgid "All marked files were moved successfully." msgstr "Todos os arquivos marcados foram relocados com sucesso" #: core/app.py:247 -msgid "All marked files were sucessfully sent to Trash." +msgid "All marked files were successfully sent to Trash." msgstr "Todos os arquivos marcados foram movidos para o Lixo com sucesso" #: core/app.py:274 diff --git a/locale/ru/LC_MESSAGES/core.po b/locale/ru/LC_MESSAGES/core.po index 90339a38..189c86d2 100644 --- a/locale/ru/LC_MESSAGES/core.po +++ b/locale/ru/LC_MESSAGES/core.po @@ -33,15 +33,15 @@ msgid "No duplicates found." msgstr "Дубликаты не найдены." #: core/app.py:245 -msgid "All marked files were copied sucessfully." +msgid "All marked files were copied successfully." msgstr "Все отмеченные файлы были скопированы успешно." #: core/app.py:246 -msgid "All marked files were moved sucessfully." +msgid "All marked files were moved successfully." msgstr "Все отмеченные файлы были перемещены успешно." #: core/app.py:247 -msgid "All marked files were sucessfully sent to Trash." +msgid "All marked files were successfully sent to Trash." msgstr "Все отмеченные файлы были успешно отправлены в Корзину." #: core/app.py:274 diff --git a/locale/uk/LC_MESSAGES/core.po b/locale/uk/LC_MESSAGES/core.po index 2181ef23..eadc6024 100755 --- a/locale/uk/LC_MESSAGES/core.po +++ b/locale/uk/LC_MESSAGES/core.po @@ -33,15 +33,15 @@ msgid "No duplicates found." msgstr "Не знайдено жодного дублікату." #: core/app.py:245 -msgid "All marked files were copied sucessfully." +msgid "All marked files were copied successfully." msgstr "Усі позначені файли були скопійовані успішно." #: core/app.py:246 -msgid "All marked files were moved sucessfully." +msgid "All marked files were moved successfully." msgstr "Усі позначені файли були переміщені успішно." #: core/app.py:247 -msgid "All marked files were sucessfully sent to Trash." +msgid "All marked files were successfully sent to Trash." msgstr "Усі позначені файли були успішно відправлені до кошика." #: core/app.py:274 diff --git a/locale/zh_CN/LC_MESSAGES/core.po b/locale/zh_CN/LC_MESSAGES/core.po index 7fee8271..8700f6cc 100644 --- a/locale/zh_CN/LC_MESSAGES/core.po +++ b/locale/zh_CN/LC_MESSAGES/core.po @@ -33,15 +33,15 @@ msgid "No duplicates found." msgstr "没有找到重复文件。" #: core/app.py:245 -msgid "All marked files were copied sucessfully." +msgid "All marked files were copied successfully." msgstr "" #: core/app.py:246 -msgid "All marked files were moved sucessfully." +msgid "All marked files were moved successfully." msgstr "" #: core/app.py:247 -msgid "All marked files were sucessfully sent to Trash." +msgid "All marked files were successfully sent to Trash." msgstr "" #: core/app.py:274