forked from hidroh/materialistic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
strings.xml
301 lines (296 loc) · 16.8 KB
/
strings.xml
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
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2015 Ha Duy Trung
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ 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">
<string name="app_name">Materialistic</string>
<string name="action_settings">Settings</string>
<string name="title_activity_list">Top Stories</string>
<string name="title_activity_best">Best Stories</string>
<string name="title_activity_item">Comments</string>
<string name="title_activity_release">What\'s New</string>
<string name="filter_title_item">Materialistic</string>
<string name="open_drawer">Open drawer</string>
<string name="close_drawer">Close drawer</string>
<string name="view_in_browser">View in external browser</string>
<string name="favorite_email_subject">Your Materialistic saved stories</string>
<string name="share">Share</string>
<string name="title_activity_about">About</string>
<string name="license_title">License</string>
<string name="third_party_licenses_title">3rd Party Licenses</string>
<string name="developer_info_title">Developer Info</string>
<string name="application_info_title">Application Info</string>
<string name="application_info_text">
<![CDATA[
<p>Version: %1$s</p>
<p>This application is open source at <a href="https://github.com/hidroh/materialistic">github.com/hidroh/materialistic</a></p>
]]>
</string>
<string name="libraries_title">Libraries & Resources</string>
<string name="title_activity_favorite">Saved Stories</string>
<string name="saved">Saved %1$s</string>
<string name="toast_saved">Story saved</string>
<string name="clear_all">Clear all</string>
<string name="toast_removed">Story unsaved</string>
<string name="no_saved_stories">No saved stories so far</string>
<string name="no_comments">It\'s still quiet here</string>
<string name="confirm_clear">Clear all saved stories?</string>
<string name="email">Export via email</string>
<string name="preparing" tools:ignore="TypographyEllipsis">Preparing...</string>
<string name="clear_selected">Clear selected</string>
<string name="confirm_clear_selected">Clear selected saved stories?</string>
<string name="search">Search</string>
<string name="hint_search_saved_stories">Search saved stories</string>
<string name="no_stories_search">Couldn\'t find what you\'re looking for</string>
<!-- preferences -->
<string name="display">Display</string>
<string name="pref_external_title">Use external browser</string>
<string name="pref_external_summary">Read articles in external browser</string>
<string name="pref_color_code_title">Color code</string>
<string name="pref_highlight_updated_title">Highlight updated stories</string>
<string name="pref_highlight_updated_summary">Show changes from last refresh</string>
<string name="pref_custom_tab_title">Use custom Chrome tab</string>
<string name="pref_custom_tab_summary">Open Chrome tab instead of browser</string>
<string name="pref_story_display_title">Default story display</string>
<string name="pref_theme_title">Theme</string>
<string name="pref_search_sort_title">Sort by</string>
<string name="pref_search_sort_value_recent">recent</string>
<string name="pref_search_sort_value_default">default</string>
<string name="pref_text_size_title">Text size</string>
<string name="pref_font_title">Font</string>
<string name="pref_comment_display_title">Thread</string>
<string name="pref_max_lines_title">Comment</string>
<string name="pref_lazy_load_title">Lazy load content</string>
<string name="pref_lazy_load_summary">Load content only when you switch to its tab</string>
<string name="pref_saved_item_sync_title">Enable offline access</string>
<string name="pref_saved_item_sync_summary">Download content when you save story</string>
<string name="pref_offline_data_title">When to download</string>
<string name="pref_offline_comments_title">Download comments</string>
<string name="pref_offline_article_title">Download article</string>
<string name="pref_offline_readability_title">Download readability</string>
<string name="pref_offline_data_wifi">Wifi only</string>
<string name="pref_offline_data_always">Always</string>
<string name="pref_offline_notification_title">Display progress</string>
<string name="pref_offline_notification_summary">Show notification for download progress</string>
<string name="pref_launch_screen_title">Default screen</string>
<string name="pref_volume_title">Use volume navigation</string>
<string name="pref_volume_summary">Scroll up/down with volume keys</string>
<string name="pref_ad_block_title">Block ads</string>
<string name="pref_ad_block_summary">Enable simple ad blocker for internal browser</string>
<string name="pref_line_height_title">Line spacing</string>
<string name="pref_list_item_view_title">Show as cards</string>
<string name="pref_thread_indicator_title">Thread indicator</string>
<string name="pref_widget_section_title">Section</string>
<string name="pref_widget_frequency_title">Update frequency</string>
<string name="connection_error">Unable to connect to Hacker News. Check your connection or try again.</string>
<string name="select_story">Select a story to view</string>
<string name="download_external">View in another app</string>
<string name="try_me">Long press one to save it for later!</string>
<string name="title_activity_jobs">Jobs</string>
<string name="title_activity_show">Show HN</string>
<string name="title_activity_ask">Ask HN</string>
<string name="title_activity_new">New Stories</string>
<string name="title_activity_search">Search HN</string>
<string name="clear_search_history">Clear search history</string>
<string name="clear_search_history_confirm">Clear search history?</string>
<plurals name="hide_comments">
<item quantity="zero">Hide %1$s comment</item>
<item quantity="one">Hide %1$s comment</item>
<item quantity="other">Hide %1$s comments</item>
</plurals>
<plurals name="show_comments">
<item quantity="zero">Show %1$s comment</item>
<item quantity="one">Show %1$s comment</item>
<item quantity="other">Show %1$s comments</item>
</plurals>
<string name="parent"><![CDATA[<a href="#">parent</a>]]></string>
<string name="undo">Undo</string>
<plurals name="score">
<item quantity="one">%1$s pt</item>
<item quantity="other">%1$s pts</item>
</plurals>
<string name="comments">Comments</string>
<plurals name="comments_count">
<item quantity="zero">%1$s Comment</item>
<item quantity="one">%1$s Comment</item>
<item quantity="other">%1$s Comments</item>
</plurals>
<string name="article">Article</string>
<string name="reset_settings">Reset all settings</string>
<string name="reset_settings_confirm">Reset all your preferences to app defaults?</string>
<string name="last_updated">Last updated %1$s</string>
<string name="feedback">Feedback</string>
<string name="send_feedback">Send Feedback</string>
<string name="title_hint">Title</string>
<string name="comment_hint">Comment</string>
<string name="feedback_note">
<![CDATA[
Your feedback will be made public as a <a href="https://github.com/hidroh/materialistic/issues">Materialistic Github issue</a>.
]]>
</string>
<string name="title_required">Title is required</string>
<string name="comment_required">Comment is required</string>
<string name="feedback_sent">Feedback sent. Thank you!</string>
<string name="feedback_failed">Failed to send, please try again</string>
<string name="chooser_title">Open with</string>
<string name="title_activity_popular">What\'s Hot</string>
<string name="range">Range</string>
<string name="popular_range_last_24h">Last 24h</string>
<string name="popular_range_past_week">Past week</string>
<string name="popular_range_past_month">Past month</string>
<string name="popular_range_past_year">Past year</string>
<plurals name="new_stories_count">
<item quantity="zero">%1$s new story</item>
<item quantity="one">%1$s new story</item>
<item quantity="other">%1$s new stories</item>
</plurals>
<string name="show_me">Show me</string>
<plurals name="showing_new_stories">
<item quantity="zero">Showing %1$s new story</item>
<item quantity="one">Showing %1$s new story</item>
<item quantity="other">Showing %1$s new stories</item>
</plurals>
<string name="show_all">Show all</string>
<string name="whats_this">What\'s this?</string>
<string name="got_it">Got it</string>
<string name="help_new_story">New story since last refresh</string>
<string name="help_promoted_story">Promoted story since last refresh</string>
<string name="help_new_comments">Story with new comments since last refresh</string>
<string name="help_lazy_load">With lazy loading setting enabled, only your preferred default tab will be loaded when an item is first opened.\n\nIf you are on a slow connection or encounter lagging, turning this on may help.\n\nLazy loading is enabled by default for non-wifi connections, regardless of this setting.</string>
<string name="help_volume_up">Press volume up to scroll up</string>
<string name="help_long_volume_up">Long press volume up to quick scroll to top</string>
<string name="help_volume_down">Press volume down to scroll down</string>
<string name="readability">Readability</string>
<string name="text_size_extra_small">Extra small</string>
<string name="text_size_small">Small</string>
<string name="text_size_medium">Medium</string>
<string name="text_size_large">Large</string>
<string name="text_size_extra_large">Extra large</string>
<string name="readability_failed">Unable to parse article</string>
<string name="theme_light">Light</string>
<string name="theme_dark">Dark</string>
<string name="theme_black">Black</string>
<string name="theme_sepia">Sepia</string>
<string name="theme_green">Green</string>
<string name="theme_transparent">Transparent</string>
<string name="theme_solarized_dark">Solarized Dark</string>
<string name="theme_solarized">Solarized</string>
<string name="comment_display_multiple">Multiple pages</string>
<string name="comment_display_single">Single page - auto expand</string>
<string name="comment_display_collapsed">Single page - collapsed</string>
<string name="story_display_article">Article</string>
<string name="story_display_comments">Comments</string>
<string name="search_sort_recent">More recent</string>
<string name="search_sort_popularity">Popularity</string>
<string name="story_display_readability">Readability</string>
<string name="font_options">Font options</string>
<string name="read_more">Read all %1$s lines</string>
<string name="comment_max_lines_3">Max 3 lines</string>
<string name="comment_max_lines_4">Max 4 lines</string>
<string name="comment_max_lines_5">Max 5 lines</string>
<string name="comment_max_lines_all">All</string>
<string name="line_height_compact">Compact</string>
<string name="line_height_normal">Normal</string>
<string name="line_height_cozy">Cozy</string>
<string name="line_height_comfortable">Comfortable</string>
<string name="frequency_3_hours">3 hours</string>
<string name="frequency_6_hours">6 hours</string>
<string name="frequency_12_hours">12 hours</string>
<string name="frequency_1_day">1 day</string>
<string name="file_not_supported">Content type not supported</string>
<string name="username_hint">Username</string>
<string name="password_hint">Password</string>
<string name="login">Login</string>
<string name="title_activity_login">Login to Hacker News</string>
<string name="username_required">Username is required</string>
<string name="password_required">Password is required</string>
<string name="login_failed">Login/create account failed, please try again</string>
<string name="welcome">Welcome %1$s!</string>
<string name="logout_confirm">Do you want to log out?</string>
<string name="choose_account">Choose an account</string>
<string name="add_account">Add account</string>
<string name="login_note">Your credentials will be stored securely under your device\'s Settings / Accounts</string>
<string name="save">Save</string>
<string name="unsave">Unsave</string>
<string name="re_enter_password">Re-enter your password</string>
<string name="vote_up">Vote up</string>
<string name="voted">Successfully voted</string>
<string name="vote_failed">Fail to record vote. Please try again.</string>
<string name="sending" tools:ignore="TypographyEllipsis">Sending...</string>
<string name="add_comment">Add comment</string>
<string name="title_activity_compose">Compose</string>
<string name="send">Send</string>
<string name="original_content">Original content</string>
<string name="quote">Quote</string>
<string name="formatting_guidelines">
<![CDATA[
<a href="#">Hacker News formatting guidelines</a>
]]>
</string>
<string name="confirm_discard">Discard draft?</string>
<string name="create_account">Create account</string>
<string name="comment_failed">Failed to send comment</string>
<string name="comment_successful">Comment added. Please refresh to see.</string>
<string name="confirm_no_waiting">Exit without waiting?</string>
<string name="rate_app">Rate the app</string>
<string name="or">or</string>
<string name="leave_feedback">Leave feedback</string>
<string name="no_playstore">No Play Store app found</string>
<string name="submit_content_hint">URL or text</string>
<string name="title_activity_submit">Submit to HN</string>
<string name="url_text_required">URL or text is required</string>
<string name="submit_failed">Failed to submit. Please try again.</string>
<string name="submit_successful">Successfully submitted</string>
<string name="confirm_no_submit">Exit without submitting?</string>
<string name="submit_note">Enter text to submit a question for discussion, or URL to submit a link. You can also share links directly from other apps</string>
<string name="confirm_submit_url">Submit as link?</string>
<string name="confirm_submit_question">Submit as question?</string>
<string name="submission_guidelines">Submission guidelines</string>
<string name="title_activity_user">My Profile</string>
<string name="user_info">Created: %1$s - karma: %2$s</string>
<plurals name="submissions_count">
<item quantity="zero">%1$s submission</item>
<item quantity="one">%1$s submission</item>
<item quantity="other">%1$s submissions</item>
</plurals>
<string name="view_story">View story</string>
<string name="user_failed">Unable to load user. Please try again.</string>
<string name="dead_prefix">[dead]</string>
<string name="title_activity_thread_preview">Thread Preview</string>
<string name="view_thread">View thread</string>
<string name="view_user">View user</string>
<string name="more">More</string>
<string name="logout">Logout</string>
<string name="offline">Offline</string>
<string name="offline_notice">You\'re currently offline</string>
<string name="download_in_progress">Download in progress</string>
<string name="love_it">I love it!</string>
<string name="display_options">Display options</string>
<string name="pull_up_hint">Pull up for more</string>
<string name="find_in_page">Find in page</string>
<string name="no_matches">No matches found</string>
<string name="back">Back</string>
<string name="forward">Forward</string>
<string name="zoom_out">Zoom out</string>
<string name="zoom_in">Zoom in</string>
<string name="refresh">Refresh</string>
<string name="exit_fullscreen">Exit</string>
<string name="next">Next</string>
<string name="list_display_options">List display options</string>
<string name="last_screen">Last used screen</string>
<string name="widget_options">Widget options</string>
<string name="not_supported">Device not supported</string>
<string name="item_exist">Similar story has been submitted</string>
</resources>