diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-11-07 18:10:59 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-11-07 18:10:59 +0200 |
commit | 40de466475a617f42d1f5cfa03d0342676e84c9b (patch) | |
tree | c47ff6bf49eefd97e619b2c0ae7715dbebe685a0 /applications/luci-app-commands/po/de | |
parent | 5849b20eab087bbc1a172b583d1a0febe8b506e4 (diff) |
i18n: sync translations, add location annotatations
Thanks to a recent commit, the translation files will now
have info about locations where the string is used. That
can help is deciding the correct translation, as all contexts
are more easily found.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-commands/po/de')
-rw-r--r-- | applications/luci-app-commands/po/de/commands.po | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/applications/luci-app-commands/po/de/commands.po b/applications/luci-app-commands/po/de/commands.po index e67404afac..45b6bfcc0a 100644 --- a/applications/luci-app-commands/po/de/commands.po +++ b/applications/luci-app-commands/po/de/commands.po @@ -11,9 +11,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.6\n" +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:16 msgid "A short textual description of the configured command" msgstr "Kurze Beschreibung des abgespeicherten Kommandos" +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:25 msgid "" "Allow executing the command and downloading its output without prior " "authentication" @@ -21,87 +23,117 @@ msgstr "" "Ausführen des Kommandos und Herunterladen der Ausgabe ohne vorherige " "Authentifizierung ermöglichen" +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:22 msgid "Allow the user to provide additional command line arguments" msgstr "Erlaube dem Nutzer zusätzliche Kommandozeilenargumente zu übergeben" +#: applications/luci-app-commands/luasrc/view/commands.htm:146 msgid "Arguments:" msgstr "Argumente:" +#: applications/luci-app-commands/luasrc/view/commands.htm:66 msgid "Binary data not displayed, download instead." msgstr "Binärdaten ausgeblendet, laden Sie die Ausgaben stattdessen herunter" +#: applications/luci-app-commands/luasrc/view/commands.htm:71 msgid "Code:" msgstr "Rückgabewert:" +#: applications/luci-app-commands/luasrc/view/commands.htm:164 msgid "Collecting data..." msgstr "Sammle Daten..." +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:18 msgid "Command" msgstr "Kommando" +#: applications/luci-app-commands/luasrc/view/commands_public.htm:30 msgid "Command executed successfully." msgstr "" +#: applications/luci-app-commands/luasrc/view/commands_public.htm:32 msgid "Command exited with status code" msgstr "" +#: applications/luci-app-commands/luasrc/view/commands.htm:73 msgid "Command failed" msgstr "Kommando fehlgeschlagen" +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:19 msgid "Command line to execute" msgstr "Auszuführende Kommandozeile" +#: applications/luci-app-commands/luasrc/view/commands.htm:73 msgid "Command successful" msgstr "Kommando erfolgreich" +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Command:" msgstr "Kommando:" +#: applications/luci-app-commands/luasrc/controller/commands.lua:9 msgid "Configure" msgstr "Konfigurieren" +#: applications/luci-app-commands/luasrc/controller/commands.lua:7 +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 +#: applications/luci-app-commands/luasrc/view/commands.htm:138 msgid "Custom Commands" msgstr "Benutzerdefinierte Kommandos" +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:21 msgid "Custom arguments" msgstr "Benutzerdefinierte Argumente" +#: applications/luci-app-commands/luasrc/controller/commands.lua:8 msgid "Dashboard" msgstr "Übersicht" +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:15 msgid "Description" msgstr "Beschreibung" +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "Download" msgstr "Herunterladen" +#: applications/luci-app-commands/luasrc/view/commands.htm:119 msgid "Download execution result" msgstr "" +#: applications/luci-app-commands/luasrc/view/commands.htm:79 msgid "Failed to execute command!" msgstr "Kommando konnte nicht ausgeführt werden!" +#: applications/luci-app-commands/luasrc/view/commands.htm:152 msgid "Link" msgstr "Link" +#: applications/luci-app-commands/luasrc/view/commands.htm:53 msgid "Loading" msgstr "Lade" +#: applications/luci-app-commands/luasrc/view/commands.htm:119 msgid "Or display result" msgstr "" +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:24 msgid "Public access" msgstr "Öffentlicher Zugriff" +#: applications/luci-app-commands/luasrc/view/commands.htm:149 msgid "Run" msgstr "Ausführen" +#: applications/luci-app-commands/luasrc/view/commands_public.htm:41 msgid "Standard Error" msgstr "" +#: applications/luci-app-commands/luasrc/view/commands_public.htm:36 msgid "Standard Output" msgstr "" +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:7 msgid "" "This page allows you to configure custom shell commands which can be easily " "invoked from the web interface." @@ -109,6 +141,7 @@ msgstr "" "Diese Seite ermöglicht die Konfiguration eigener Shell-Kommandos um diese " "einfach über das Webinterface ausführen zu können." +#: applications/luci-app-commands/luasrc/view/commands.htm:54 msgid "Waiting for command to complete..." msgstr "Warte auf die Ausführung des Kommandos..." |