diff options
| author | Jules Aguillon | 2023-07-29 17:29:45 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-07-29 17:29:45 +0200 |
| commit | fce8ff7ce2920861804ccfd3e3e7cb0ff3165a33 (patch) | |
| tree | 0f870b212d01b51906e2d0c44af50b3ecbe7f531 /res/values-ru | |
| parent | d1f0d5a7bf99e36bb7c7aa082d208bb54e73c118 (diff) | |
| download | unexpected-keyboard-fce8ff7ce2920861804ccfd3e3e7cb0ff3165a33.tar.gz unexpected-keyboard-fce8ff7ce2920861804ccfd3e3e7cb0ff3165a33.zip | |
Add option to disable pin entry layout
The pin entry layout might be inferior for some usecases and people
might be more used to the numeric layout.
Diffstat (limited to 'res/values-ru')
| -rw-r--r-- | res/values-ru/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index 0cf4c81..ed6caed 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -45,6 +45,8 @@ <string name="pref_switch_input_immediate_summary">Поведение клавиши переключения клавиатуры</string> <string name="pref_vibrate_title">Вибрация</string> <string name="pref_vibrate_summary">Включение/выключение вибрации при нажатии клавиши</string> + <!-- <string name="pref_pin_entry_enabled_title">Pin entry layout</string> --> + <!-- <string name="pref_pin_entry_enabled_summary">When typing numbers, dates and phone numbers</string> --> <string name="pref_category_style">Стиль</string> <string name="pref_margin_bottom_title">Нижняя граница поля</string> <string name="pref_keyboard_height_title">Высота клавиатуры</string> |
