From 19fb8377bd058f7fa024c5fbe4ea22c65789ab31 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 31 Jul 2007 11:48:33 +0200 Subject: [PATCH] Sync with TP. --- po/da.po | 73 ++++++++++--- po/de.po | 330 +++++++++++++++++++++-------------------------------------- po/eo.po | 28 +++-- po/fr.po | 77 +++++++++++--- po/it.po | 42 ++++---- po/ja.po | 73 ++++++++++--- po/nl.po | 67 ++++++------ po/pl.po | 9 +- po/ro.po | 335 +++++++++++++++++++++--------------------------------------- po/rw.po | 65 ++++++++++-- po/sr.po | 76 +++++++++++--- po/vi.po | 9 +- po/zh_CN.po | 31 +++--- 13 files changed, 620 insertions(+), 595 deletions(-) rewrite po/de.po (77%) rewrite po/ro.po (75%) diff --git a/po/da.po b/po/da.po index 5ffbe57..5204bd3 100644 --- a/po/da.po +++ b/po/da.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libidn 0.5.16\n" "Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" +"POT-Creation-Date: 2005-05-06 01:52+0200\n" "PO-Revision-Date: 2005-10-25 18:08+0200\n" "Last-Translator: Morten Bo Johansen \n" "Language-Team: Danish \n" @@ -14,166 +14,215 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" +#: lib/strerror-idna.c:70 lib/strerror-pr29.c:54 lib/strerror-punycode.c:54 +#: lib/strerror-stringprep.c:74 lib/strerror-tld.c:56 msgid "Success" msgstr "Lykkedes" +#: lib/strerror-idna.c:74 lib/strerror-pr29.c:62 msgid "String preparation failed" msgstr "Dannelse af tekststreng mislykkedes" +#: lib/strerror-idna.c:78 msgid "Punycode failed" msgstr "Punycode mislykkedes" +#: lib/strerror-idna.c:82 msgid "Non-digit/letter/hyphen in input" msgstr "Ikke-ciffer/bogstav/bindestreg i inddata" +#: lib/strerror-idna.c:86 msgid "Forbidden leading or trailing minus sign (`-')" msgstr "Må ikke begynde eller slutte med minustegn ('-')" +#: lib/strerror-idna.c:90 msgid "Output would be too large or too small" msgstr "Mængden af uddata ville blive for stor eller lille" +#: lib/strerror-idna.c:94 msgid "Input does not start with ACE prefix (`xn--')" msgstr "Inddata begynder ikke med et ACE-præfiks ('xn--')" +#: lib/strerror-idna.c:98 msgid "String not idempotent under ToASCII" msgstr "Tekststreng er ikke beskyttet mod gentagelse under ToASCII" +#: lib/strerror-idna.c:102 msgid "Input already contain ACE prefix (`xn--')" msgstr "Inddata indeholder allerede et ACE-præfiks ('xn--')" +#: lib/strerror-idna.c:106 lib/strerror-tld.c:72 msgid "System iconv failed" msgstr "Systemkald til iconv mislykkedes" +#: lib/strerror-idna.c:110 lib/strerror-stringprep.c:118 lib/strerror-tld.c:68 msgid "Cannot allocate memory" msgstr "Kan ikke tildele hukommelse" +#: lib/strerror-idna.c:114 msgid "System dlopen failed" msgstr "Systemkald til dlopen mislykkedes" +#: lib/strerror-idna.c:118 lib/strerror-pr29.c:66 lib/strerror-punycode.c:70 +#: lib/strerror-stringprep.c:122 lib/strerror-tld.c:80 msgid "Unknown error" msgstr "Ukendt fejl" +#: lib/strerror-pr29.c:58 msgid "String not idempotent under Unicode NFKC normalization" msgstr "Tekststreng er ikke beskyttet mod gentagelse under NFKC-normalisering" +#: lib/strerror-punycode.c:58 msgid "Invalid input" msgstr "Ugyldige inddata" +#: lib/strerror-punycode.c:62 lib/strerror-stringprep.c:98 msgid "Output would exceed the buffer space provided" msgstr "Størrelse på uddata ville overstige tildelt plads i buffer" +#: lib/strerror-punycode.c:66 msgid "String size limit exceeded" msgstr "Grænse for størrelse på tekststreng overskredet" +#: lib/strerror-stringprep.c:78 msgid "Forbidden unassigned code points in input" msgstr "Ikke-tildelte kodepunkter i inddata ikke tilladt" +#: lib/strerror-stringprep.c:82 msgid "Prohibited code points in input" msgstr "Kodepunkter i inddata ikke tilladt" +#: lib/strerror-stringprep.c:86 msgid "Conflicting bidirectional properties in input" msgstr "Konflikter mellem tovejs egenskaber i inddata" +#: lib/strerror-stringprep.c:90 msgid "Malformed bidirectional string" msgstr "Misdannet tovejs tekststreng" +#: lib/strerror-stringprep.c:94 msgid "Prohibited bidirectional code points in input" msgstr "Tovejs kodepunkter i inddata ikke tilladt" +#: lib/strerror-stringprep.c:102 msgid "Error in stringprep profile definition" msgstr "Fejl i definition af stringprep-profil" +#: lib/strerror-stringprep.c:106 msgid "Flag conflict with profile" msgstr "Konflikt mellem flag og profil" +#: lib/strerror-stringprep.c:110 msgid "Unknown profile" msgstr "Ukendt profil" +#: lib/strerror-stringprep.c:114 msgid "Unicode normalization failed (internal error)" msgstr "Normalisering af unicode mislykkedes (intern fejl)" +#: lib/strerror-tld.c:60 msgid "Code points prohibited by top-level domain" msgstr "Kodepunkter ikke tilladt af top-domæne" +#: lib/strerror-tld.c:64 msgid "Missing input" msgstr "Manglende inddata" +#: lib/strerror-tld.c:76 msgid "No top-level domain found in input" msgstr "Fandt ikke et top-domæne i inddata" +#: src/idn.c:89 msgid "Only one of -s, -e, -d, -a or -u can be specified." msgstr "Kun et af argumenterne -s, -e, -d, -a eller -u kan angives." +#: src/idn.c:98 #, c-format msgid "Charset `%s'.\n" msgstr "Tegnsæt `%s'.\n" +#: src/idn.c:101 #, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" +msgid "Type each input string on a line by itself, terminated by a newline character.\n" msgstr "Indtast hver streng på en særskilt linje, afsluttet med en ny linje.\n" +#: src/idn.c:116 msgid "Input error" msgstr "Fejl i inddata" +#: src/idn.c:126 src/idn.c:186 src/idn.c:267 src/idn.c:341 #, c-format msgid "Could not convert from %s to UTF-8." msgstr "Kunne ikke omdanne fra %s til UTF-8." +#: src/idn.c:134 src/idn.c:158 src/idn.c:193 src/idn.c:402 msgid "Could not convert from UTF-8 to UCS-4." msgstr "Kunne ikke omdanne fra UTF-8 til UCS-4." -#, fuzzy, c-format -msgid "input[%lu] = U+%04x\n" +#: src/idn.c:141 src/idn.c:199 src/idn.c:280 src/idn.c:356 +#, c-format +msgid "input[%d] = U+%04x\n" msgstr "inddata[%d] = U+%04x\n" +#: src/idn.c:150 #, c-format msgid "stringprep_profile: %s" msgstr "stringprep_profile: %s" -#, fuzzy, c-format -msgid "output[%lu] = U+%04x\n" +#: src/idn.c:165 src/idn.c:242 src/idn.c:329 src/idn.c:374 +#, c-format +msgid "output[%d] = U+%04x\n" msgstr "uddata[%d] = U+%04x\n" +#: src/idn.c:172 src/idn.c:213 src/idn.c:255 src/idn.c:407 #, c-format msgid "Could not convert from UTF-8 to %s." msgstr "Kunne ikke omdanne fra UTF-8 til %s." +#: src/idn.c:206 #, c-format msgid "punycode_encode: %s" msgstr "punycode_encode: %s" +#: src/idn.c:228 msgid "malloc" msgstr "malloc" +#: src/idn.c:234 #, c-format msgid "punycode_decode: %s" msgstr "punycode_decode: %s" +#: src/idn.c:250 src/idn.c:274 src/idn.c:349 msgid "Could not convert from UCS-4 to UTF-8." msgstr "Kunne ikke omdanne fra UCS-4 til UTF-8." +#: src/idn.c:290 #, c-format msgid "idna_to_ascii_4z: %s" msgstr "idna_to_ascii_4z: %s" +#: src/idn.c:304 #, c-format msgid "idna_to_unicode_8z4z (TLD): %s" msgstr "idna_to_unicode_8z4z (TLD): %s" -#, fuzzy, c-format -msgid "tld[%lu] = U+%04x\n" +#: src/idn.c:311 +#, c-format +msgid "tld[%d] = U+%04x\n" msgstr "tld[%d] = U+%04x\n" -#, fuzzy, c-format -msgid "tld_check_4z (position %lu): %s" +#: src/idn.c:317 src/idn.c:386 +#, c-format +msgid "tld_check_4z (position %d): %s" msgstr "tld_check_4z (position %d): %s" +#: src/idn.c:320 src/idn.c:392 #, c-format msgid "tld_check_4z: %s" msgstr "tld_check_4z: %s" +#: src/idn.c:367 #, c-format msgid "idna_to_unicode_8z4z: %s" msgstr "idna_to_unicode_8z4z: %s" diff --git a/po/de.po b/po/de.po dissimilarity index 77% index deeb61a..79576b8 100644 --- a/po/de.po +++ b/po/de.po @@ -1,214 +1,116 @@ -# German translation of libidn. -# Copyright (C) 2004 Free Software Foundation, Inc. -# This file is distributed under the same license as the libidn package. -# Roland Illig , 2004. -# -msgid "" -msgstr "" -"Project-Id-Version: libidn 0.4.1\n" -"Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" -"PO-Revision-Date: 2004-03-28 20:30+0100\n" -"Last-Translator: Roland Illig \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "Success" -msgstr "" - -msgid "String preparation failed" -msgstr "" - -msgid "Punycode failed" -msgstr "" - -msgid "Non-digit/letter/hyphen in input" -msgstr "" - -msgid "Forbidden leading or trailing minus sign (`-')" -msgstr "" - -msgid "Output would be too large or too small" -msgstr "" - -msgid "Input does not start with ACE prefix (`xn--')" -msgstr "" - -msgid "String not idempotent under ToASCII" -msgstr "" - -msgid "Input already contain ACE prefix (`xn--')" -msgstr "" - -msgid "System iconv failed" -msgstr "" - -msgid "Cannot allocate memory" -msgstr "" - -msgid "System dlopen failed" -msgstr "" - -msgid "Unknown error" -msgstr "" - -msgid "String not idempotent under Unicode NFKC normalization" -msgstr "" - -msgid "Invalid input" -msgstr "" - -msgid "Output would exceed the buffer space provided" -msgstr "" - -msgid "String size limit exceeded" -msgstr "" - -msgid "Forbidden unassigned code points in input" -msgstr "" - -msgid "Prohibited code points in input" -msgstr "" - -msgid "Conflicting bidirectional properties in input" -msgstr "" - -msgid "Malformed bidirectional string" -msgstr "" - -msgid "Prohibited bidirectional code points in input" -msgstr "" - -msgid "Error in stringprep profile definition" -msgstr "" - -msgid "Flag conflict with profile" -msgstr "" - -msgid "Unknown profile" -msgstr "" - -msgid "Unicode normalization failed (internal error)" -msgstr "" - -msgid "Code points prohibited by top-level domain" -msgstr "" - -msgid "Missing input" -msgstr "" - -msgid "No top-level domain found in input" -msgstr "" - -#, fuzzy -msgid "Only one of -s, -e, -d, -a or -u can be specified." -msgstr "" -"%s: Nur eins von »-s«, »-e«, »-d«, »-a« oder »-u« kann angegeben werden.\n" - -#, c-format -msgid "Charset `%s'.\n" -msgstr "Zeichensatz »%s«.\n" - -#, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" -msgstr "" -"Geben Sie jede Eingabezeichenkette in einer eigenen Zeile ein, durch einen " -"Zeilenumbruch abgeschlossen.\n" - -msgid "Input error" -msgstr "" - -#, fuzzy, c-format -msgid "Could not convert from %s to UTF-8." -msgstr "%s: Konnte nicht von %s nach UTF-8 konvertieren.\n" - -#, fuzzy -msgid "Could not convert from UTF-8 to UCS-4." -msgstr "%s: Konnte nicht von UTF-8 nach UCS-4 konvertieren.\n" - -#, fuzzy, c-format -msgid "input[%lu] = U+%04x\n" -msgstr "input[%d] = U+%04x\n" - -#, c-format -msgid "stringprep_profile: %s" -msgstr "" - -#, fuzzy, c-format -msgid "output[%lu] = U+%04x\n" -msgstr "output[%d] = U+%04x\n" - -#, fuzzy, c-format -msgid "Could not convert from UTF-8 to %s." -msgstr "%s: Konnte nicht von UTF-8 nach %s konvertieren.\n" - -#, c-format -msgid "punycode_encode: %s" -msgstr "" - -msgid "malloc" -msgstr "" - -#, c-format -msgid "punycode_decode: %s" -msgstr "" - -#, fuzzy -msgid "Could not convert from UCS-4 to UTF-8." -msgstr "%s: Konnte nicht von UCS-4 nach UTF-8 konvertieren.\n" - -#, c-format -msgid "idna_to_ascii_4z: %s" -msgstr "" - -#, fuzzy, c-format -msgid "idna_to_unicode_8z4z (TLD): %s" -msgstr "%s: idna_to_unicode_8z4z() mit Fehler %d fehlgeschlagen.\n" - -#, fuzzy, c-format -msgid "tld[%lu] = U+%04x\n" -msgstr "tld[%d] = U+%04x\n" - -#, c-format -msgid "tld_check_4z (position %lu): %s" -msgstr "" - -#, c-format -msgid "tld_check_4z: %s" -msgstr "" - -#, fuzzy, c-format -msgid "idna_to_unicode_8z4z: %s" -msgstr "%s: idna_to_unicode_8z4z() mit Fehler %d fehlgeschlagen.\n" - -#~ msgid "%s: fgets() failed: " -#~ msgstr "%s: fgets() fehlgeschlagen: " - -#~ msgid "%s: stringprep_profile() failed with error %d.\n" -#~ msgstr "%s: stringprep_profile() mit Fehler %d fehlgeschlagen.\n" - -#~ msgid "%s: punycode_encode() failed with error %d.\n" -#~ msgstr "%s: punycode_encode() mit Fehler %d fehlgeschlagen.\n" - -#~ msgid "%s: malloc() failed: " -#~ msgstr "%s: malloc() fehlgeschlagen: " - -#~ msgid "%s: punycode_decode() failed with error %d.\n" -#~ msgstr "%s: punycode_decode() mit Fehler %d fehlgeschlagen.\n" - -#~ msgid "%s: idna_to_ascii_4z() failed with error %d.\n" -#~ msgstr "%s: idna_to_ascii_4z() mit Fehler %d fehlgeschlagen.\n" - -#~ msgid "%s: TLD idna_to_unicode_8z8z() failed with error %d.\n" -#~ msgstr "%s: TLD idna_to_unicode_8z8z() mit Fehler %d fehlgeschlagen.\n" - -#~ msgid "%s: string rejected by TLD test (Unicode position %d)\n" -#~ msgstr "" -#~ "%s: Zeichenkette beim TLD-Test zurückgewiesen (Unicode position %d)\n" - -#~ msgid "%s: tld_check_4z failed with error %d.\n" -#~ msgstr "%s: tld_check_4z mit Fehler %d fehlgeschlagen.\n" +# German translation of libidn. +# Copyright (C) 2004 Free Software Foundation, Inc. +# This file is distributed under the same license as the libidn package. +# Roland Illig , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: libidn 0.4.1\n" +"Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" +"POT-Creation-Date: 2004-03-08 23:54+0100\n" +"PO-Revision-Date: 2004-03-28 20:30+0100\n" +"Last-Translator: Roland Illig \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/idn.c:83 +#, c-format +msgid "%s: Only one of -s, -e, -d, -a or -u can be specified.\n" +msgstr "%s: Nur eins von »-s«, »-e«, »-d«, »-a« oder »-u« kann angegeben werden.\n" + +#: src/idn.c:93 +#, c-format +msgid "Charset `%s'.\n" +msgstr "Zeichensatz »%s«.\n" + +#: src/idn.c:96 +#, c-format +msgid "Type each input string on a line by itself, terminated by a newline character.\n" +msgstr "Geben Sie jede Eingabezeichenkette in einer eigenen Zeile ein, durch einen Zeilenumbruch abgeschlossen.\n" + +#: src/idn.c:108 +#, c-format +msgid "%s: fgets() failed: " +msgstr "%s: fgets() fehlgeschlagen: " + +#: src/idn.c:122 src/idn.c:196 src/idn.c:305 src/idn.c:402 +#, c-format +msgid "%s: could not convert from %s to UTF-8.\n" +msgstr "%s: Konnte nicht von %s nach UTF-8 konvertieren.\n" + +#: src/idn.c:132 src/idn.c:162 src/idn.c:206 src/idn.c:475 +#, c-format +msgid "%s: could not convert from UTF-8 to UCS-4.\n" +msgstr "%s: Konnte nicht von UTF-8 nach UCS-4 konvertieren.\n" + +#: src/idn.c:141 src/idn.c:215 src/idn.c:323 src/idn.c:421 +#, c-format +msgid "input[%d] = U+%04x\n" +msgstr "input[%d] = U+%04x\n" + +#: src/idn.c:152 +#, c-format +msgid "%s: stringprep_profile() failed with error %d.\n" +msgstr "%s: stringprep_profile() mit Fehler %d fehlgeschlagen.\n" + +#: src/idn.c:171 src/idn.c:272 src/idn.c:389 src/idn.c:442 +#, c-format +msgid "output[%d] = U+%04x\n" +msgstr "output[%d] = U+%04x\n" + +#: src/idn.c:179 src/idn.c:234 src/idn.c:290 src/idn.c:484 +#, c-format +msgid "%s: could not convert from UTF-8 to %s.\n" +msgstr "%s: Konnte nicht von UTF-8 nach %s konvertieren.\n" + +#: src/idn.c:224 +#, c-format +msgid "%s: punycode_encode() failed with error %d.\n" +msgstr "%s: punycode_encode() mit Fehler %d fehlgeschlagen.\n" + +#: src/idn.c:252 +#, c-format +msgid "%s: malloc() failed: " +msgstr "%s: malloc() fehlgeschlagen: " + +#: src/idn.c:263 +#, c-format +msgid "%s: punycode_decode() failed with error %d.\n" +msgstr "%s: punycode_decode() mit Fehler %d fehlgeschlagen.\n" + +#: src/idn.c:281 src/idn.c:314 src/idn.c:412 +#, c-format +msgid "%s: could not convert from UCS-4 to UTF-8.\n" +msgstr "%s: Konnte nicht von UCS-4 nach UTF-8 konvertieren.\n" + +#: src/idn.c:334 +#, c-format +msgid "%s: idna_to_ascii_4z() failed with error %d.\n" +msgstr "%s: idna_to_ascii_4z() mit Fehler %d fehlgeschlagen.\n" + +#: src/idn.c:351 +#, c-format +msgid "%s: TLD idna_to_unicode_8z8z() failed with error %d.\n" +msgstr "%s: TLD idna_to_unicode_8z8z() mit Fehler %d fehlgeschlagen.\n" + +#: src/idn.c:360 +#, c-format +msgid "tld[%d] = U+%04x\n" +msgstr "tld[%d] = U+%04x\n" + +#: src/idn.c:366 src/idn.c:453 +#, c-format +msgid "%s: string rejected by TLD test (Unicode position %d)\n" +msgstr "%s: Zeichenkette beim TLD-Test zurückgewiesen (Unicode position %d)\n" + +#: src/idn.c:375 src/idn.c:462 +#, c-format +msgid "%s: tld_check_4z failed with error %d.\n" +msgstr "%s: tld_check_4z mit Fehler %d fehlgeschlagen.\n" + +#: src/idn.c:433 +#, c-format +msgid "%s: idna_to_unicode_8z4z() failed with error %d.\n" +msgstr "%s: idna_to_unicode_8z4z() mit Fehler %d fehlgeschlagen.\n" diff --git a/po/eo.po b/po/eo.po index 601e2b2..4be7416 100644 --- a/po/eo.po +++ b/po/eo.po @@ -2,14 +2,14 @@ # Esperantaj mesaĝoj por libidn. # Copyright (C) 2004 Free Software Foundation, Inc. # This file is distributed under the same license as the libidn package. -# Edmund GRIMLEY EVANS , 2004-2005. +# Edmund GRIMLEY EVANS , 2004-2005, 2007. # msgid "" msgstr "" -"Project-Id-Version: libidn 0.5.16\n" +"Project-Id-Version: libidn 0.6.12\n" "Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" -"PO-Revision-Date: 2005-05-12 16:53+0100\n" +"POT-Creation-Date: 2007-04-25 11:37+0200\n" +"PO-Revision-Date: 2007-07-09 22:23+0100\n" "Last-Translator: Edmund GRIMLEY EVANS \n" "Language-Team: Esperanto \n" "MIME-Version: 1.0\n" @@ -111,9 +111,7 @@ msgid "Charset `%s'.\n" msgstr "Signaro '%s'.\n" #, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" +msgid "Type each input string on a line by itself, terminated by a newline character.\n" msgstr "" "Tajpu ĉiun enigan ĉenon en propra linio, kun linifina signo ĉe la\n" "fino.\n" @@ -128,17 +126,17 @@ msgstr "Ne povis konverti de %s al UTF-8." msgid "Could not convert from UTF-8 to UCS-4." msgstr "Ne povis konverti de UTF-8 al UCS-4." -#, fuzzy, c-format +#, c-format msgid "input[%lu] = U+%04x\n" -msgstr "enigo[%d] = U+%04x\n" +msgstr "enigo[%lu] = U+%04x\n" #, c-format msgid "stringprep_profile: %s" msgstr "stringprep_profile: %s" -#, fuzzy, c-format +#, c-format msgid "output[%lu] = U+%04x\n" -msgstr "eligo[%d] = U+%04x\n" +msgstr "eligo[%lu] = U+%04x\n" #, c-format msgid "Could not convert from UTF-8 to %s." @@ -166,13 +164,13 @@ msgstr "idna_to_ascii_4z: %s" msgid "idna_to_unicode_8z4z (TLD): %s" msgstr "idna_to_unicode_8z4z (TLD): %s" -#, fuzzy, c-format +#, c-format msgid "tld[%lu] = U+%04x\n" -msgstr "tld[%d] = U+%04x\n" +msgstr "tld[%lu] = U+%04x\n" -#, fuzzy, c-format +#, c-format msgid "tld_check_4z (position %lu): %s" -msgstr "tld_check_4z (loko %d): %s" +msgstr "tld_check_4z (loko %lu): %s" #, c-format msgid "tld_check_4z: %s" diff --git a/po/fr.po b/po/fr.po index dd4a358..616254c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU libidn 0.5.6\n" "Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" +"POT-Creation-Date: 2004-10-02 21:50+0200\n" "PO-Revision-Date: 2004-10-08 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" @@ -15,168 +15,215 @@ msgstr "" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#: lib/strerror-idna.c:70 lib/strerror-pr29.c:54 lib/strerror-punycode.c:54 +#: lib/strerror-stringprep.c:74 lib/strerror-tld.c:56 msgid "Success" msgstr "Succès" +#: lib/strerror-idna.c:74 lib/strerror-pr29.c:62 msgid "String preparation failed" msgstr "La préparation de la chaîne a échoué" +#: lib/strerror-idna.c:78 msgid "Punycode failed" msgstr "Punycode a échoué" +#: lib/strerror-idna.c:82 msgid "Non-digit/letter/hyphen in input" msgstr "Pas de chiffre/lettre/tirait fourni dans l'entrée" +#: lib/strerror-idna.c:86 msgid "Forbidden leading or trailing minus sign (`-')" msgstr "Signe de négation (`-') en préfixe ou en suffixe interdit" +#: lib/strerror-idna.c:90 msgid "Output would be too large or too small" msgstr "La sortie serait trop grande ou top petite" +#: lib/strerror-idna.c:94 msgid "Input does not start with ACE prefix (`xn--')" msgstr "L'entrée ne débute pas par un préfixe ACE (`xn--')" +#: lib/strerror-idna.c:98 msgid "String not idempotent under ToASCII" msgstr "La chaîne n'est pas idempotente sous ToASCII" +#: lib/strerror-idna.c:102 msgid "Input already contain ACE prefix (`xn--')" msgstr "L'entrée contient déjà un préfixe ACE (`xn--')" +#: lib/strerror-idna.c:106 lib/strerror-tld.c:72 msgid "System iconv failed" msgstr "La fonction système icon() a échoué" +#: lib/strerror-idna.c:110 lib/strerror-stringprep.c:118 lib/strerror-tld.c:68 msgid "Cannot allocate memory" msgstr "Ne peut allouer de la mémoire" +#: lib/strerror-idna.c:114 msgid "System dlopen failed" msgstr "La fonction système dlopen() a échoué" +#: lib/strerror-idna.c:118 lib/strerror-pr29.c:66 lib/strerror-punycode.c:70 +#: lib/strerror-stringprep.c:122 lib/strerror-tld.c:80 msgid "Unknown error" msgstr "Erreur inconnue" +#: lib/strerror-pr29.c:58 msgid "String not idempotent under Unicode NFKC normalization" msgstr "La chaîne n'est pas idempotente sous la normalisation Unicode NFKC" +#: lib/strerror-punycode.c:58 msgid "Invalid input" msgstr "Entrée invalide" +#: lib/strerror-punycode.c:62 lib/strerror-stringprep.c:98 msgid "Output would exceed the buffer space provided" msgstr "La sortie excèderait l'espace tampon fourni" +#: lib/strerror-punycode.c:66 msgid "String size limit exceeded" msgstr "La limite de la taille de la chaîne est dépassée" +#: lib/strerror-stringprep.c:78 msgid "Forbidden unassigned code points in input" msgstr "Interdiction de codes points non affectées dans l'entrée" +#: lib/strerror-stringprep.c:82 msgid "Prohibited code points in input" msgstr "Codes points prohibés dans l'entrée" +#: lib/strerror-stringprep.c:86 msgid "Conflicting bidirectional properties in input" msgstr "Propriétés bidirectionnelles conflictuelles dans l'entrée" +#: lib/strerror-stringprep.c:90 msgid "Malformed bidirectional string" msgstr "Chaîne bidirectionnelle mal composée" +#: lib/strerror-stringprep.c:94 msgid "Prohibited bidirectional code points in input" msgstr "Codes points bidirectionnels prohibés dans l'entrée" +#: lib/strerror-stringprep.c:102 msgid "Error in stringprep profile definition" msgstr "Erreur dans la définition de profil de stringprep" +#: lib/strerror-stringprep.c:106 msgid "Flag conflict with profile" msgstr "Conflit de fanions avec le profil" +#: lib/strerror-stringprep.c:110 msgid "Unknown profile" msgstr "Profil inconnu" +#: lib/strerror-stringprep.c:114 msgid "Unicode normalization failed (internal error)" msgstr "La normalisation Unicode a échoué (erreur interne)" +#: lib/strerror-tld.c:60 msgid "Code points prohibited by top-level domain" msgstr "Codes points prohibés par le domaine de haut niveau" +#: lib/strerror-tld.c:64 msgid "Missing input" msgstr "Entrée manquante" +#: lib/strerror-tld.c:76 msgid "No top-level domain found in input" msgstr "Aucun domaine de haut niveau n'a été repéré dans l'entrée" +#: src/idn.c:89 msgid "Only one of -s, -e, -d, -a or -u can be specified." msgstr "Seulement une option parmi -s, -e, -d, -a ou -u peut être spécifiée." +#: src/idn.c:98 #, c-format msgid "Charset `%s'.\n" msgstr "Jeu de caractères `%s'.\n" +#: src/idn.c:101 #, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" -msgstr "" -"Tapez chaque chaque chaîne sur une seule ligne terminée par un retour de " -"chariot.\n" +msgid "Type each input string on a line by itself, terminated by a newline character.\n" +msgstr "Tapez chaque chaque chaîne sur une seule ligne terminée par un retour de chariot.\n" +#: src/idn.c:116 msgid "Input error" msgstr "Erreur de saisie" +#: src/idn.c:126 src/idn.c:184 src/idn.c:261 src/idn.c:332 #, c-format msgid "Could not convert from %s to UTF-8." msgstr "Ne peut effectuer la conversion à partir de %s vers UTF-8." +#: src/idn.c:133 src/idn.c:156 src/idn.c:190 src/idn.c:389 msgid "Could not convert from UTF-8 to UCS-4." msgstr "Ne peut effectuer la conversion à partir de UTF-8 vers UCS-4." -#, fuzzy, c-format -msgid "input[%lu] = U+%04x\n" +#: src/idn.c:140 src/idn.c:196 src/idn.c:273 src/idn.c:346 +#, c-format +msgid "input[%d] = U+%04x\n" msgstr "entrée[%d] = U+%04x\n" +#: src/idn.c:149 #, c-format msgid "stringprep_profile: %s" msgstr "stringprep_profile: %s" -#, fuzzy, c-format -msgid "output[%lu] = U+%04x\n" +#: src/idn.c:163 src/idn.c:237 src/idn.c:320 src/idn.c:363 +#, c-format +msgid "output[%d] = U+%04x\n" msgstr "sortie[%d] = U+%04x\n" +#: src/idn.c:170 src/idn.c:209 src/idn.c:249 src/idn.c:394 #, c-format msgid "Could not convert from UTF-8 to %s." msgstr "Ne peut effectuer la conversion à partir de UTF-8 vers %s." +#: src/idn.c:203 #, c-format msgid "punycode_encode: %s" msgstr "punycode_encode: %s" +#: src/idn.c:224 msgid "malloc" msgstr "malloc" +#: src/idn.c:230 #, c-format msgid "punycode_decode: %s" msgstr "punycode_decode: %s" +#: src/idn.c:244 src/idn.c:267 src/idn.c:339 msgid "Could not convert from UCS-4 to UTF-8." msgstr "Ne peut effectuer la conversion à partir de UCS-4 vers UTF-8." +#: src/idn.c:283 #, c-format msgid "idna_to_ascii_4z: %s" msgstr "idna_to_ascii_4z: %s" +#: src/idn.c:296 #, c-format msgid "idna_to_unicode_8z4z (TLD): %s" msgstr "idna_to_unicode_8z4z (TLD): %s" -#, fuzzy, c-format -msgid "tld[%lu] = U+%04x\n" +#: src/idn.c:303 +#, c-format +msgid "tld[%d] = U+%04x\n" msgstr "tld[%d] = U+%04x\n" -#, fuzzy, c-format -msgid "tld_check_4z (position %lu): %s" +#: src/idn.c:309 src/idn.c:375 +#, c-format +msgid "tld_check_4z (position %d): %s" msgstr "tld_check_4z (position %d): %s" +#: src/idn.c:312 src/idn.c:381 #, c-format msgid "tld_check_4z: %s" msgstr "tld_check_4z: %s" +#: src/idn.c:357 #, c-format msgid "idna_to_unicode_8z4z: %s" msgstr "idna_to_unicode_8z4z: %s" diff --git a/po/it.po b/po/it.po index f53935f..880a71d 100644 --- a/po/it.po +++ b/po/it.po @@ -1,13 +1,13 @@ # Italian messages for libidn. -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2007 Free Software Foundation, Inc. # This file is distributed under the same license as the libidn package. -# Marco Colombo , 2004. +# Marco Colombo , 2004, 2007. msgid "" msgstr "" -"Project-Id-Version: libidn 0.5.12\n" +"Project-Id-Version: libidn 0.6.12\n" "Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" -"PO-Revision-Date: 2004-12-28 20:48+0000\n" +"POT-Creation-Date: 2007-04-25 11:37+0200\n" +"PO-Revision-Date: 2007-06-05 16:32+0100\n" "Last-Translator: Marco Colombo \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" @@ -67,10 +67,10 @@ msgid "String size limit exceeded" msgstr "Limite di grandezza della stringa superato" msgid "Forbidden unassigned code points in input" -msgstr "Codici punto non assegnati proibiti nell'input" +msgstr "Codepoints non assegnati proibiti nell'input" msgid "Prohibited code points in input" -msgstr "Codici punto proibiti nell'input" +msgstr "Codepoints proibiti nell'input" msgid "Conflicting bidirectional properties in input" msgstr "Proprietà bidirezionali in conflitto nell'input" @@ -79,7 +79,7 @@ msgid "Malformed bidirectional string" msgstr "Stringa bidirezionale malformata" msgid "Prohibited bidirectional code points in input" -msgstr "Codici punto bidirezionali proibiti nell'input" +msgstr "Codepoints bidirezionali proibiti nell'input" msgid "Error in stringprep profile definition" msgstr "Errore nella definizione del profilo di stringprep" @@ -94,7 +94,7 @@ msgid "Unicode normalization failed (internal error)" msgstr "Normalizzazione Unicode non riuscita (errore interno)" msgid "Code points prohibited by top-level domain" -msgstr "Codici punto proibiti dal dominio di primo livello" +msgstr "Codepoints proibiti dal dominio di primo livello" msgid "Missing input" msgstr "Input mancante" @@ -110,12 +110,8 @@ msgid "Charset `%s'.\n" msgstr "Charset `%s'.\n" #, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" -msgstr "" -"Scrivere ogni stringa di input in una riga a sé, terminata da un carattere " -"di newline.\n" +msgid "Type each input string on a line by itself, terminated by a newline character.\n" +msgstr "Scrivere ogni stringa di input in una riga a sé, terminata da un carattere di newline.\n" msgid "Input error" msgstr "Errore di input" @@ -127,17 +123,17 @@ msgstr "Impossibile convertire da %s a UTF-8." msgid "Could not convert from UTF-8 to UCS-4." msgstr "Impossibile convertire da UTF-8 a UCS-4." -#, fuzzy, c-format +#, c-format msgid "input[%lu] = U+%04x\n" -msgstr "input[%d] = U+%04x\n" +msgstr "input[%lu] = U+%04x\n" #, c-format msgid "stringprep_profile: %s" msgstr "stringprep_profile: %s" -#, fuzzy, c-format +#, c-format msgid "output[%lu] = U+%04x\n" -msgstr "output[%d] = U+%04x\n" +msgstr "output[%lu] = U+%04x\n" #, c-format msgid "Could not convert from UTF-8 to %s." @@ -165,13 +161,13 @@ msgstr "idna_to_ascii_4z: %s" msgid "idna_to_unicode_8z4z (TLD): %s" msgstr "idna_to_unicode_8z4z (TLD): %s" -#, fuzzy, c-format +#, c-format msgid "tld[%lu] = U+%04x\n" -msgstr "tld[%d] = U+%04x\n" +msgstr "tld[%lu] = U+%04x\n" -#, fuzzy, c-format +#, c-format msgid "tld_check_4z (position %lu): %s" -msgstr "tld_check_4z (posizione %d): %s" +msgstr "tld_check_4z (posizione %lu): %s" #, c-format msgid "tld_check_4z: %s" diff --git a/po/ja.po b/po/ja.po index 6509038..c22067c 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libidn 0.5.16\n" "Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" +"POT-Creation-Date: 2005-05-06 01:52+0200\n" "PO-Revision-Date: 2006-03-21 11:20+0900\n" "Last-Translator: GOTO Masanori \n" "Language-Team: Japanese \n" @@ -15,166 +15,215 @@ msgstr "" "Content-Type: text/plain; charset=EUC-JP\n" "Content-Transfer-Encoding: 8bit\n" +#: lib/strerror-idna.c:70 lib/strerror-pr29.c:54 lib/strerror-punycode.c:54 +#: lib/strerror-stringprep.c:74 lib/strerror-tld.c:56 msgid "Success" msgstr "À®¸ù" +#: lib/strerror-idna.c:74 lib/strerror-pr29.c:62 msgid "String preparation failed" msgstr "ʸ»úÎó½àÈ÷Ãæ¤Ç¼ºÇÔ" +#: lib/strerror-idna.c:78 msgid "Punycode failed" msgstr "PunycodeÁàºîÃæ¤Ç¼ºÇÔ" +#: lib/strerror-idna.c:82 msgid "Non-digit/letter/hyphen in input" msgstr "ÆþÎÏÃæ¤Ë¿ôÃÍ/ʸ»ú/¥Ï¥¤¥Õ¥ó°Ê³°¤¬Â¸ºß" +#: lib/strerror-idna.c:86 msgid "Forbidden leading or trailing minus sign (`-')" msgstr "ÀèƬ¤Þ¤¿¤ÏËöÈø¤Ë¤¢¤ë¥Þ¥¤¥Ê¥¹µ­¹æ(`-')¤Ïµö¤µ¤ì¤Æ¤¤¤Þ¤»¤ó" +#: lib/strerror-idna.c:90 msgid "Output would be too large or too small" msgstr "½ÐÎϤÏÂ礭¤¹¤®¤ë¤«¾®¤µ¤¹¤®¤ë" +#: lib/strerror-idna.c:94 msgid "Input does not start with ACE prefix (`xn--')" msgstr "ÆþÎϤÏACEÀÜƬ¼­(`xn--')¤Ç»Ï¤Þ¤Ã¤Æ¤¤¤Þ¤»¤ó" +#: lib/strerror-idna.c:98 msgid "String not idempotent under ToASCII" msgstr "ToASCIIÁàºî¤Ë¤è¤ë½ÐÎÏʸ»úÎó¤ÏÅù¤·¤¯¤¢¤ê¤Þ¤»¤ó" +#: lib/strerror-idna.c:102 msgid "Input already contain ACE prefix (`xn--')" msgstr "ÆþÎϤϴû¤ËACEÀÜƬ¼­(`xn--')¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹" +#: lib/strerror-idna.c:106 lib/strerror-tld.c:72 msgid "System iconv failed" msgstr "¥·¥¹¥Æ¥à´Ø¿ôiconv¤Ç¼ºÇÔ" +#: lib/strerror-idna.c:110 lib/strerror-stringprep.c:118 lib/strerror-tld.c:68 msgid "Cannot allocate memory" msgstr "¥á¥â¥ê³ÎÊݤ˼ºÇÔ" +#: lib/strerror-idna.c:114 msgid "System dlopen failed" msgstr "¥·¥¹¥Æ¥à´Ø¿ôdlopen¤Ç¼ºÇÔ" +#: lib/strerror-idna.c:118 lib/strerror-pr29.c:66 lib/strerror-punycode.c:70 +#: lib/strerror-stringprep.c:122 lib/strerror-tld.c:80 msgid "Unknown error" msgstr "̤ÃΤΥ¨¥é¡¼" +#: lib/strerror-pr29.c:58 msgid "String not idempotent under Unicode NFKC normalization" msgstr "Unicode¤ÎNFKCÀµµ¬²½¤Ë¤è¤ë½ÐÎÏʸ»úÎó¤ÏÅù¤·¤¯¤¢¤ê¤Þ¤»¤ó" +#: lib/strerror-punycode.c:58 msgid "Invalid input" msgstr "ÉÔÀµ¤ÊÆþÎÏ" +#: lib/strerror-punycode.c:62 lib/strerror-stringprep.c:98 msgid "Output would exceed the buffer space provided" msgstr "½ÐÎϤÏÍ¿¤¨¤é¤ì¤¿¥Ð¥Ã¥Õ¥¡¶õ´Ö¤Ë¼ý¤Þ¤ê¤Þ¤»¤ó" +#: lib/strerror-punycode.c:66 msgid "String size limit exceeded" msgstr "ʸ»úÎóĹ¤Î¸Â³¦¤ò±Û¤¨¤Þ¤·¤¿" +#: lib/strerror-stringprep.c:78 msgid "Forbidden unassigned code points in input" msgstr "µö¤µ¤ì¤Æ¤¤¤Ê¤¤Ì¤³äÅö¤Æ¤Î¥³¡¼¥É¥Ý¥¤¥ó¥È¤¬ÆþÎϤˤ¢¤ê¤Þ¤¹" +#: lib/strerror-stringprep.c:82 msgid "Prohibited code points in input" msgstr "¶Ø»ß¥³¡¼¥É¥Ý¥¤¥ó¥È¤¬ÆþÎϤˤ¢¤ê¤Þ¤¹" +#: lib/strerror-stringprep.c:86 msgid "Conflicting bidirectional properties in input" msgstr "ÁÐÊý¸þ(bidirectional)À­¤¬ÆþÎÏÃæ¤Ç¾×Æͤ·¤Æ¤¤¤Þ¤¹" +#: lib/strerror-stringprep.c:90 msgid "Malformed bidirectional string" msgstr "ÉÔÀµ¤ÊÁÐÊý¸þ(bidirectional)ʸ»úÎó" +#: lib/strerror-stringprep.c:94 msgid "Prohibited bidirectional code points in input" msgstr "¶Ø»ßÁÐÊý¸þ(bidirectional)¥³¡¼¥É¥Ý¥¤¥ó¥È¤¬ÆþÎϤˤ¢¤ê¤Þ¤¹" +#: lib/strerror-stringprep.c:102 msgid "Error in stringprep profile definition" msgstr "stringprep¥×¥í¥Õ¥¡¥¤¥ëÄêµÁ¤Ç¥¨¥é¡¼" +#: lib/strerror-stringprep.c:106 msgid "Flag conflict with profile" msgstr "¥Õ¥é¥°¤¬¥×¥í¥Õ¥¡¥¤¥ë¤È¾×Æͤ·¤Æ¤¤¤Þ¤¹" +#: lib/strerror-stringprep.c:110 msgid "Unknown profile" msgstr "̤ÃΤΥץí¥Õ¥¡¥¤¥ë" +#: lib/strerror-stringprep.c:114 msgid "Unicode normalization failed (internal error)" msgstr "UnicodeÀµµ¬²½¤Ë¼ºÇÔ(ÆâÉô¥¨¥é¡¼)" +#: lib/strerror-tld.c:60 msgid "Code points prohibited by top-level domain" msgstr "¥È¥Ã¥×¥ì¥Ù¥ë¥É¥á¥¤¥ó¤Ë¤è¤Ã¤Æ¶Ø»ß¤µ¤ì¤¿¥³¡¼¥É¥Ý¥¤¥ó¥È" +#: lib/strerror-tld.c:64 msgid "Missing input" msgstr "ÆþÎϤ¬¤¢¤ê¤Þ¤»¤ó" +#: lib/strerror-tld.c:76 msgid "No top-level domain found in input" msgstr "¥È¥Ã¥×¥ì¥Ù¥ë¥É¥á¥¤¥ó¤¬ÆþÎÏÃæ¤Ëȯ¸«¤Ç¤­¤Þ¤»¤ó" +#: src/idn.c:89 msgid "Only one of -s, -e, -d, -a or -u can be specified." msgstr "-s, -e, -d, -a, -u¤Î¤¤¤º¤ì¤«1¤Ä¤À¤±¤¬»ØÄê¤Ç¤­¤Þ¤¹." +#: src/idn.c:98 #, c-format msgid "Charset `%s'.\n" msgstr "ʸ»ú¥»¥Ã¥È`%s'.\n" +#: src/idn.c:101 #, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" +msgid "Type each input string on a line by itself, terminated by a newline character.\n" msgstr "²þ¹Ôʸ»ú¤Ç½ªÃ¼¤µ¤ì¤¿ÆþÎÏʸ»úÎó¤ò1¹Ô¤º¤Ä¥¿¥¤¥×¤·¤Æ¤¯¤À¤µ¤¤.\n" +#: src/idn.c:116 msgid "Input error" msgstr "ÆþÎÏ¥¨¥é¡¼" +#: src/idn.c:126 src/idn.c:186 src/idn.c:267 src/idn.c:341 #, c-format msgid "Could not convert from %s to UTF-8." msgstr "%s¤«¤éUTF-8¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿." +#: src/idn.c:134 src/idn.c:158 src/idn.c:193 src/idn.c:402 msgid "Could not convert from UTF-8 to UCS-4." msgstr "UTF-8¤«¤éUCS-4¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿." -#, fuzzy, c-format -msgid "input[%lu] = U+%04x\n" +#: src/idn.c:141 src/idn.c:199 src/idn.c:280 src/idn.c:356 +#, c-format +msgid "input[%d] = U+%04x\n" msgstr "ÆþÎÏ[%d] = U+%04x\n" +#: src/idn.c:150 #, c-format msgid "stringprep_profile: %s" msgstr "stringprep_profile: %s" -#, fuzzy, c-format -msgid "output[%lu] = U+%04x\n" +#: src/idn.c:165 src/idn.c:242 src/idn.c:329 src/idn.c:374 +#, c-format +msgid "output[%d] = U+%04x\n" msgstr "½ÐÎÏ[%d] = U+%04x\n" +#: src/idn.c:172 src/idn.c:213 src/idn.c:255 src/idn.c:407 #, c-format msgid "Could not convert from UTF-8 to %s." msgstr "UTF-8¤«¤é%s¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿." +#: src/idn.c:206 #, c-format msgid "punycode_encode: %s" msgstr "punycode_encode: %s" +#: src/idn.c:228 msgid "malloc" msgstr "malloc" +#: src/idn.c:234 #, c-format msgid "punycode_decode: %s" msgstr "punycode_decode: %s" +#: src/idn.c:250 src/idn.c:274 src/idn.c:349 msgid "Could not convert from UCS-4 to UTF-8." msgstr "UCS-4¤«¤éUTF-8¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿." +#: src/idn.c:290 #, c-format msgid "idna_to_ascii_4z: %s" msgstr "idna_to_ascii_4z: %s" +#: src/idn.c:304 #, c-format msgid "idna_to_unicode_8z4z (TLD): %s" msgstr "idna_to_unicode_8z4z (TLD): %s" -#, fuzzy, c-format -msgid "tld[%lu] = U+%04x\n" +#: src/idn.c:311 +#, c-format +msgid "tld[%d] = U+%04x\n" msgstr "tld[%d] = U+%04x\n" -#, fuzzy, c-format -msgid "tld_check_4z (position %lu): %s" +#: src/idn.c:317 src/idn.c:386 +#, c-format +msgid "tld_check_4z (position %d): %s" msgstr "tld_check_4z (°ÌÃÖ %d): %s" +#: src/idn.c:320 src/idn.c:392 #, c-format msgid "tld_check_4z: %s" msgstr "tld_check_4z: %s" +#: src/idn.c:367 #, c-format msgid "idna_to_unicode_8z4z: %s" msgstr "idna_to_unicode_8z4z: %s" diff --git a/po/nl.po b/po/nl.po index 995d37e..0310120 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,21 +1,21 @@ -# Translation of libidn-0.5.16 to Dutch. -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# Translation of libidn-0.6.12 to Dutch. +# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. # This file is distributed under the same license as the libidn package. -# Benno Schulenberg , 2005. # Elros Cyriatan , 2004. +# Benno Schulenberg , 2005, 2007. # msgid "" msgstr "" -"Project-Id-Version: libidn 0.5.16\n" +"Project-Id-Version: libidn 0.6.12\n" "Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" -"PO-Revision-Date: 2005-06-05 21:55+0200\n" -"Last-Translator: Benno Schulenberg \n" +"POT-Creation-Date: 2007-04-25 11:37+0200\n" +"PO-Revision-Date: 2007-05-31 14:38+0200\n" +"Last-Translator: Benno Schulenberg \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.10.1\n" +"X-Generator: KBabel 1.11.4\n" msgid "Success" msgstr "Gelukt" @@ -39,9 +39,7 @@ msgid "Input does not start with ACE prefix (`xn--')" msgstr "Invoer begint niet met een ACE-voorvoegsel ('xn--')" msgid "String not idempotent under ToASCII" -msgstr "" -"Tekenreeks is niet hetzelfde na retourconversie (van ASCII naar Unicode en " -"terug)" +msgstr "Tekenreeks is niet hetzelfde na retourconversie (van ASCII naar Unicode en terug)" msgid "Input already contain ACE prefix (`xn--')" msgstr "Invoer bevat al een ACE-voorvoegsel ('xn--')" @@ -59,9 +57,7 @@ msgid "Unknown error" msgstr "Onbekende fout" msgid "String not idempotent under Unicode NFKC normalization" -msgstr "" -"Tekenreeks is problematisch bij normalisering volgens Unicode-NFKC: er zijn " -"verschillende mogelijkheden" +msgstr "Tekenreeks is problematisch bij normalisering volgens Unicode-NFKC: er zijn verschillende mogelijkheden" msgid "Invalid input" msgstr "Ongeldige invoer" @@ -97,7 +93,7 @@ msgid "Unknown profile" msgstr "Onbekend profiel" msgid "Unicode normalization failed (internal error)" -msgstr "Normalisatie van Unicode is mislukt (interne fout)" +msgstr "Normalisatie van Unicode is mislukt (*interne fout*)" msgid "Code points prohibited by top-level domain" msgstr "Ongeoorloofde tekencodes voor gegeven topdomein" @@ -109,18 +105,15 @@ msgid "No top-level domain found in input" msgstr "Geen topdomein gevonden in de invoer" msgid "Only one of -s, -e, -d, -a or -u can be specified." -msgstr "Slechts één van de opties -s, -e, -d, -a of -u kan worden opgegeven." +msgstr "Slechts één van de opties '-s', '-e', '-d', '-a' of '-u' is mogelijk." #, c-format msgid "Charset `%s'.\n" msgstr "Tekenset '%s'.\n" #, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" -msgstr "" -"Typ elke invoertekenreeks op een afzonderlijke regel, afgesloten met Enter.\n" +msgid "Type each input string on a line by itself, terminated by a newline character.\n" +msgstr "Typ elke invoertekenreeks op een afzonderlijke regel, afgesloten met Enter.\n" msgid "Input error" msgstr "Invoerfout" @@ -132,17 +125,17 @@ msgstr "Conversie van %s naar UTF-8 is mislukt." msgid "Could not convert from UTF-8 to UCS-4." msgstr "Conversie van UTF-8 naar UCS-4 is mislukt." -#, fuzzy, c-format +#, c-format msgid "input[%lu] = U+%04x\n" -msgstr "invoer[%d] = U+%04x\n" +msgstr "## invoer[%lu] = U+%04x\n" #, c-format msgid "stringprep_profile: %s" -msgstr "stringprep_profile: %s" +msgstr "## stringprep_profile(): %s" -#, fuzzy, c-format +#, c-format msgid "output[%lu] = U+%04x\n" -msgstr "uitvoer[%d] = U+%04x\n" +msgstr "## uitvoer[%lu] = U+%04x\n" #, c-format msgid "Could not convert from UTF-8 to %s." @@ -150,38 +143,38 @@ msgstr "Conversie van UTF-8 naar %s is mislukt." #, c-format msgid "punycode_encode: %s" -msgstr "punycode_encode: %s" +msgstr "## punycode_encode(): %s" msgid "malloc" -msgstr "onvoldoende geheugen" +msgstr "Onvoldoende geheugen" #, c-format msgid "punycode_decode: %s" -msgstr "punycode_decode: %s" +msgstr "## punycode_decode(): %s" msgid "Could not convert from UCS-4 to UTF-8." msgstr "Conversie van UCS-4 naar UTF-8 is mislukt." #, c-format msgid "idna_to_ascii_4z: %s" -msgstr "idna_to_ascii_4z: %s" +msgstr "## idna_to_ascii_4z(): %s" #, c-format msgid "idna_to_unicode_8z4z (TLD): %s" -msgstr "idna_to_unicode_8z4z (TLD): %s" +msgstr "## idna_to_unicode_8z4z (TLD): %s" -#, fuzzy, c-format +#, c-format msgid "tld[%lu] = U+%04x\n" -msgstr "topdomein[%d] = U+%04x\n" +msgstr "## topdomein[%lu] = U+%04x\n" -#, fuzzy, c-format +#, c-format msgid "tld_check_4z (position %lu): %s" -msgstr "tld_check_4z (positie %d): %s" +msgstr "## tld_check_4z (positie %lu): %s" #, c-format msgid "tld_check_4z: %s" -msgstr "tld_check_4z: %s" +msgstr "## tld_check_4z(): %s" #, c-format msgid "idna_to_unicode_8z4z: %s" -msgstr "idna_to_unicode_8z4z: %s" +msgstr "## idna_to_unicode_8z4z(): %s" diff --git a/po/pl.po b/po/pl.po index 8950f40..9211ebf 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libidn 0.6.12\n" "Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" +"POT-Creation-Date: 2007-04-25 11:37+0200\n" "PO-Revision-Date: 2007-05-30 17:33+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -110,11 +110,8 @@ msgid "Charset `%s'.\n" msgstr "Zestaw znaków `%s'.\n" #, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" -msgstr "" -"Nale¿y podaæ ka¿dy ³añcuch w osobnej linii, zakoñczony znakiem nowej linii.\n" +msgid "Type each input string on a line by itself, terminated by a newline character.\n" +msgstr "Nale¿y podaæ ka¿dy ³añcuch w osobnej linii, zakoñczony znakiem nowej linii.\n" msgid "Input error" msgstr "B³±d wej¶cia" diff --git a/po/ro.po b/po/ro.po dissimilarity index 75% index 96609b8..9f9d7b4 100644 --- a/po/ro.po +++ b/po/ro.po @@ -1,216 +1,119 @@ -# Mesajele în limba românã pentru libidn. -# Copyright (C) 2003 Free Software Foundation, Inc. -# Acest fiºier este distribuit sub aceeaºi licenþã ca ºi pachetul libidn. -# Laurentiu Buzdugan , 2003. -# -# -# -msgid "" -msgstr "" -"Project-Id-Version: libidn 0.4.1\n" -"Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" -"PO-Revision-Date: 2004-04-23 12:00-0500\n" -"Last-Translator: Laurentiu Buzdugan \n" -"Language-Team: Romanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "Success" -msgstr "" - -msgid "String preparation failed" -msgstr "" - -msgid "Punycode failed" -msgstr "" - -msgid "Non-digit/letter/hyphen in input" -msgstr "" - -msgid "Forbidden leading or trailing minus sign (`-')" -msgstr "" - -msgid "Output would be too large or too small" -msgstr "" - -msgid "Input does not start with ACE prefix (`xn--')" -msgstr "" - -msgid "String not idempotent under ToASCII" -msgstr "" - -msgid "Input already contain ACE prefix (`xn--')" -msgstr "" - -msgid "System iconv failed" -msgstr "" - -msgid "Cannot allocate memory" -msgstr "" - -msgid "System dlopen failed" -msgstr "" - -msgid "Unknown error" -msgstr "" - -msgid "String not idempotent under Unicode NFKC normalization" -msgstr "" - -msgid "Invalid input" -msgstr "" - -msgid "Output would exceed the buffer space provided" -msgstr "" - -msgid "String size limit exceeded" -msgstr "" - -msgid "Forbidden unassigned code points in input" -msgstr "" - -msgid "Prohibited code points in input" -msgstr "" - -msgid "Conflicting bidirectional properties in input" -msgstr "" - -msgid "Malformed bidirectional string" -msgstr "" - -msgid "Prohibited bidirectional code points in input" -msgstr "" - -msgid "Error in stringprep profile definition" -msgstr "" - -msgid "Flag conflict with profile" -msgstr "" - -msgid "Unknown profile" -msgstr "" - -msgid "Unicode normalization failed (internal error)" -msgstr "" - -msgid "Code points prohibited by top-level domain" -msgstr "" - -msgid "Missing input" -msgstr "" - -msgid "No top-level domain found in input" -msgstr "" - -#, fuzzy -msgid "Only one of -s, -e, -d, -a or -u can be specified." -msgstr "" -"%s: Numai una din opþiunile -s, -e, -d, -a sau -u poate fi specificatã.\n" - -#, c-format -msgid "Charset `%s'.\n" -msgstr "Charset `%s'.\n" - -#, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" -msgstr "" -"Scrieþi fiecare ºir de intrare pe o singurã linie, terminatã cu un caracter " -"linie-nouã.\n" - -msgid "Input error" -msgstr "" - -#, fuzzy, c-format -msgid "Could not convert from %s to UTF-8." -msgstr "%s: nu am putut transforma din %s în UTF-8.\n" - -#, fuzzy -msgid "Could not convert from UTF-8 to UCS-4." -msgstr "%s: nu am putut transforma din UTF-8 în UCS-4.\n" - -#, fuzzy, c-format -msgid "input[%lu] = U+%04x\n" -msgstr "intrare[%d] = U+%04x\n" - -#, c-format -msgid "stringprep_profile: %s" -msgstr "" - -#, fuzzy, c-format -msgid "output[%lu] = U+%04x\n" -msgstr "ieºire[%d] = U+%04x\n" - -#, fuzzy, c-format -msgid "Could not convert from UTF-8 to %s." -msgstr "%s: nu am putut transforma din UTF-8 în %s.\n" - -#, c-format -msgid "punycode_encode: %s" -msgstr "" - -msgid "malloc" -msgstr "" - -#, c-format -msgid "punycode_decode: %s" -msgstr "" - -#, fuzzy -msgid "Could not convert from UCS-4 to UTF-8." -msgstr "%s: nu am putut transforma din UCS-4 în UTF-8.\n" - -#, c-format -msgid "idna_to_ascii_4z: %s" -msgstr "" - -#, fuzzy, c-format -msgid "idna_to_unicode_8z4z (TLD): %s" -msgstr "%s: idna_to_unicode_8z4z() a eºuat cu eroarea %d.\n" - -#, fuzzy, c-format -msgid "tld[%lu] = U+%04x\n" -msgstr "tld[%d] = U+%04x\n" - -#, c-format -msgid "tld_check_4z (position %lu): %s" -msgstr "" - -#, c-format -msgid "tld_check_4z: %s" -msgstr "" - -#, fuzzy, c-format -msgid "idna_to_unicode_8z4z: %s" -msgstr "%s: idna_to_unicode_8z4z() a eºuat cu eroarea %d.\n" - -#~ msgid "%s: fgets() failed: " -#~ msgstr "%s: fgets() a eºuat: " - -#~ msgid "%s: stringprep_profile() failed with error %d.\n" -#~ msgstr "%s: stringprep_profile() a eºuat cu eroarea %d.\n" - -#~ msgid "%s: punycode_encode() failed with error %d.\n" -#~ msgstr "%s: punycode_encode() a eºuat cu eroarea %d.\n" - -#~ msgid "%s: malloc() failed: " -#~ msgstr "%s: malloc() a eºuat: " - -#~ msgid "%s: punycode_decode() failed with error %d.\n" -#~ msgstr "%s: punycode_decode() a eºuat cu eroarea %d.\n" - -#~ msgid "%s: idna_to_ascii_4z() failed with error %d.\n" -#~ msgstr "%s: idna_to_ascii_4z() a eºuat cu eroarea %d.\n" - -#~ msgid "%s: TLD idna_to_unicode_8z8z() failed with error %d.\n" -#~ msgstr "%s: TLD idna_to_unicode_8z8z() a eºuat cu eroarea %d.\n" - -#~ msgid "%s: string rejected by TLD test (Unicode position %d)\n" -#~ msgstr "%s: ºir refuzat de testul TLD (poziþia Unicode %d)\n" - -#~ msgid "%s: tld_check_4z failed with error %d.\n" -#~ msgstr "%s: tld_check_4z a eºuat cu eroarea %d.\n" +# Mesajele în limba românã pentru libidn. +# Copyright (C) 2003 Free Software Foundation, Inc. +# Acest fiºier este distribuit sub aceeaºi licenþã ca ºi pachetul libidn. +# Laurentiu Buzdugan , 2003. +# +# +# +msgid "" +msgstr "" +"Project-Id-Version: libidn 0.4.1\n" +"Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" +"POT-Creation-Date: 2004-03-08 23:54+0100\n" +"PO-Revision-Date: 2004-04-23 12:00-0500\n" +"Last-Translator: Laurentiu Buzdugan \n" +"Language-Team: Romanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/idn.c:83 +#, c-format +msgid "%s: Only one of -s, -e, -d, -a or -u can be specified.\n" +msgstr "%s: Numai una din opþiunile -s, -e, -d, -a sau -u poate fi specificatã.\n" + +#: src/idn.c:93 +#, c-format +msgid "Charset `%s'.\n" +msgstr "Charset `%s'.\n" + +#: src/idn.c:96 +#, c-format +msgid "Type each input string on a line by itself, terminated by a newline character.\n" +msgstr "Scrieþi fiecare ºir de intrare pe o singurã linie, terminatã cu un caracter linie-nouã.\n" + +#: src/idn.c:108 +#, c-format +msgid "%s: fgets() failed: " +msgstr "%s: fgets() a eºuat: " + +#: src/idn.c:122 src/idn.c:196 src/idn.c:305 src/idn.c:402 +#, c-format +msgid "%s: could not convert from %s to UTF-8.\n" +msgstr "%s: nu am putut transforma din %s în UTF-8.\n" + +#: src/idn.c:132 src/idn.c:162 src/idn.c:206 src/idn.c:475 +#, c-format +msgid "%s: could not convert from UTF-8 to UCS-4.\n" +msgstr "%s: nu am putut transforma din UTF-8 în UCS-4.\n" + +#: src/idn.c:141 src/idn.c:215 src/idn.c:323 src/idn.c:421 +#, c-format +msgid "input[%d] = U+%04x\n" +msgstr "intrare[%d] = U+%04x\n" + +#: src/idn.c:152 +#, c-format +msgid "%s: stringprep_profile() failed with error %d.\n" +msgstr "%s: stringprep_profile() a eºuat cu eroarea %d.\n" + +#: src/idn.c:171 src/idn.c:272 src/idn.c:389 src/idn.c:442 +#, c-format +msgid "output[%d] = U+%04x\n" +msgstr "ieºire[%d] = U+%04x\n" + +#: src/idn.c:179 src/idn.c:234 src/idn.c:290 src/idn.c:484 +#, c-format +msgid "%s: could not convert from UTF-8 to %s.\n" +msgstr "%s: nu am putut transforma din UTF-8 în %s.\n" + +#: src/idn.c:224 +#, c-format +msgid "%s: punycode_encode() failed with error %d.\n" +msgstr "%s: punycode_encode() a eºuat cu eroarea %d.\n" + +#: src/idn.c:252 +#, c-format +msgid "%s: malloc() failed: " +msgstr "%s: malloc() a eºuat: " + +#: src/idn.c:263 +#, c-format +msgid "%s: punycode_decode() failed with error %d.\n" +msgstr "%s: punycode_decode() a eºuat cu eroarea %d.\n" + +#: src/idn.c:281 src/idn.c:314 src/idn.c:412 +#, c-format +msgid "%s: could not convert from UCS-4 to UTF-8.\n" +msgstr "%s: nu am putut transforma din UCS-4 în UTF-8.\n" + +#: src/idn.c:334 +#, c-format +msgid "%s: idna_to_ascii_4z() failed with error %d.\n" +msgstr "%s: idna_to_ascii_4z() a eºuat cu eroarea %d.\n" + +#: src/idn.c:351 +#, c-format +msgid "%s: TLD idna_to_unicode_8z8z() failed with error %d.\n" +msgstr "%s: TLD idna_to_unicode_8z8z() a eºuat cu eroarea %d.\n" + +#: src/idn.c:360 +#, c-format +msgid "tld[%d] = U+%04x\n" +msgstr "tld[%d] = U+%04x\n" + +#: src/idn.c:366 src/idn.c:453 +#, c-format +msgid "%s: string rejected by TLD test (Unicode position %d)\n" +msgstr "%s: ºir refuzat de testul TLD (poziþia Unicode %d)\n" + +#: src/idn.c:375 src/idn.c:462 +#, c-format +msgid "%s: tld_check_4z failed with error %d.\n" +msgstr "%s: tld_check_4z a eºuat cu eroarea %d.\n" + +#: src/idn.c:433 +#, c-format +msgid "%s: idna_to_unicode_8z4z() failed with error %d.\n" +msgstr "%s: idna_to_unicode_8z4z() a eºuat cu eroarea %d.\n" diff --git a/po/rw.po b/po/rw.po index 57bae70..15fdc80 100644 --- a/po/rw.po +++ b/po/rw.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: libidn 0.5.6\n" "Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" +"POT-Creation-Date: 2004-10-02 21:50+0200\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy \n" "Language-Team: Kinyarwanda \n" @@ -24,196 +24,245 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: lib/strerror-idna.c:70 lib/strerror-pr29.c:54 lib/strerror-punycode.c:54 +#: lib/strerror-stringprep.c:74 lib/strerror-tld.c:56 msgid "Success" msgstr "Ibyatunganye" +#: lib/strerror-idna.c:74 lib/strerror-pr29.c:62 #, fuzzy msgid "String preparation failed" msgstr "Byanze" +#: lib/strerror-idna.c:78 #, fuzzy msgid "Punycode failed" msgstr "Byanze" +#: lib/strerror-idna.c:82 #, fuzzy msgid "Non-digit/letter/hyphen in input" msgstr "Ibaruwa... in Iyinjiza" +#: lib/strerror-idna.c:86 #, fuzzy msgid "Forbidden leading or trailing minus sign (`-')" msgstr "Nyobora Cyangwa IKIMENYETSO" +#: lib/strerror-idna.c:90 #, fuzzy msgid "Output would be too large or too small" msgstr "Binini Cyangwa Gitoya" +#: lib/strerror-idna.c:94 #, fuzzy msgid "Input does not start with ACE prefix (`xn--')" msgstr "OYA Gutangira Na: Imbanziriza" +#: lib/strerror-idna.c:98 #, fuzzy msgid "String not idempotent under ToASCII" msgstr "OYA" +#: lib/strerror-idna.c:102 #, fuzzy msgid "Input already contain ACE prefix (`xn--')" msgstr "Imbanziriza" +#: lib/strerror-idna.c:106 lib/strerror-tld.c:72 #, fuzzy msgid "System iconv failed" msgstr "Byanze" +#: lib/strerror-idna.c:110 lib/strerror-stringprep.c:118 lib/strerror-tld.c:68 #, fuzzy msgid "Cannot allocate memory" msgstr "Ububiko" +#: lib/strerror-idna.c:114 #, fuzzy msgid "System dlopen failed" msgstr "Byanze" +#: lib/strerror-idna.c:118 lib/strerror-pr29.c:66 lib/strerror-punycode.c:70 +#: lib/strerror-stringprep.c:122 lib/strerror-tld.c:80 msgid "Unknown error" msgstr "Ikosa itazwi" +#: lib/strerror-pr29.c:58 #, fuzzy msgid "String not idempotent under Unicode NFKC normalization" msgstr "OYA" +#: lib/strerror-punycode.c:58 msgid "Invalid input" msgstr "ibinjizwa bitemewe" +#: lib/strerror-punycode.c:62 lib/strerror-stringprep.c:98 #, fuzzy msgid "Output would exceed the buffer space provided" msgstr "i Umwanya" +#: lib/strerror-punycode.c:66 #, fuzzy msgid "String size limit exceeded" msgstr "Ingano" +#: lib/strerror-stringprep.c:78 #, fuzzy msgid "Forbidden unassigned code points in input" msgstr "ITEGEKONGENGA Utudomo in Iyinjiza" +#: lib/strerror-stringprep.c:82 #, fuzzy msgid "Prohibited code points in input" msgstr "ITEGEKONGENGA Utudomo in Iyinjiza" +#: lib/strerror-stringprep.c:86 #, fuzzy msgid "Conflicting bidirectional properties in input" msgstr "Indangakintu... in Iyinjiza" +#: lib/strerror-stringprep.c:90 #, fuzzy msgid "Malformed bidirectional string" msgstr "Ikurikiranyanyuguti" +#: lib/strerror-stringprep.c:94 #, fuzzy msgid "Prohibited bidirectional code points in input" msgstr "ITEGEKONGENGA Utudomo in Iyinjiza" +#: lib/strerror-stringprep.c:102 #, fuzzy msgid "Error in stringprep profile definition" msgstr "in Ibijyana Insobanuro" +#: lib/strerror-stringprep.c:106 #, fuzzy msgid "Flag conflict with profile" msgstr "Na: Ibijyana" +#: lib/strerror-stringprep.c:110 #, fuzzy msgid "Unknown profile" msgstr "Ibijyana" +#: lib/strerror-stringprep.c:114 #, fuzzy msgid "Unicode normalization failed (internal error)" msgstr "Byanze By'imbere Ikosa" +#: lib/strerror-tld.c:60 #, fuzzy msgid "Code points prohibited by top-level domain" msgstr "Utudomo ku Hejuru: urwego Urwego" +#: lib/strerror-tld.c:64 #, fuzzy msgid "Missing input" msgstr "Iyinjiza" +#: lib/strerror-tld.c:76 #, fuzzy msgid "No top-level domain found in input" msgstr "Hejuru: urwego Urwego Byabonetse in Iyinjiza" +#: src/idn.c:89 #, fuzzy msgid "Only one of -s, -e, -d, -a or -u can be specified." msgstr "Bya S E D a Cyangwa u" +#: src/idn.c:98 #, c-format msgid "Charset `%s'.\n" msgstr "" +#: src/idn.c:101 #, fuzzy, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" +msgid "Type each input string on a line by itself, terminated by a newline character.\n" msgstr "Iyinjiza Ikurikiranyanyuguti ku a Umurongo ku ku a Inyuguti" +#: src/idn.c:116 #, fuzzy msgid "Input error" msgstr "Ikosa" +#: src/idn.c:126 src/idn.c:184 src/idn.c:261 src/idn.c:332 #, fuzzy, c-format msgid "Could not convert from %s to UTF-8." msgstr "OYA GUHINDURA Bivuye Kuri 8" +#: src/idn.c:133 src/idn.c:156 src/idn.c:190 src/idn.c:389 #, fuzzy msgid "Could not convert from UTF-8 to UCS-4." msgstr "OYA GUHINDURA Bivuye 8 Kuri 4." +#: src/idn.c:140 src/idn.c:196 src/idn.c:273 src/idn.c:346 #, fuzzy, c-format -msgid "input[%lu] = U+%04x\n" +msgid "input[%d] = U+%04x\n" msgstr "Iyinjiza U" +#: src/idn.c:149 #, c-format msgid "stringprep_profile: %s" msgstr "" +#: src/idn.c:163 src/idn.c:237 src/idn.c:320 src/idn.c:363 #, fuzzy, c-format -msgid "output[%lu] = U+%04x\n" +msgid "output[%d] = U+%04x\n" msgstr "Ibisohoka U" +#: src/idn.c:170 src/idn.c:209 src/idn.c:249 src/idn.c:394 #, fuzzy, c-format msgid "Could not convert from UTF-8 to %s." msgstr "OYA GUHINDURA Bivuye 8 Kuri" +#: src/idn.c:203 #, c-format msgid "punycode_encode: %s" msgstr "" +#: src/idn.c:224 msgid "malloc" msgstr "" +#: src/idn.c:230 #, c-format msgid "punycode_decode: %s" msgstr "" +#: src/idn.c:244 src/idn.c:267 src/idn.c:339 #, fuzzy msgid "Could not convert from UCS-4 to UTF-8." msgstr "OYA GUHINDURA Bivuye 4. Kuri 8" +#: src/idn.c:283 #, c-format msgid "idna_to_ascii_4z: %s" msgstr "" +#: src/idn.c:296 #, c-format msgid "idna_to_unicode_8z4z (TLD): %s" msgstr "" +#: src/idn.c:303 #, fuzzy, c-format -msgid "tld[%lu] = U+%04x\n" +msgid "tld[%d] = U+%04x\n" msgstr "U" +#: src/idn.c:309 src/idn.c:375 #, fuzzy, c-format -msgid "tld_check_4z (position %lu): %s" +msgid "tld_check_4z (position %d): %s" msgstr "Ibirindiro" +#: src/idn.c:312 src/idn.c:381 #, c-format msgid "tld_check_4z: %s" msgstr "" +#: src/idn.c:357 #, c-format msgid "idna_to_unicode_8z4z: %s" msgstr "" diff --git a/po/sr.po b/po/sr.po index 2866939..ae7ce2d 100644 --- a/po/sr.po +++ b/po/sr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libidn 0.5.16\n" "Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" +"POT-Creation-Date: 2005-05-06 01:52+0200\n" "PO-Revision-Date: 2005-09-04 15:02-0400\n" "Last-Translator: Aleksandar Jelenak \n" "Language-Team: Serbian \n" @@ -14,167 +14,215 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: lib/strerror-idna.c:70 lib/strerror-pr29.c:54 lib/strerror-punycode.c:54 +#: lib/strerror-stringprep.c:74 lib/strerror-tld.c:56 msgid "Success" msgstr "Успех" +#: lib/strerror-idna.c:74 lib/strerror-pr29.c:62 msgid "String preparation failed" msgstr "Неуспешна припрема ниске" +#: lib/strerror-idna.c:78 msgid "Punycode failed" msgstr "Punycode није успео" +#: lib/strerror-idna.c:82 msgid "Non-digit/letter/hyphen in input" msgstr "Нецифра/слово/цртица у улазу" +#: lib/strerror-idna.c:86 msgid "Forbidden leading or trailing minus sign (`-')" msgstr "Забрањен водећи или пратећи знак минус („-“)" +#: lib/strerror-idna.c:90 msgid "Output would be too large or too small" msgstr "Излаз би био превелик или премали" +#: lib/strerror-idna.c:94 msgid "Input does not start with ACE prefix (`xn--')" msgstr "Улаз не почиње са ACE префиксом („xn--“)" +#: lib/strerror-idna.c:98 msgid "String not idempotent under ToASCII" msgstr "Ниска није идемпотентна под ToASCII" +#: lib/strerror-idna.c:102 msgid "Input already contain ACE prefix (`xn--')" msgstr "Улаз већ садржи ACE префикс („xn--“)" +#: lib/strerror-idna.c:106 lib/strerror-tld.c:72 msgid "System iconv failed" msgstr "Системски iconv није успео" +#: lib/strerror-idna.c:110 lib/strerror-stringprep.c:118 lib/strerror-tld.c:68 msgid "Cannot allocate memory" msgstr "Не може обезбедити меморију" +#: lib/strerror-idna.c:114 msgid "System dlopen failed" msgstr "Неуспешан системски dlopen" +#: lib/strerror-idna.c:118 lib/strerror-pr29.c:66 lib/strerror-punycode.c:70 +#: lib/strerror-stringprep.c:122 lib/strerror-tld.c:80 msgid "Unknown error" msgstr "Непозната грешка" +#: lib/strerror-pr29.c:58 msgid "String not idempotent under Unicode NFKC normalization" msgstr "Ниска није идемпотентна под Unicode NFKC нормализацијом" +#: lib/strerror-punycode.c:58 msgid "Invalid input" msgstr "Неважећи улаз" +#: lib/strerror-punycode.c:62 lib/strerror-stringprep.c:98 msgid "Output would exceed the buffer space provided" msgstr "Излаз би премашио предвиђену величину бафера" +#: lib/strerror-punycode.c:66 msgid "String size limit exceeded" msgstr "Ограничење величине ниске премашено" +#: lib/strerror-stringprep.c:78 msgid "Forbidden unassigned code points in input" msgstr "Забрањене недодељене кодне тачке у улазу" +#: lib/strerror-stringprep.c:82 msgid "Prohibited code points in input" msgstr "Ускраћене кодне тачке у улазу" +#: lib/strerror-stringprep.c:86 msgid "Conflicting bidirectional properties in input" msgstr "Супротстављена двосмерна својства у улазу" +#: lib/strerror-stringprep.c:90 msgid "Malformed bidirectional string" msgstr "Наказна двосмерна ниска" +#: lib/strerror-stringprep.c:94 msgid "Prohibited bidirectional code points in input" msgstr "Ускраћене двосмерне кодне тачке у улазу" +#: lib/strerror-stringprep.c:102 msgid "Error in stringprep profile definition" msgstr "Грешка у дефиницији stringprep профила" +#: lib/strerror-stringprep.c:106 msgid "Flag conflict with profile" msgstr "Сукоб заставица са профилом" +#: lib/strerror-stringprep.c:110 msgid "Unknown profile" msgstr "Непознат профил" +#: lib/strerror-stringprep.c:114 msgid "Unicode normalization failed (internal error)" msgstr "Уникод нормализације није успела (унутрашња грешка)" +#: lib/strerror-tld.c:60 msgid "Code points prohibited by top-level domain" msgstr "Кодне тачке забрањене највишим доменом" +#: lib/strerror-tld.c:64 msgid "Missing input" msgstr "Недостаје улаз" +#: lib/strerror-tld.c:76 msgid "No top-level domain found in input" msgstr "Највиши домен није нађен у улазу" +#: src/idn.c:89 msgid "Only one of -s, -e, -d, -a or -u can be specified." msgstr "Може бити задато само једно од: -s, -e, -d, -a или -u." +#: src/idn.c:98 #, c-format msgid "Charset `%s'.\n" msgstr "Скуп знакова „%s“.\n" +#: src/idn.c:101 #, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" -msgstr "" -"Куцајте улазну ниску на засебној линији, завршавајући знаком за нови ред.\n" +msgid "Type each input string on a line by itself, terminated by a newline character.\n" +msgstr "Куцајте улазну ниску на засебној линији, завршавајући знаком за нови ред.\n" +#: src/idn.c:116 msgid "Input error" msgstr "Улазна грешка" +#: src/idn.c:126 src/idn.c:186 src/idn.c:267 src/idn.c:341 #, c-format msgid "Could not convert from %s to UTF-8." msgstr "Није могао да претвори из %s у UTF-8." +#: src/idn.c:134 src/idn.c:158 src/idn.c:193 src/idn.c:402 msgid "Could not convert from UTF-8 to UCS-4." msgstr "Није могао да претвори из UTF-8 у UCS-4." -#, fuzzy, c-format -msgid "input[%lu] = U+%04x\n" +#: src/idn.c:141 src/idn.c:199 src/idn.c:280 src/idn.c:356 +#, c-format +msgid "input[%d] = U+%04x\n" msgstr "улаз[%d] = U+%04x\n" +#: src/idn.c:150 #, c-format msgid "stringprep_profile: %s" msgstr "stringprep_profile: %s" -#, fuzzy, c-format -msgid "output[%lu] = U+%04x\n" +#: src/idn.c:165 src/idn.c:242 src/idn.c:329 src/idn.c:374 +#, c-format +msgid "output[%d] = U+%04x\n" msgstr "излаз[%d] = U+%04x\n" +#: src/idn.c:172 src/idn.c:213 src/idn.c:255 src/idn.c:407 #, c-format msgid "Could not convert from UTF-8 to %s." msgstr "Није могао да претвори из UTF-8 у %s." +#: src/idn.c:206 #, c-format msgid "punycode_encode: %s" msgstr "punycode_encode: %s" +#: src/idn.c:228 msgid "malloc" msgstr "malloc" +#: src/idn.c:234 #, c-format msgid "punycode_decode: %s" msgstr "punycode_decode: %s" +#: src/idn.c:250 src/idn.c:274 src/idn.c:349 msgid "Could not convert from UCS-4 to UTF-8." msgstr "Није могао да претвори из UCS-4 у UTF-8." +#: src/idn.c:290 #, c-format msgid "idna_to_ascii_4z: %s" msgstr "idna_to_ascii_4z: %s" +#: src/idn.c:304 #, c-format msgid "idna_to_unicode_8z4z (TLD): %s" msgstr "idna_to_unicode_8z4z (TLD): %s" -#, fuzzy, c-format -msgid "tld[%lu] = U+%04x\n" +#: src/idn.c:311 +#, c-format +msgid "tld[%d] = U+%04x\n" msgstr "tld[%d] = U+%04x\n" -#, fuzzy, c-format -msgid "tld_check_4z (position %lu): %s" +#: src/idn.c:317 src/idn.c:386 +#, c-format +msgid "tld_check_4z (position %d): %s" msgstr "tld_check_4z (положај %d): %s" +#: src/idn.c:320 src/idn.c:392 #, c-format msgid "tld_check_4z: %s" msgstr "tld_check_4z: %s" +#: src/idn.c:367 #, c-format msgid "idna_to_unicode_8z4z: %s" msgstr "idna_to_unicode_8z4z: %s" diff --git a/po/vi.po b/po/vi.po index 05a8420..0b62f1d 100644 --- a/po/vi.po +++ b/po/vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libidn 0.6.12\n" "Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" +"POT-Creation-Date: 2007-04-25 11:37+0200\n" "PO-Revision-Date: 2007-05-31 18:10+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -111,11 +111,8 @@ msgid "Charset `%s'.\n" msgstr "Bộ ký tự « %s ».\n" #, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" -msgstr "" -"Gõ mỗi chuỗi nhập trên một đường riêng, kết thúc bằng ký tự dòng mới.\n" +msgid "Type each input string on a line by itself, terminated by a newline character.\n" +msgstr "Gõ mỗi chuỗi nhập trên một đường riêng, kết thúc bằng ký tự dòng mới.\n" msgid "Input error" msgstr "Lỗi gõ" diff --git a/po/zh_CN.po b/po/zh_CN.po index 0938475..34e2216 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -5,19 +5,18 @@ # msgid "" msgstr "" -"Project-Id-Version: libidn 0.5.12\n" +"Project-Id-Version: libidn 0.6.12\n" "Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" -"POT-Creation-Date: 2007-05-31 12:17+0200\n" -"PO-Revision-Date: 2005-03-12 18:48+0800\n" -"Last-Translator: Meng Jie \n" -"Language-Team: Chinese (simplified) \n" +"POT-Creation-Date: 2007-04-25 11:37+0200\n" +"PO-Revision-Date: 2007-06-04 14:12+0800\n" +"Last-Translator: Meng Jie \n" +"Language-Team: Chinese (simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Chinese\n" "X-Poedit-Country: CHINA\n" "X-Poedit-SourceCharset: iso-8859-1\n" -"X-Poedit-Basepath: d:\\msys\\source\\libidn-0.5.9\n" msgid "Success" msgstr "成功" @@ -114,9 +113,7 @@ msgid "Charset `%s'.\n" msgstr "字符集‘%s’。\n" #, c-format -msgid "" -"Type each input string on a line by itself, terminated by a newline " -"character.\n" +msgid "Type each input string on a line by itself, terminated by a newline character.\n" msgstr "输入时,每个字符串单占一行。\n" msgid "Input error" @@ -129,17 +126,17 @@ msgstr "无法将 %s 转为 UTF-8" msgid "Could not convert from UTF-8 to UCS-4." msgstr "无法将 UTF-8 转为 UCS-4。" -#, fuzzy, c-format +#, c-format msgid "input[%lu] = U+%04x\n" -msgstr "输入[%d] = U+%04x\n" +msgstr "输入[%lu] = U+%04x\n" #, c-format msgid "stringprep_profile: %s" msgstr "stringprep_profile:%s" -#, fuzzy, c-format +#, c-format msgid "output[%lu] = U+%04x\n" -msgstr "输出[%d] = U+%04x\n" +msgstr "输出[%lu] = U+%04x\n" #, c-format msgid "Could not convert from UTF-8 to %s." @@ -167,13 +164,13 @@ msgstr "idna_to_ascii_4z:%s" msgid "idna_to_unicode_8z4z (TLD): %s" msgstr "idna_to_unicode_8z4z (TLD):%s" -#, fuzzy, c-format +#, c-format msgid "tld[%lu] = U+%04x\n" -msgstr "tld[%d] = U+%04x\n" +msgstr "tld[%lu] = U+%04x\n" -#, fuzzy, c-format +#, c-format msgid "tld_check_4z (position %lu): %s" -msgstr "tld_check_4z (position %d):%s" +msgstr "tld_check_4z (位置 %lu):%s" #, c-format msgid "tld_check_4z: %s" -- 2.11.4.GIT