diff options
Diffstat (limited to 'res/values-de')
-rw-r--r-- | res/values-de/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 9cccbfd..b51e6c2 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -19,6 +19,7 @@ --> <resources> <string name="app_desc">Einfacher, mächtiger, open-source SSH client.</string> + <string name="service_desc">Maintains SSH connections and loaded pubkeys</string> <!-- Window title for the Host List --> <string name="title_hosts_list">Hosts</string> @@ -316,6 +317,11 @@ <!-- Button that brings up the list of URLs on the current screen --> <string name="console_menu_urlscan">URL Scan</string> + <!-- Button label to answer "Yes" to a yes/no prompt --> + <string name="button_yes">Ja</string> + <!-- Button label to answer "No" to a yes/no prompt --> + <string name="button_no">Nein</string> + <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> <string name="portforward_local">Lokal</string> <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> |