diff options
| author | Jules Aguillon | 2022-11-13 00:24:23 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-11-13 00:24:23 +0100 |
| commit | 51b330c6168a8b0e0c16482254d4674fbe5476c7 (patch) | |
| tree | bc3b05120d606e386269322e7fab2694e20ee845 /res/values-ru | |
| parent | 815e30a505eb6766e29d85c2e1a5d8f4da9c83d3 (diff) | |
| download | unexpected-keyboard-51b330c6168a8b0e0c16482254d4674fbe5476c7.tar.gz unexpected-keyboard-51b330c6168a8b0e0c16482254d4674fbe5476c7.zip | |
Allow switching quickly between two layouts
A new option allow to choose a secondary layout, the switching key is
placed on the top edge of the space bar.
The "Programming layout" option was basically doing that but it was
possible to choose from a few layouts only. It is improved and renamed.
The 'LayoutListPreference' allows setting the string for the first entry
but otherwise share the rest of the array.
Add nice icons from materialdesignicons.
Diffstat (limited to 'res/values-ru')
| -rw-r--r-- | res/values-ru/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index bc6c31d..a7a41f3 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -9,8 +9,7 @@ <string name="pref_accents_e_all_installed">Показывать акценты для всех установленных языков</string> <string name="pref_accents_e_selected">Показывать акценты только для выбранного языка</string> <string name="pref_accents_e_none">Скрыть акценты</string> - <string name="pref_programming_layout_title">Раскладка клавиатуры для программирования</string> - <string name="pref_programming_layout_none">Нету</string> + <string name="pref_second_layout_none">Нету</string> <string name="pref_category_typing">Печатание</string> <string name="pref_swipe_dist_title">Расстояние пролистывания</string> <string name="pref_swipe_dist_summary">Расстояние между символами в углах клавиш (%s)</string> |
