diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9043dba..847e879 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -513,9 +513,9 @@ <!-- Title for the bluetooth device info screen. --> <string name="bluetooth_device_info">Bluetooth device info</string> <!-- Message when bluetooth dialog for pin entry is showing --> - <string name="bluetooth_enter_pin_msg"><xliff:g id="device_name">%1$s</xliff:g>\nType PIN to pair.\n(Try 0000 or 1234.)</string> + <string name="bluetooth_enter_pin_msg">\nType PIN to pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022. (Try 0000 or 1234.)</string> <!-- Message when bluetooth dialog for passkey entry is showing --> - <string name="bluetooth_enter_passkey_msg"><xliff:g id="device_name">%1$s</xliff:g>\nType passkey to pair.\n</string> + <string name="bluetooth_enter_passkey_msg">\nType passkey to pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022.</string> <!-- Message when bluetooth dialog for confirmation of passkey is showing --> <string name="bluetooth_confirm_passkey_msg">To pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022, confirm that it is showing the passkey: <xliff:g id="passkey">%2$s</xliff:g>.</string> <!-- Button text for accepting an incoming pairing request --> @@ -2012,6 +2012,10 @@ found in the list of installed applications.</string> <!-- Description of dialog to enable/dislable access to credential storage from an action that requires the credential storage --> <string name="cstor_access_dialog_hint_from_action">Enter the credential storage password.</string> + <!-- Title of preference to install p12 cert from SD card --> + <string name="cstor_cert_install_title">Install from SD card</string> + <!-- Summary of preference to install p12 cert from SD card --> + <string name="cstor_cert_install_summary">Install encrypted certificates from SD card</string> <!-- Title of preference to set storage password --> <string name="cstor_set_passwd_title">Set password</string> <!-- Summary of preference to set storage password --> @@ -2052,7 +2056,7 @@ found in the list of installed applications.</string> <string name="cstor_passwords_error">Passwords do not match.</string> <string name="cstor_passwords_empty_error">You must enter and confirm a password.</string> <string name="cstor_password_empty_error">Please enter the password.</string> - <string name="cstor_password_verification_error">Please enter the password again. The password must have at least 8 characters and must not contain spaces.</string> + <string name="cstor_password_verification_error">Please enter the password again. The password must have at least 8 characters.</string> <string name="cstor_name_empty_error">Please enter a name.</string> <string name="cstor_name_char_error">Please enter a name that contains only letters and numbers.</string> <string name="cstor_storage_error">Unable to save the certificate. Click OK to retry.</string> |