diff options
Diffstat (limited to 'res/values-nl/strings.xml')
-rw-r--r-- | res/values-nl/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml index cd882ac..0aa7fd9 100644 --- a/res/values-nl/strings.xml +++ b/res/values-nl/strings.xml @@ -19,6 +19,7 @@ --> <resources> <string name="app_desc">Simpele, krachtige, 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">URK 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">Nee</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">Lokaal</string> <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> |