diff options
| author | Jules Aguillon | 2025-02-22 11:55:17 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2025-03-01 16:52:46 +0100 |
| commit | 906755b787d2f4e7e13a1ba005c6cd360201dba7 (patch) | |
| tree | 2b64e5e7147d497d6ee4204eaae8a6f781846def /res/values-pt | |
| parent | 80c52460c70d16e7d1f79dd45190747051e764a1 (diff) | |
| download | unexpected-keyboard-906755b787d2f4e7e13a1ba005c6cd360201dba7.tar.gz unexpected-keyboard-906755b787d2f4e7e13a1ba005c6cd360201dba7.zip | |
prefs: Add 'delete_word' and 'forward_delete_word' to extra keys
The gesture combination is mentioned. Preferred position are added.
Diffstat (limited to 'res/values-pt')
| -rw-r--r-- | res/values-pt/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml index d4d7c68..18f634b 100644 --- a/res/values-pt/strings.xml +++ b/res/values-pt/strings.xml @@ -127,6 +127,9 @@ Este aplicativo não contém anúncios, não faz nenhuma solicitação de rede e <!-- <string name="key_descr_zwnj">Zero width non-joiner</string> --> <!-- <string name="key_descr_nbsp">Non-breaking space</string> --> <!-- <string name="key_descr_nnbsp">Narrow non-breaking space</string> --> + <!-- <string name="key_descr_delete_word">Delete a word</string> --> + <!-- <string name="key_descr_forward_delete_word">Delete a word on the right</string> --> + <!-- <string name="key_descr_gesture">Gesture</string> --> <string name="clipboard_history_heading">Textos recém copiados</string> <string name="clipboard_pin_heading">Fixados</string> <string name="clipboard_remove_confirm">Remover esta cópia?</string> |
