2016-08-15 21:29:41 +02:00
<resources >
<string name= "app_name" > Aegis</string>
2016-08-16 14:14:17 +02:00
<string name= "action_settings" > Settings</string>
2017-08-26 15:47:57 +02:00
<string name= "action_import" > Import</string>
2017-12-27 22:04:22 +01:00
<string name= "action_delete" > Delete</string>
2018-06-09 21:40:18 +02:00
<string name= "action_default_icon" > Restore default icon</string>
2017-12-27 22:04:22 +01:00
<string name= "discard" > Discard</string>
<string name= "save" > Save</string>
2018-10-09 22:27:59 +02:00
<string name= "issuer" > Issuer</string>
2016-09-29 12:31:55 +02:00
<string name= "title_activity_intro" > IntroActivity</string>
2018-02-14 22:09:47 +01:00
2016-09-30 01:07:56 +02:00
<string name= "settings" > Preferences</string>
2018-04-10 00:45:48 +02:00
<string name= "pref_dark_mode_title" > Dark mode</string>
<string name= "pref_dark_mode_summary" > Enable this to use darker colors</string>
2018-09-19 00:10:03 +02:00
<string name= "pref_account_name_title" > Show the account name</string>
<string name= "pref_account_name_summary" > Enable this to show the account name next to the issuer</string>
2018-02-14 22:09:47 +01:00
<string name= "pref_timeout_title" > Timeout</string>
<string name= "pref_timeout_summary" > Automatically lock the database after %1$s seconds of inactivity</string>
<string name= "pref_slots_title" > Key slots</string>
<string name= "pref_slots_summary" > Manage the list of keys that can decrypt the database</string>
<string name= "pref_import_title" > Import</string>
<string name= "pref_import_summary" > Import a database</string>
<string name= "pref_export_title" > Export</string>
<string name= "pref_export_summary" > Export the database</string>
2018-05-11 19:33:20 +02:00
<string name= "pref_secure_screen_title" > Screen security</string>
<string name= "pref_secure_screen_summary" > Block screenshots and other attempts to capture the screen within the app</string>
2018-05-14 16:53:27 +02:00
<string name= "pref_encryption_title" > Encryption</string>
<string name= "pref_encryption_summary" > Encrypt the database and unlock it with a password or fingerprint</string>
2016-11-13 18:21:00 +01:00
<string name= "fingerprint_hint" > Touch sensor</string>
2018-10-09 22:27:59 +02:00
<string name= "fingerprint_not_recognized" > Fingerprint not recognized. Try again.</string>
2016-11-13 18:21:00 +01:00
<string name= "fingerprint_success" > Fingerprint recognized</string>
2017-08-06 21:45:27 +02:00
2018-10-09 22:27:59 +02:00
<string name= "choose_authentication_method" > Security</string>
2017-08-05 15:15:31 +02:00
<string name= "authentication_method_none" > None</string>
2018-10-09 22:27:59 +02:00
<string name= "authentication_method_none_description" > You don\'t need a password to unlock the vault and it will not be encrypted. This option is not recommended.</string>
2017-08-05 15:15:31 +02:00
<string name= "authentication_method_password" > Password</string>
2018-10-09 22:27:59 +02:00
<string name= "authentication_method_password_description" > You need a password to unlock the vault.</string>
2018-06-06 18:01:35 +02:00
<string name= "authentication_method_fingerprint" > Fingerprint</string>
2018-10-09 22:27:59 +02:00
<string name= "authentication_method_fingerprint_description" > In addition to a password, fingerprints registered on this device can be used to unlock the vault.</string>
2017-08-05 15:15:31 +02:00
<string name= "authentication_method_set_password" > Password</string>
2017-08-06 18:15:47 +02:00
<string name= "authentication_enter_password" > Enter your password</string>
2018-10-09 22:27:59 +02:00
<string name= "authentication" > Unlock the vault</string>
2017-08-05 15:15:31 +02:00
<string name= "set_password" > Please enter a password</string>
<string name= "set_password_confirm" > Please confirm the password</string>
2018-10-09 22:27:59 +02:00
<string name= "invalidated_fingerprint" > A change in your device\'s security settings has been detected. Please go to \"Settings -> Key slots\" and re-add your fingerprint.</string>
2017-08-05 15:15:31 +02:00
<string-array name= "authentication_methods" >
<item > None</item>
<item > Password</item>
2018-06-06 18:01:35 +02:00
<item > Fingerprint</item>
2017-08-05 15:15:31 +02:00
</string-array>
2017-08-06 21:45:27 +02:00
2017-12-27 22:04:22 +01:00
<string-array name= "otp_types_array" >
<item > TOTP</item>
<item > HOTP</item>
</string-array>
<string-array name= "otp_algo_array" >
<item > SHA1</item>
<item > SHA256</item>
<item > SHA512</item>
</string-array>
<string-array name= "otp_digits_array" >
<item > 6</item>
<item > 8</item>
</string-array>
2017-08-06 21:45:27 +02:00
<!-- TODO: Remove or change this placeholder text -->
<string name= "hello_blank_fragment" > Hello blank fragment</string>
2018-10-09 22:27:59 +02:00
<string name= "unlock" > Unlock</string>
<string name= "advanced" > Advanced</string>
<string name= "seconds" > seconds</string>
<string name= "counter" > Counter</string>
<string name= "secret" > Secret</string>
<string name= "scan" > Scan QR code</string>
<string name= "enter_manually" > Enter manually</string>
<string name= "add_fingerprint" > Add fingerprint</string>
<string name= "slots_warning" > The vault is only as secure as your weakest secret. When a new fingerprint is added to your device, you will to reactivate fingerprint authentication within Aegis.</string>
<string name= "copy" > Copy</string>
<string name= "edit" > Edit</string>
<string name= "delete" > Delete</string>
<string name= "password" > Password</string>
<string name= "confirm_password" > Confirm password</string>
2016-08-15 21:29:41 +02:00
</resources>