Files
bChot-android/features/poll/impl/src/main/res/values-cs/translations.xml
T
2025-12-18 16:28:50 +07:00

21 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_create_poll_add_option_btn">"Přidat volbu"</string>
<string name="screen_create_poll_anonymous_desc">"Zobrazit výsledky až po skončení hlasování"</string>
<string name="screen_create_poll_anonymous_headline">"Anonymní hlasování"</string>
<string name="screen_create_poll_answer_hint">"Volba %1$d"</string>
<string name="screen_create_poll_cancel_confirmation_content_android">"Vaše změny nebyly uloženy. Opravdu se chcete vrátit?"</string>
<string name="screen_create_poll_delete_option_a11y">"Smazat možnost %1$s"</string>
<string name="screen_create_poll_question_desc">"Otázka nebo téma"</string>
<string name="screen_create_poll_question_hint">"Čeho se hlasování týká?"</string>
<string name="screen_create_poll_title">"Vytvořit hlasování"</string>
<string name="screen_edit_poll_delete_confirmation">"Opravdu chcete odstranit toto hlasování?"</string>
<string name="screen_edit_poll_delete_confirmation_title">"Odstranit hlasování"</string>
<string name="screen_edit_poll_title">"Upravit hlasování"</string>
<string name="screen_polls_history_empty_ongoing">"Nelze najít žádná probíhající hlasování."</string>
<string name="screen_polls_history_empty_past">"Nelze najít žádná minulá hlasování."</string>
<string name="screen_polls_history_filter_ongoing">"Probíhající"</string>
<string name="screen_polls_history_filter_past">"Minulé"</string>
<string name="screen_polls_history_title">"Hlasování"</string>
</resources>