1
0
mirror of https://gitlab.com/neothefox/LayTray synced 2026-03-23 21:54:54 +03:00
LayTray/values-cs/strings.xml
2018-09-18 10:26:37 +00:00

70 lines
3.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<resources>
<string name="app_name" translatable="false">LayTray</string>
<string name="service_description">Jednoduchá ikona rozvržení klávesnice</string>
<string name="accessibility_summary">LayTray je třeba zapnout v aplikaci zpřístupnění, protože jediný způsob, jak na Android zjistit rozvržení, je sledovat oznámení Toast. LayTray nemůže vidět co píšete a neodesílá žádná data o vaší aktivitě třetím stranám</string>
<string name="activity_info">Přiřadit název k ikoně rozvržení</string>
<string name="title_activity_settings">Nastavení</string>
<string name="toast_enableme">Je třeba službu zapnout!</string>
<string name="unsupported_device">Nepodporovaný telefon</string>
<string name="unsupported_device_description" translatable="false">Tento telefon postrádá BlackBerry klávesnici. LayTray bez ní nefunguje.</string>
<string name="close">Zavřít</string>
<string name="toast_saved">Uloženo</string>
<string name="title_icon_channel">Ikona rozvržení klávesnice</string>
<!-- Strings related to Settings -->
<!-- Example General settings -->
<string name="pref_header_general">Obecné</string>
<string name="pref_title_default_app_name">Aplikace pro dohlížení</string>
<string-array name="pref_default_app_name_list_titles">
<item>klávesnice Blackberry</item>
</string-array>
<string-array name="pref_default_app_name_list_values">
<item>com.blackberry.keyboard</item>
</string-array>
<string name="pref_title_notification_importance">Důležitost oznámení</string>
<string-array name="pref_notification_importance_list_titles">
<item>Výchozí</item>
<item>Vysoká</item>
<item>Nízká</item>
<item>Min</item>
</string-array>
<string-array name="pref_notification_importance_list_values">
<item>0</item>
<item>1</item>
<item>-1</item>
<item>-2</item>
</string-array>
<string name="pref_title_notification_mode">Notification shape</string>
<string-array name="pref_notification_mode_list_titles">
<item>Samotný text</item>
<item>Text v kruhu</item>
<item>Text ve čtverci</item>
<item>Text v obrysu čtverce</item>
</string-array>
<string-array name="pref_notification_mode_list_values">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
<string name="pref_title_icon_builder">Vytváření ikony</string>
<!-- Example settings for Notifications -->
<string name="pref_header_notifications">Oznamování</string>
<string name="pref_title_text_fake_bold">Tučně</string>
<string name="pref_title_text_size">Velikost textu</string>
<string name="title_about">O aplikaci</string>
<string name="about_text" translatable="false">Ikona rozvržení klávesnice od NeoTheFox \n
Šířeno pod licencí GNU GPLv3 \n
\n
Přeloženo:\n
běloruština Edward Asviacinski
čeština Pavel Borecki</string>
</resources>