diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 14:59:12 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 15:15:09 +0200 |
commit | 85e57052c40a84974268818c88c9710d4a7f809b (patch) | |
tree | 1ec3fb36d720d20265572e103ed93472c47ae0dd /po/zh_CN | |
parent | 95f5cbdcd0e5f94e2c4bf71fb426d467c3e9f892 (diff) | |
download | digikam-85e57052c40a84974268818c88c9710d4a7f809b.tar.gz digikam-85e57052c40a84974268818c88c9710d4a7f809b.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 d69472324317e6f4fca928ecd58bb3de023b16d1)
Diffstat (limited to 'po/zh_CN')
-rw-r--r-- | po/zh_CN/digikam.po | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/po/zh_CN/digikam.po b/po/zh_CN/digikam.po index a9271304..74aaf760 100644 --- a/po/zh_CN/digikam.po +++ b/po/zh_CN/digikam.po @@ -1803,7 +1803,7 @@ msgid "" "items from the database because all views depend on the information in the " "database. Do you want them to be removed from the database?" msgstr "" -"_n: <p>There is an album in the database which does not appear to be on " +"<p>There is an album in the database which does not appear to be on " "disk. This album should be removed from the database, however you may lose " "information because all images associated with this album will be removed " "from the database as well.<p>digiKam cannot continue without removing the " @@ -1844,7 +1844,7 @@ msgid "" "depend on the information in the database. Do you want them to be removed " "from the database?" msgstr "" -"_n: <p>There is an item in the database which does not appear to be on disk " +"<p>There is an item in the database which does not appear to be on disk " "or is located in the root album of the path. This file should be removed " "from the database, however you may lose information.<p>digiKam cannot " "continue without removing the item from the database because all views " @@ -7966,7 +7966,7 @@ msgid "" "_n: <b>1</b> file selected.\n" "<b>%n</b> files selected." msgstr "" -"_n: <b>1</b> file selected.\n" +"<b>1</b> file selected.\n" "<b>%n</b> files selected." #: libs/dialogs/deletedialog.cpp:135 @@ -7985,7 +7985,7 @@ msgid "" "_n: <b>1</b> album selected.\n" "<b>%n</b> albums selected." msgstr "" -"_n: <b>1</b> album selected.\n" +"<b>1</b> album selected.\n" "<b>%n</b> albums selected." #: libs/dialogs/deletedialog.cpp:155 @@ -8524,7 +8524,7 @@ msgid "" "_n: <qt><p>You have edited the comment of the image. \n" "<qt><p>You have edited the comment of %n images. " msgstr "" -"_n: <qt><p>You have edited the comment of the picture. \n" +"<qt><p>You have edited the comment of the picture. \n" "<qt><p>You have edited the comment of %n pictures. " #: libs/imageproperties/imagedescedittab.cpp:413 @@ -8533,7 +8533,7 @@ msgid "" "_n: <qt><p>You have edited the date of the image. \n" "<qt><p>You have edited the date of %n images. " msgstr "" -"_n: <qt><p>You have edited the date of the picture. \n" +"<qt><p>You have edited the date of the picture. \n" "<qt><p>You have edited the date of %n pictures. " #: libs/imageproperties/imagedescedittab.cpp:417 @@ -8542,7 +8542,7 @@ msgid "" "_n: <qt><p>You have edited the rating of the image. \n" "<qt><p>You have edited the rating of %n images. " msgstr "" -"_n: <qt><p>You have edited the rating of the picture. \n" +"<qt><p>You have edited the rating of the picture. \n" "<qt><p>You have edited the rating of %n pictures. " #: libs/imageproperties/imagedescedittab.cpp:421 @@ -8551,7 +8551,7 @@ msgid "" "_n: <qt><p>You have edited the tags of the image. \n" "<qt><p>You have edited the tags of %n images. " msgstr "" -"_n: <qt><p>You have edited the tags of the picture. \n" +"<qt><p>You have edited the tags of the picture. \n" "<qt><p>You have edited the tags of %n pictures. " #: libs/imageproperties/imagedescedittab.cpp:424 @@ -8565,7 +8565,7 @@ msgid "" "_n: <qt><p>You have edited the metadata of the image: </p><ul>\n" "<qt><p>You have edited the metadata of %n images: </p><ul>" msgstr "" -"_n: <qt><p>You have edited the metadata of the picture: </p><ul>\n" +"<qt><p>You have edited the metadata of the picture: </p><ul>\n" "<qt><p>You have edited the metadata of %n pictures: </p><ul>" #: libs/imageproperties/imagedescedittab.cpp:433 |