mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-10 02:07:39 +03:00
15 lines
No EOL
577 B
XML
15 lines
No EOL
577 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<!-- Strings not defined in Riot -->
|
|
|
|
<string name="bottom_action_people_x">Direct Messages</string>
|
|
|
|
<string name="send_file_step_idle">Waiting…</string>
|
|
<string name="send_file_step_encrypting_thumbnail">Encrypting thumbnail…</string>
|
|
<string name="send_file_step_sending_thumbnail">Sending thumbnail (%1$s / %2$s)</string>
|
|
<string name="send_file_step_encrypting_file">Encrypting file…</string>
|
|
<string name="send_file_step_sending_file">Sending file (%1$s / %2$s)</string>
|
|
|
|
|
|
</resources> |