diff options
| author | Validbit | 2022-09-24 22:44:10 +0200 |
|---|---|---|
| committer | GitHub | 2022-09-24 22:44:10 +0200 |
| commit | 5169472dfc06cf409b5c681cd8c49d36820ec2b0 (patch) | |
| tree | a7a3b97b987b29af4ece56ccc3f6a77d044f0680 /res/values-cs | |
| parent | 3081af5190b370409d858dc33f6dae00f84f2fd6 (diff) | |
| download | unexpected-keyboard-5169472dfc06cf409b5c681cd8c49d36820ec2b0.tar.gz unexpected-keyboard-5169472dfc06cf409b5c681cd8c49d36820ec2b0.zip | |
Added Czech translation and layout (#198)
* Added Czech translation and layout
Translated keyboard and created Czech multilingual "practical" layout for faster typing and typing in commonly used languages (German, Slovak + French w/accents)
* Update (Rephrase) full_description.txt
... to better suit the language and naturally promote keyboard's features and possibilities to a wider audience.
Diffstat (limited to 'res/values-cs')
| -rw-r--r-- | res/values-cs/strings.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml new file mode 100644 index 0000000..d821454 --- /dev/null +++ b/res/values-cs/strings.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="app_name" product="debug">Klávesnice Unexpected (pro ladění)</string> + <string name="app_name" product="default">Klávesnice Unexpected</string> + <string name="settings_activity_label">Nastavení Klávesnice Unexpected</string> + <string name="pref_category_layout">Rozvržení</string> + <string name="pref_layout_title">Změnit rozvržení klávesnice</string> + <string name="pref_layout_e_system">V nastavení systému</string> + <string name="pref_accents_title">(Univerzální) Diakritická znaménka</string> + <string name="pref_accents_e_all_installed">Zobrazovat znaménka pro všechny instalované systémové jazyky</string> + <string name="pref_accents_e_selected">Zobrazovat znaménka pouze pro současně zvolený jazyk</string> + <string name="pref_accents_e_none">Skrýt (univerzální) diakritická znaménka</string> + <string name="pref_autocapitalisation_title">Automatická kapitalizace</string> + <string name="pref_autocapitalisation_summary">Stiskne Shift na začátku věty</string> + <string name="pref_programming_layout_title">Rozložení klávesnice pro programování</string> + <string name="pref_programming_layout_none">Žádné</string> + <string name="pref_category_typing">Psaní</string> + <string name="pref_swipe_dist_title">Vzdálenost posunutí prstem</string> + <string name="pref_swipe_dist_summary">Jak daleko je třeba posunout prst pro napsaní znaku/diakritiky v rozích klávey (%s)</string> + <string name="pref_long_timeout_title">Časová prodleva opakování znaků</string> + <string name="pref_long_interval_title">Interval opakování znaků</string> + <string name="pref_vibrate_title">Vibrace</string> + <string name="pref_vibrate_summary">Zapnout/Vypnout vibrace při stisku klávesy</string> + <string name="pref_precise_repeat_title">Precizní posun kurzoru</string> + <string name="pref_precise_repeat_summary">Zda-li posun prstem ovlivňuje rychlost kurzoru</string> + <string name="pref_lockable_keys_title">Zastaralé: Zamykatelné modifikační klávesy</string> + <string name="pref_lockable_keys_summary">Tato možnost bude v budoucnu odebrána</string> + <string name="pref_lock_double_tap_title">Dvojklik pro aktivaci caps lock(u)</string> + <string name="pref_lock_double_tap_summary">Dvojklik namísto držení modifikačních kláves po nějakou dobu</string> + <string name="pref_category_style">Styl</string> + <string name="pref_margin_bottom_title">Spodní odsazení</string> + <string name="pref_keyboard_height_title">Výška klávesnice</string> + <string name="pref_keyboard_height_landscape_title">Výška klávesnice v režimu na šířku</string> + <string name="pref_horizontal_margin_title">Boční odsazení</string> + <string name="pref_character_size_title">Velikost znaků</string> + <string name="pref_character_size_summary">Velikost znaků zobrazených na klávesnici (%.2fx)</string> + <string name="pref_theme">Motiv</string> + <string name="pref_theme_e_system">Dle systému</string> + <string name="pref_theme_e_dark">Tmavý</string> + <string name="pref_theme_e_light">Světlý</string> + <string name="pref_theme_e_black">Černý</string> + <string name="pref_swipe_dist_e_very_short">Velmi krátká</string> + <string name="pref_swipe_dist_e_short">Krátká</string> + <string name="pref_swipe_dist_e_default">Běžná</string> + <string name="pref_swipe_dist_e_far">Dlouhá</string> + <string name="pref_swipe_dist_e_very_far">Velmi dlouhá</string> + <string name="pref_key_horizontal_space">Horizontální mezery mezi klávesami</string> + <string name="pref_key_vertical_space">Vertikální mezery mezi klávesami</string> + <string name="key_action_next">Další</string> + <string name="key_action_done">Dokončit</string> + <string name="key_action_go">Spustit</string> + <string name="key_action_prev">Předchozí</string> + <string name="key_action_search">Hledat</string> + <string name="key_action_send">Odeslat</string> +</resources> |
