Sync Strings (#3232)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
parent
5bda29ca7e
commit
1f01bd73c4
101 changed files with 2495 additions and 588 deletions
19
features/poll/impl/src/main/res/values-pl/translations.xml
Normal file
19
features/poll/impl/src/main/res/values-pl/translations.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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">"Dodaj opcję"</string>
|
||||
<string name="screen_create_poll_anonymous_desc">"Pokaż wyniki dopiero po zakończeniu ankiety"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Ukryj głosy"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Opcja %1$d"</string>
|
||||
<string name="screen_create_poll_cancel_confirmation_content_android">"Twoje zmiany nie zostały zapisane. Czy na pewno chcesz wrócić?"</string>
|
||||
<string name="screen_create_poll_question_desc">"Pytanie lub temat"</string>
|
||||
<string name="screen_create_poll_question_hint">"Czego dotyczy ankieta?"</string>
|
||||
<string name="screen_create_poll_title">"Utwórz ankietę"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation">"Czy na pewno chcesz usunąć tę ankietę?"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation_title">"Usuń ankietę"</string>
|
||||
<string name="screen_edit_poll_title">"Edytuj ankietę"</string>
|
||||
<string name="screen_polls_history_empty_ongoing">"Nie znaleziono ankiet w trakcie."</string>
|
||||
<string name="screen_polls_history_empty_past">"Nie znaleziono ankiet."</string>
|
||||
<string name="screen_polls_history_filter_ongoing">"W trakcie"</string>
|
||||
<string name="screen_polls_history_filter_past">"Przeszłe"</string>
|
||||
<string name="screen_polls_history_title">"Ankiety"</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue