49 lines
3.3 KiB
XML
49 lines
3.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="settings_pin">Settings PIN</string>
|
|
<string name="application_password">Application password</string>
|
|
<string name="application_pin">Application PIN</string>
|
|
<string name="bolus_password">Bolus password</string>
|
|
<string name="bolus_pin">Bolus PIN</string>
|
|
<string name="protection_timeout_title">Password and PIN retention [s]</string>
|
|
<string name="protection_timeout_summary">Time before the password or PIN should be entered</string>
|
|
<string name="unlock_settings">Unlock settings</string>
|
|
<string name="biometric">Biometric</string>
|
|
<string name="custom_password">Custom password</string>
|
|
<string name="custom_pin">Custom PIN</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="pin_set">PIN set!</string>
|
|
<string name="password_not_set">Password not set</string>
|
|
<string name="pin_not_set">PIN not set</string>
|
|
<string name="password_not_changed">Password not changed</string>
|
|
<string name="pin_not_changed">PIN not changed</string>
|
|
<string name="password_cleared">Password cleared!</string>
|
|
<string name="pin_cleared">PIN cleared!</string>
|
|
<string name="password_hint">Enter password here</string>
|
|
<string name="pin_hint">Enter PIN 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_settings_pin" translatable="false">settings_pin</string>
|
|
<string name="key_application_password" translatable="false">application_password</string>
|
|
<string name="key_application_pin" translatable="false">application_pin</string>
|
|
<string name="key_bolus_password" translatable="false">bolus_password</string>
|
|
<string name="key_bolus_pin" translatable="false">bolus_pin</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>
|
|
<string name="key_protection_timeout" translatable="false">protection_timeout</string>
|
|
</resources>
|