diff options
Diffstat (limited to 'res/values-de/strings.xml')
| -rw-r--r-- | res/values-de/strings.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index ed48dc2..ad86482 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -239,6 +239,11 @@ <!-- Summary for field asking whether a shell session should be started up upon connection or not --> <string name="hostpref_wantsession_summary">Diese Einstellung abwählen, um ausschließlich Port-Weiterleitungen zu verwenden</string> + <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> + <string name="hostpref_stayconnected_title">Stay connected</string> + <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> + <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string> + <!-- Setting for what key code is sent to the server when DEL key is pressed. --> <string name="hostpref_delkey_title">DEL Taste</string> <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> @@ -285,6 +290,8 @@ <string name="console_menu_portforwards">Port-Weiterleitungen</string> <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> <string name="console_menu_resize">Größe erzwingen</string> + <!-- Button that brings up the list of URLs on the current screen --> + <string name="console_menu_urlscan">URL Scan</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> @@ -406,11 +413,11 @@ <string name="upgrade_neg">Nicht jetzt</string> <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> - <string name="no">No</string> + <string name="no">Nein</string> <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> <string name="with_confirmation">With confirmation</string> <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> - <string name="yes">Yes</string> + <string name="yes">Ja</string> <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">Scheinbar hatte ConnectBot Probleme bei der letzten Benutzung. Fehlermeldung an die ConnectBot übermitteln?</string> |
