Update some string resources
This commit is contained in:
parent
7097f350bb
commit
fdf4b1a31e
2 changed files with 14 additions and 14 deletions
|
@ -10,16 +10,16 @@
|
|||
<string name="backup_title_import_plain">Import from JSON</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_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_openpgp">Import accounts from an OpenPGP-encrypted 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_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_openpgp_provider">You need to install an OpenPGP provider and enable
|
||||
it in the Settings to use this feature.
|
||||
</string>
|
||||
<string name="backup_desc_openpgp_keyid">You need to select an OpenPGP key for encrypting you
|
||||
backups in the Settings.
|
||||
<string name="backup_desc_openpgp_keyid">You need to select an OpenPGP key in the Settings
|
||||
before you can create encrypted backups.
|
||||
</string>
|
||||
|
||||
<!-- Dialogs -->
|
||||
|
|
|
@ -16,20 +16,20 @@
|
|||
<string name="settings_title_openpgp_verify">Verify encrypted backups</string>
|
||||
|
||||
<!-- Descriptions -->
|
||||
<string name="settings_desc_tap_to_reveal">If enabled the OTP token is hidden by default and has
|
||||
to be revealed manually.</string>
|
||||
<string name="settings_desc_tap_to_reveal">Hide the OTP tokens by default, requiring them to be
|
||||
revealed manually</string>
|
||||
|
||||
<string name="settings_desc_auth_device">If enabled the user is required to authenticate using
|
||||
his device credentials when starting andOTP.</string>
|
||||
<string name="settings_desc_auth_device">Require the user to authenticate with his device
|
||||
credentials when starting andOTP</string>
|
||||
<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
|
||||
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
|
||||
your key (requires password).</string>
|
||||
your key (requires password)</string>
|
||||
<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 -->
|
||||
<string name="settings_key_tap_to_reveal" translatable="false">pref_tap_to_reveal</string>
|
||||
|
|
Loading…
Reference in a new issue