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 | |
| 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')
| -rw-r--r-- | res/values-cs/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-de/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-es/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-fa/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-fr/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-it/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-ja/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-ko/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-lv/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-pl/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-pt/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-ro/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-ru/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-tr/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-uk/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-vi/strings.xml | 3 | ||||
| -rw-r--r-- | res/values-zh-rCN/strings.xml | 3 | ||||
| -rw-r--r-- | res/values/strings.xml | 3 |
18 files changed, 54 insertions, 0 deletions
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml index 28814b5..b6b0532 100644 --- a/res/values-cs/strings.xml +++ b/res/values-cs/strings.xml @@ -127,6 +127,9 @@ Tato aplikace neobsahuje žádné reklamy, nevyužívá připojení k síti a je <!-- <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">Nedávno kopírovaný text</string> <string name="clipboard_pin_heading">Připnout</string> <string name="clipboard_remove_confirm">Odebrat ze schránky?</string> diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 8837801..c130ccb 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -127,6 +127,9 @@ Diese App enthält keine Werbung, benötigt keinen Netzwerkzugriff und ist quell <!-- <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">Zuletzt kopierter Text</string> <string name="clipboard_pin_heading">Angeheftet</string> <string name="clipboard_remove_confirm">Aus der Zwischenablage entfernen?</string> diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index c6c77d5..7e58f4e 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -127,6 +127,9 @@ La misma no contiene ningún anuncio/publicidad, no realiza peticiones de red y <!-- <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 recién copiados</string> <string name="clipboard_pin_heading">Pegado</string> <string name="clipboard_remove_confirm">¿Sacar este portapapeles?</string> diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml index e79ada0..5555669 100644 --- a/res/values-fa/strings.xml +++ b/res/values-fa/strings.xml @@ -127,6 +127,9 @@ This application contains no ads, doesn't make any network requests and is Open <!-- <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">Recently copied text</string> --> <!-- <string name="clipboard_pin_heading">Pinned</string> --> <!-- <string name="clipboard_remove_confirm">Remove this clipboard?</string> --> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 5d92511..8034389 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -127,6 +127,9 @@ Cette application ne contient pas de publicité, n'accède pas au réseau et est <!-- <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">Texte récemment copié</string> <string name="clipboard_pin_heading">Épinglé</string> <string name="clipboard_remove_confirm">Supprimer ce presse-papiers ?</string> diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index ba8f6b1..9a9b853 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -127,6 +127,9 @@ This application contains no ads, doesn't make any network requests and is Open <!-- <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">Recently copied text</string> --> <!-- <string name="clipboard_pin_heading">Pinned</string> --> <!-- <string name="clipboard_remove_confirm">Remove this clipboard?</string> --> diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml index c06cd05..d6d86be 100644 --- a/res/values-ja/strings.xml +++ b/res/values-ja/strings.xml @@ -128,6 +128,9 @@ PCキーボードでの半角入力を再現しています。日本語入力、 <!-- <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">最近コピーしたテキスト</string> <string name="clipboard_pin_heading">お気に入り</string> <string name="clipboard_remove_confirm">クリップボードから削除しますか?</string> diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index 494161c..810be1f 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -127,6 +127,9 @@ <!-- <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">최근에 복사한 텍스트</string> <string name="clipboard_pin_heading">고정</string> <string name="clipboard_remove_confirm">이 클립보드를 제거하시겠습니까?</string> diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml index 32ae4fe..0b0a528 100644 --- a/res/values-lv/strings.xml +++ b/res/values-lv/strings.xml @@ -129,6 +129,9 @@ Tagad lieliski piemērota izmantošanai ikdienā. <!-- <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">Nesen starpliktuvē ievietots teksts</string> <string name="clipboard_pin_heading">Piesprausts</string> <string name="clipboard_remove_confirm">Noņemt šo starpliktuves vienumu?</string> diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index 6398313..4a0e7b7 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -127,6 +127,9 @@ Aplikacja nie zawiera reklam, nie żąda dostępu do internetu, a jej kod źród <!-- <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">Ostatnio skopiowane elementy</string> <string name="clipboard_pin_heading">Przypięte</string> <string name="clipboard_remove_confirm">Usunąć ten element ze schowka?</string> 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> diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml index 3ede73b..e1d8782 100644 --- a/res/values-ro/strings.xml +++ b/res/values-ro/strings.xml @@ -127,6 +127,9 @@ Această aplicație nu conține publicitate, nu folosește rețeaua deloc și 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">Recently copied text</string> --> <!-- <string name="clipboard_pin_heading">Pinned</string> --> <!-- <string name="clipboard_remove_confirm">Remove this clipboard?</string> --> diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index 2612ad9..95baa7d 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -127,6 +127,9 @@ <string name="key_descr_zwnj">Разделитель нулевой ширины</string> <string name="key_descr_nbsp">Неразрывный пробел</string> <string name="key_descr_nnbsp">Узкий неразрывный пробел</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">Недавно скопированный текст</string> <string name="clipboard_pin_heading">Закреплено</string> <string name="clipboard_remove_confirm">Удалить этот буфер обмена?</string> diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml index 6303258..15fa83d 100644 --- a/res/values-tr/strings.xml +++ b/res/values-tr/strings.xml @@ -127,6 +127,9 @@ Bu uygulama açık kaynaklıdır. Reklam içermez ve internete bağlanmaz."</str <!-- <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">Son kopyalanan metin</string> <string name="clipboard_pin_heading">Sabitlendi</string> <string name="clipboard_remove_confirm">Bu sabitlemeyi sil</string> diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml index 5698b5d..f750cbd 100644 --- a/res/values-uk/strings.xml +++ b/res/values-uk/strings.xml @@ -127,6 +127,9 @@ <string name="key_descr_zwnj">Разділювач нульової ширини</string> <string name="key_descr_nbsp">Нерозривний пробіл</string> <string name="key_descr_nnbsp">Вузький нерозривний пробіл</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">Нещодавно скопійований текст</string> <string name="clipboard_pin_heading">Закріплено</string> <string name="clipboard_remove_confirm">Видалити цей буфер обміну?</string> diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml index 43e1010..8293bbd 100644 --- a/res/values-vi/strings.xml +++ b/res/values-vi/strings.xml @@ -127,6 +127,9 @@ Bây giờ đã hoàn hảo cho việc sử dụng hàng ngày. <!-- <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">Recently copied text</string> --> <!-- <string name="clipboard_pin_heading">Pinned</string> --> <!-- <string name="clipboard_remove_confirm">Remove this clipboard?</string> --> diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index 1e62561..8826a21 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -127,6 +127,9 @@ <!-- <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">Recently copied text</string> --> <!-- <string name="clipboard_pin_heading">Pinned</string> --> <!-- <string name="clipboard_remove_confirm">Remove this clipboard?</string> --> diff --git a/res/values/strings.xml b/res/values/strings.xml index c01dc2d..cd62b29 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -127,6 +127,9 @@ This application contains no ads, doesn't make any network requests and is Open <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">Recently copied text</string> <string name="clipboard_pin_heading">Pinned</string> <string name="clipboard_remove_confirm">Remove this clipboard?</string> |
