version 1.1.1.2, 2012/05/29 09:29:43
|
version 1.1.1.3, 2021/03/17 13:38:46
|
Line 1
|
Line 1
|
# SOME DESCRIPTIVE TITLE. |
# SOME DESCRIPTIVE TITLE. |
# Copyright (C) YEAR Free Software Foundation, Inc. |
# Copyright (C) YEAR Free Software Foundation, Inc. |
# This file is distributed under the same license as the PACKAGE package. | # This file is distributed under the same license as the GNU libiconv package. |
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
# |
# |
#, fuzzy |
#, fuzzy |
msgid "" |
msgid "" |
msgstr "" |
msgstr "" |
"Project-Id-Version: GNU libiconv 1.14\n" | "Project-Id-Version: GNU libiconv 1.16\n" |
"Report-Msgid-Bugs-To: bug-gnu-libiconv@gnu.org\n" |
"Report-Msgid-Bugs-To: bug-gnu-libiconv@gnu.org\n" |
"POT-Creation-Date: 2011-08-07 15:24+0200\n" | "POT-Creation-Date: 2019-04-26 21:02+0200\n" |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
"Language-Team: LANGUAGE <LL@li.org>\n" |
"Language-Team: LANGUAGE <LL@li.org>\n" |
Line 31 msgstr ""
|
Line 31 msgstr ""
|
|
|
#: src/iconv.c:110 |
#: src/iconv.c:110 |
#, c-format |
#, c-format |
msgid "Try `%s --help' for more information.\n" | msgid "Try '%s --help' for more information.\n" |
msgstr "" |
msgstr "" |
|
|
#. TRANSLATORS: The first line of the long usage message. |
#. TRANSLATORS: The first line of the long usage message. |
Line 144 msgstr ""
|
Line 144 msgstr ""
|
#: src/iconv.c:196 |
#: src/iconv.c:196 |
#, no-wrap |
#, no-wrap |
msgid "" |
msgid "" |
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n" | "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n" |
"This is free software: you are free to change and redistribute it.\n" |
"This is free software: you are free to change and redistribute it.\n" |
"There is NO WARRANTY, to the extent permitted by law.\n" |
"There is NO WARRANTY, to the extent permitted by law.\n" |
msgstr "" |
msgstr "" |
Line 283 msgstr ""
|
Line 283 msgstr ""
|
|
|
#. TRANSLATORS: An error message. |
#. TRANSLATORS: An error message. |
#. The placeholder expands to the encoding name, specified through --from-code. |
#. The placeholder expands to the encoding name, specified through --from-code. |
#: src/iconv.c:1014 | #: src/iconv.c:1024 |
#, c-format |
#, c-format |
msgid "conversion from %s unsupported" |
msgid "conversion from %s unsupported" |
msgstr "" |
msgstr "" |
|
|
#. TRANSLATORS: An error message. |
#. TRANSLATORS: An error message. |
#. The placeholder expands to the encoding name, specified through --to-code. |
#. The placeholder expands to the encoding name, specified through --to-code. |
#: src/iconv.c:1020 | #: src/iconv.c:1030 |
#, c-format |
#, c-format |
msgid "conversion to %s unsupported" |
msgid "conversion to %s unsupported" |
msgstr "" |
msgstr "" |
|
|
#. TRANSLATORS: An error message. |
#. TRANSLATORS: An error message. |
#. The placeholders expand to the encoding names, specified through --from-code and --to-code, respectively. |
#. The placeholders expand to the encoding names, specified through --from-code and --to-code, respectively. |
#: src/iconv.c:1026 | #: src/iconv.c:1036 |
#, c-format |
#, c-format |
msgid "conversion from %s to %s unsupported" |
msgid "conversion from %s to %s unsupported" |
msgstr "" |
msgstr "" |
|
|
#. TRANSLATORS: Additional advice after an error message. |
#. TRANSLATORS: Additional advice after an error message. |
#. The %s placeholder expands to the program name. |
#. The %s placeholder expands to the program name. |
#: src/iconv.c:1031 | #: src/iconv.c:1041 |
#, c-format |
#, c-format |
msgid "try '%s -l' to get the list of supported encodings" |
msgid "try '%s -l' to get the list of supported encodings" |
msgstr "" |
msgstr "" |
|
|
#. TRANSLATORS: A filename substitute denoting standard input. |
#. TRANSLATORS: A filename substitute denoting standard input. |
#: src/iconv.c:1088 | #: src/iconv.c:1098 |
msgid "(stdin)" |
msgid "(stdin)" |
msgstr "" |
msgstr "" |
|
|
#. TRANSLATORS: The first part of an error message. |
#. TRANSLATORS: The first part of an error message. |
#. It is followed by a colon and a detail message. |
#. It is followed by a colon and a detail message. |
#. The %s placeholder expands to the input file name. |
#. The %s placeholder expands to the input file name. |
#: src/iconv.c:1100 | #: src/iconv.c:1110 |
#, c-format |
#, c-format |
msgid "%s" |
msgid "%s" |
msgstr "" |
msgstr "" |
|
|
#. TRANSLATORS: An error message. |
#. TRANSLATORS: An error message. |
#: src/iconv.c:1114 | #: src/iconv.c:1124 |
#, c-format |
#, c-format |
msgid "I/O error" |
msgid "I/O error" |
msgstr "" |
msgstr "" |