BayernMessenger/vector/src/main/res/values/strings_riotX.xml

44 lines
2.3 KiB
XML
Raw Normal View History

2019-03-18 14:17:17 +00: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 14:17:17 +00:00
2019-05-17 15:07:02 +00: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 13:29:02 +00: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 10:14:40 +00: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="reactions">Reactions</string>
2019-05-10 10:14:40 +00:00
2019-05-17 15:15:44 +00: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 15:15:44 +00:00
2019-05-24 09:35:46 +00:00
<string name="malformed_message">Malformed event, cannot display</string>
2019-05-24 09:35:46 +00:00
<string name="create_new_room">Create New Room</string>
2019-05-24 20:27:26 +00:00
<string name="error_no_network">No network. Please check your Internet connection.</string>
2019-05-27 11:57:07 +00:00
<string name="action_change">"Change"</string>
2019-06-03 14:04:22 +00:00
<string name="change_room_directory_network">"Change network"</string>
2019-05-27 15:28:18 +00:00
<string name="please_wait">"Please wait…"</string>
<string name="group_all_communities">"All Communities"</string>
2019-05-27 11:57:07 +00:00
<string name="room_preview_no_preview">"This room can't be previewed"</string>
2019-06-03 12:29:29 +00: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>
2019-03-18 14:17:17 +00:00
</resources>