diff options
author | Slávek Banko <[email protected]> | 2020-08-06 14:59:31 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-08-06 15:20:21 +0200 |
commit | 42c9ed19e8ba31217c7590a3ed4ba2f064401853 (patch) | |
tree | 95369b6a7fec0d3e5ceb84335babb7b7fa6a1dac /ar | |
parent | 4ed5ff94aa6a43f9a048d6af198b2f1ac8ee6210 (diff) | |
download | k3b-i18n-42c9ed19e8ba31217c7590a3ed4ba2f064401853.tar.gz k3b-i18n-42c9ed19e8ba31217c7590a3ed4ba2f064401853.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 51985a69cffcfd6b5ac04562220494becbc0107b)
Diffstat (limited to 'ar')
-rw-r--r-- | ar/messages/k3b.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ar/messages/k3b.po b/ar/messages/k3b.po index ad1ab76..61764bb 100644 --- a/ar/messages/k3b.po +++ b/ar/messages/k3b.po @@ -2756,7 +2756,7 @@ msgid "" "_n: %n track\n" "%n tracks" msgstr "" -"_n: %n مسار\n" +"%n مسار\n" "%n مساراتس" #: misc/k3bcdimagewritingdialog.cpp:731 @@ -5838,7 +5838,7 @@ msgid "" "_n: 1 track (%1)\n" "%n tracks (%1)" msgstr "" -"_n: 1 مسار (%1)\n" +"1 مسار (%1)\n" "%n مساراتً (%1)" #: rip/k3baudioconvertingoptionwidget.cpp:107 @@ -6521,7 +6521,7 @@ msgid "" "_n: %n chapter\n" "%n chapters" msgstr "" -"_n: %n فصل\n" +"%n فصل\n" "%n فصول" #: rip/videodvd/k3bvideodvdrippingtitlelistview.cpp:253 @@ -6594,7 +6594,7 @@ msgid "" "_n: %n title\n" "%n titles" msgstr "" -"_n: %n عنوان\n" +"%n عنوان\n" "%n عناوين" #: rip/videodvd/k3bvideodvdrippingview.cpp:128 |