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

37 lines
2.1 KiB
XML
Raw Normal View History

2016-08-15 21:29:41 +02:00
<resources>
<string name="app_name">Aegis</string>
<string name="action_settings">Settings</string>
<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>
<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>
<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>
<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>
<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 &amp; 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>
<string name="authentication_method_set_password">Password</string>
<string name="authentication_enter_password">Enter your password</string>
<string name="authentication">Open the database</string>
<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 &amp; Fingerprint</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>
2016-08-15 21:29:41 +02:00
</resources>