Some minor rewording / reformatting

This commit is contained in:
Jakob Nixdorf 2018-02-26 13:18:15 +01:00
parent f039106194
commit 87d40c3ea2
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
4 changed files with 10 additions and 10 deletions

View file

@ -15,8 +15,8 @@
<string name="auth_button_unlock">Unlock</string> <string name="auth_button_unlock">Unlock</string>
<!-- Toast messages --> <!-- Toast messages -->
<string name="auth_toast_password_missing">Please set a password in the settings!</string> <string name="auth_toast_password_missing">Please set a password in the <b>Settings</b>!</string>
<string name="auth_toast_pin_missing">Please set a PIN in the settings!</string> <string name="auth_toast_pin_missing">Please set a PIN in the <b>Settings</b>!</string>
<string name="auth_toast_password_again">Wrong password, please try again!</string> <string name="auth_toast_password_again">Wrong password, please try again!</string>
<string name="auth_toast_pin_again">Wrong PIN, please try again!</string> <string name="auth_toast_pin_again">Wrong PIN, please try again!</string>
</resources> </resources>

View file

@ -22,14 +22,14 @@
<string name="backup_desc_import_crypt">Restore accounts from a password-protected JSON file</string> <string name="backup_desc_import_crypt">Restore accounts from a password-protected JSON file</string>
<string name="backup_desc_import_openpgp">Restore accounts from an OpenPGP-encrypted JSON file</string> <string name="backup_desc_import_openpgp">Restore accounts from an OpenPGP-encrypted JSON file</string>
<string name="backup_desc_crypt_setup">You need to set a password in the Settings to use <string name="backup_desc_crypt_setup">You need to set a <b>Backup password</b> in the
encrypted backups. <b>Settings</b> to use encrypted backups.
</string> </string>
<string name="backup_desc_openpgp_provider">You need to install an OpenPGP provider and enable <string name="backup_desc_openpgp_provider">You need to install an OpenPGP provider and enable
it in the Settings to use this feature. it in the <b>Settings</b> to use this feature.
</string> </string>
<string name="backup_desc_openpgp_keyid">You need to select an OpenPGP key in the Settings <string name="backup_desc_openpgp_keyid">You need to select an OpenPGP key in the <b>Settings</b>
before you can create encrypted backups. before you can create encrypted backups.
</string> </string>
@ -68,5 +68,5 @@
<string name="backup_toast_storage_permissions">Storage permissions not granted</string> <string name="backup_toast_storage_permissions">Storage permissions not granted</string>
<string name="backup_toast_openpgp_error">OpenPGP Error: %s</string> <string name="backup_toast_openpgp_error">OpenPGP Error: %s</string>
<string name="backup_toast_openpgp_not_verified">No verified signature detected</string> <string name="backup_toast_openpgp_not_verified">No verified signature detected</string>
<string name="backup_toast_crypt_password_not_set">Password not set, check the Settings</string> <string name="backup_toast_crypt_password_not_set">Password not set, check the <b>Settings</b></string>
</resources> </resources>

View file

@ -87,7 +87,7 @@
every time you start andOTP.</string> every time you start andOTP.</string>
<string name="dialog_msg_security_default">By default the Android KeyStore will be used, however <string name="dialog_msg_security_default">By default the Android KeyStore will be used, however
this is known to cause problems on certain custom ROMs (and a few stock ones as well). You this is known to cause problems on certain custom ROMs (and a few stock ones as well). You
can change the encryption in the Settings by clicking on the button below.</string> can change the encryption in the <b>Settings</b> by clicking on the button below.</string>
<string name="dialog_msg_last_used">In order for andOTP to recognize which token was used last <string name="dialog_msg_last_used">In order for andOTP to recognize which token was used last
you have to have \"tap to reveal\" enabled or use the copy button.\n\nThis message will not you have to have \"tap to reveal\" enabled or use the copy button.\n\nThis message will not
@ -95,5 +95,5 @@
<string name="dialog_msg_keystore_error">Failed to load the encryption key from the KeyStore. <string name="dialog_msg_keystore_error">Failed to load the encryption key from the KeyStore.
<b>Any entries that are added will get lost.</b>\n\nTo still be able to use andOTP you can go <b>Any entries that are added will get lost.</b>\n\nTo still be able to use andOTP you can go
to the Settings and switch the <b>Database encryption</b> to <b>Password / PIN</b>.</string> to the <b>Settings</b> and switch the <b>Database encryption</b> to <b>Password / PIN</b>.</string>
</resources> </resources>

View file

@ -35,7 +35,7 @@
<string name="settings_title_special_features">Enable special features</string> <string name="settings_title_special_features">Enable special features</string>
<string name="settings_title_enable_screenshot">Enable screenshots</string> <string name="settings_title_enable_screenshot">Enable screenshots</string>
<string name="settings_title_enable_android_backup_service">Enable android sync</string> <string name="settings_title_enable_android_backup_service">Enable Android sync</string>
<string name="settings_title_clear_keystore">Clear KeyStore</string> <string name="settings_title_clear_keystore">Clear KeyStore</string>
<!-- Descriptions --> <!-- Descriptions -->