mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Rename "Database" to "Vault"
We decided on calling the state file the "vault" a while back. This patch makes the naming consistent across the codebase. I left "DatabaseImporter" classes alone, because I'm not sure what a better name for those would be.
This commit is contained in:
parent
d0baeef064
commit
5ab4307963
63 changed files with 480 additions and 494 deletions
|
@ -23,15 +23,15 @@
|
|||
<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_timeout_summary">Automatically lock the vault 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_slots_summary">Manage the list of keys that can decrypt the vault</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_file_summary">Import tokens 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_import_app_summary">Import tokens 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_export_summary">Export the vault</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>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<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 biometrics</string>
|
||||
<string name="pref_encryption_summary">Encrypt the vault and unlock it with a password or biometrics</string>
|
||||
<string name="pref_biometrics_title">Biometric unlock</string>
|
||||
<string name="pref_biometrics_summary">Allow biometric authentication to unlock the vault</string>
|
||||
<string name="pref_set_password_title">Change password</string>
|
||||
|
@ -115,7 +115,7 @@
|
|||
<string name="andotp_new_format">New format (v0.6.3 or newer) </string>
|
||||
<string name="andotp_old_format">Old format (v0.6.2 or older) </string>
|
||||
<string name="choose_andotp_importer">Which format does the andOTP backup file have?</string>
|
||||
<string name="choose_application">Select the application you\'d like to import a database from</string>
|
||||
<string name="choose_application">Select the application you\'d like to import from</string>
|
||||
<string name="choose_theme">Select your desired theme</string>
|
||||
<string name="choose_view_mode">Select your desired view mode</string>
|
||||
<string name="parsing_file_error">An error occurred while trying to parse the file</string>
|
||||
|
@ -126,9 +126,9 @@
|
|||
<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>
|
||||
<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="exporting_vault_error">An error occurred while trying to export the vault</string>
|
||||
<string name="export_vault_location">The vault has been exported to:</string>
|
||||
<string name="export_warning">This action will export the vault 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_biometrics_error">An error occurred while trying to enable biometric unlock</string>
|
||||
<string name="no_cameras_available">No cameras available</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue