aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-fi/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-12-18 06:02:37 +0000
committerKenny Root <kenny@the-b.org>2009-12-18 06:02:37 +0000
commita05700d4fb733780f278b442050dbbcafccb3a94 (patch)
treea4e48c3baf218f6a2a3dc179789e892c292ad707 /res/values-fi/strings.xml
parent5a9a64de18db17c592d42fface079d6496ac6aef (diff)
downloadconnectbot-a05700d4fb733780f278b442050dbbcafccb3a94.tar.gz
connectbot-a05700d4fb733780f278b442050dbbcafccb3a94.tar.bz2
connectbot-a05700d4fb733780f278b442050dbbcafccb3a94.zip
Escape resources in prep for Eclair compat
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@442 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/values-fi/strings.xml')
-rw-r--r--res/values-fi/strings.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
index 6ad6c04..380db03 100644
--- a/res/values-fi/strings.xml
+++ b/res/values-fi/strings.xml
@@ -44,7 +44,7 @@
<string name="pubkey_list_pick">Pick from /sdcard</string>
<string name="pubkey_import_parse_problem">Ongelma käsiteltäessä tuotua avainparia</string>
<string name="pubkey_unlock">Unlock key</string>
- <string name="pubkey_failed_add">Bad password for key '%1$s'. Authentication failed.</string>
+ <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string>
<string name="pubkey_memory_load">Load into memory</string>
<string name="pubkey_memory_unload">Unload from memory</string>
<string name="pubkey_load_on_start">Load key on start</string>
@@ -74,10 +74,10 @@
<string name="prompt_bits">Bits:</string>
<!-- Prompt for the password to unlock a certain pubkey. -->
- <string name="prompt_pubkey_password">Password for key '%1$s'</string>
+ <string name="prompt_pubkey_password">Password for key \'%1$s\'</string>
<!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" -->
- <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key '%1$s'?</string>
+ <string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key \'%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>
@@ -90,7 +90,7 @@
<string name="prompt_continue_connecting">Are you sure you want\nto continue connecting?</string>
<!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database -->
- <string name="host_authenticity_warning">The authenticity of host '%1$s' can't be established.</string>
+ <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</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>
@@ -156,7 +156,7 @@
<!-- Name for the keyboard shortcuts preference -->
<string name="pref_keymode_title">Directory shortcuts</string>
<!-- Summary for the keyboard shortcuts preference -->
- <string name="pref_keymode_summary">Select how to use Alt for '/' and Shift for Tab</string>
+ <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string>
<!-- Name for the camera shortcut usage preference -->
<string name="pref_camera_title">Camera shortcut</string>
@@ -308,7 +308,7 @@
<string name="portforward_pos">Create port forward</string>
<string name="portforward_done">Successfully created port forward</string>
- <string name="portforward_problem">Problem creating port forward, maybe you're using ports under 1024 or port is already used?</string>
+ <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string>
<string name="portforward_menu_add">Add port forward</string>
@@ -360,7 +360,7 @@
<!-- Name for the ASCII DEL character -->
<string name="list_delkey_del">Delete</string>
- <string name="delete_message">Are you sure you want to delete '%1$s'?</string>
+ <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string>
<string name="delete_pos">Yes, delete</string>
<string name="delete_neg">Cancel</string>
@@ -378,7 +378,7 @@
<string name="terminal_connecting">Connecting to %1$s:%2$d via %3$s</string>
<!-- Displays the host key to the user in the terminal -->
- <string name="terminal_sucess">Verified host '%1$s' key: %2$s</string>
+ <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string>
<string name="terminal_failed">Host key verification failed.</string>
<!-- Displayed on the terminal describing the cryptographic algorithm names -->
@@ -390,18 +390,18 @@
<string name="terminal_auth">Trying to authenticate</string>
- <string name="terminal_auth_pass">Attempting 'password' authentication</string>
- <string name="terminal_auth_pass_fail">Authentication method 'password' failed</string>
+ <string name="terminal_auth_pass">Attempting \'password\' authentication</string>
+ <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string>
- <string name="terminal_auth_pubkey_any">Attempting 'publickey' authentication with any in-memory public keys</string>
+ <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string>
<string name="terminal_auth_pubkey_invalid">Selected public key is invalid, try reselecting key in host editor</string>
- <string name="terminal_auth_pubkey_specific">Attempting 'publickey' authentication with a specific public key</string>
- <string name="terminal_auth_pubkey_fail">Authentication method 'publickey' with key '%1$s' failed</string>
+ <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string>
+ <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string>
- <string name="terminal_auth_ki">Attempting 'keyboard-interactive' authentication</string>
- <string name="terminal_auth_ki_fail">Authentication method 'keyboard-interactive' failed</string>
+ <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string>
+ <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string>
- <string name="terminal_auth_fail">[Your host doesn't support 'password' or 'keyboard-interactive' authentication.]</string>
+ <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string>
<string name="terminal_no_session">Session will not be started due to host preference.</string>
<string name="terminal_enable_portfoward">Enable port forward: %1$s</string>