diff options
| author | Jules Aguillon | 2023-08-10 12:57:31 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-08-16 12:21:23 +0200 |
| commit | 500f4e41d3a72f5865aa489c89ad11b947fa54b7 (patch) | |
| tree | 677781ff5e82c320456f21e91b8ffa41819fd439 /res/values-pt | |
| parent | 8611dbcfa0ef6d551bf3acb65e5a1990a3ced75b (diff) | |
| download | unexpected-keyboard-500f4e41d3a72f5865aa489c89ad11b947fa54b7.tar.gz unexpected-keyboard-500f4e41d3a72f5865aa489c89ad11b947fa54b7.zip | |
Allow multiple custom layouts
This merges the "Layouts" option with the "Custom layout" option.
A custom layout becomes an item in the "Layouts" list among the other
layouts. It's possible to add several custom layouts.
Selecting the "Custom layout" item in the list opens a second dialog for
entering the layout description.
Layouts are serialized as JSON object and are decoded solely in the
LayoutsPreference class.
Diffstat (limited to 'res/values-pt')
| -rw-r--r-- | res/values-pt/strings.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml index ea80b76..f7ac20f 100644 --- a/res/values-pt/strings.xml +++ b/res/values-pt/strings.xml @@ -14,6 +14,7 @@ <string name="pref_layout_e_custom">Layout personalizado</string> <string name="pref_layouts_add">Adicione um layout alternativo</string> <string name="pref_layouts_item">Layout %1$d: %2$s</string> + <string name="pref_custom_layout_title">Layout personalizado</string> <string name="pref_show_numpad_title">Mostrar Teclado Numérico</string> <string name="pref_show_numpad_never">Nunca</string> <string name="pref_show_numpad_landscape">Somente no modo paisagem</string> @@ -65,9 +66,6 @@ <string name="pref_swipe_dist_e_very_far">Muito longo</string> <string name="pref_key_horizontal_space">Distância horizontal entre teclas</string> <string name="pref_key_vertical_space">Distância vertical entre teclas</string> - <string name="pref_category_advanced">Avançado</string> - <string name="pref_custom_layout_title">Layout personalizado</string> - <string name="pref_custom_layout_summary">Veja o código-fonte. Esta opção não deve ser usada.</string> <string name="pref_vibration_e_disabled">Desabilitado</string> <string name="pref_vibration_e_system">Sistema</string> <string name="pref_vibration_e_strong">Intenso</string> @@ -101,4 +99,5 @@ <string name="key_descr_º">Indicador Ordinal</string> <string name="key_descr_superscript">Sobrescrito</string> <string name="key_descr_subscript">Subscrito</string> + <string name="pref_category_advanced">Avançado</string> </resources> |
