1
0

Add sending messages (#232)

This commit is contained in:
Kacper Ziubryniewicz
2019-02-24 15:11:32 +01:00
committed by Rafał Borcz
parent 5ba12cf8c6
commit c72c301039
44 changed files with 1094 additions and 27 deletions

View File

@ -168,6 +168,16 @@
<item quantity="many">Dostałeś %1$d wiadomości</item>
</plurals>
<!--Send message-->
<string name="send_message_title">Wyślij</string>
<string name="send_message_from">Od:</string>
<string name="send_message_to">Do:</string>
<string name="send_message_subject">Temat</string>
<string name="send_message_content">Treść</string>
<string name="send_message_successful">Wiadomość wysłana pomyślnie</string>
<string name="send_message_required_recipients">Musisz wybrać co najmniej 1 adresata</string>
<string name="send_message_content_min_length">Treść wiadomości musi zawierać co najmniej 3 znaki</string>
<!--About-->
<string name="about_source_code">Kod źródłowy</string>
<string name="about_feedback">Zgłoś błąd</string>