diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 15:02:53 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 16:33:17 +0200 |
commit | 6145cd65d2aed19d1825275bb5585ebb55010005 (patch) | |
tree | b9d70f73fb6880b8c80cef78586f31a9974a6765 /tde-i18n-eo/messages/tdepim | |
parent | 598e8a2682a91d26e7bb4407d9c3b59f71a372da (diff) | |
download | tde-i18n-6145cd65d2aed19d1825275bb5585ebb55010005.tar.gz tde-i18n-6145cd65d2aed19d1825275bb5585ebb55010005.zip |
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 c03641fccaf798cbb93aabcddeb9098a72920455)
Diffstat (limited to 'tde-i18n-eo/messages/tdepim')
-rw-r--r-- | tde-i18n-eo/messages/tdepim/akregator.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tde-i18n-eo/messages/tdepim/akregator.po b/tde-i18n-eo/messages/tdepim/akregator.po index c06b4b2f4d0..4862d0e6be8 100644 --- a/tde-i18n-eo/messages/tdepim/akregator.po +++ b/tde-i18n-eo/messages/tdepim/akregator.po @@ -669,7 +669,7 @@ msgid "" "_n: <qt>Are you sure you want to delete the selected article?</qt>\n" "<qt>Are you sure you want to delete the %n selected articles?</qt>" msgstr "" -"_n: <qt>Ĉu vi certas voli forviŝi la elektitan artikolon?</qt>\n" +"<qt>Ĉu vi certas voli forviŝi la elektitan artikolon?</qt>\n" "<qt>Ĉu vi certas voli forviŝi la %n elektitajn artikolojn?</qt>" #: akregator_view.cpp:1332 @@ -730,7 +730,7 @@ msgid "" "_n: (1 unread article)\n" " (%n unread articles)" msgstr "" -"_n: (1 nelegita artikolo)\n" +" (1 nelegita artikolo)\n" " (%n nelegitaj artikoloj)" #: articleviewer.cpp:102 @@ -1053,7 +1053,7 @@ msgid "" "_n: Akregator - 1 unread article\n" "Akregator - %n unread articles" msgstr "" -"_n: Akregator - 1 nelegita artikolo\n" +"Akregator - 1 nelegita artikolo\n" "Akregator - %n nelegitaj artikoloj" #: viewer.cpp:70 |