diff options
Diffstat (limited to 'res/values-vi')
-rw-r--r-- | res/values-vi/strings.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml index db4e6d9..b6d6fe5 100644 --- a/res/values-vi/strings.xml +++ b/res/values-vi/strings.xml @@ -44,7 +44,7 @@ <string name="pubkey_list_pick">Pick from /sdcard</string> <string name="pubkey_import_parse_problem">Problem parsing imported private key</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> |