Added german translations for new question() error messages and help message
This commit is contained in:
parent
4def69cd14
commit
fd04ffa25c
1 changed files with 17 additions and 0 deletions
|
@ -1317,6 +1317,13 @@ msgid ""
|
||||||
" --disable-sandbox\n"
|
" --disable-sandbox\n"
|
||||||
" disable the sandbox used for the downloader process\n"
|
" disable the sandbox used for the downloader process\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
" --disable-sandbox\n"
|
||||||
|
" shaltet Sandbox für den Download-Prozess aus\n"
|
||||||
|
|
||||||
|
#: src/pacman/pacman.c:231
|
||||||
|
#, c-format
|
||||||
|
msgid " --retry-input repeat prompts until a valid answer is supplied\n"
|
||||||
|
msgstr " --retry-input wiederholt Frage, bis eine valide Antwort gegeben wird\n"
|
||||||
|
|
||||||
#: src/pacman/pacman.c:249
|
#: src/pacman/pacman.c:249
|
||||||
#, c-format
|
#, c-format
|
||||||
|
@ -1866,6 +1873,11 @@ msgstr "[J/n]"
|
||||||
msgid "[y/N]"
|
msgid "[y/N]"
|
||||||
msgstr "[j/N]"
|
msgstr "[j/N]"
|
||||||
|
|
||||||
|
#: src/pacman/util.c:1741
|
||||||
|
#, c-format
|
||||||
|
msgid "vsnprintf failure: Failed to cache prompt: %s\n"
|
||||||
|
msgstr "vsnprintf-fehler: Kann prompt nicht cachen: %s\n"
|
||||||
|
|
||||||
#: src/pacman/util.c:1751
|
#: src/pacman/util.c:1751
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Y"
|
msgid "Y"
|
||||||
|
@ -1886,6 +1898,11 @@ msgstr "N"
|
||||||
msgid "NO"
|
msgid "NO"
|
||||||
msgstr "NEIN"
|
msgstr "NEIN"
|
||||||
|
|
||||||
|
#: src/pacman/util.c:1769
|
||||||
|
#, c-format
|
||||||
|
msgid "vsnprintf failure: Failed to cache prompt: Required size changed: %zu -> %i bytes\n"
|
||||||
|
msgstr "vsnprintf-fehler: Kann prompt nicht cachen: Benötigte Größe hat sich geändert: %zu -> %i bytes\n"
|
||||||
|
|
||||||
#: src/pacman/util.c:1820
|
#: src/pacman/util.c:1820
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "failed to allocate string\n"
|
msgid "failed to allocate string\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue