# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Simon Josefsson # This file is distributed under the same license as the libidn package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: libidn 1.36\n" "Report-Msgid-Bugs-To: bug-libidn@gnu.org\n" "POT-Creation-Date: 2020-06-10 20:33+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: lib/strerror-idna.c:82 lib/strerror-pr29.c:66 lib/strerror-punycode.c:66 #: lib/strerror-stringprep.c:87 lib/strerror-tld.c:68 msgid "Success" msgstr "" #: lib/strerror-idna.c:86 lib/strerror-pr29.c:74 msgid "String preparation failed" msgstr "" #: lib/strerror-idna.c:90 msgid "Punycode failed" msgstr "" #: lib/strerror-idna.c:94 msgid "Non-digit/letter/hyphen in input" msgstr "" #: lib/strerror-idna.c:98 msgid "Forbidden leading or trailing minus sign ('-')" msgstr "" #: lib/strerror-idna.c:102 msgid "Output would be too large or too small" msgstr "" #: lib/strerror-idna.c:106 msgid "Input does not start with ACE prefix ('xn--')" msgstr "" #: lib/strerror-idna.c:110 msgid "String not idempotent under ToASCII" msgstr "" #: lib/strerror-idna.c:114 msgid "Input already contain ACE prefix ('xn--')" msgstr "" #: lib/strerror-idna.c:118 lib/strerror-stringprep.c:127 lib/strerror-tld.c:84 msgid "Character encoding conversion error" msgstr "" #: lib/strerror-idna.c:122 lib/strerror-stringprep.c:135 lib/strerror-tld.c:80 msgid "Cannot allocate memory" msgstr "" #: lib/strerror-idna.c:126 msgid "System dlopen failed" msgstr "" #: lib/strerror-idna.c:130 lib/strerror-pr29.c:78 lib/strerror-punycode.c:82 #: lib/strerror-stringprep.c:139 lib/strerror-tld.c:92 msgid "Unknown error" msgstr "" #: lib/strerror-pr29.c:70 msgid "String not idempotent under Unicode NFKC normalization" msgstr "" #: lib/strerror-punycode.c:70 msgid "Invalid input" msgstr "" #: lib/strerror-punycode.c:74 lib/strerror-stringprep.c:111 msgid "Output would exceed the buffer space provided" msgstr "" #: lib/strerror-punycode.c:78 msgid "String size limit exceeded" msgstr "" #: lib/strerror-stringprep.c:91 msgid "Forbidden unassigned code points in input" msgstr "" #: lib/strerror-stringprep.c:95 msgid "Prohibited code points in input" msgstr "" #: lib/strerror-stringprep.c:99 msgid "Conflicting bidirectional properties in input" msgstr "" #: lib/strerror-stringprep.c:103 msgid "Malformed bidirectional string" msgstr "" #: lib/strerror-stringprep.c:107 msgid "Prohibited bidirectional code points in input" msgstr "" #: lib/strerror-stringprep.c:115 msgid "Error in stringprep profile definition" msgstr "" #: lib/strerror-stringprep.c:119 msgid "Flag conflict with profile" msgstr "" #: lib/strerror-stringprep.c:123 msgid "Unknown profile" msgstr "" #: lib/strerror-stringprep.c:131 msgid "Unicode normalization failed (internal error)" msgstr "" #: lib/strerror-tld.c:72 msgid "Code points prohibited by top-level domain" msgstr "" #: lib/strerror-tld.c:76 msgid "Missing input" msgstr "" #: lib/strerror-tld.c:88 msgid "No top-level domain found in input" msgstr "" #: src/idn.c:65 #, c-format msgid "Try '%s --help' for more information.\n" msgstr "" #: src/idn.c:69 #, c-format msgid "Usage: %s [OPTION]... [STRINGS]...\n" msgstr "" #: src/idn.c:72 msgid "" "Internationalized Domain Name (IDN) convert STRINGS, or standard input.\n" "\n" msgstr "" #: src/idn.c:76 msgid "" "Command line interface to the internationalized domain name library.\n" "\n" "All strings are expected to be encoded in the preferred charset used\n" "by your locale. Use --debug to find out what this charset is. You\n" "can override the charset used by setting environment variable CHARSET.\n" "\n" "To process a string that starts with '-', for example '-foo', use '--'\n" "to signal the end of parameters, as in: idn --quiet -a -- -foo\n" "\n" "Mandatory arguments to long options are mandatory for short options too.\n" msgstr "" #: src/idn.c:88 msgid "" " -h, --help Print help and exit\n" " -V, --version Print version and exit\n" msgstr "" #: src/idn.c:92 msgid "" " -s, --stringprep Prepare string according to nameprep profile\n" " -d, --punycode-decode Decode Punycode\n" " -e, --punycode-encode Encode Punycode\n" " -a, --idna-to-ascii Convert to ACE according to IDNA (default mode)\n" " -u, --idna-to-unicode Convert from ACE according to IDNA\n" msgstr "" #: src/idn.c:99 msgid "" " --allow-unassigned Toggle IDNA AllowUnassigned flag (default off)\n" " --usestd3asciirules Toggle IDNA UseSTD3ASCIIRules flag (default off)\n" msgstr "" #: src/idn.c:103 msgid "" " --no-tld Don't check string for TLD specific rules\n" " Only for --idna-to-ascii and --idna-to-unicode\n" msgstr "" #: src/idn.c:107 msgid "" " -n, --nfkc Normalize string according to Unicode v3.2 NFKC\n" msgstr "" #: src/idn.c:110 msgid "" " -p, --profile=STRING Use specified stringprep profile instead\n" " Valid stringprep profiles: Nameprep\n" " iSCSI Nodeprep Resourceprep trace SASLprep\n" msgstr "" #: src/idn.c:115 msgid "" " --debug Print debugging information\n" " --quiet Silent operation\n" msgstr "" #: src/idn.c:173 #, c-format msgid "only one of -s, -e, -d, -a, -u or -n can be specified" msgstr "" #: src/idn.c:182 #, c-format msgid "Charset: %s\n" msgstr "" #: src/idn.c:186 #, c-format msgid "" "Type each input string on a line by itself, terminated by a newline " "character.\n" msgstr "" #: src/idn.c:198 #, c-format msgid "input error" msgstr "" #: src/idn.c:209 src/idn.c:272 src/idn.c:355 src/idn.c:432 src/idn.c:513 #, c-format msgid "could not convert from %s to UTF-8" msgstr "" #: src/idn.c:217 src/idn.c:242 src/idn.c:279 src/idn.c:496 src/idn.c:525 #: src/idn.c:549 #, c-format msgid "could not convert from UTF-8 to UCS-4" msgstr "" #: src/idn.c:234 #, c-format msgid "stringprep_profile: %s" msgstr "" #: src/idn.c:257 src/idn.c:300 src/idn.c:343 src/idn.c:501 src/idn.c:562 #, c-format msgid "could not convert from UTF-8 to %s" msgstr "" #: src/idn.c:293 #, c-format msgid "punycode_encode: %s" msgstr "" #: src/idn.c:315 #, c-format msgid "malloc" msgstr "" #: src/idn.c:321 #, c-format msgid "punycode_decode: %s" msgstr "" #: src/idn.c:338 src/idn.c:362 src/idn.c:440 #, c-format msgid "could not convert from UCS-4 to UTF-8" msgstr "" #: src/idn.c:379 #, c-format msgid "idna_to_ascii_4z: %s" msgstr "" #: src/idn.c:393 #, c-format msgid "idna_to_unicode_8z4z (TLD): %s" msgstr "" #: src/idn.c:407 src/idn.c:480 #, c-format msgid "tld_check_4z (position %lu): %s" msgstr "" #: src/idn.c:410 src/idn.c:486 #, c-format msgid "tld_check_4z: %s" msgstr "" #: src/idn.c:459 #, c-format msgid "idna_to_unicode_8z4z: %s" msgstr "" #: src/idn.c:538 #, c-format msgid "could not do NFKC normalization" msgstr ""