-
Notifications
You must be signed in to change notification settings - Fork 316
Expand file tree
/
Copy pathstrings.xml
More file actions
356 lines (325 loc) · 22.5 KB
/
strings.xml
File metadata and controls
356 lines (325 loc) · 22.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2014-2026 Stream.io Inc. All rights reserved.
Licensed under the Stream License;
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://github.com/GetStream/stream-chat-android/blob/main/LICENSE
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Channel List Header -->
<string name="stream_compose_channel_list_header_new_chat">New chat</string>
<!-- Search Input -->
<string name="stream_compose_search_input_cancel">Cancel</string>
<string name="stream_compose_search_input_hint">Search</string>
<!-- Channel List -->
<string name="stream_compose_channel_list_draft">Draft: </string>
<string name="stream_compose_channel_list_you">You</string>
<string name="stream_compose_channel_list_typing">Typing</string>
<string name="stream_compose_channel_list_typing_one">%s is typing</string>
<string name="stream_compose_channel_list_typing_two">%1$s and %2$s are typing</string>
<plurals name="stream_compose_channel_list_typing_many">
<item quantity="one">%d person is typing</item>
<item quantity="other">%d people are typing</item>
</plurals>
<string name="stream_compose_channel_list_empty_channels">No conversations yet</string>
<string name="stream_compose_channel_list_start_chat">Start a chat</string>
<!-- Channel List Swipe Actions -->
<string name="stream_compose_swipe_action_pin">Pin</string>
<string name="stream_compose_swipe_action_unpin">Unpin</string>
<string name="stream_compose_swipe_action_mute">Mute</string>
<string name="stream_compose_swipe_action_unmute">Unmute</string>
<string name="stream_compose_swipe_action_more">More</string>
<string name="stream_compose_swipe_action_archive">Archive</string>
<string name="stream_compose_swipe_action_unarchive">Unarchive</string>
<string name="stream_compose_channel_list_empty_search_results">No results for \"%1$s\"</string>
<!-- Selected Channel Menu -->
<string name="stream_compose_selected_channel_menu_view_info">View info</string>
<string name="stream_compose_selected_channel_menu_leave_group">Leave group</string>
<string name="stream_compose_selected_channel_menu_pin_chat">Pin Chat</string>
<string name="stream_compose_selected_channel_menu_unpin_chat">Unpin Chat</string>
<string name="stream_compose_selected_channel_menu_pin_group">Pin Group</string>
<string name="stream_compose_selected_channel_menu_unpin_group">Unpin Group</string>
<string name="stream_compose_selected_channel_menu_leave_group_confirmation_title">Leave group</string>
<string name="stream_compose_selected_channel_menu_leave_group_confirmation_message">Do you want to leave the %1$s group?</string>
<string name="stream_compose_selected_channel_menu_mute_group">Mute Group</string>
<string name="stream_compose_selected_channel_menu_unmute_group">Unmute Group</string>
<string name="stream_compose_selected_channel_menu_mute_user">Mute User</string>
<string name="stream_compose_selected_channel_menu_unmute_user">Unmute User</string>
<string name="stream_compose_selected_channel_menu_block_user">Block User</string>
<string name="stream_compose_selected_channel_menu_unblock_user">Unblock User</string>
<string name="stream_compose_selected_channel_menu_archive_chat">Archive Chat</string>
<string name="stream_compose_selected_channel_menu_unarchive_chat">Unarchive Chat</string>
<string name="stream_compose_selected_channel_menu_archive_group">Archive Group</string>
<string name="stream_compose_selected_channel_menu_unarchive_group">Unarchive Group</string>
<string name="stream_compose_selected_channel_menu_delete_chat">Delete Chat</string>
<string name="stream_compose_selected_channel_menu_delete_chat_confirmation_title">Delete Chat</string>
<string name="stream_compose_selected_channel_menu_delete_chat_confirmation_message">Do you want to delete the chat with %1$s?</string>
<string name="stream_compose_selected_channel_menu_delete_group">Delete Group</string>
<string name="stream_compose_selected_channel_menu_delete_group_confirmation_title">Delete Group</string>
<string name="stream_compose_selected_channel_menu_delete_group_confirmation_message">Do you want to delete the group %1$s?</string>
<!-- Avatar -->
<string name="stream_compose_avatar_overflow_count">+%1$d</string>
<!-- Common -->
<string name="stream_compose_member_count_online">%1$s, %2$d Online</string>
<plurals name="stream_compose_member_count">
<item quantity="one">%1d Member</item>
<item quantity="other">%1d Members</item>
</plurals>
<string name="stream_compose_ok">OK</string>
<string name="stream_compose_cancel">Cancel</string>
<string name="stream_compose_waiting_for_network">Waiting for network</string>
<string name="stream_compose_user_status_online">Online</string>
<string name="stream_compose_user_status_last_seen">Last seen %1$s</string>
<string name="stream_compose_user_status_last_seen_just_now">Last seen just now</string>
<string name="stream_compose_disconnected">Disconnected</string>
<!-- Message List Header -->
<!-- Message List -->
<string name="stream_compose_message_list_giphy_send">Send</string>
<string name="stream_compose_message_list_giphy_cancel">Cancel</string>
<string name="stream_compose_message_list_giphy_shuffle">Shuffle</string>
<string name="stream_compose_message_list_footnote_edited">Edited</string>
<string name="stream_compose_message_list_thread_footnote_thread_reply">%d reply</string>
<string name="stream_compose_message_list_thread_footnote_thread_replies">%d replies</string>
<plurals name="stream_compose_message_list_thread_footnote" translatable="false">
<item quantity="one">@string/stream_compose_message_list_thread_footnote_thread_reply</item>
<item quantity="other">@string/stream_compose_message_list_thread_footnote_thread_replies</item>
</plurals>
<plurals name="stream_compose_message_list_thread_separator">
<item quantity="one">%d Reply</item>
<item quantity="other">%d Replies</item>
</plurals>
<string name="stream_compose_message_list_unread_separator">Unread Messages</string>
<string name="stream_compose_message_list_empty_messages">No messages</string>
<string name="stream_compose_message_list_error_cannot_open_link">There is no app to view this url:\n%s</string>
<string name="stream_compose_message_list_unsupported_attachment">Unsupported attachment</string>
<string name="stream_compose_message_list_show_translation">Show translation</string>
<!-- Quoted Message -->
<string name="stream_compose_quoted_message_audio_recording">Voice message (%s)</string>
<string name="stream_compose_quoted_message_giphy_tag">Giphy</string>
<string name="stream_compose_quoted_message_media">%d media</string>
<string name="stream_compose_quoted_message_reply_to">Reply to %s</string>
<string name="stream_compose_quoted_message_you">You</string>
<plurals name="stream_compose_quoted_message_files">
<item quantity="one">%d file</item>
<item quantity="other">%d files</item>
</plurals>
<plurals name="stream_compose_quoted_message_images">
<item quantity="one">Photo</item>
<item quantity="other">%d photos</item>
</plurals>
<plurals name="stream_compose_quoted_message_videos">
<item quantity="one">Video</item>
<item quantity="other">%d videos</item>
</plurals>
<!-- Selected Message Menu -->
<string name="stream_compose_block_user">Block user</string>
<string name="stream_compose_unblock_user">Unblock user</string>
<string name="stream_compose_resend_message">Resend</string>
<string name="stream_compose_reply">Reply</string>
<string name="stream_compose_thread_reply">Thread reply</string>
<string name="stream_compose_mark_as_unread">Mark as Unread</string>
<string name="stream_compose_copy_message">Copy Message</string>
<string name="stream_compose_edit_message">Edit Message</string>
<string name="stream_compose_delete_message">Delete Message</string>
<string name="stream_compose_mute_user">Mute User</string>
<string name="stream_compose_unmute_user">Unmute User</string>
<string name="stream_compose_unpin_message">Unpin from this Chat</string>
<string name="stream_compose_pin_message">Pin to this Chat</string>
<string name="stream_compose_flag_message">Flag Message</string>
<plurals name="stream_compose_message_reactions">
<item quantity="one">%d Reaction</item>
<item quantity="other">%d Reactions</item>
</plurals>
<string name="stream_compose_reactions_add">Add reaction</string>
<string name="stream_compose_reactions_you">You</string>
<string name="stream_compose_reactions_remove">Tap to remove</string>
<!-- Reactions Picker -->
<string name="stream_compose_show_more_reactions">Show more reactions</string>
<!-- Message Action Prompts -->
<string name="stream_compose_delete_message_title">Delete message</string>
<string name="stream_compose_delete_message_text">Are you sure you want to delete this message?</string>
<string name="stream_compose_flag_message_title">Flag Message</string>
<string name="stream_compose_flag_message_text">Do you want to send a copy of this message to a moderator for further investigation?</string>
<!-- Message Composer -->
<string name="stream_compose_message_composer_error_message_length">Max message length (%1$d) exceeded.</string>
<string name="stream_compose_message_composer_error_file_size">File is too large - max %1$s.</string>
<string name="stream_compose_message_composer_error_attachment_count">Attachments count (%1$d) exceeded.</string>
<string name="stream_compose_message_composer_error_sending_links_not_allowed">Sending links is not allowed in this conversation.</string>
<string name="stream_compose_message_composer_instant_commands">Instant Commands</string>
<string name="stream_compose_message_composer_command_template">/%1$s %2$s</string>
<string name="stream_compose_message_composer_show_in_channel">Also send in Channel</string>
<string name="stream_compose_message_composer_file_not_supported">File type is not supported</string>
<string name="stream_compose_message_composer_unsupported_attachment">Unsupported attachment</string>
<string name="stream_compose_message_composer_send_button">Send</string>
<string name="stream_compose_message_composer_save_button">Save</string>
<!-- Message Preview -->
<string name="stream_compose_audio_recording_preview">Voice message</string>
<string name="stream_compose_photo_preview">Photo</string>
<string name="stream_compose_video_preview">Video</string>
<string name="stream_compose_file_preview">File</string>
<string name="stream_compose_giphy_preview">Giphy</string>
<string name="stream_compose_link_preview">Link</string>
<string name="stream_compose_message_deleted_preview">Message deleted</string>
<string name="stream_compose_no_messages_yet">No messages yet</string>
<plurals name="stream_compose_photos_preview">
<item quantity="one">%d Photo</item>
<item quantity="other">%d Photos</item>
</plurals>
<plurals name="stream_compose_videos_preview">
<item quantity="one">%d Video</item>
<item quantity="other">%d Videos</item>
</plurals>
<plurals name="stream_compose_files_preview">
<item quantity="one">%d File</item>
<item quantity="other">%d Files</item>
</plurals>
<!-- Audio Recording -->
<string name="stream_compose_audio_recording_start">Record audio message</string>
<string name="stream_compose_audio_recording_hint_send">Hold to record. Release to send.</string>
<string name="stream_compose_audio_recording_hint_save">Hold to record. Release to save.</string>
<string name="stream_compose_audio_recording_slide_to_cancel">Slide to cancel</string>
<string name="stream_compose_audio_recording_delete">Delete recording</string>
<string name="stream_compose_audio_recording_stop">Stop recording</string>
<string name="stream_compose_audio_recording_send">Send recording</string>
<string name="stream_compose_audio_recording_play">Play</string>
<string name="stream_compose_audio_recording_pause">Pause</string>
<string name="stream_compose_audio_recording_progress">Audio recording progress</string>
<string name="stream_compose_audio_recording_lock">Lock recording</string>
<string name="stream_compose_audio_recording_locked">Recording locked</string>
<!-- Audio Playback -->
<string name="stream_compose_audio_playback_pause">Pause</string>
<!-- Attachment Picker -->
<string name="stream_compose_attachment_media_picker">Media</string>
<string name="stream_compose_attachment_file_picker">Files</string>
<string name="stream_compose_attachment_camera_picker">Camera</string>
<string name="stream_compose_attachment_camera_picker_content">Capture from the camera</string>
<string name="stream_compose_attachment_polls_picker">Polls</string>
<string name="stream_compose_attachment_poll_picker_content">Create a poll and let everyone vote</string>
<string name="stream_compose_attachment_poll_picker_cta">Create Poll</string>
<string name="stream_compose_attachment_commands_picker">Commands</string>
<string name="stream_compose_attachments">Attachments</string>
<string name="stream_compose_recent_files">Recent Files</string>
<string name="stream_compose_thread_title">Thread Reply</string>
<string name="stream_compose_thread_subtitle">with %1$s</string>
<string name="stream_compose_message_deleted">Message deleted</string>
<string name="stream_compose_message_moderated">Message was blocked by moderation policies</string>
<string name="stream_compose_only_visible_to_you">Only visible to you</string>
<string name="stream_compose_image_order">%1$d of %2$d</string>
<string name="stream_compose_scroll_to_bottom">Scroll to bottom</string>
<string name="stream_compose_remaining_media_attachments_count">+%1$d</string>
<string name="stream_compose_giphy_label">GIPHY</string>
<string name="stream_compose_pinned_to_channel">Pinned</string>
<string name="stream_compose_pinned_to_channel_by">Pinned by %1$s</string>
<string name="stream_compose_message_list_you">You</string>
<string name="stream_compose_also_sent_to_channel">Also sent to the channel</string>
<string name="stream_compose_replied_to_thread">Replied to a thread</string>
<string name="stream_compose_message_list_saved_for_later">Saved for later</string>
<string name="stream_compose_message_list_remind_me">Remind me</string>
<string name="stream_compose_message_list_auto_translated">Translated</string>
<string name="stream_compose_message_list_view_original">View original</string>
<string name="stream_compose_message_list_view">View</string>
<!-- Image Preview -->
<string name="stream_compose_image_options">Image options</string>
<string name="stream_compose_image_preview_share">Share</string>
<string name="stream_compose_image_preview_cancel_sharing">Cancel Sharing</string>
<string name="stream_compose_image_preview_photos">Photos</string>
<!-- Media Gallery Preview -->
<string name="stream_compose_media_gallery_preview_reply">Reply</string>
<string name="stream_compose_media_gallery_preview_show_in_chat">Show in chat</string>
<string name="stream_compose_media_gallery_preview_save_image">Save media</string>
<string name="stream_compose_media_gallery_preview_delete">Delete</string>
<string name="stream_compose_media_gallery_preview_preparing">Preparing...</string>
<string name="stream_compose_media_gallery_preview_could_not_share_attachment">Could not share attachment</string>
<string name="stream_compose_media_gallery_share_large_file_prompt_title">Large file warning</string>
<string name="stream_compose_media_gallery_share_large_file_prompt_message">%.2f MB needs to be downloaded before sharing.</string>
<!-- Content Description -->
<string name="stream_compose_cd_channel_item">Channel item</string>
<string name="stream_compose_cd_message_item">Message item</string>
<string name="stream_compose_cd_play_button">Play button</string>
<!-- Poll -->
<string name="stream_compose_poll_title">Create Poll</string>
<string name="stream_compose_poll_questions_title">Question</string>
<string name="stream_compose_poll_questions_description">Ask a question</string>
<string name="stream_compose_poll_option_title">Options</string>
<string name="stream_compose_poll_option_description">Add an option</string>
<string name="stream_compose_poll_option_hint">Add an option</string>
<string name="stream_compose_poll_option_error_duplicated">This is already an option</string>
<string name="stream_compose_poll_option_discard_dialog_title">Discard poll</string>
<string name="stream_compose_poll_option_discard_dialog_description">Are you sure you want to discard your poll?</string>
<string name="stream_compose_poll_option_discard_dialog_cancel">Keep Editing</string>
<string name="stream_compose_poll_option_discard_dialog_confirm">Discard</string>
<string name="stream_compose_poll_option_switch_multiple_answers">Multiple votes</string>
<string name="stream_compose_poll_option_switch_multiple_answers_description">Select more than one option</string>
<string name="stream_compose_poll_option_limit_votes">Limit votes per person</string>
<string name="stream_compose_poll_option_limit_votes_description">Choose between 2\u201310 options</string>
<string name="stream_compose_poll_option_limit_votes_decrease">Decrease votes per person</string>
<string name="stream_compose_poll_option_limit_votes_increase">Increase votes per person</string>
<string name="stream_compose_poll_option_limit_votes_input">Votes per person</string>
<string name="stream_compose_poll_option_switch_anonymous_poll">Anonymous poll</string>
<string name="stream_compose_poll_option_switch_anonymous_poll_description">Hide who voted</string>
<string name="stream_compose_poll_option_switch_suggest_option">Suggest an option</string>
<string name="stream_compose_poll_option_switch_suggest_option_description">Let others add options</string>
<string name="stream_compose_poll_option_switch_add_comment">Add a comment</string>
<string name="stream_compose_poll_option_switch_add_comment_description">Allow others to add comments</string>
<string name="stream_compose_poll_view_result">View Results</string>
<string name="stream_compose_poll_option_results_error">An error occurred while loading the poll option results. Please try again later.</string>
<string name="stream_compose_poll_end_vote">End Poll</string>
<string name="stream_compose_poll_end_confirmation_title">End this poll?</string>
<string name="stream_compose_poll_end_confirmation_message">Do you want to end this poll now? Nobody will be able to vote in this poll anymore.</string>
<string name="stream_compose_poll_end_confirmation_action">End Poll</string>
<string name="stream_compose_poll_ended_success">Poll ended</string>
<string name="stream_compose_poll_ended_failure">Failed to close the poll</string>
<string name="stream_compose_poll_suggest_option">Suggest Option</string>
<string name="stream_compose_poll_options">Poll Options</string>
<string name="stream_compose_poll_results">Poll Results</string>
<string name="stream_compose_poll_answers">Poll Comments</string>
<string name="stream_compose_add_answer">Add A Comment</string>
<string name="stream_compose_add_answer_placeholder">Your comment</string>
<string name="stream_compose_edit_answer">Update Your Comment</string>
<plurals name="stream_compose_poll_vote_counts">
<item quantity="one">%d vote</item>
<item quantity="other">%d votes</item>
</plurals>
<plurals name="stream_compose_poll_total_vote_counts">
<item quantity="one">%d vote total</item>
<item quantity="other">%d votes total</item>
</plurals>
<string name="stream_compose_poll_question_label">Question</string>
<string name="stream_compose_poll_option_label">Option %d</string>
<string name="stream_compose_poll_view_more">View all</string>
<string name="stream_compose_poll_winner_badge">Winner</string>
<string name="stream_compose_poll_created_preview">Poll created: %s</string>
<string name="stream_compose_poll_closed_preview">Poll closed: %s</string>
<!-- Pinned message list -->
<string name="stream_compose_pinned_message_list_empty_title">No pinned messages</string>
<string name="stream_compose_pinned_message_list_empty_description">Long-press a message to pin it to the chat</string>
<string name="stream_compose_pinned_message_list_results_error">An error occurred</string>
<!-- Message preview (User in mentions / pinned messages / search results) -->
<string name="stream_compose_message_preview_sender"><b>%1$s</b> in <b>%2$s</b></string>
<string name="stream_compose_suggest_an_option">Suggest an Option</string>
<string name="stream_compose_confirm">Confirm</string>
<string name="stream_compose_dismiss">Dismiss</string>
<!-- Add Members -->
<string name="stream_compose_add_members_title">Add Members</string>
<string name="stream_compose_add_members_no_results">No user found</string>
<string name="stream_compose_add_members_already_member">Already a member</string>
<!-- Threads -->
<string name="stream_compose_thread_list_empty_title">Reply to a message to start a thread</string>
<string name="stream_compose_in">" in "</string>
<plurals name="stream_compose_thread_list_new_threads">
<item quantity="one">%d new thread</item>
<item quantity="other">%d new threads</item>
</plurals>
<string name="stream_compose_thread_list_banner_loading">Loading…</string>
<string name="stream_compose_thread_list_banner_error">Couldn\'t load new threads. Tap to retry</string>
<plurals name="stream_compose_thread_list_item_reply_count">
<item quantity="one">1 reply</item>
<item quantity="other">%d replies</item>
</plurals>
</resources>