From 8665d002bf8a6c7fda7ea337115f30d05fcd0beb Mon Sep 17 00:00:00 2001 From: Chasm Solacer Date: Sun, 11 Dec 2022 14:49:22 +0100 Subject: Added qwerty_pl layout (#251) * Updated pl translation * Added qwerty_pl.xml – QWERTY (Polski) layout--- res/values-pl/strings.xml | 6 +++--- res/values/arrays.xml | 2 ++ res/xml/qwerty_pl.xml | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 res/xml/qwerty_pl.xml (limited to 'res') diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index 2412dd9..778ebb8 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -16,9 +16,9 @@ Nigdy Tylko w orientacji poziomej Zawsze - - - + Układ klawiatury numerycznej + Od największej cyfry + Od najmniejszej cyfry Automatyczne wielkie litery Naciśnij Shift na początku zdania Dodaj klawisze do klawiatury diff --git a/res/values/arrays.xml b/res/values/arrays.xml index a43772c..ffb4226 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -13,6 +13,7 @@ qwerty_sv_se qwerty_hu qwerty_tr + qwerty_pl ru_jcuken qwertz qwertz_cs @@ -41,6 +42,7 @@ QWERTY (Swedish) QWERTY (Hungarian) QWERTY (Türkçe) + QWERTY (Polski) ЙЦУКЕН (Русский) QWERTZ QWERTZ (Czech) diff --git a/res/xml/qwerty_pl.xml b/res/xml/qwerty_pl.xml new file mode 100644 index 0000000..4300b27 --- /dev/null +++ b/res/xml/qwerty_pl.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3