Sync Strings from Localazy
This commit is contained in:
parent
5e8b1941cf
commit
fced91addb
84 changed files with 1857 additions and 3 deletions
14
features/poll/impl/src/main/res/values-hu/translations.xml
Normal file
14
features/poll/impl/src/main/res/values-hu/translations.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?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">"Lehetőség hozzáadása"</string>
|
||||
<string name="screen_create_poll_anonymous_desc">"Eredmények megjelenítése csak a szavazás befejezése után"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Szavazatok elrejtése"</string>
|
||||
<string name="screen_create_poll_answer_hint">"%1$d. lehetőség"</string>
|
||||
<string name="screen_create_poll_cancel_confirmation_content_android">"A módosítások nem lettek mentve. Biztos, hogy vissza akar lépni?"</string>
|
||||
<string name="screen_create_poll_question_desc">"Kérdés vagy téma"</string>
|
||||
<string name="screen_create_poll_question_hint">"Miről szól ez a szavazás?"</string>
|
||||
<string name="screen_create_poll_title">"Szavazás létrehozása"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation">"Biztos, hogy törli ezt a szavazást?"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation_title">"Szavazás törlése"</string>
|
||||
<string name="screen_edit_poll_title">"Szavazás szerkesztése"</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue