wget/gnulib_po/wget-gnulib.pot

279 lines
5.6 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the GNU wget package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: GNU wget 1.21.4\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
"POT-Creation-Date: 2023-05-11 02:59+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: lib/error.c:193
msgid "Unknown system error"
msgstr ""
#: lib/gai_strerror.c:57
msgid "Address family for hostname not supported"
msgstr ""
#: lib/gai_strerror.c:58
msgid "Temporary failure in name resolution"
msgstr ""
#: lib/gai_strerror.c:59
msgid "Bad value for ai_flags"
msgstr ""
#: lib/gai_strerror.c:60
msgid "Non-recoverable failure in name resolution"
msgstr ""
#: lib/gai_strerror.c:61
msgid "ai_family not supported"
msgstr ""
#: lib/gai_strerror.c:62
msgid "Memory allocation failure"
msgstr ""
#: lib/gai_strerror.c:63
msgid "No address associated with hostname"
msgstr ""
#: lib/gai_strerror.c:64
msgid "Name or service not known"
msgstr ""
#: lib/gai_strerror.c:65
msgid "Servname not supported for ai_socktype"
msgstr ""
#: lib/gai_strerror.c:66
msgid "ai_socktype not supported"
msgstr ""
#: lib/gai_strerror.c:67
msgid "System error"
msgstr ""
#: lib/gai_strerror.c:68
msgid "Argument buffer too small"
msgstr ""
#: lib/gai_strerror.c:70
msgid "Processing request in progress"
msgstr ""
#: lib/gai_strerror.c:71
msgid "Request canceled"
msgstr ""
#: lib/gai_strerror.c:72
msgid "Request not canceled"
msgstr ""
#: lib/gai_strerror.c:73
msgid "All requests done"
msgstr ""
#: lib/gai_strerror.c:74
msgid "Interrupted by a signal"
msgstr ""
#: lib/gai_strerror.c:75
msgid "Parameter string not correctly encoded"
msgstr ""
#: lib/gai_strerror.c:87
msgid "Unknown error"
msgstr ""
#: lib/getopt.c:278
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr ""
#: lib/getopt.c:284
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr ""
#: lib/getopt.c:319
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr ""
#: lib/getopt.c:345
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr ""
#: lib/getopt.c:360
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr ""
#: lib/getopt.c:621
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr ""
#: lib/getopt.c:636 lib/getopt.c:682
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr ""
#: lib/openat-die.c:38
#, c-format
msgid "unable to record current working directory"
msgstr ""
#: lib/openat-die.c:57
#, c-format
msgid "failed to return to initial working directory"
msgstr ""
#: lib/os2-spawn.c:45
#, c-format
msgid "_open_osfhandle failed"
msgstr ""
#: lib/os2-spawn.c:82
#, c-format
msgid "cannot restore fd %d: dup2 failed"
msgstr ""
#. TRANSLATORS:
#. Get translations for open and closing quotation marks.
#. The message catalog should translate "`" to a left
#. quotation mark suitable for the locale, and similarly for
#. "'". For example, a French Unicode local should translate
#. these to U+00AB (LEFT-POINTING DOUBLE ANGLE
#. QUOTATION MARK), and U+00BB (RIGHT-POINTING DOUBLE ANGLE
#. QUOTATION MARK), respectively.
#.
#. If the catalog has no translation, we will try to
#. use Unicode U+2018 (LEFT SINGLE QUOTATION MARK) and
#. Unicode U+2019 (RIGHT SINGLE QUOTATION MARK). If the
#. current locale is not Unicode, locale_quoting_style
#. will quote 'like this', and clocale_quoting_style will
#. quote "like this". You should always include translations
#. for "`" and "'" even if U+2018 and U+2019 are appropriate
#. for your locale.
#.
#. If you don't know what to put here, please see
#. <https://en.wikipedia.org/wiki/Quotation_marks_in_other_languages>
#. and use glyphs suitable for your language.
#: lib/quotearg.c:354
msgid "`"
msgstr ""
#: lib/quotearg.c:355
msgid "'"
msgstr ""
#: lib/regcomp.c:122
msgid "Success"
msgstr ""
#: lib/regcomp.c:125
msgid "No match"
msgstr ""
#: lib/regcomp.c:128
msgid "Invalid regular expression"
msgstr ""
#: lib/regcomp.c:131
msgid "Invalid collation character"
msgstr ""
#: lib/regcomp.c:134
msgid "Invalid character class name"
msgstr ""
#: lib/regcomp.c:137
msgid "Trailing backslash"
msgstr ""
#: lib/regcomp.c:140
msgid "Invalid back reference"
msgstr ""
#: lib/regcomp.c:143
msgid "Unmatched [, [^, [:, [., or [="
msgstr ""
#: lib/regcomp.c:146
msgid "Unmatched ( or \\("
msgstr ""
#: lib/regcomp.c:149
msgid "Unmatched \\{"
msgstr ""
#: lib/regcomp.c:152
msgid "Invalid content of \\{\\}"
msgstr ""
#: lib/regcomp.c:155
msgid "Invalid range end"
msgstr ""
#: lib/regcomp.c:158
msgid "Memory exhausted"
msgstr ""
#: lib/regcomp.c:161
msgid "Invalid preceding regular expression"
msgstr ""
#: lib/regcomp.c:164
msgid "Premature end of regular expression"
msgstr ""
#: lib/regcomp.c:167
msgid "Regular expression too big"
msgstr ""
#: lib/regcomp.c:170
msgid "Unmatched ) or \\)"
msgstr ""
#: lib/regcomp.c:650
msgid "No previous regular expression"
msgstr ""
#: lib/spawn-pipe.c:216 lib/spawn-pipe.c:219
#, c-format
msgid "cannot create pipe"
msgstr ""
#: lib/spawn-pipe.c:596 lib/wait-process.c:291 lib/wait-process.c:365
#, c-format
msgid "%s subprocess failed"
msgstr ""
#: lib/wait-process.c:232 lib/wait-process.c:264 lib/wait-process.c:326
#, c-format
msgid "%s subprocess"
msgstr ""
#: lib/wait-process.c:283 lib/wait-process.c:355
#, c-format
msgid "%s subprocess got fatal signal %d"
msgstr ""
#: lib/xalloc-die.c:34
msgid "memory exhausted"
msgstr ""