added Plural-Forms field in header and missing empty entries.

* hr.po: added Plural-Forms field in header and missing empty entries.
This commit is contained in:
Tomasz Kłoczko
2004-03-12 07:34:17 +00:00
parent c2895a9aa0
commit 1d00248f3d
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2004-03-12 Tomasz Kłoczko <kloczek@pld.org.pl>
* hr.po: added Plural-Forms field in header and missing empty
entries.
2004-03-11 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> 2004-03-11 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
* pt_BR.po: Updated Brazilian Portuguese translation done by * pt_BR.po: Updated Brazilian Portuguese translation done by

View File

@@ -13,6 +13,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: TransDict server\n" "X-Generator: TransDict server\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"
#: examples/smp.c:74 #: examples/smp.c:74
#, c-format #, c-format
@@ -101,6 +102,7 @@ msgid "read %d byte"
msgid_plural "read %d bytes" msgid_plural "read %d bytes"
msgstr[0] "čitaj %d bajt" msgstr[0] "čitaj %d bajt"
msgstr[1] "čitaj %d bajtova" msgstr[1] "čitaj %d bajtova"
msgstr[2] ""
#: lib/read_data.c:51 #: lib/read_data.c:51
msgid "read data size" msgid "read data size"
@@ -112,6 +114,7 @@ msgid "read data %d byte"
msgid_plural "read data %d bytes" msgid_plural "read data %d bytes"
msgstr[0] "čitaj podatak %d bajt" msgstr[0] "čitaj podatak %d bajt"
msgstr[1] "čitaj podatak %d bajtova" msgstr[1] "čitaj podatak %d bajtova"
msgstr[2] ""
#: lib/write.c:51 #: lib/write.c:51
#, c-format #, c-format
@@ -119,6 +122,7 @@ msgid "write %d byte"
msgid_plural "write %d bytes" msgid_plural "write %d bytes"
msgstr[0] "piši %d bajt" msgstr[0] "piši %d bajt"
msgstr[1] "piši %d bajtova" msgstr[1] "piši %d bajtova"
msgstr[2] ""
#: src/daemon/gnuserv.c:456 #: src/daemon/gnuserv.c:456
msgid "Enable debugging" msgid "Enable debugging"