Aegis/app/src/main/res/values/strings.xml

215 lines
14 KiB
XML
Raw Normal View History

2016-08-15 21:29:41 +02:00
<resources>
<string name="app_name">Aegis</string>
<string name="app_name_full">Aegis Authenticator</string>
2018-10-09 23:13:51 +02:00
<string name="app_name_dev">AegisDev</string>
<string name="org_name_full">Beem Development</string>
<string name="action_settings">Settings</string>
<string name="action_about">About</string>
<string name="action_import">Import</string>
<string name="action_delete">Delete</string>
2018-06-09 21:40:18 +02:00
<string name="action_default_icon">Restore default icon</string>
<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-30 01:07:56 +02:00
<string name="settings">Preferences</string>
<string name="pref_appearance_group_title">Appearance</string>
2019-09-11 20:51:02 +02:00
<string name="pref_general_group_title">General</string>
<string name="pref_security_group_title">Security</string>
<string name="pref_tools_group_title">Tools</string>
2019-03-28 01:27:07 +01:00
<string name="pref_select_theme_title">Theme</string>
2019-04-01 01:21:12 +02:00
<string name="pref_view_mode_title">View mode</string>
<string name="pref_lang_title">Language</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>
<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_file_title">Import from file</string>
<string name="pref_import_file_summary">Import a database from a file</string>
<string name="pref_import_app_title">Import from app</string>
<string name="pref_import_app_summary">Import a database from an app (requires root access)</string>
<string name="pref_export_title">Export</string>
<string name="pref_export_summary">Export the database</string>
<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>
<string name="pref_tap_to_reveal_title">Tap to reveal</string>
<string name="pref_tap_to_reveal_summary">Tokens will be hidden by default. Tap on the tokens to reveal code.</string>
<string name="pref_tap_to_reveal_time_title">Timeout for tap to reveal</string>
<string name="pref_auto_lock_title">Auto lock</string>
<string name="pref_auto_lock_summary">Automatically lock when you close the app or lock your device.</string>
<string name="pref_encryption_title">Encryption</string>
<string name="pref_encryption_summary">Encrypt the database and unlock it with a password or fingerprint</string>
<string name="pref_fingerprint_title">Fingerprint</string>
<string name="pref_fingerprint_summary">Allow fingerprints registered on this device to unlock the vault</string>
<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>
<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>
<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>
<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>
<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>
<string name="authentication_method_set_password">Password</string>
<string name="authentication_enter_password">Enter your password</string>
2018-10-09 22:27:59 +02:00
<string name="authentication">Unlock the vault</string>
<string name="set_password">Please enter a password</string>
2018-12-17 00:06:43 +01:00
<string name="set_group">Please enter a group name</string>
<string name="set_number">Please enter a number</string>
<string name="set_password_confirm">Please confirm the password</string>
2019-07-11 13:41:38 +02:00
<string name="invalidated_fingerprint">A change in your device\'s security settings has been detected. Please go to \"Aegis -> Settings -> Fingerprint\" and re-add your fingerprint.</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>
2019-03-25 19:34:57 +01:00
<string name="digits">Digits</string>
2018-10-09 22:27:59 +02:00
<string name="secret">Secret</string>
<string name="scan">Scan QR code</string>
2019-04-19 23:10:18 +02:00
<string name="scan_image">Scan image</string>
2018-10-09 22:27:59 +02:00
<string name="enter_manually">Enter manually</string>
<string name="add_fingerprint">Add fingerprint</string>
<string name="add_password">Add password</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 need to reactivate fingerprint authentication within Aegis.</string>
2018-10-09 22:27:59 +02:00
<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 identical and non-empty</string>
2018-10-09 23:13:51 +02:00
<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>
<string name="app_description">Aegis is a 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="errors_copied">Errors copied to the clipboard</string>
<string name="version_copied">Version copied to the clipboard</string>
2018-10-09 23:13:51 +02:00
<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="enable_encryption_error">An error occurred while enabling encryption</string>
<string name="disable_encryption_error">An error occurred while disabling encryption</string>
2018-10-09 23:13:51 +02:00
<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="choose_theme">Select your desired theme</string>
2019-04-01 01:21:12 +02:00
<string name="choose_view_mode">Select your desired view mode</string>
2018-10-09 23:13:51 +02:00
<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="app_lookup_error">Error: App is not installed</string>
<string name="root_error">Error: unable to obtain root access</string>
<string name="imported_entries_count">Imported %d entries</string>
<string name="read_entries_count">Read %d entries. %d errors.</string>
<string name="import_error_title">One or more errors occurred during the import</string>
2018-10-09 23:13:51 +02:00
<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>
<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="unlocking_vault_repair">Unlocking the vault (repairing)</string>
2018-10-09 23:13:51 +02:00
<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>
2018-12-16 23:08:53 +01:00
<string name="remove_group">Remove group</string>
<string name="remove_group_description">Are you sure you want to remove this group? Entries in this group will automatically switch to \'No group\'.</string>
2018-10-09 23:13:51 +02:00
<string name="adding_new_slot_error">An error occurred while trying to add a new slot:</string>
<string name="progressbar_error">Unable to reset animator duration scale. Progress bars will be invisible.</string>
<string name="details">Details</string>
<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>
2019-03-31 19:57:45 +02:00
<string name="sort_alphabetically">Issuer (A to Z)</string>
<string name="sort_alphabetically_reverse">Issuer (Z to A)</string>
<string name="sort_alphabetically_name">Account (A to Z)</string>
<string name="sort_alphabetically_name_reverse">Account (Z to A)</string>
<string name="sort_custom">Custom</string>
<string name="new_group">New group…</string>
<string name="enter_group_name">Enter a group name</string>
<string name="group_name_hint">Group name</string>
<string name="preference_manage_groups">Edit groups</string>
<string name="preference_manage_groups_summary">Manage and delete your groups here</string>
2019-09-11 20:51:02 +02:00
<string name="pref_search_name_title">Search in account names</string>
<string name="pref_search_name_summary">Include account name matches in the search results</string>
<string name="tap_to_reveal">Hidden</string>
<string name="selected">Selected</string>
<string name="dark_theme_title">Dark theme</string>
<string name="light_theme_title">Light theme</string>
<string name="amoled_theme_title">Amoled theme</string>
<string name="normal_viewmode_title">Normal</string>
<string name="compact_mode_title">Compact</string>
<string name="small_mode_title">Small</string>
<string name="unknown_issuer">Unknown issuer</string>
<string name="unknown_account_name">Unknown account name</string>
<string name="import_error_dialog">Aegis could not import %d tokens. These tokens will be skipped. Press \'details\' to see more information about the errors.</string>
2019-04-19 23:10:18 +02:00
<string name="unable_to_read_qrcode">Unable to read and process QR code</string>
<string name="select_picture">Select picture</string>
<string name="toggle_checkboxes">Toggle checkboxes</string>
<string name="search">Search</string>
<string name="channel_name_lock_status">Lock status</string>
<string name="channel_description_lock_status">Aegis can create a persistent notification to notify you when the vault is locked</string>
<string name="vault_unlocked_state">Vault is unlocked. Tap here to lock.</string>
<string name="title_activity_about">About</string>
<string name="version">Version</string>
<string name="changelog">Changelog</string>
<string name="whats_new">What\'s new</string>
<string name="github">GitHub</string>
<string name="github_description">Source code, issues and information</string>
<string name="licenses">Licenses</string>
<string name="licenses_description">Licenses of the libraries Aegis uses</string>
<string name="author_alex">Alexander Bakker</string>
<string name="country_netherlands">Netherlands</string>
<string name="author_michael">Michael Schättgen</string>
<string name="email_us">Write an email</string>
<string name="visit_website">Visit our website</string>
<string name="about_support">Support</string>
<string name="support_rate">Rate</string>
<string name="support_rate_description">Support us by leaving a review in the Google Play Store</string>
<string name="webview_error">This device doesn\'t support web view, which is necessary to view the changelog. It is missing a system component.</string>
<string name="email">Email</string>
<string name="custom_notices_format_style" translatable="false" >
body {
background-color: #%1$s;
color: #%2$s;
font-family: sans-serif;
overflow-wrap: break-word;
}
pre {
background-color: #%3$s;
padding: 1em;
white-space: pre-wrap;
}
</string>
2019-09-07 01:04:03 +02:00
<string name="empty_list">There are no codes to be shown. Start adding entries by tapping the plus sign in the bottom right corner</string>
<string name="empty_list_title">No entries found</string>
2016-08-15 21:29:41 +02:00
</resources>