element-x-ada/features/poll/impl/src/main/res/values-ru/translations.xml
2024-02-05 00:09:59 +00:00

19 lines
1.7 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.

<?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">"Добавить вариант"</string>
<string name="screen_create_poll_anonymous_desc">"Показывать результаты только после окончания опроса"</string>
<string name="screen_create_poll_anonymous_headline">"Анонимный опрос"</string>
<string name="screen_create_poll_answer_hint">"Настройка %1$d"</string>
<string name="screen_create_poll_cancel_confirmation_content_android">"Изменения не сохранены. Вы действительно хотите вернуться?"</string>
<string name="screen_create_poll_question_desc">"Вопрос или тема"</string>
<string name="screen_create_poll_question_hint">"Тема опроса?"</string>
<string name="screen_create_poll_title">"Создать опрос"</string>
<string name="screen_edit_poll_delete_confirmation">"Вы уверены, что хотите удалить этот опрос?"</string>
<string name="screen_polls_history_empty_ongoing">"Не найдено текущих опросов."</string>
<string name="screen_polls_history_empty_past">"Не найдено предыдущих опросов."</string>
<string name="screen_polls_history_filter_ongoing">"Текущие"</string>
<string name="screen_polls_history_filter_past">"Прошлые"</string>
<string name="screen_polls_history_title">"Опросы"</string>
<string name="screen_edit_poll_delete_confirmation_title">"Удалить опрос"</string>
<string name="screen_edit_poll_title">"Редактировать опрос"</string>
</resources>