diff options
| author | Jules Aguillon | 2023-03-28 11:22:17 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-03-28 11:22:17 +0200 |
| commit | 35b4e442ab2e2b236e785f52dfa5d59439eb037e (patch) | |
| tree | 96651e06a5b53f8e02771f5704464a3338d2be5f /res/values-pl/strings.xml | |
| parent | c4de1ec267c9ea062da71674a72c8da5e93bd84a (diff) | |
| download | unexpected-keyboard-35b4e442ab2e2b236e785f52dfa5d59439eb037e.tar.gz unexpected-keyboard-35b4e442ab2e2b236e785f52dfa5d59439eb037e.zip | |
Add a launchable explanatory activity
This activity points to the system settings page for enabling input
methods. This is purely a shortcut but is expected by many users.
It could be made more useful in the future or hidden whenever the
keyboard is enabled.
Diffstat (limited to 'res/values-pl/strings.xml')
| -rw-r--r-- | res/values-pl/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index d4ca164..b6a739d 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -73,4 +73,7 @@ <string name="key_action_prev">Wstecz</string> <string name="key_action_search">Szukaj</string> <string name="key_action_send">WyĆlij</string> + <!-- <string name="launcher_description">This application is a virtual keyboard. Go to the system settings by clicking on the button below and enable Unexpected-Keyboard.</string> --> + <!-- <string name="launcher_sourcecode">This is an free and open source application. You can find the source code or report bugs on <a href="https://github.com/Julow/Unexpected-Keyboard/">Github</a>.</string> --> + <!-- <string name="launcher_button_imesettings">Enable keyboard</string> --> </resources> |
