aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-nl/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-05-12 20:04:22 +0000
committerKenny Root <kenny@the-b.org>2009-05-12 20:04:22 +0000
commit06a3bb922b26809c979dd815f3427410c08ecccd (patch)
tree27f8d92805980127c75e127a227b36f76f486945 /res/values-nl/strings.xml
parent0f4aab8e8c01f3d9e625fd3cc8a55b515a4e1047 (diff)
downloadconnectbot-06a3bb922b26809c979dd815f3427410c08ecccd.tar.gz
connectbot-06a3bb922b26809c979dd815f3427410c08ecccd.tar.bz2
connectbot-06a3bb922b26809c979dd815f3427410c08ecccd.zip
Update German translations. Propagate new strings to other languages.
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@233 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/values-nl/strings.xml')
-rw-r--r--res/values-nl/strings.xml27
1 files changed, 25 insertions, 2 deletions
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index f38f2ee..627ee9f 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -36,7 +36,8 @@
<string name="pubkey_import">Importeer</string>
<string name="pubkey_delete">Verwijder knop</string>
<string name="pubkey_gather_entropy">Verzamelen van Entropie</string>
- <string name="pubkey_touch_prompt">Raak dit vierkant aan om willekeurigheid te verzamelen:</string>
+ <string name="pubkey_touch_prompt">Raak dit vierkant aan om willekeurigheid te verzamelen: %1$d%% gedaan</string>
+ <string name="pubkey_touch_hint">In order to assure randomness during the key generation, move your finger randomly over the box below.</string>
<string name="pubkey_generating">Genereren van een sleutel paar...</string>
<string name="pubkey_copy_private">Kopieer privé sleutel</string>
<string name="pubkey_copy_public">Kopieer publieke sleutel</string>
@@ -75,6 +76,21 @@
<!-- Prompt for the password to unlock a certain pubkey. -->
<string name="prompt_pubkey_password">Wachtwoord voor sleutel '%1$s'</string>
+ <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. -->
+ <string name="host_verification_failure_warning_header">WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!</string>
+ <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. -->
+ <string name="host_verification_failure_warning">IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed.</string>
+
+ <!-- Prompt user gets when the remote host has disconnected unexpectedly. -->
+ <string name="prompt_host_disconnected">Host has disconnected.\nClose session?</string>
+ <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint -->
+ <string name="prompt_continue_connecting">Weet je zeker dat je\nwilt doorgaan met verbinden?</string>
+
+ <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database -->
+ <string name="host_authenticity_warning">De authenticatie van host '%1$s' kan niet worden vastgesteld.</string>
+ <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits -->
+ <string name="host_fingerprint">Host %1$s key fingerprint is %2$s</string>
+
<string name="alert_passwords_do_not_match_msg">Wachtwoorden zijn niet hetzelfde!</string>
<string name="alert_wrong_password_msg">Verkeerd wachtwoord!</string>
<string name="alert_key_corrupted_msg">Privé sleutel lijkt corrupt!</string>
@@ -215,6 +231,8 @@
<!-- Host post-login automation preference title -->
<string name="hostpref_postlogin_title">Na-login automatie</string>
+ <!-- Host post-login automation preference summary -->
+ <string name="hostpref_postlogin_summary">Commands to run on remote server once authenticated</string>
<!-- Host compression preference title -->
<string name="hostpref_compression_title">Compressie</string>
@@ -353,7 +371,7 @@
<string name="terminal_auth_fail">[Uw host ondersteund 'wachtwoord' of 'keyboard-interactive' authenticatie niet.]</string>
- <string name="local_shell_unavailable">Mislukking! Lokale shell is niet beschikbaar op deze telefoon.</string>
+ <string name="local_shell_unavailable">Mislukking! Lokale shell is niet beschikbaar op deze telefoon.</string>
<!-- Dialog title when a new version of ConnectBot is detected. -->
<string name="upgrade">Nieuwe versie</string>
@@ -361,4 +379,9 @@
<string name="upgrade_pos">Ja, upgrade</string>
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Nog niet</string>
+
+ <string name="color_red">red</string>
+ <string name="color_green">green</string>
+ <string name="color_blue">blue</string>
+ <string name="color_gray">gray</string>
</resources>