-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathstrings.xml
More file actions
455 lines (390 loc) · 27.6 KB
/
strings.xml
File metadata and controls
455 lines (390 loc) · 27.6 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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" translatable="false">Flare</string>
<string name="login_button">Login</string>
<string name="navigate_back">Navigate back</string>
<string name="home_tab_home_title">Home</string>
<string name="home_tab_notifications_title">Notifications</string>
<string name="home_tab_me_title">Me</string>
<string name="home_tab_discover_title">Discover</string>
<plurals name="home_timeline_new_toots">
<item quantity="one">%1$d New Post</item>
<item quantity="other">%1$d New Posts</item>
</plurals>
<string name="notification_tab_all_title">All</string>
<string name="notification_tab_mentions_title">Mentions</string>
<string name="notification_tab_comments_title">Comments</string>
<string name="notification_tab_likes_title">Likes</string>
<string name="compose_title">Compose</string>
<string name="compose_reply_title">Reply</string>
<string name="compose_quote_title">Quote</string>
<string name="compose_vvo_comment_title">Comment</string>
<string name="compose_hint">What\'s happening?</string>
<string name="compose_poll_option_hint">Option %1$s</string>
<string name="compose_poll_single_choice">Single choice</string>
<string name="compose_poll_multiple_choice">Multiple choice</string>
<string name="compose_poll_expiration_at">Expiration at: %1$s</string>
<string name="compose_poll_expiration_5_minutes">5 minutes</string>
<string name="compose_poll_expiration_30_minutes">30 minutes</string>
<string name="compose_poll_expiration_1_hour">1 hour</string>
<string name="compose_poll_expiration_6_hours">6 hours</string>
<string name="compose_poll_expiration_12_hours">12 hours</string>
<string name="compose_poll_expiration_1_day">1 day</string>
<string name="compose_poll_expiration_3_days">3 days</string>
<string name="compose_poll_expiration_7_days">7 days</string>
<string name="compose_content_warning_hint">Content warning</string>
<string name="compose_media_sensitive">Mark media as sensitive</string>
<string name="compose_notification_title">Sending Post</string>
<string name="settings_title">Settings</string>
<string name="settings_accounts_title">Account Management</string>
<string name="settings_appearance_title">Appearance</string>
<string name="settings_appearance_subtitle">Customize the look and feel of Flare</string>
<string name="settings_storage_title">Storage</string>
<string name="settings_storage_subtitle">Manage Flare\'s storage</string>
<string name="settings_about_title">About</string>
<string name="settings_about_subtitle">Learn more about Flare</string>
<string name="settings_side_panel">Side Panel customization</string>
<string name="settings_side_panel_description">Customize the side panel</string>
<string name="settings_local_filter_title">Local filter</string>
<string name="settings_local_filter_description">Local filter settings for timeline</string>
<string name="settings_guest_setting_title">Guest Mode Host</string>
<string name="settings_guest_setting_description">Set the host for guest mode</string>
<string name="settings_local_history_title">Local history</string>
<string name="settings_local_history_description">View or search your browsing history</string>
<string name="settings_app_logging_title">App logging</string>
<string name="settings_app_logging_save">Save log</string>
<string name="settings_app_logging_clear">Clear log</string>
<string name="settings_app_logging_enable_network_logging">Enable network logging</string>
<string name="settings_ai_config_title">AI Configuration</string>
<string name="settings_ai_config_description">Configure AI settings</string>
<string name="settings_ai_config_server">Server URL</string>
<string name="settings_ai_config_server_hint">Enter the server URL</string>
<string name="settings_ai_config_server_self_host_description">You can use the official server or self-host your own server</string>
<string name="settings_ai_config_type">AI Type</string>
<string name="settings_ai_config_type_description">Tap to choose the AI backend type</string>
<string name="settings_ai_config_type_select">Select</string>
<string name="settings_ai_config_type_on_device">On-device AI</string>
<string name="settings_ai_config_type_on_device_description">Use local AI execution on the current device</string>
<string name="settings_ai_config_type_openai">OpenAI Compatible API</string>
<string name="settings_ai_config_type_openai_description">Use an OpenAI-compatible endpoint for AI features</string>
<string name="settings_ai_config_value_empty_placeholder">Not set</string>
<string name="settings_ai_config_api_key">API Key</string>
<string name="settings_ai_config_api_key_hint">Enter API key</string>
<string name="settings_ai_config_model">Model</string>
<string name="settings_ai_config_model_description">Select a model supported by this endpoint</string>
<string name="settings_ai_config_model_select">Select model</string>
<string name="settings_ai_config_model_loading">Loading models…</string>
<string name="settings_ai_config_model_error">Failed to load models</string>
<string name="settings_ai_config_model_no_models">No models</string>
<string name="settings_ai_config_tap_to_edit">Tap to edit</string>
<string name="settings_ai_config_entable_translation">Enable AI translation</string>
<string name="settings_ai_config_translation_description">Replace Google Translate with AI translation, might take longer time</string>
<string name="settings_ai_config_enable_tldr">Enable AI Summarization</string>
<string name="settings_ai_config_tldr_description">Enable AI summarization for long posts, only available in post that longer than 500 characters</string>
<string name="settings_ai_config_translate_prompt">Translation Prompt</string>
<string name="settings_ai_config_tldr_prompt">Summary Prompt</string>
<string name="settings_language_title">Language</string>
<string name="settings_language_description">Change the language of the app</string>
<string name="settings_rss_management_title">RSS Management</string>
<string name="settings_rss_management_description">Manage RSS feeds</string>
<string name="status_loadmore_error_retry">Retry</string>
<string name="login_expired">Login session expired</string>
<string name="login_expired_message">Click to login again</string>
<string name="login_expired_relogin">Login again</string>
<string name="service_select_welcome_title">Welcome to Flare</string>
<string name="service_select_welcome_message">Flare is a social network client for Android.\nTo get started, please select a service to connect to.</string>
<string name="mastodon_login_verify_message">Please wait while we verify your credentials.</string>
<string name="status_title">Detail</string>
<string name="misskey_visibility_public">Public</string>
<string name="misskey_visibility_home">Home</string>
<string name="misskey_visibility_followers">Followers</string>
<string name="misskey_visibility_specified">Specified</string>
<string name="misskey_visibility_public_description">Anyone can see and boost this post</string>
<string name="misskey_visibility_home_description">Only users on this instance can see this post</string>
<string name="misskey_visibility_followers_description">Only followers can see this post</string>
<string name="misskey_visibility_specified_description">Only mentioned users can see this post</string>
<string name="bluesky_login_username_hint">Username</string>
<string name="bluesky_login_password_hint">Password</string>
<string name="bluesky_login_auth_factor_token_hint">Authentication Factor Token</string>
<string name="bluesky_login_oauth_button">Login with OAuth</string>
<string name="bluesky_login_use_password_button">Use Password</string>
<string name="bluesky_login_oauth_hint">Bluesky OAuth might not stable enough, please use password login if you encounter any issues.</string>
<string name="report_title">Report</string>
<string name="report_description">What\'s the issue with this post?</string>
<string name="report_reason_spam_title">Spam</string>
<string name="report_reason_violation_title">Illegal and Urgent</string>
<string name="report_reason_misleading_title">Misleading</string>
<string name="report_reason_sexual_title">Unwanted Sexual Content</string>
<string name="report_reason_rude_title">Anti-Social Behavior</string>
<string name="report_reason_other_title">Other</string>
<string name="report_reason_spam_description">Excessive mentions or replies</string>
<string name="report_reason_violation_description">Glaring violations of law or terms of service</string>
<string name="report_reason_misleading_description">This post is misleading</string>
<string name="report_reason_sexual_description">Nudity or pornography not labeled as such</string>
<string name="report_reason_rude_description">Harassment, trolling, or intolerance</string>
<string name="report_reason_other_description">An issue not included in these options</string>
<string name="delete_status_title">Delete</string>
<string name="delete_status_message">Are you sure you want to delete this?</string>
<string name="mastodon_report_title">Report</string>
<string name="mastodon_report_description">Are you sure you want to report this?</string>
<string name="more">More</string>
<string name="discover_search_placeholder">Search</string>
<string name="discover_users">Recommend Users</string>
<string name="discover_status">Trending Posts</string>
<string name="discover_hashtags">Trending Hashtags</string>
<string name="search_users">Users</string>
<string name="search_status">Post</string>
<string name="quick_menu_add_account">Add account</string>
<string name="settings_appearance_generic">Generic</string>
<string name="settings_appearance_show_actions">Show actions</string>
<string name="settings_appearance_show_actions_description">Show actions on the bottom of the post</string>
<string name="settings_appearance_post_action_style">Post action style</string>
<string name="settings_appearance_post_action_style_description">Change the style of the post\'s action</string>
<string name="settings_appearance_post_action_style_hidden">Hidden</string>
<string name="settings_appearance_post_action_style_left_aligned">Left aligned</string>
<string name="settings_appearance_post_action_style_right_aligned">Right aligned</string>
<string name="settings_appearance_post_action_style_stretch">Stretch</string>
<string name="settings_appearance_show_media">Show media</string>
<string name="settings_appearance_show_media_description">Show media in the post</string>
<string name="settings_appearance_show_numbers">Show numbers</string>
<string name="settings_appearance_show_numbers_description">Show numbers on the bottom of the post</string>
<string name="settings_appearance_show_cw_img">Show sensitive content</string>
<string name="settings_appearance_show_cw_img_description">Always show sensitive content in the post</string>
<string name="settings_appearance_expand_media">Expand media to full size</string>
<string name="settings_appearance_expand_media_description">Keep the aspectradio of the media in timeline</string>
<string name="settings_appearance_video_autoplay">Video autoplay</string>
<string name="settings_appearance_video_autoplay_description">Automatically play videos in the post</string>
<string name="settings_appearance_video_autoplay_wifi">Wi-Fi only</string>
<string name="settings_appearance_video_autoplay_always">Always</string>
<string name="settings_appearance_video_autoplay_never">Never</string>
<string name="settings_appearance_avatar_shape">Avatar shape</string>
<string name="settings_appearance_avatar_shape_description">Change the shape of the avatar</string>
<string name="settings_appearance_avatar_shape_round">Round</string>
<string name="settings_appearance_avatar_shape_square">Square</string>
<string name="settings_appearance_theme">Theme</string>
<string name="settings_appearance_theme_description">Change the theme of the app</string>
<string name="settings_appearance_theme_light">Light</string>
<string name="settings_appearance_theme_dark">Dark</string>
<string name="settings_appearance_theme_auto">Auto</string>
<string name="settings_appearance_dynamic_theme">Dynamic theme</string>
<string name="settings_appearance_dynamic_theme_description">Change the theme of the app based on the device\'s wallpaper</string>
<string name="settings_appearance_show_link_previews">Show link previews</string>
<string name="settings_appearance_show_link_previews_description">Show link previews in the post</string>
<string name="settings_appearance_compat_link_previews">Simplify link previews</string>
<string name="settings_appearance_compat_link_previews_description">Show link previews in simplify mode in the post</string>
<string name="settings_appearance_theme_color">Theme color</string>
<string name="settings_appearance_theme_color_description">Change the theme color of the app</string>
<string name="settings_appearance_theme_pure_color">High contrast Mode</string>
<string name="settings_appearance_theme_pure_color_description">Increase contrast between background and text</string>
<string name="settings_appearance_font_size_diff">Font size</string>
<string name="settings_appearance_font_size_diff_description">Change the font size of the app</string>
<string name="settings_appearance_font_size_diff_decrease">Decrease</string>
<string name="settings_appearance_font_size_diff_increase">Increase</string>
<string name="settings_appearance_bottombar_style">Bottom bar style</string>
<string name="settings_appearance_bottombar_style_description">Change the style of the bottom bar</string>
<string name="settings_appearance_bottombar_style_floating">Floating</string>
<string name="settings_appearance_bottombar_style_classic">Classic</string>
<string name="settings_appearance_bottombar_behavior">Bottom bar behavior</string>
<string name="settings_appearance_bottombar_behavior_description">Change the behavior of the bottom bar</string>
<string name="settings_appearance_bottombar_behavior_fixed">Fixed</string>
<string name="settings_appearance_bottombar_behavior_hide_on_scroll">Hide on scroll</string>
<string name="settings_appearance_bottombar_behavior_minimize_on_scroll">Minimize on scroll</string>
<string name="settings_appearance_in_app_browser">In-app browser</string>
<string name="settings_appearance_in_app_browser_description">Open links in the in-app browser</string>
<string name="settings_appearance_full_width_post">Full width post</string>
<string name="settings_appearance_full_width_post_description">Show the post in full width</string>
<string name="settings_appearance_absolute_timestamp">Absolute timestamp</string>
<string name="settings_appearance_absolute_timestamp_description">Display absolute timestamps on posts</string>
<string name="settings_appearance_show_platform_logo">Show platform logo</string>
<string name="settings_appearance_show_platform_logo_description">Show the source platform logo on post items</string>
<string name="settings_storage_clear_image_cache">Clear image cache</string>
<string name="settings_storage_clear_image_cache_description">%1$s MB of images will be removed</string>
<string name="settings_storage_clear_database">Clear cache database</string>
<string name="settings_storage_clear_database_description">%1$s users, %2$s posts will be removed</string>
<string name="settings_storage_app_log">Open app log</string>
<string name="settings_storage_app_log_description">View the app log</string>
<string name="service_select_instance_input_placeholder">Instance URL</string>
<string name="service_select_next_button">Next</string>
<string name="service_select_empty_message">No instances found</string>
<string name="media_viewer_title">Media viewer</string>
<string name="settings_accounts_remove">Remove</string>
<string name="media_menu_save">Save screenshot</string>
<string name="media_menu_share_image">Share screenshot</string>
<string name="status_menu_share_via_fxembed">Share via FxEmbed</string>
<string name="status_menu_share_via_fixvx">Share via Fixvx</string>
<string name="media_save_success">Saved to Downloads</string>
<string name="media_save_fail">Failed to save</string>
<string name="media_alt_text">Alt text</string>
<string name="media_is_downloading">The media is downloading, please try again later</string>
<string name="settings_side_panel_empty">Default will display side panel depends on the account platform.</string>
<string name="tab_settings_add">Add</string>
<string name="tab_settings_drag">Drag</string>
<string name="tab_settings_edit">Edit</string>
<string name="tab_settings_remove">Remove</string>
<string name="tab_settings_default">Default</string>
<string name="tab_settings_list">List</string>
<string name="tab_settings_feed">Feeds</string>
<string name="local_filter_add">Add Filter</string>
<string name="local_filter_edit_title">Edit Filter</string>
<string name="local_filter_add_title">Add Filter</string>
<string name="local_filter_keyword">Keyword</string>
<string name="local_filter_keyword_hint">Keyword to filter</string>
<string name="local_filter_for_timeline">Filter in timeline</string>
<string name="local_filter_for_notification">Filter in notification</string>
<string name="local_filter_for_search">Filter in search</string>
<string name="local_filter_delete">Delete Filter</string>
<string name="delete">Delete</string>
<string name="mastodon_tab_local_title">Local</string>
<string name="mastodon_tab_public_title">Public</string>
<string name="home_tab_featured_title">Featured</string>
<string name="home_tab_bookmarks_title">Bookmarks</string>
<string name="home_tab_favorite_title">Favorite</string>
<string name="home_tab_list_title">List</string>
<string name="home_tab_feeds_title">Feeds</string>
<string name="tab_settings_primary">Primary tab</string>
<string name="tab_settings_secondary">Secondary tab</string>
<string name="status_detail_comment">Comment</string>
<string name="status_detail_repost">Repost</string>
<string name="account_item_error_title">Error</string>
<string name="account_item_error_message">Failed to load account</string>
<string name="edit_tab_title">Edit tab</string>
<string name="edit_tab_name">Name</string>
<string name="edit_tab_name_placeholder">Tab name</string>
<string name="edit_tab_icon">Icon</string>
<string name="edit_tab_with_avatar">With avatar</string>
<string name="list_add">Add list</string>
<string name="list_edit">Edit list</string>
<string name="list_delete">Delete list</string>
<string name="list_delete_confirm">Are you sure you want to delete this list %1$s?</string>
<string name="list_create">Create list</string>
<string name="list_create_name">List name</string>
<string name="list_create_name_hint">List name</string>
<string name="list_edit_members">Members</string>
<string name="list_edit_edit_members">Edit members</string>
<string name="list_edit_no_members">No members</string>
<string name="list_edit_members_error">Failed to load members</string>
<string name="edit_list_member_title">Edit list members</string>
<string name="edit_list_member_placeholder">Search your following</string>
<string name="edit_list_member_label">Search</string>
<string name="edit_list_member_search">Search</string>
<string name="edit_list_member_search_empty">No users found</string>
<string name="edit_list_member_search_error">Failed to search users</string>
<string name="edit_list_member_add">Add</string>
<string name="edit_list_member_remove">Remove</string>
<string name="list_create_description">List description</string>
<string name="list_create_description_hint">List description</string>
<string name="edit_account_list_title">Edit account list</string>
<string name="feeds_my_feeds_title">My feeds</string>
<string name="feeds_discover_feeds_title">Discover feeds</string>
<string name="feeds_discover_feeds_created_by">Created by %1$s</string>
<string name="feeds_unsubscribe">Unsubscribe</string>
<string name="feeds_subscribe">Subscribe</string>
<string name="profile_tab_timeline">Posts</string>
<string name="profile_tab_timeline_with_reply">Posts and replies</string>
<string name="profile_tab_likes">Likes</string>
<string name="profile_tab_media">Media</string>
<string name="tab_settings_title">Tab settings</string>
<string name="dm_list_title">Direct Messages</string>
<string name="dm_list_empty">No direct messages</string>
<string name="dm_list_error">Failed to load direct messages</string>
<string name="send">Send</string>
<string name="dm_send_placeholder">Send a message</string>
<string name="dm_deleted">Deleted</string>
<string name="dm_conversation">Direct Message Room</string>
<string name="dm_sending">Sending</string>
<string name="dm_leave">Leave conversation</string>
<string name="dm_to_profile">Show profile</string>
<string name="notification_login_expired">Login expired for %1$s</string>
<string name="following_title">Following</string>
<string name="fans_title">Follower</string>
<string name="local_history_search_placeholder">Search local cache</string>
<string name="local_history_search_status_title">Post</string>
<string name="local_history_search_user_title">User</string>
<string name="rss_sources_title">RSS Sources</string>
<string name="add_rss_source">Add RSS Source</string>
<string name="edit_rss_source">Edit RSS Source</string>
<string name="delete_rss_source">Delete RSS Source</string>
<string name="opml_import">Import from OPML</string>
<string name="opml_export">Export to OPML</string>
<string name="export_completed">Export completed</string>
<string name="rss_sources_title_label">Title</string>
<string name="rss_sources_url_label">Url</string>
<string name="rss_title">RSS</string>
<string name="empty_rss_sources">No RSS sources</string>
<string name="rss_sources_rss_hub_host_label">RSSHub Host</string>
<string name="rss_sources_rss_hub_host_hint">You need to set the RSSHub host if you want to use RSSHub, or select the public RSSHub server</string>
<string name="rss_sources_discovered_rss_sources">Discovered RSS Sources</string>
<string name="rss_sources_pinned_in_tabs">Pin to home tabs</string>
<string name="rss_sources_open_in_browser">Open in browser</string>
<string name="rss_sources_open_in_app">Open in app</string>
<string name="rss_detail_open_in_browser">Open in browser</string>
<string name="rss_detail_share">Share link</string>
<string name="rss_detail_tldr">Summarize</string>
<string name="rss_detail_tldr_title">Summary</string>
<string name="rss_detail_tldr_error">Failed to summarize</string>
<string name="rss_detail_tldr_loading">Summarizing…</string>
<string name="emoji_picker_recent">Recent</string>
<string name="emoji_picker_search">Search</string>
<string name="changelog_title">Welcome back!</string>
<string name="changelog_message">We have made some changes since you last logged in. Here are the details:</string>
<string name="podcast_host">Host</string>
<string name="podcast_title">Podcast</string>
<string name="podcast_speaker">Speaker</string>
<string name="podcast_listen">Start listening</string>
<string name="podcast_leave">Leave</string>
<string name="podcast_ended">Podcast ended</string>
<string name="podcast_living">Podcast live</string>
<string name="home_tab_antennas_title">Antenna</string>
<string name="home_tab_channels_title">Channels</string>
<string name="misskey_channel_tab_following">Following</string>
<string name="misskey_channel_tab_favorites">Favorites</string>
<string name="misskey_channel_tab_owned">Owned</string>
<string name="misskey_channel_tab_featured">Featured</string>
<string name="antennas_empty">No antennas</string>
<string name="home_tab_mixed_timeline_title">Mixed</string>
<string name="tab_settings_mixed_timeline">Add mixed timeline tab</string>
<string name="tab_settings_mixed_timeline_desc">Mixed timeline will mix all tabs timeline result in one tab</string>
<string name="home_tab_social_timeline_title">Social</string>
<string name="deeplink_account_selection_title">Select account</string>
<string name="deeplink_account_selection_message">Select an account to open this link</string>
<string name="deeplink_account_selection_browser">Open in browser</string>
<string name="block_user_title">Block user</string>
<string name="block_user_description">Are you sure you want to block this user?</string>
<string name="unblock_user_title">Unblock user</string>
<string name="unblock_user_description">Are you sure you want to unblock this user?</string>
<string name="mute_user_title">Mute user</string>
<string name="mute_user_description">Are you sure you want to mute this user?</string>
<string name="unmute_user_title">Unmute user</string>
<string name="unmute_user_description">Are you sure you want to unmute this user?</string>
<string name="report_user_title">Report user</string>
<string name="report_user_description">Are you sure you want to report this user?</string>
<string name="settings_storage_export_data">Export Data</string>
<string name="settings_storage_export_data_description">Export all data including accounts and credentials (keep file secure)</string>
<string name="settings_storage_import_data">Import Data</string>
<string name="settings_storage_import_data_description">Import data from file (merges with existing data, replaces duplicates)</string>
<string name="save_completed">Save completed</string>
<string name="save_error">Failed to save data</string>
<string name="import_completed">Import completed</string>
<string name="import_error">Failed to import data</string>
<string name="import_confirmation_title">Confirm Import</string>
<string name="import_confirmation_message">This will import data from the file. Existing records with matching IDs will be replaced. Do you want to continue?</string>
<string name="changelog_current">
<![CDATA[
<span>Version %1$s:</span>
<ul>
<li>Bug fixes and performance improvements.</li>
</ul>
]]>
</string>
<string name="tab_settings_add_group">Add Group</string>
<string name="tab_settings_add_tab">Add Tab</string>
<string name="tab_settings_edit_group">Edit Group</string>
<string name="tab_settings_group_empty">No tabs in this group</string>
<string name="tab_settings_group_name_placeholder">Group name</string>
<string name="tab_settings_group_default_name">New Group</string>
<string name="status_share_sheet_theme_title">Theme</string>
<string name="channel_title">Channel</string>
<string name="channel_item_follow">Follow</string>
<string name="channel_item_unfollow">Unfollow</string>
<string name="channel_item_favourite">Favourite</string>
<string name="channel_item_unfavourite">Unfavourite</string>
</resources>