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>
2016-09-29 12:31:55 +02:00
<string name= "title_activity_intro" > IntroActivity</string>
2016-09-30 01:07:56 +02:00
<string name= "settings" > Preferences</string>
<string name= "pref_night_mode" > Night mode</string>
2016-11-01 23:43:46 +01:00
<string name= "pref_night_mode_description" > Enable this to use darker colors</string>
<string name= "pref_issuers" > Show the issuer</string>
<string name= "pref_issuers_description" > Enable this to show the issuer next to the profile name</string>
2016-11-13 18:21:00 +01:00
<string name= "fingerprint_hint" > Touch sensor</string>
<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
<string name= "choose_authentication_method" > Encryption</string>
2017-08-05 15:15:31 +02:00
<string name= "authentication_method_none" > None</string>
2017-08-06 21:45:27 +02:00
<string name= "authentication_method_none_description" > The database will be stored in plain text</string>
2017-08-05 15:15:31 +02:00
<string name= "authentication_method_password" > Password</string>
2017-08-06 21:45:27 +02:00
<string name= "authentication_method_password_description" > The database will be encrypted with a key derived from a password</string>
<string name= "authentication_method_fingerprint" > Password & Fingerprint</string>
<string name= "authentication_method_fingerprint_description" > In addition to a password, fingerprints registered on this device can be used to decrypt the database</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>
<string name= "authentication" > Open the database</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>
<string-array name= "authentication_methods" >
<item > None</item>
<item > Password</item>
2017-08-06 21:45:27 +02:00
<item > Password & Fingerprint</item>
2017-08-05 15:15:31 +02:00
</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>
2016-08-15 21:29:41 +02:00
</resources>