Fix plural form of translations.

The leading '_n: ' should not be part of the translations.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d0783eec64)
r14.0.x
Slávek Banko 4 years ago
parent 5754ca1227
commit 633329d782
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -1212,7 +1212,7 @@ msgid ""
"_n: Undo %n action\n" "_n: Undo %n action\n"
"Undo %n actions" "Undo %n actions"
msgstr "" msgstr ""
"_n: Batalkan tindakan%n\n" "Batalkan tindakan%n\n"
"Batalkan tindakan%n " "Batalkan tindakan%n "
#: kofficeui/KoCommandHistory.cpp:401 #: kofficeui/KoCommandHistory.cpp:401
@ -1221,7 +1221,7 @@ msgid ""
"_n: Redo %n action\n" "_n: Redo %n action\n"
"Redo %n actions" "Redo %n actions"
msgstr "" msgstr ""
"_n: Buat semula tindakan %n\n" "Buat semula tindakan %n\n"
"Buat semula tindakan%n" "Buat semula tindakan%n"
#: kofficeui/KoCommandHistory.cpp:414 kofficeui/KoCommandHistory.cpp:419 #: kofficeui/KoCommandHistory.cpp:414 kofficeui/KoCommandHistory.cpp:419

@ -3074,7 +3074,7 @@ msgid ""
"_n: 1 object selected\n" "_n: 1 object selected\n"
"%n objects selected" "%n objects selected"
msgstr "" msgstr ""
"_n: 1 objek dipilih\n" "1 objek dipilih\n"
"%n objek dipilih" "%n objek dipilih"
#: KPrView.cpp:4440 #: KPrView.cpp:4440

Loading…
Cancel
Save