diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 14:59:49 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 15:22:14 +0200 |
commit | 063d2e923ac82fbd7c64b71741b7de5a9ba33b91 (patch) | |
tree | 74ae9651752c9c151abed0d2b0a7480dd59ff3cf | |
parent | 62a5912fe0739ffc10ca8179addbc28cd8558db8 (diff) | |
download | kile-063d2e923ac82fbd7c64b71741b7de5a9ba33b91.tar.gz kile-063d2e923ac82fbd7c64b71741b7de5a9ba33b91.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 6d084afd42cdc96d9d3d2a0022da3b5e456ab431)
-rw-r--r-- | translations/hi/messages/kile.po | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/translations/hi/messages/kile.po b/translations/hi/messages/kile.po index 12afda3..41e4422 100644 --- a/translations/hi/messages/kile.po +++ b/translations/hi/messages/kile.po @@ -3576,7 +3576,7 @@ msgid "" "_n: %n error\n" "%n errors" msgstr "" -"_n: %n त्रुटि\n" +"%n त्रुटि\n" "%n त्रुटियाँ" #: kilestdtools.cpp:172 @@ -3585,7 +3585,7 @@ msgid "" "_n: %n warning\n" "%n warnings" msgstr "" -"_n: %n चेतावनी\n" +"%n चेतावनी\n" "%n चेतावनियाँ" #: kilestdtools.cpp:173 @@ -3594,7 +3594,7 @@ msgid "" "_n: %n badbox\n" "%n badboxes" msgstr "" -"_n: %n बेड-बॉक्स\n" +"%n बेड-बॉक्स\n" "%n बेडबॉक्स" #: kilestdtools.cpp:324 @@ -7793,7 +7793,7 @@ msgstr "" #~ "_n: Corrected 1 word.\n" #~ "Corrected %n words." #~ msgstr "" -#~ "_n: 1 शब्द ठीक किया.\n" +#~ "1 शब्द ठीक किया.\n" #~ "%n शब्दों को ठीक किया." #~ msgid "Spell Checking Done" @@ -7807,7 +7807,7 @@ msgstr "" #~ "_n: Corrected 1 word.\n" #~ "Corrected %n words" #~ msgstr "" -#~ "_n: 1 शब्द ठीक किया.\n" +#~ "1 शब्द ठीक किया.\n" #~ "%n शब्दों को ठीक किया" #~ msgid "I(A)Spell could not be started." |