2016-08-15 21:29:41 +02:00
<resources >
<string name= "app_name" > Aegis</string>
2018-10-09 23:13:51 +02:00
<string name= "app_name_dev" > AegisDev</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>
2018-11-15 21:23:18 +01:00
<string name= "pref_fingerprint_title" > Fingerprint</string>
<string name= "pref_fingerprint_summary" > Allow fingerprints registered on this device to unlock the vault</string>
2018-10-10 20:41:37 +02:00
<string name= "pref_set_password_title" > Change password</string>
<string name= "pref_set_password_summary" > Set a new password which you will need to unlock your vault</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-11-27 20:22:56 +01:00
<string name= "invalidated_fingerprint" > A change in your device\'s security settings has been detected. Please go to \"Settings -> Fingerprint\" 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>
2018-11-15 21:23:18 +01:00
<string name= "add_password" > Add password</string>
2018-10-09 22:27:59 +02:00
<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>
2018-10-09 23:13:51 +02:00
<string name= "new_profile" > New profile</string>
<string name= "add_new_profile" > Add new profile</string>
<string name= "unlock_vault_error" > Couldn\'t unlock vault</string>
<string name= "unlock_vault_error_description" > Incorrect password. Make sure you didn\'t mistype your password.</string>
<string name= "password_equality_error" > Passwords should be equal and non-empty</string>
<string name= "register_fingerprint" > Register your fingerprint</string>
<string name= "snackbar_authentication_method" > Please select an authentication method</string>
<string name= "encrypting_vault" > Encrypting the vault</string>
<string name= "delete_entry" > Delete entry</string>
<string name= "delete_entry_description" > Are you sure you want to delete this entry?</string>
<string name= "discard_changes" > Discard changes?</string>
<string name= "discard_changes_description" > Your changes have not been saved</string>
<string name= "folder" > Folder</string>
<string name= "tap_to_select" > Tap to select</string>
<string name= "saving_profile_error" > Error saving profile</string>
<string name= "welcome" > Welcome</string>
2018-10-10 21:41:30 +02:00
<string name= "app_description" > Aegis is an free, secure and open source 2FA app</string>
2018-10-09 23:13:51 +02:00
<string name= "setup_completed" > Setup completed</string>
<string name= "setup_completed_description" > Aegis has been setup and is ready to go.</string>
<string name= "vault_not_found" > Vault not found, starting setup…</string>
<string name= "code_copied" > Code copied to the clipboard</string>
<string name= "decryption_error" > An error occurred while trying to unlock the vault</string>
<string name= "saving_error" > An error occurred while trying to save the vault</string>
<string name= "disable_encryption" > Disable encryption</string>
<string name= "disable_encryption_description" > Are you sure you want to disable encryption? This will cause the vault to be stored in plain text.</string>
<string name= "encrypting_error" > An error occurred while enabling encryption</string>
<string name= "permission_denied" > Permission denied</string>
<string name= "choose_application" > Select the application you\'d like to import a database from</string>
<string name= "parsing_file_error" > An error occurred while trying to parse the file</string>
<string name= "file_not_found" > Error: File not found</string>
<string name= "reading_file_error" > An error occurred while trying to read the file</string>
<string name= "imported_entries_count" > Imported %d entries</string>
<string name= "exporting_database_error" > An error occurred while trying to export the database</string>
<string name= "export_database_location" > The database has been exported to:</string>
<string name= "export_warning" > This action will export the database out of Aegis\' private storage.</string>
2018-11-15 21:23:18 +01:00
<string name= "encryption_set_password_error" > An error occurred while trying to set the password: </string>
<string name= "encryption_enable_fingerprint_error" > An error occurred while trying to enable fingerprint unlock: </string>
2018-10-09 23:13:51 +02:00
<string name= "no_cameras_available" > No cameras available</string>
<string name= "read_qr_error" > An error occurred while trying to read the QR code</string>
<string name= "authentication_method_raw" > Raw</string>
<string name= "unlocking_vault" > Unlocking the vault</string>
<string name= "password_slot_error" > You must have at least one password slot</string>
<string name= "remove_slot" > Remove slot</string>
<string name= "remove_slot_description" > Are you sure you want to remove this slot?</string>
<string name= "adding_new_slot_error" > An error occurred while trying to add a new slot:</string>
2018-12-11 11:44:36 +01:00
<string name= "filter" > Filter</string>
<string name= "lock" > Lock</string>
<string name= "all" > All</string>
<string name= "name" > Name</string>
<string name= "no_group" > No group</string>
2018-12-16 22:25:50 +01:00
<string name= "new_group" > New group...</string>
2018-12-11 11:44:36 +01:00
<string name= "enter_group_name" > Enter a group name</string>
2018-12-16 22:25:50 +01:00
<string name= "group_name_hint" > Group name</string>
2016-08-15 21:29:41 +02:00
</resources>