Fix plural rule. Revert translation for "%s bytes" - it was correct.

This commit is contained in:
Pavel Roskin 2005-10-06 20:01:01 +00:00
parent a31c7331fa
commit 9241d649c4
1 changed files with 2 additions and 3 deletions

View File

@ -18,8 +18,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
msgid " Choose syntax highlighting "
msgstr "Vyber zvýraznìní synta&Xe"
@ -2654,7 +2653,7 @@ msgstr "Skupina"
msgid "%s byte"
msgid_plural "%s bytes"
msgstr[0] "%s byte"
msgstr[1] "%s bytý"
msgstr[1] "%s byty"
msgstr[2] "%s bytù"
#, c-format