mirror of
https://github.com/yuliskov/LeanKeyboard.git
synced 2025-12-23 22:17:44 -05:00
add slovenian
This commit is contained in:
62
leankeykeyboard/src/main/res/values-sl/strings.xml
Normal file
62
leankeykeyboard/src/main/res/values-sl/strings.xml
Normal file
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="label_go_key">Pojdi</string>
|
||||
<string name="label_next_key">Naslednji</string>
|
||||
<string name="label_send_key">Poslji</string>
|
||||
<string name="label_search_key">Iskanje</string>
|
||||
<string name="label_done_key">Narejeno</string>
|
||||
<string name="settings_title">Nastavitve tipkovnice</string>
|
||||
<string name="title_movement_sensitivity">Obcutljivost gibanja</string>
|
||||
<string name="btn_on">On</string>
|
||||
<string name="btn_off">Off</string>
|
||||
<string name="keyboardview_keycode_space">Presledek</string>
|
||||
<string name="keyboardview_keycode_delete">Brisi</string>
|
||||
<string name="keyboardview_keycode_mode_change">Sprememba nacina</string>
|
||||
<string name="keyboardview_keycode_shift">Shift</string>
|
||||
<string name="keyboardview_keycode_caps">Caps Lock</string>
|
||||
<string name="keyboardview_keycode_left">Levo</string>
|
||||
<string name="keyboardview_keycode_right">Desno</string>
|
||||
<string name="keyboard_headset_required_to_hear_password">Prikljuci slusalke, da slisis izgovorjene tipke gesla.</string>
|
||||
<string name="keyboard_password_character_no_headset">Pika.</string>
|
||||
<string name="keyboardview_keycode_lang">Jezik</string>
|
||||
<string name="language_dialog_title">Izberi dodatne postavitve</string>
|
||||
<string name="language_dialog_subtitle">"Ce zelis naslednjic odpreti pogovorno okno, dolgo pritisni gumb \'svet\'</string>
|
||||
|
||||
<!-- BEGIN: autotranslated strings -->
|
||||
<string name="subtype_generic">%s</string>
|
||||
<string name="keyboardview_keycode_voice">Glasovni vnos</string>
|
||||
<string name="user_name">Uporabnisko ime</string>
|
||||
<string name="email_id">E-posta</string>
|
||||
<string name="kb_layout_desc">Razporeditev tipkovnice</string>
|
||||
<string name="kb_layout">Postavitev</string>
|
||||
<string name="kb_settings">Nastavitve</string>
|
||||
<string name="kb_settings_desc">Nastavitve tipkovnice</string>
|
||||
<string name="activate_keyboard">Omogoci tipkovnico</string>
|
||||
<string name="change_layout">Spremeni postavitev</string>
|
||||
<string name="enable_kb_in_system_prefs">%s morate omogociti v sistemskih nastavitvah</string>
|
||||
<string name="about">Dogovor o</string>
|
||||
<string name="about_desc">O aplikaciji</string>
|
||||
<string name="keep_on_screen_desc">Naj bo na zaslonu, medtem ko je fizicna tipkovnica aktivna</string>
|
||||
<string name="misc">Mesano</string>
|
||||
<string name="misc_desc">Druge nastavitve</string>
|
||||
<string name="keep_on_screen">Obdrzi zaslon</string>
|
||||
<string name="keyboardview_keycode_clipboard">Izrez</string>
|
||||
<string name="increase_kbd_size">Povecaj tipkovnico</string>
|
||||
<string name="increase_kbd_size_desc">Povecaj velikost tipkovnice</string>
|
||||
<string name="kbd_activation_error2">Prislo je do napake. Poskusi omogociti %s s spodnjimi ukazi. \n \n%s \n\n%s</string>
|
||||
<string name="about_donate">Doniraj</string>
|
||||
<string name="about_web_site">Domaca stran</string>
|
||||
<string name="kbd_activation_error">Sistemskih nastavitev kbd ni mogoce odpreti. \n Pocakaj na spletno mesto z rocnimi navodili ...</string>
|
||||
<string name="about_issue">Predlozi tezavo</string>
|
||||
<string name="about_releases">Pridobi novo razlicico</string>
|
||||
<string name="kb_theme">Tema</string>
|
||||
<string name="kb_theme_desc">Tema tipkovnice</string>
|
||||
<string name="change_theme">Spremeni temo</string>
|
||||
<string name="enable_suggestions">Omogoci predloge</string>
|
||||
<string name="enable_suggestions_desc">Omogoci vrstico s predlogi</string>
|
||||
<string name="show_launcher_icon">Pokazi ikono</string>
|
||||
<string name="show_launcher_icon_desc">Prikazi zacetno ikono</string>
|
||||
<string name="enable_cyclic_navigation">Ciklicna navigacija</string>
|
||||
<string name="enable_cyclic_navigation_desc">Ciklicno krmarjenje po tipkovnici</string>
|
||||
<!-- END: autotranslated strings -->
|
||||
</resources>
|
||||
@@ -22,6 +22,7 @@
|
||||
<item>Español|es_us</item>
|
||||
<!-- Romanian -->
|
||||
<item>Română|ro</item>
|
||||
<item>Slovenčina|sl</item>
|
||||
<!-- Arabic -->
|
||||
<item>Arabic|ar</item>
|
||||
<!-- Hebrew -->
|
||||
|
||||
66
leankeykeyboard/src/main/res/xml/qwerty_sl.xml
Normal file
66
leankeykeyboard/src/main/res/xml/qwerty_sl.xml
Normal file
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- NOTE: this is root english keyboard -->
|
||||
<Keyboard android:keyWidth="@dimen/key_width" android:keyHeight="@dimen/key_height" android:horizontalGap="@dimen/keyboard_horizontal_gap" android:verticalGap="@dimen/keyboard_vertical_gap"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<Row android:rowEdgeFlags="top">
|
||||
<Key android:codes="49" android:popupKeyboard="@xml/shift_1" android:keyEdgeFlags="left" android:keyLabel="1" />
|
||||
<Key android:codes="50" android:popupKeyboard="@xml/shift_2" android:keyLabel="2" />
|
||||
<Key android:codes="51" android:popupKeyboard="@xml/shift_3" android:keyLabel="3" />
|
||||
<Key android:codes="52" android:popupKeyboard="@xml/shift_4" android:keyLabel="4" />
|
||||
<Key android:codes="53" android:popupKeyboard="@xml/shift_5" android:keyLabel="5" />
|
||||
<Key android:codes="54" android:popupKeyboard="@xml/shift_6" android:keyLabel="6" />
|
||||
<Key android:codes="55" android:popupKeyboard="@xml/shift_7" android:keyLabel="7" />
|
||||
<Key android:codes="56" android:popupKeyboard="@xml/shift_8" android:keyLabel="8" />
|
||||
<Key android:codes="57" android:popupKeyboard="@xml/shift_9" android:keyLabel="9" />
|
||||
<Key android:codes="48" android:popupKeyboard="@xml/shift_0" android:keyLabel="0" />
|
||||
<Key android:codes="-5" android:keyEdgeFlags="right" android:keyLabel="@string/keyboardview_keycode_delete" android:keyIcon="@drawable/ic_ime_delete" />
|
||||
</Row>
|
||||
<Row>
|
||||
<Key android:codes="113" android:popupKeyboard="@xml/shift_q" android:keyEdgeFlags="left" android:keyLabel="q" />
|
||||
<Key android:codes="119" android:popupKeyboard="@xml/shift_w" android:keyLabel="w" />
|
||||
<Key android:codes="101" android:popupKeyboard="@xml/accent_e" android:keyLabel="e" />
|
||||
<Key android:codes="114" android:popupKeyboard="@xml/shift_r" android:keyLabel="r" />
|
||||
<Key android:codes="116" android:popupKeyboard="@xml/accent_t" android:keyLabel="t" />
|
||||
<Key android:popupKeyboard="@xml/accent_y" android:keyLabel="z" />
|
||||
<Key android:codes="117" android:popupKeyboard="@xml/accent_u" android:keyLabel="u" />
|
||||
<Key android:codes="105" android:popupKeyboard="@xml/accent_i" android:keyLabel="i" />
|
||||
<Key android:codes="111" android:popupKeyboard="@xml/accent_o" android:keyLabel="o" />
|
||||
<Key android:codes="112" android:popupKeyboard="@xml/shift_p" android:keyLabel="p" />
|
||||
<Key android:keyEdgeFlags="right" android:keyLabel="ž" />
|
||||
</Row>
|
||||
<Row>
|
||||
<Key android:codes="97" android:popupKeyboard="@xml/accent_a" android:keyEdgeFlags="left" android:keyLabel="a" />
|
||||
<Key android:codes="115" android:popupKeyboard="@xml/accent_s" android:keyLabel="s" />
|
||||
<Key android:codes="100" android:popupKeyboard="@xml/accent_d" android:keyLabel="d" />
|
||||
<Key android:codes="102" android:popupKeyboard="@xml/shift_f" android:keyLabel="f" />
|
||||
<Key android:codes="103" android:popupKeyboard="@xml/accent_g" android:keyLabel="g" />
|
||||
<Key android:codes="104" android:popupKeyboard="@xml/shift_h" android:keyLabel="h" />
|
||||
<Key android:codes="106" android:popupKeyboard="@xml/shift_j" android:keyLabel="j" />
|
||||
<Key android:codes="107" android:popupKeyboard="@xml/accent_k" android:keyLabel="k" />
|
||||
<Key android:codes="108" android:popupKeyboard="@xml/accent_l" android:keyLabel="l" />
|
||||
<Key android:keyLabel="č" />
|
||||
<Key android:popupKeyboard="@xml/accent_slash" android:keyEdgeFlags="right" android:keyLabel="š" />
|
||||
</Row>
|
||||
<Row>
|
||||
<Key android:popupKeyboard="@xml/accent_z" android:keyEdgeFlags="left" android:keyLabel="y" />
|
||||
<Key android:codes="120" android:popupKeyboard="@xml/shift_x" android:keyLabel="x" />
|
||||
<Key android:codes="99" android:popupKeyboard="@xml/accent_c" android:keyLabel="c" />
|
||||
<Key android:codes="118" android:popupKeyboard="@xml/shift_v" android:keyLabel="v" />
|
||||
<Key android:codes="98" android:popupKeyboard="@xml/shift_b" android:keyLabel="b" />
|
||||
<Key android:codes="110" android:popupKeyboard="@xml/accent_n" android:keyLabel="n" />
|
||||
<Key android:codes="109" android:popupKeyboard="@xml/shift_m" android:keyLabel="m" />
|
||||
<Key android:codes="44" android:keyLabel="," />
|
||||
<Key android:codes="46" android:keyLabel="." />
|
||||
<Key android:keyLabel="\@" />
|
||||
<Key android:codes="-10" android:keyEdgeFlags="right" android:keyLabel="@string/keyboardview_keycode_clipboard" android:keyIcon="@drawable/ic_ime_clipboard" />
|
||||
</Row>
|
||||
<Row android:rowEdgeFlags="bottom">
|
||||
<Key android:codes="-2" android:keyEdgeFlags="left" android:keyLabel="@string/keyboardview_keycode_mode_change" android:keyIcon="@drawable/ic_ime_symbols" />
|
||||
<Key android:codes="-1" android:keyLabel="@string/keyboardview_keycode_shift" android:keyIcon="@drawable/ic_ime_shift_off" />
|
||||
<Key android:codes="-9" android:keyLabel="@string/keyboardview_keycode_lang" android:keyIcon="@drawable/ic_ime_world" />
|
||||
<Key android:codes="32" android:keyLabel="@string/keyboardview_keycode_space" android:keyIcon="@drawable/ic_ime_space" android:keyWidth="@dimen/space_key_width" />
|
||||
<Key android:codes="-7" android:keyLabel="@string/keyboardview_keycode_voice" android:keyIcon="@drawable/ic_ime_voice" android:popupKeyboard="@xml/accent_voice" />
|
||||
<Key android:codes="-3" android:keyLabel="@string/keyboardview_keycode_left" android:keyIcon="@drawable/ic_ime_left_arrow" />
|
||||
<Key android:codes="-4" android:keyEdgeFlags="right" android:keyLabel="@string/keyboardview_keycode_right" android:keyIcon="@drawable/ic_ime_right_arrow" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
Reference in New Issue
Block a user