From 4dc558cd6b21dad9b49e03022f4c41cf7ad09e40 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 28 Nov 2021 14:58:21 +0900 Subject: [PATCH] Fixed singular form in translation. This resolves issue #14. Signed-off-by: Michele Calgaro --- src/renamedialog.cpp | 2 +- translations/messages/cs.po | 2 +- translations/messages/d3lphin.pot | 2 +- translations/messages/de.po | 2 +- translations/messages/el.po | 2 +- translations/messages/es.po | 2 +- translations/messages/et.po | 2 +- translations/messages/fr.po | 2 +- translations/messages/he.po | 2 +- translations/messages/it.po | 2 +- translations/messages/nl.po | 2 +- translations/messages/pl.po | 2 +- translations/messages/pt.po | 2 +- translations/messages/ru.po | 2 +- translations/messages/sk.po | 2 +- translations/messages/zh_Hans.po | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp index d9565fb..092f503 100644 --- a/src/renamedialog.cpp +++ b/src/renamedialog.cpp @@ -36,7 +36,7 @@ RenameDialog::RenameDialog(const KURL::List& items) : topLayout->setMargin(KDialog::marginHint()); const int itemCount = items.count(); - TQLabel* editLabel = new TQLabel(i18n("Rename the %n selected items to:", "Rename the %n selected items to:", itemCount), + TQLabel* editLabel = new TQLabel(i18n("Rename the %n selected item to:", "Rename the %n selected items to:", itemCount), plainPage()); m_lineEdit = new KLineEdit(plainPage()); diff --git a/translations/messages/cs.po b/translations/messages/cs.po index 1ba3cc7..9e42110 100644 --- a/translations/messages/cs.po +++ b/translations/messages/cs.po @@ -625,7 +625,7 @@ msgstr "" #: renamedialog.cpp:39 #, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "" diff --git a/translations/messages/d3lphin.pot b/translations/messages/d3lphin.pot index ffc7147..7b1dba7 100644 --- a/translations/messages/d3lphin.pot +++ b/translations/messages/d3lphin.pot @@ -628,7 +628,7 @@ msgstr "" #: renamedialog.cpp:39 #, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "" diff --git a/translations/messages/de.po b/translations/messages/de.po index 255a169..6ee3136 100644 --- a/translations/messages/de.po +++ b/translations/messages/de.po @@ -648,7 +648,7 @@ msgstr "Elemente umbenennen" #: renamedialog.cpp:39 #, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "" "Das eine ausgewählte Element wird umbenannt zu:\n" diff --git a/translations/messages/el.po b/translations/messages/el.po index 28fa338..71b3e0c 100644 --- a/translations/messages/el.po +++ b/translations/messages/el.po @@ -647,7 +647,7 @@ msgstr "Μετονομασία Αντικειμένων" #: renamedialog.cpp:39 #, fuzzy, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "Μετονομασία των %1 επιλεγμένων αντικείμενων σε:" diff --git a/translations/messages/es.po b/translations/messages/es.po index 4d2f3b5..30f5103 100644 --- a/translations/messages/es.po +++ b/translations/messages/es.po @@ -665,7 +665,7 @@ msgstr "Renombrar" #: renamedialog.cpp:39 #, fuzzy, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "¿Realmente desea borrar los %1 ficheros seleccionados?" diff --git a/translations/messages/et.po b/translations/messages/et.po index c319b55..11ee5d3 100644 --- a/translations/messages/et.po +++ b/translations/messages/et.po @@ -648,7 +648,7 @@ msgstr "Elementide nimede muutmine" #: renamedialog.cpp:39 #, fuzzy, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "%1 valitud elemendi uus nimi:" diff --git a/translations/messages/fr.po b/translations/messages/fr.po index 2d899f2..1c2aad2 100644 --- a/translations/messages/fr.po +++ b/translations/messages/fr.po @@ -644,7 +644,7 @@ msgstr "Renommer" #: renamedialog.cpp:39 #, fuzzy, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "Voulez-vous vraiment supprimer les %1 objets sélectionnés ?" diff --git a/translations/messages/he.po b/translations/messages/he.po index f838222..b2ba0a0 100644 --- a/translations/messages/he.po +++ b/translations/messages/he.po @@ -653,7 +653,7 @@ msgstr "שנה שם" #: renamedialog.cpp:39 #, fuzzy, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "האם באמת ברצונך למחוק את %1 הפריטים המסומנים?" diff --git a/translations/messages/it.po b/translations/messages/it.po index 1da9d06..e374840 100644 --- a/translations/messages/it.po +++ b/translations/messages/it.po @@ -646,7 +646,7 @@ msgstr "Rinomina elementi" #: renamedialog.cpp:39 #, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "" "Rinomina gli %n elementi selezionati con\n" diff --git a/translations/messages/nl.po b/translations/messages/nl.po index f38a240..ef6bf4d 100644 --- a/translations/messages/nl.po +++ b/translations/messages/nl.po @@ -642,7 +642,7 @@ msgstr "Itemnamen wijzigen" #: renamedialog.cpp:39 #, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "" "Wijzig de naam van de %n geselecteerde items in:\n" diff --git a/translations/messages/pl.po b/translations/messages/pl.po index ea50fc3..7affbea 100644 --- a/translations/messages/pl.po +++ b/translations/messages/pl.po @@ -644,7 +644,7 @@ msgstr "Zmień Nazwy" #: renamedialog.cpp:39 #, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "" "Zmień nazwę %n elementu na:\n" diff --git a/translations/messages/pt.po b/translations/messages/pt.po index 5940cd9..686cc38 100644 --- a/translations/messages/pt.po +++ b/translations/messages/pt.po @@ -641,7 +641,7 @@ msgstr "Renomear itens" #: renamedialog.cpp:39 #, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "" "Renomear o %n item seleccionado para:\n" diff --git a/translations/messages/ru.po b/translations/messages/ru.po index e45cb1c..f134d8d 100644 --- a/translations/messages/ru.po +++ b/translations/messages/ru.po @@ -652,7 +652,7 @@ msgstr "Переименовать" #: renamedialog.cpp:39 #, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "" "Переименовать выделенные элементы (%n):\n" diff --git a/translations/messages/sk.po b/translations/messages/sk.po index 43581d6..3df286e 100644 --- a/translations/messages/sk.po +++ b/translations/messages/sk.po @@ -626,7 +626,7 @@ msgstr "" #: renamedialog.cpp:39 #, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr "" diff --git a/translations/messages/zh_Hans.po b/translations/messages/zh_Hans.po index 8a2815f..f09fd60 100644 --- a/translations/messages/zh_Hans.po +++ b/translations/messages/zh_Hans.po @@ -628,7 +628,7 @@ msgstr "" #: renamedialog.cpp:39 #, c-format msgid "" -"_n: Rename the %n selected items to:\n" +"_n: Rename the %n selected item to:\n" "Rename the %n selected items to:" msgstr ""