Skip to content

Commit dca4359

Browse files
author
Grigory Fedorov
committed
A lot of translations updated.
1 parent 213a33b commit dca4359

File tree

112 files changed

+795
-364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+795
-364
lines changed

xabber/src/main/res/values-ar/account_editor.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<string name="account_compression_summary">علِّم لتفعيل ضغط البيانات</string>
2828
<string name="account_custom">تخصيص المضيف</string>
2929
<string name="account_custom_summary">استخدم إعداد مخصص للمضيف بدلاً من سجل SRV</string>
30-
<string name="account_enabled_summary">علِّم لتفعيل الحساب</string>
3130
<string name="account_invalid_port">المنفذ يجب أن يكون رقماً (الافتراضي: 5222)</string>
3231
<string name="account_invalid_port_range">المنفذ يجب أن يتراوح بين 1 إلى 65535 (الافتراضي: 5222)</string>
3332
<string name="account_invalid_priority">قيمة الأولوية يجب أن تكون بين -128 و 128 (الافتراضي: 10)</string>

xabber/src/main/res/values-be-rBY/account_editor.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<string name="account_compression_summary">Пазначце, каб уключыць сцісканьне дадзеных</string>
2828
<string name="account_custom">Увесь хост уручную</string>
2929
<string name="account_custom_summary">Выкарыстоўваць наладкі адмысловага хаста замест SRV запісу</string>
30-
<string name="account_enabled_summary">Пазначце, каб актываваць рахунак</string>
3130
<string name="account_invalid_port">Порт мусіць быць лічбай (па-змоўчаньні: 5222)</string>
3231
<string name="account_invalid_port_range">Порт мусіць быць лічбай паміж 1 ды 65535 (значэньне па-змоўчаньні: 5222)</string>
3332
<string name="account_invalid_priority">Прыярытэт мусіць быць лічбай дыяпазону паміж -128 і 128 (па-змоўчаньні: 10)</string>

xabber/src/main/res/values-cs-rCZ/account_editor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<string name="account_compression_summary">Zaškrtnutím povolíte kompresi dat</string>
2828
<string name="account_custom">Vlastní hostitel</string>
2929
<string name="account_custom_summary">Použít nastavení vlastní hostitele namísto SRV záznam</string>
30-
<string name="account_enabled_summary">Zaškrtněte pro povolení účtu</string>
3130
<string name="account_invalid_port">Port musí být číslo (výchozí: 5222)</string>
3231
<string name="account_invalid_port_range">Port musí být mezi 1 a 65535 (výchozí: 5222)</string>
3332
<string name="account_invalid_priority">Hodnota priority musí být číslo od -128 do 128 (výchozí: 0)</string>
@@ -60,6 +59,7 @@
6059
<string name="INCORRECT_USER_NAME">Špatné uživ. jméno. Zobrazte nápovědu níže podrobnosti.</string>
6160
<string name="orbot_required_message">K možnosti komunikace přes TOR musíte mít nainstalovaný Orbot a aktivované proxy pro tuto aplikaci. Chcete ho nainstalovat z Google Play?</string>
6261
<string name="orbot_required_title">Nainstalovat Orbot?</string>
62+
<string name="install_orbot">Nainstalovat Orbot</string>
6363
<string name="ACCOUNT_REGISTER_FAILED">Nepodařilo se zaregistrovat účet na serveru.</string>
6464
<string name="account_color">Barva účtu</string>
6565
<string name="account_color_name_green">Zelená</string>

xabber/src/main/res/values-cs-rCZ/chat_viewer.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<string name="message_quote">Citovat</string>
1818
<string name="message_remove">Odstranit z historie</string>
1919
<string name="message_repeat">Znovu odeslat</string>
20+
<string name="message_open_file">Otevřít</string>
21+
<string name="message_save_file">Uložit</string>
2022
<string name="save_history">Uložit lokální historii\nUložit historii zpráv lokálně</string>
2123
<string name="show_history">Zobrazit historii</string>
2224
<string name="action_attention_called">Žádost o pozornost odeslána</string>
@@ -80,4 +82,13 @@
8082
<string name="chat_events_show_text_global">Použít globální nastavení</string>
8183
<string name="chat_events_show_text_always">Zobrazit text zprávy</string>
8284
<string name="chat_events_show_text_never">Skrýt text zprávy</string>
85+
<string name="sending_file">Odesílání souboru %s</string>
86+
<string name="error_sending_file">Chyba při odesílání souboru %s</string>
87+
<string name="no_application_to_open_file">K otevření toho souboru nebyla nalezena žádná aplikace</string>
88+
<string name="could_not_save_file">Soubor nelze uložit</string>
89+
<string name="file_saved_successfully">Soubor byl úspěšně uložen</string>
90+
<string name="received_by">Přijaté od %s</string>
91+
<string name="could_not_get_path_to_file">Nelze získat cestu k souboru</string>
92+
<string name="message_open_private_chat">Otevřít soukromý chat</string>
93+
<string name="http_file_upload_slot_error">Soubor nelze uložit. Příliš velký?</string>
8394
</resources>

xabber/src/main/res/values-cs-rCZ/contact_editor.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@
1414
<string name="add_new_group">Přidat novou skupinu&#8230;</string>
1515
<string name="accept_contact">Povolit</string>
1616
<string name="decline_contact">Zrušit</string>
17+
<string name="processing_image">Zpracování obrázku...</string>
18+
<string name="error_during_crop">Chyba při oříznutí obrázku</string>
19+
<string name="error_during_image_processing">Chyba při zpracování obrázku</string>
20+
<string name="account_settings">Nastavení účtu</string>
21+
<string name="account_user_info">Informace o účtu</string>
22+
<string name="conference_private_chat_invitation">%1$s z %2$s s vámi chce zahájit soukromý chat</string>
23+
<string name="accept_muc_private_chat">Přijmout</string>
24+
<string name="block_muc_private_chat">Blokovat</string>
1725
</resources>

xabber/src/main/res/values-cs-rCZ/contact_list.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<string name="CONNECTION_FAILED">Chyba spojení</string>
2626
<string name="contact_add">Přidat kontakt</string>
2727
<string name="contact_delete">Smazat</string>
28+
<string name="contact_block">Blokovat kontakt</string>
2829
<string name="contact_delete_confirm">Opravdu chcete odstranit kontakt %1$s z účtu %2$s?</string>
2930
<string name="contact_list">Seznam kontaktů</string>
3031
<string name="discard_subscription">Odmítnout kontakt</string>
@@ -58,4 +59,14 @@
5859
<string name="contact_search_hint">Prohledávat kontakty</string>
5960
<string name="sender_is_you">Vy</string>
6061
<string name="xmpp_accounts">XMPP účty</string>
62+
<string name="block_list">Seznam blokovaných kontaktů</string>
63+
<string name="contact_blocked_successfully">Kontakt úspěšně zablokován</string>
64+
<string name="error_blocking_contact">Chyba při blokování kontaktu</string>
65+
<string name="unblock_contact">Odblokovat kontakt</string>
66+
<string name="contacts_unblocked_successfully">Kontakty úspěšně odblokovány</string>
67+
<string name="error_unblocking_contacts">Chyba při odblokování kontaktu</string>
68+
<string name="block_contact_confirm">Opravdu chcete blokovat kontakt %1$s z účtu %2$s?</string>
69+
<string name="unblock_all_contacts_confirm">Opravdu chcete odblokovat všechny kontakty z účtu %1$s?</string>
70+
<string name="unblock_all">Odblokovat vše</string>
71+
<string name="unblock_selected">Odblokovat vybrané</string>
6172
</resources>

xabber/src/main/res/values-cs-rCZ/contact_viewer.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@
5858
<string name="take_photo">Vyfotit</string>
5959
<string name="remove_avatar">Odstranit avatara</string>
6060
<string name="change">Změnit</string>
61+
<string name="could_not_get_room_info">Nelze získat informace o konferenci</string>
62+
<string name="conference_name">Jméno</string>
63+
<string name="conference_description">Popis</string>
64+
<string name="conference_subject">Předmět</string>
6165
</resources>

xabber/src/main/res/values-cs-rCZ/muc_editor.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@
2626
<string name="muc_get_hosted_conferences">Získat seznam konferencí</string>
2727
<string name="muc_error_getting_conferences">Chyba při získávání seznamu konferencí</string>
2828
<string name="muc_type_conference_name">Zadejte název konference</string>
29+
<string name="contact_is_blocked">Kontakt je zablokován!</string>
30+
<string name="conference_invitation">Pozvánka na konferenci</string>
2931
</resources>

xabber/src/main/res/values-cs-rCZ/notification_bar.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@
3535
<string name="PASSWORD_REQUIRED">Heslo je vyžadováno</string>
3636
<string name="pay_attention">Věnujte pozornost</string>
3737
<string name="subscription_request_message">Požadavek na autorizaci</string>
38+
<string name="conference_private_chat">Konferenční soukromý chat</string>
3839
</resources>

xabber/src/main/res/values-cs-rCZ/preference_editor.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@
7676
<string name="chats_attention">Upozornění\nReagovat na příchozí požadavky na upozornění</string>
7777
<string name="chats_attention_sound">Zvuk upozornění\nVyberte tón pro upozornění</string>
7878
<string name="connection_load_vcard">Načítat vizitky\nStahuje a aktualizuje informace o kontaktech včetně avatarů. Zakažte pro snížení datových přenosů.</string>
79+
<string name="connection_load_images">Načítání obrázku\nAutomaticky načítat obrázky z URL. Zakázat pro snížení přenášených dat.</string>
7980
<string name="connection_use_carbons">Carbon-copied mód\nMůže způsobovat problémy! Umožňuje přijímat zprávy ve více klientech současně. Musí být podpora i na serveru.</string>
81+
<string name="connection_use_plain_text_auth">Autentizace prostým textem\nAutentizovat prostým textem pro všechny účty. Nedoporučuje se.</string>
8082
<string name="events_phrases">Notifikace dle klíčového slova\nVytvoří Vaši vlastní notifikaci, na základě specifické fráze v příchozí zprávě</string>
8183
<string name="security_clear_certificate_warning">Opravdu chcete odstranit všechny ignorované certifikáty?</string>
8284
<string name="debug_connection_errors_title">Ukázat chyby připojení\nZobrazovat výjimky připojení ve vyskakovacích oknech</string>

0 commit comments

Comments
 (0)