element-android/vector/src/main/res/values/strings_riotX.xml

54 lines
3 KiB
XML
Raw Normal View History

2019-03-18 17:17:17 +03:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Strings not defined in Riot -->
<string name="global_retry">"Retry"</string>
<string name="room_list_empty">"Join a room to start using the app."</string>
<string name="send_you_invite">"Sent you an invitation"</string>
<string name="invited_by">Invited by %s</string>
2019-03-18 17:17:17 +03:00
2019-05-17 18:07:02 +03:00
<string name="room_list_catchup_empty_title">Youre all caught up!</string>
<string name="room_list_catchup_empty_body">You have no more unread messages</string>
<string name="room_list_catchup_welcome_title">Welcome home!</string>
<string name="room_list_catchup_welcome_body">Catch up on unread messages here</string>
2019-05-29 16:29:02 +03:00
<string name="room_list_people_empty_title">Conversations</string>
<string name="room_list_people_empty_body">Your direct message conversation will be displayed here</string>
<string name="room_list_rooms_empty_title">Rooms</string>
<string name="room_list_rooms_empty_body">Your rooms will be displayed here</string>
2019-05-10 13:14:40 +03:00
<string name="title_activity_emoji_reaction_picker">Reactions</string>
<string name="reactions_agree">Agree</string>
<string name="reactions_like">Like</string>
<string name="message_add_reaction">Add Reaction</string>
<string name="message_view_reaction">View Reactions</string>
<string name="reactions">Reactions</string>
2019-05-10 13:14:40 +03:00
2019-05-17 18:15:44 +03:00
<string name="event_redacted_by_user_reason">Event deleted by user</string>
<string name="event_redacted_by_admin_reason">Event moderated by room admin</string>
<string name="last_edited_info_message">Last edited by %s on %s</string>
2019-05-17 18:15:44 +03:00
2019-05-24 12:35:46 +03:00
<string name="malformed_message">Malformed event, cannot display</string>
2019-05-24 12:35:46 +03:00
<string name="create_new_room">Create New Room</string>
2019-05-24 23:27:26 +03:00
<string name="error_no_network">No network. Please check your Internet connection.</string>
2019-05-27 14:57:07 +03:00
<string name="action_change">"Change"</string>
2019-06-03 17:04:22 +03:00
<string name="change_room_directory_network">"Change network"</string>
2019-05-27 18:28:18 +03:00
<string name="please_wait">"Please wait…"</string>
<string name="group_all_communities">"All Communities"</string>
2019-05-27 14:57:07 +03:00
<string name="room_preview_no_preview">"This room can't be previewed"</string>
2019-06-03 15:29:29 +03:00
<string name="room_preview_world_readable_room_not_supported_yet">"The preview of world-readable room is not supported yet in RiotX"</string>
<string name="fab_menu_create_room">"Rooms"</string>
<string name="fab_menu_create_chat">"Direct Messages"</string>
<!-- Create room screen -->
<string name="create_room_title">"New Room"</string>
<string name="create_room_action_create">"CREATE"</string>
<string name="create_room_name_hint">"Room name"</string>
<string name="create_room_public_title">"Public"</string>
<string name="create_room_public_description">"Anyone will be able to join this room"</string>
<string name="create_room_directory_title">"Room Directory"</string>
<string name="create_room_directory_description">"Publish this room in the room directory"</string>
2019-03-18 17:17:17 +03:00
</resources>