diff --git a/po/ChangeLog b/po/ChangeLog index e0dfaa92..7919faf2 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2004-03-12 Tomasz Kłoczko + + * hr.po: added Plural-Forms field in header and missing empty + entries. + 2004-03-11 Gustavo Maciel Dias Vieira * pt_BR.po: Updated Brazilian Portuguese translation done by diff --git a/po/hr.po b/po/hr.po index 5055a4eb..ef8f2ee0 100644 --- a/po/hr.po +++ b/po/hr.po @@ -13,6 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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 #, c-format @@ -101,6 +102,7 @@ msgid "read %d byte" msgid_plural "read %d bytes" msgstr[0] "čitaj %d bajt" msgstr[1] "čitaj %d bajtova" +msgstr[2] "" #: lib/read_data.c:51 msgid "read data size" @@ -112,6 +114,7 @@ msgid "read data %d byte" msgid_plural "read data %d bytes" msgstr[0] "čitaj podatak %d bajt" msgstr[1] "čitaj podatak %d bajtova" +msgstr[2] "" #: lib/write.c:51 #, c-format @@ -119,6 +122,7 @@ msgid "write %d byte" msgid_plural "write %d bytes" msgstr[0] "piši %d bajt" msgstr[1] "piši %d bajtova" +msgstr[2] "" #: src/daemon/gnuserv.c:456 msgid "Enable debugging"