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>
pull/2/head
Slávek Banko 4 years ago
parent 9a99b4f244
commit 201bdeacd4
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -144,7 +144,7 @@ msgid ""
"_n: Image File List (1 item)\n"
"Image File List (%n items)"
msgstr ""
"_n: Seznam obrazových souborů (%n položka)\n"
"Seznam obrazových souborů (%n položka)\n"
"Seznam obrazových souborů (%n položky)\n"
"Seznam obrazových souborů (%n položek)"

Loading…
Cancel
Save