d0cbaeeb32
The protection infrastructure is useful for other modules like pump drivers, so it should be in core.
35 lines
2.3 KiB
XML
35 lines
2.3 KiB
XML
<?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>
|
|
<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>
|
|
<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 → %2$s)</string>
|
|
<string name="unsecure_fallback_biometric">Unsecure Fallback</string>
|
|
<string name="unsecure_fallback_descriotion_biometric">In order to be effective, biometric protection needs a master password set for fallback.\n\nPlease set a master password!</string>
|
|
|
|
<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>
|
|
|
|
<string name="key_master_password" translatable="false">master_password</string>
|
|
<string name="key_settings_password" translatable="false">settings_password</string>
|
|
<string name="key_application_password" translatable="false">application_password</string>
|
|
<string name="key_bolus_password" translatable="false">bolus_password</string>
|
|
<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>
|