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>
|
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="cancel">Cancel</string>
|
|
|
|
<string name="use_password">Use password</string>
|
|
|
|
<string name="sign_in">Sign in</string>
|
|
|
|
<string name="ok">Ok</string>
|
|
|
|
<string name="password">Password</string>
|
|
|
|
<string name="fingerprint_description">Confirm fingerprint to continue</string>
|
|
|
|
<string name="fingerprint_hint">Touch sensor</string>
|
|
|
|
<string name="password_description">Enter your store password to continue</string>
|
|
|
|
<string name="purchase">Purchase</string>
|
|
|
|
<string name="purchase_not_invalidated">Purchase not invalidated</string>
|
|
|
|
<string name="purchase_button_not_invalidated_description">
|
|
|
|
You can proceed to purchase with this button \n even if a new fingerprint is enrolled
|
|
|
|
</string>
|
|
|
|
<string name="fingerprint_not_recognized">Fingerprint not recognized. Try again</string>
|
|
|
|
<string name="fingerprint_success">Fingerprint recognized</string>
|
|
|
|
<string name="item_title">White Mesh Pluto Backpack</string>
|
|
|
|
<string name="item_price">$62.68</string>
|
|
|
|
<string name="item_description">Mesh backpack in white. Black textile trim throughout.</string>
|
|
|
|
<string name="purchase_done">Purchase successful</string>
|
|
|
|
<string name="new_fingerprint_enrolled_description">A new fingerprint was added to this device, so your password is required.</string>
|
|
|
|
<string name="use_fingerprint_in_future">Use fingerprint in the future</string>
|
|
|
|
<string name="use_fingerprint_to_authenticate_title">Use fingerprint to authenticate</string>
|
2017-08-05 15:15:31 +02:00
|
|
|
<string name="use_fingerprint_to_authenticate_key">use_fingerprint_to_authenticate_key</string>
|
|
|
|
<string name="choose_authentication_method">Authentication</string>
|
|
|
|
<string name="authentication_method_none">None</string>
|
|
|
|
<string name="authentication_method_none_description">This provides no security at all, use at your own risk</string>
|
|
|
|
<string name="authentication_method_password">Password</string>
|
|
|
|
<string name="authentication_method_password_description">This allows you to use a password in order to open the app</string>
|
|
|
|
<string name="authentication_method_fingerprint">Fingerprint</string>
|
|
|
|
<string name="authentication_method_fingerprint_description">This allows you to use the fingerprints registered on this device to open the app</string>
|
|
|
|
<string name="authentication_method_set_password">Password</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>
|
|
|
|
<item>Fingerprint</item>
|
|
|
|
</string-array>
|
2016-08-15 21:29:41 +02:00
|
|
|
</resources>
|