AndroidAPS/app/src/main/res/values/protection.xml

33 lines
2 KiB
XML
Raw Normal View History

2019-10-26 22:29:41 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="biometric_title">Authentication required</string>
<string name="biometric_description">Place your finger on the fingerprint reader to verify your identity</string>
<string name="settings_protection">Settings protection</string>
<string name="application_protection">Application protection</string>
<string name="bolus_protection">Bolus protection</string>
<string name="master_password">Master password</string>
2019-10-26 22:29:41 +02:00
<string name="settings_password">Settings password</string>
<string name="application_password">Application password</string>
<string name="bolus_password">Bolus password</string>
<string name="unlock_settings">Unlock settings</string>
<string name="biometric">Biometric</string>
<string name="custom_password">Custom password</string>
2019-10-26 22:29:41 +02:00
<string name="noprotection">No protection</string>
<string name="protection">Protection</string>
<string name="master_password_missing">Master password is not set!\n\nPlease set your Master password in Preferences (%1$s &#8594; %2$s)</string>
2019-10-26 22:29:41 +02:00
<string name="password_set">Password set!</string>
<string name="password_not_set">Password not set</string>
<string name="password_not_changed">Password not changed</string>
<string name="password_cleared">Password cleared!</string>
<string name="password_hint">Enter password here</string>
2020-04-19 18:24:29 +02:00
<string name="key_master_password" translatable="false">master_password</string>
2019-10-26 22:29:41 +02:00
<string name="key_settings_password" translatable="false">settings_password</string>
<string name="key_application_password" translatable="false">application_password</string>
2020-04-19 18:24:29 +02:00
<string name="key_bolus_password" translatable="false">bolus_password</string>
2019-10-26 22:29:41 +02:00
<string name="key_settings_protection" translatable="false">settings_protection</string>
<string name="key_application_protection" translatable="false">application_protection</string>
<string name="key_bolus_protection" translatable="false">bolus_protection</string>
</resources>