diff options
author | Slávek Banko <[email protected]> | 2020-08-06 14:56:47 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-08-06 14:56:47 +0200 |
commit | 3deaf7f4b37a502c25af9d77a665e04b51e3ef12 (patch) | |
tree | 623b1189b244ef68195c64c52bd3b0ed6a22a79f /translations/messages/sk.po | |
parent | e4a092b3ada00f979b91f0840ab9a67704235f61 (diff) | |
download | abakus-3deaf7f4b37a502c25af9d77a665e04b51e3ef12.tar.gz abakus-3deaf7f4b37a502c25af9d77a665e04b51e3ef12.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'translations/messages/sk.po')
-rw-r--r-- | translations/messages/sk.po | 4 |
1 files changed, 2 insertions, 2 deletions
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 |