Update some string resources

This commit is contained in:
Jakob Nixdorf 2017-07-14 14:54:21 +02:00
parent 7097f350bb
commit fdf4b1a31e
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
2 changed files with 14 additions and 14 deletions

View file

@ -10,16 +10,16 @@
<string name="backup_title_import_plain">Import from JSON</string> <string name="backup_title_import_plain">Import from JSON</string>
<string name="backup_title_import_openpgp">Import from encrypted file</string> <string name="backup_title_import_openpgp">Import from encrypted file</string>
<string name="backup_desc_export_plain">Export all accounts to a plain-text JSON file.</string> <string name="backup_desc_export_plain">Export all accounts to a plain-text JSON file</string>
<string name="backup_desc_export_openpgp">Export all accounts to an OpenPGP-encrypted JSON file.</string> <string name="backup_desc_export_openpgp">Export all accounts to an OpenPGP-encrypted JSON file</string>
<string name="backup_desc_import_plain">Import accounts from a plain-text JSON file.</string> <string name="backup_desc_import_plain">Import accounts from a plain-text JSON file</string>
<string name="backup_desc_import_openpgp">Import accounts from an OpenPGP-encrypted JSON file.</string> <string name="backup_desc_import_openpgp">Import accounts from an OpenPGP-encrypted JSON file</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 Settings to use this feature.
</string> </string>
<string name="backup_desc_openpgp_keyid">You need to select an OpenPGP key for encrypting you <string name="backup_desc_openpgp_keyid">You need to select an OpenPGP key in the Settings
backups in the Settings. before you can create encrypted backups.
</string> </string>
<!-- Dialogs --> <!-- Dialogs -->

View file

@ -16,20 +16,20 @@
<string name="settings_title_openpgp_verify">Verify encrypted backups</string> <string name="settings_title_openpgp_verify">Verify encrypted backups</string>
<!-- Descriptions --> <!-- Descriptions -->
<string name="settings_desc_tap_to_reveal">If enabled the OTP token is hidden by default and has <string name="settings_desc_tap_to_reveal">Hide the OTP tokens by default, requiring them to be
to be revealed manually.</string> revealed manually</string>
<string name="settings_desc_auth_device">If enabled the user is required to authenticate using <string name="settings_desc_auth_device">Require the user to authenticate with his device
his device credentials when starting andOTP.</string> credentials when starting andOTP</string>
<string name="settings_desc_auth_device_pre_lollipop">This feature requires at least Android 5.0 <string name="settings_desc_auth_device_pre_lollipop">This feature requires at least Android 5.0
(Lollipop) to work.</string> (Lollipop) to work</string>
<string name="settings_desc_auth_device_not_secure">This feature requires a secure lock screen <string name="settings_desc_auth_device_not_secure">This feature requires a secure lock screen
to be set up (Settings -> Security -> Screenlock).</string> to be set up (Settings -> Security -> Screenlock)</string>
<string name="settings_desc_openpgp_sign">Every encrypted backup is additionally signed with <string name="settings_desc_openpgp_sign">Every encrypted backup is additionally signed with
your key (requires password).</string> your key (requires password)</string>
<string name="settings_desc_openpgp_verify">Encrypted backups are only imported if they are <string name="settings_desc_openpgp_verify">Encrypted backups are only imported if they are
signed with a valid key.</string> signed with a valid key</string>
<!-- Keys --> <!-- Keys -->
<string name="settings_key_tap_to_reveal" translatable="false">pref_tap_to_reveal</string> <string name="settings_key_tap_to_reveal" translatable="false">pref_tap_to_reveal</string>