From ee6b3c606eed444b4ff1feeb746a0c8bc26964ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 6 Aug 2020 14:56:47 +0200 Subject: [PATCH] Fix plural form of translations. The leading '_n: ' should not be part of the translations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 3deaf7f4b37a502c25af9d77a665e04b51e3ef12) --- translations/messages/it.po | 4 ++-- translations/messages/nl.po | 4 ++-- translations/messages/sk.po | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/translations/messages/it.po b/translations/messages/it.po index b7fdc60..9f78be3 100644 --- a/translations/messages/it.po +++ b/translations/messages/it.po @@ -68,7 +68,7 @@ msgid "" "_n: Remove all variables (1 variable)\n" "Remove all variables (%n variables)" msgstr "" -"_n: Rimozione di tutte le variabili (1 variabile)\n" +"Rimozione di tutte le variabili (1 variabile)\n" "Rimozione di tutte le variabili (%n variabili)" #: abakuslistview.cpp:200 @@ -81,7 +81,7 @@ msgid "" "_n: Remove all functions (1 function)\n" "Remove all functions (%n functions)" msgstr "" -"_n: Rimozione di tutte le funzioni (1 funzione)\n" +"Rimozione di tutte le funzioni (1 funzione)\n" "Rimozione di tutte le funzioni (%n funzioni)" #: mainwindow.cpp:69 diff --git a/translations/messages/nl.po b/translations/messages/nl.po index 9fd1f0b..36ace92 100644 --- a/translations/messages/nl.po +++ b/translations/messages/nl.po @@ -69,7 +69,7 @@ msgid "" "_n: Remove all variables (1 variable)\n" "Remove all variables (%n variables)" msgstr "" -"_n: Alle variabelen wissen (1 variabele)\n" +"Alle variabelen wissen (1 variabele)\n" "Alle variabelen wissen (%n variabelen)" #: abakuslistview.cpp:200 @@ -82,7 +82,7 @@ msgid "" "_n: Remove all functions (1 function)\n" "Remove all functions (%n functions)" msgstr "" -"_n: Alle functies wissen (1 functie)\n" +"Alle functies wissen (1 functie)\n" "Alle functies wissen (%n functies)" #: mainwindow.cpp:69 diff --git a/translations/messages/sk.po b/translations/messages/sk.po index ffb517e..1e6e883 100644 --- a/translations/messages/sk.po +++ b/translations/messages/sk.po @@ -69,7 +69,7 @@ msgid "" "_n: Remove all variables (1 variable)\n" "Remove all variables (%n variables)" msgstr "" -"_n: Odstráň všetky premenné (1 premenná)\n" +"Odstráň všetky premenné (1 premenná)\n" "Odstráň všetky premenné (%n premenných)" #: abakuslistview.cpp:200 @@ -82,7 +82,7 @@ msgid "" "_n: Remove all functions (1 function)\n" "Remove all functions (%n functions)" msgstr "" -"_n: Odstráň všetky funkcie (1 funkcia)\n" +"Odstráň všetky funkcie (1 funkcia)\n" "Odstráň všetky funkcie (%n funkcií)" #: mainwindow.cpp:69