-
Notifications
You must be signed in to change notification settings - Fork 320
Expand file tree
/
Copy pathstrings.xml
More file actions
130 lines (114 loc) · 7.2 KB
/
Copy pathstrings.xml
File metadata and controls
130 lines (114 loc) · 7.2 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
<?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 xmlns:tools="http://schemas.android.com/tools" tools:ignore="ExtraTranslation">
<string name="app_name">Chat Sample Compose</string>
<!-- Common -->
<string name="sdk_version_template">Stream SDK v %s</string>
<!--User Login Screen-->
<string name="user_login_screen_title">Welcome to Stream Chat</string>
<string name="user_login_screen_subtitle">Select a user to try the Compose SDK:</string>
<string name="user_login_user_subtitle">Stream test account</string>
<string name="user_login_advanced_options">Advanced options</string>
<string name="user_login_custom_settings">Custom settings</string>
<!--Custom Login Screen-->
<string name="custom_login_button_text">Login</string>
<string name="custom_login_hint_api_key">Chat API Key</string>
<string name="custom_login_hint_user_id">User ID</string>
<string name="custom_login_hint_user_token">User Token</string>
<string name="custom_login_hint_user_name">Username (optional)</string>
<string name="custom_login_flag_adaptive_layout_label">Adaptive layout (Experimental)</string>
<string name="custom_login_flag_adaptive_layout_description">Adjust layout based on screen sizes</string>
<string name="custom_login_flag_composer_floating_style_label">Message composer floating style</string>
<string name="custom_login_flag_composer_floating_style_description">Message list scrolls behind some composer elements</string>
<string name="custom_login_flag_composer_link_preview_label">Composer link preview</string>
<string name="custom_login_flag_composer_link_preview_description">Show link previews in the message composer</string>
<string name="custom_login_flag_system_attachment_picker_label">System attachment picker</string>
<string name="custom_login_flag_system_attachment_picker_description">Use the system\'s native file/media picker</string>
<!-- Pinned Messages -->
<string name="pinned_messages_title">Pinned Messages</string>
<!-- Add channel -->
<string name="add_channel_title">New Chat</string>
<string name="add_channel_to">TO: </string>
<string name="add_channel_type_name">Type a name</string>
<string name="add_channel_create_group">Create a group</string>
<string name="add_channel_others">Others</string>
<string name="add_channel_no_matches">No user matches these keywords…</string>
<string name="add_channel_error_load_users">Failed to load users</string>
<string name="add_channel_error_create_draft_channel">Failed to create draft channel</string>
<string name="add_channel_error_create_channel">Failed to create channel</string>
<!-- Add group channel -->
<string name="add_group_channel_members_title">Add group members</string>
<string name="add_group_channel_search">Search: </string>
<string name="add_group_channel_name_title">Name of Group Chat</string>
<string name="add_group_channel_name_label">NAME</string>
<string name="add_group_channel_name_placeholder">Choose a group chat name</string>
<string name="add_group_channel_members_empty">Please select at least one member to add to the channel</string>
<plurals name="add_group_channel_members_count">
<item quantity="one">%d member</item>
<item quantity="other">%d members</item>
</plurals>
<string name="add_group_channel_error_load_users">Failed to load users</string>
<string name="add_group_channel_error_create_channel">Failed to create group channel</string>
<!-- App Bottom Bar -->
<string name="app_bottom_bar_chats">Chats</string>
<string name="app_bottom_bar_threads">Threads</string>
<!-- Draft Channel -->
<string name="draft_channel_error">Failed to draft a channel</string>
<!-- Navigation drawer -->
<string name="navigation_drawer_new_direct_message">New Direct Message</string>
<string name="navigation_drawer_new_group_chat">Create a group</string>
<string name="navigation_drawer_later">Later</string>
<string name="navigation_drawer_sign_out">Sign out</string>
<!-- Message reminders -->
<string name="reminders_select_reminder_time_title">Select reminder time</string>
<string name="reminders_select_reminder_time_description">When would you like to be reminded?</string>
<string name="reminders_remind_in_2_minutes">In 2 minutes</string>
<string name="reminders_remind_in_5_minutes">In 5 minutes</string>
<string name="reminders_remind_in_1_hour">In 1 hour</string>
<string name="reminders_remind_in_1_day">In 1 day</string>
<string name="reminders_title">Message Reminders</string>
<string name="reminders_filter_all">All</string>
<string name="reminders_filter_overdue">Overdue</string>
<string name="reminders_filter_upcoming">Upcoming</string>
<string name="reminders_filter_scheduled">Scheduled</string>
<string name="reminders_filter_saved_for_later">Saved for later</string>
<string name="reminders_no_results">No reminders</string>
<string name="reminders_no_overdue">No overdue reminders</string>
<string name="reminders_no_upcoming">No upcoming reminders</string>
<string name="reminders_no_scheduled">No scheduled reminders</string>
<string name="reminders_no_saved_for_later">No saved for later</string>
<string name="reminders_channel_name"># %1$s</string>
<string name="reminders_status_save_for_later">• Saved for later</string>
<string name="reminders_status_due_in">• Due in %1$s</string>
<string name="reminders_status_overdue_by">• Overdue by %1$s</string>
<string name="reminders_options">Reminder options</string>
<string name="reminders_edit">Edit</string>
<string name="reminders_delete">Delete</string>
<string name="reminders_edit_due_date">Edit reminder due date</string>
<string name="reminders_clear_due_date">Clear due date</string>
<string name="reminders_query_failed">Failed to load reminders</string>
<string name="reminders_update_failed">Failed to update the reminder</string>
<string name="reminders_delete_failed">Failed to delete the reminder</string>
<plurals name="time_minutes">
<item quantity="one">1 minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="time_seconds">
<item quantity="one">1 second</item>
<item quantity="other">%d seconds</item>
</plurals>
<!-- Channel Attachments -->
<string name="channel_attachments_media_loading_more_error">Failed to load more media attachments</string>
<string name="channel_attachments_files_loading_more_error">Failed to load more files attachments</string>
</resources>