diff options
| author | Jules Aguillon | 2024-02-10 18:03:09 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-02-10 18:10:49 +0100 |
| commit | f4d88cc0876ec29ff46dbda0159168ebee637afb (patch) | |
| tree | 72c96a25e03f187307c1e738ca4aeb990ce3ba85 /res/values-pl | |
| parent | d5676d683f031a2d23f4e01e0ada0afd58dc9b89 (diff) | |
| download | unexpected-keyboard-f4d88cc0876ec29ff46dbda0159168ebee637afb.tar.gz unexpected-keyboard-f4d88cc0876ec29ff46dbda0159168ebee637afb.zip | |
Fix various linter warnings
Among others:
- Use `apply` instead of `commit` when saving shared preferences.
- Avoid inlined Api
- Remove unused resources
Diffstat (limited to 'res/values-pl')
| -rw-r--r-- | res/values-pl/strings.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index 9c9ceaa..aa983b4 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -35,8 +35,6 @@ Aplikacja nie zawiera reklam, nie żąda dostępu do internetu, a jej kod źród <string name="pref_extra_keys_title">Dodaj klawisze do klawiatury</string> <string name="pref_extra_keys_custom">Dodaj niestandardowe klawisze</string> <string name="pref_extra_keys_internal">Wybierz klawisze, które chcesz dodać do klawiatury</string> - <string name="pref_second_layout_title">Drugi układ</string> - <string name="pref_second_layout_none">Żaden</string> <string name="pref_category_typing">Pisanie</string> <string name="pref_swipe_dist_title">Odległość przesuwania</string> <string name="pref_swipe_dist_summary">Odległość znaków od rogów klawiszy (%s)</string> @@ -90,6 +88,7 @@ Aplikacja nie zawiera reklam, nie żąda dostępu do internetu, a jej kod źród <string name="launcher_description">Ta aplikacja jest klawiaturą ekranową. Naciśnij poniższy przycisk, aby przejść do ustawień systemu i włącz Unexpected-Keyboard.</string> <string name="launcher_sourcecode">Jest to darmowa aplikacja o otwartym kodzie źródłowym. Możesz zobaczyć kod źródłowy oraz zgłosić błedy na Githubie.</string> <string name="launcher_tryhere">Po jej włączeniu, możesz wypróbować klawiaturę tutaj:</string> + <!-- <string name="launcher_tryhere_hint">Try here</string> --> <string name="key_descr_capslock">Caps lock</string> <string name="key_descr_switch_greekmath">Symbole greckie i matematyczne</string> <!-- <string name="key_descr_change_method">Switch keyboard</string> --> @@ -110,5 +109,4 @@ Aplikacja nie zawiera reklam, nie żąda dostępu do internetu, a jej kod źród <string name="key_descr_page_down">Page Down</string> <string name="key_descr_home">Home</string> <string name="key_descr_end">End</string> - <string name="pref_category_advanced">Zaawansowane</string> </resources> |
