mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-08 17:27:44 +03:00
44 lines
No EOL
1.9 KiB
XML
44 lines
No EOL
1.9 KiB
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>
|
||
|
||
<string name="downloading_file">Downloading file %1$s…</string>
|
||
<string name="downloaded_file">File %1$s has been downloaded!</string>
|
||
|
||
<string name="edited_suffix">"(edited)"</string>
|
||
|
||
<!-- param will be replaced by the value of riotx_no_registration_notice_colored_part -->
|
||
<string name="riotx_no_registration_notice">%1$s to create an account.</string>
|
||
<string name="riotx_no_registration_notice_colored_part">Use the old app</string>
|
||
|
||
|
||
|
||
<string name="message_edits">Message Edits</string>
|
||
<string name="no_message_edits_found">No edits found</string>
|
||
|
||
<!-- Room filtering -->
|
||
<string name="room_filtering_filter_hint">Filter conversations…</string>
|
||
<string name="room_filtering_footer_title">Can’t find what you’re looking for?</string>
|
||
<string name="room_filtering_footer_create_new_room">Create a new room</string>
|
||
<string name="room_filtering_footer_create_new_direct_message">Send a new direct message</string>
|
||
<string name="room_filtering_footer_open_room_directory">View the room directory</string>
|
||
|
||
<string name="room_directory_search_hint">Name or ID (#example:matrix.org)</string>
|
||
|
||
|
||
<string name="labs_swipe_to_reply_in_timeline">Enable swipe to reply in timeline</string>
|
||
|
||
<string name="link_copied_to_clipboard">Link copied to clipboard</string>
|
||
|
||
<string name="add_by_matrix_id">Add by matrix ID</string>
|
||
|
||
</resources> |