AndroidAPS/core/src/main/res/values-ru-rRU/protection.xml
Steffen Müthing d0cbaeeb32 Move protection infrastructure to core
The protection infrastructure is useful for other modules like pump drivers,
so it should be in core.
2020-08-18 19:33:50 +02:00

26 lines
2.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="biometric_title">Требуется авторизация</string>
<string name="biometric_description">Поместите палец на устройство считывания отпечатков, чтобы подтвердить свою идентичность</string>
<string name="settings_protection">Защита настроек</string>
<string name="application_protection">Защита приложения</string>
<string name="bolus_protection">Защита болюсов</string>
<string name="master_password">Главный пароль</string>
<string name="settings_password">Пароль параметров</string>
<string name="application_password">Пароль приложения</string>
<string name="bolus_password">Пароль болюсов</string>
<string name="unlock_settings">Разблокировать настройки</string>
<string name="biometric">Биометрия</string>
<string name="custom_password">Настраиваемый пароль</string>
<string name="noprotection">Без защиты</string>
<string name="protection">Защита</string>
<string name="master_password_missing">Не задан главный пароль!\n\nЗадайте главный пароль в настройках (%1$s &#8594; %2$s)</string>
<string name="unsecure_fallback_biometric">Небезопасный резервный вход</string>
<string name="unsecure_fallback_descriotion_biometric">Биометрической защите требуется главный пароль для безопасности.\n\n Установите главный пароль!</string>
<string name="password_set">Пароль задан!</string>
<string name="password_not_set">Пароль не задан</string>
<string name="password_not_changed">Пароль не был изменён</string>
<string name="password_cleared">Пароль сброшен!</string>
<string name="password_hint">Введите пароль здесь</string>
</resources>