diff options
author | Slávek Banko <[email protected]> | 2020-08-06 15:02:53 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-08-06 16:32:22 +0200 |
commit | c03641fccaf798cbb93aabcddeb9098a72920455 (patch) | |
tree | f119f14e31aafe8fd088c269e21378f703011072 /tde-i18n-af/messages/tdebase/tdefontinst.po | |
parent | a4e24d9af05d85cf0764931cdc862addb1fd444e (diff) | |
download | tde-i18n-c03641fccaf798cbb93aabcddeb9098a72920455.tar.gz tde-i18n-c03641fccaf798cbb93aabcddeb9098a72920455.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 'tde-i18n-af/messages/tdebase/tdefontinst.po')
-rw-r--r-- | tde-i18n-af/messages/tdebase/tdefontinst.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tde-i18n-af/messages/tdebase/tdefontinst.po b/tde-i18n-af/messages/tdebase/tdefontinst.po index 1b7a9cc0358..1333fb0b5c4 100644 --- a/tde-i18n-af/messages/tdebase/tdefontinst.po +++ b/tde-i18n-af/messages/tdebase/tdefontinst.po @@ -134,7 +134,7 @@ msgid "" "_n: Do you really want to delete this font?\n" "Do you really want to delete these %n fonts?" msgstr "" -"_n: Is jy seker jy wil hierdie lettertipe skrap?\n" +"Is jy seker jy wil hierdie lettertipe skrap?\n" "Is jy seker jy wil hierdie %n lettertipes skrap?" #: kcmfontinst/KCmFontInst.cpp:462 @@ -159,7 +159,7 @@ msgid "" "_n: One Font\n" "%n Fonts" msgstr "" -"_n: Een Lettertipe\n" +"Een Lettertipe\n" "%n Lettertipes" #: kcmfontinst/KCmFontInst.cpp:582 @@ -172,7 +172,7 @@ msgid "" "_n: One Family\n" "%n Families" msgstr "" -"_n: Een Familie\n" +"Een Familie\n" "%n Families" #: kcmfontinst/KCmFontInst.cpp:612 @@ -341,7 +341,7 @@ msgid "" "_n: %1 [1 pixel]\n" "%1 [%n pixels]" msgstr "" -"_n: %1 [1 pixel]\n" +"%1 [1 pixel]\n" "%1 [%n pixels]" #: lib/FcEngine.cpp:697 |