summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/strings.xml
blob: cef96477115654a1fde1218e402a227aa1b8d94e (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="login_in_progress">Logging in…</string>
    <string name="app_name">Tiny Tiny RSS</string>
    <string name="login_need_configure">Please configure the application first.</string>
    <string name="login_ready">Ready to login.</string>
    <string name="login_login">Log in</string>
    <string name="logout">Log out</string>
    <string name="login">Login</string>
    <string name="debugging">Debugging</string>
    <string name="password">Password</string>
    <string name="default_url">http://example.domain/tt-rss/</string>
    <string name="look_and_feel">Interface</string>
    <string name="pref_theme">Theme</string>
    <string name="ttrss_url">Tiny Tiny RSS URL</string>
    <string name="theme_light">Light</string>
    <string name="theme_dark">Dark</string>
    <string name="preferences">Settings</string>
    <string name="connection">Connection</string>
    <string name="headline_context_multiple">Selected articles</string>
    <string name="http_authentication">HTTP Authentication</string>
    <string name="loading_message">Loading, please wait…</string>
    <string name="menu_unread_feeds">Show unread feeds</string>
    <string name="menu_all_feeds">Show all feeds</string>
    <string name="unread_only">Unread only</string>
    <string name="update_feeds">Refresh</string>
    <string name="share_article">Share article</string>
    <string name="catchup">Mark read</string>
    <string name="sort_feeds_by_unread">Sort feeds by unread count</string>
    <string name="ssl_trust_any">Accept any certificate</string>
    <string name="category_browse_feeds">Browse feeds</string>
    <string name="blank"></string>
    <string name="transport_debugging">Log sent and received data</string>
    <string name="article_toggle_marked">(Un)Star</string>
    <string name="article_toggle_unread">(Un)Read</string>
    <string name="article_toggle_published">(Un)Publish</string>
    <string name="headlines_select">Select articles</string>
    <string name="headlines_select_dialog">Select articles</string>
    <string name="headlines_select_all">Select all</string>
    <string name="headlines_select_unread">Unread</string>
    <string name="headlines_select_none">Deselect all</string>
    <string name="selection_toggle_marked">(Un)Star</string>
    <string name="selection_toggle_published">(Un)Publish</string>
    <string name="selection_toggle_unread">(Un)Read</string>
    <string name="context_selection_toggle_marked">(Un)Star</string>
    <string name="context_selection_toggle_published">(Un)Publish</string>
    <string name="context_selection_toggle_unread">(Un)Read</string>
    <string name="article_mark_read_above">Mark above read</string>
    <string name="http_login_summary">Optional. Fill this if your tt-rss installation is protected by HTTP Basic authentication</string>
    <string name="login_summary">Not needed for single user mode</string>
    <string name="ttrss_url_summary">http://example.org/tt-rss</string>
    <string name="enable_cats">Enable feed categories</string>
    <string name="no_caption_to_display">No caption to display</string>
    <string name="browse_cats_like_feeds">Browse categories like feeds</string>
    <string name="browse_cats_like_feeds_summary">Use category context menu to override this setting</string>
    <string name="headlines_mark_as_read">Mark read</string>
    <string name="error_unknown">Error: Unknown error (see log)</string>
    <string name="error_http_unauthorized">Error: 401 unauthorized</string>
    <string name="error_http_forbidden">Error: 403 forbidden</string>
    <string name="error_http_not_found">Error: 404 not found</string>
    <string name="error_http_server_error">Error: 500 server error</string>
    <string name="error_http_other_error">Error: other HTTP error (see log)</string>
    <string name="error_ssl_rejected">Error: SSL certificate rejected</string>
    <string name="error_parse_error">Error: JSON parse failed</string>
    <string name="error_io_error">Error: I/O failure (server down?)</string>
    <string name="error_other_error">Error: unknown error (see log)</string>
    <string name="error_api_disabled">Error: Please enable external API access in tt-rss Settings - Advanced</string>
    <string name="error_api_unknown">Error: unknown API error (see log)</string>
    <string name="error_api_incorrect_usage">Error: incorrect API usage</string>
    <string name="error_login_failed">Error: username or password incorrect</string>
    <string name="error_invalid_api_url">Error: invalid API URL</string>
    <string name="go_offline">Go offline</string>
    <string name="go_online">Go online</string>
    <string name="offline_switch_error">Failed to prepare offline mode (see log)</string>
    <string name="no_feeds">No feeds to display</string>
    <string name="dialog_offline_prompt">Login failed, but you have stored offline data. Would you like to go offline?</string>
    <string name="dialog_offline_success">Offline mode is ready</string>
    <string name="dialog_offline_go">Go offline</string>
    <string name="dialog_cancel">Cancel</string>
    <string name="dialog_offline_switch_prompt">Download unread articles and go offline?</string>
    <string name="notify_downloading_articles">Downloading articles (%1$d)…</string>
    <string name="notify_downloading_init">Starting download…</string>
    <string name="notify_downloading_feeds">Downloading feeds…</string>
    <string name="notify_downloading_categories">Downloading categories…</string>
    <string name="notify_uploading_sending_data">Sending data to server…</string>
    <string name="notify_downloading_title">Preparing offline mode</string>
    <string name="notify_uploading_title">Synchronizing offline data</string>
    <string name="offline_sync_success">Finished synchronizing your offline data</string>
    <string name="offline_mode">Offline mode</string>
    <string name="offline_image_cache_enabled">Cache images</string>
    <string name="offline_image_cache_enabled_summary">Download images to sdcard. This might significantly increase time it takes to go offline</string>
    <string name="notify_downloading_images">Downloading images (%1$d)…</string>
    <string name="article_set_labels">Set labels</string>
    <string name="search">Search</string>
    <string name="cancel">Cancel</string>
    <string name="pref_font_size">Article text size</string>
    <string name="dialog_close">Close</string>
    <string name="article_link_copy">Copy link to clipboard</string>
    <string name="text_copied_to_clipboard">Text copied to clipboard</string>
    <string name="attachments_prompt">Select attachment</string>
    <string name="attachment_view">View</string>
    <string name="attachment_copy">Copy URL</string>
    <string name="justify_article_text">Justify article text</string>
    <string name="dialog_offline_sync_in_progress">Offline sync in progress</string>
    <string name="dialog_offline_sync_stop">Stop syncing</string>
    <string name="dialog_offline_sync_continue">Continue</string>
    <string name="article_set_note">Publish with note</string>
    <string name="dialog_open_preferences">Settings</string>
    <string name="dialog_need_configure_prompt">Please fill in your tt-rss server information such as URL, login, and password.</string>
    <string name="update_headlines">Refresh</string>
    <string name="error_network_unavailable">Error: network unavailable</string>
    <string name="category_browse_headlines">Browse headlines</string>
    <string name="use_volume_keys">Use volume buttons</string>
    <string name="use_volume_keys_long">Switch between articles with hardware volume buttons</string>
    <string name="ssl_trust_any_host">No hostname verification</string>
    <string name="error_api_unknown_method">Error: unknown API method</string>
    <string name="ssl_trust_any_long">Accepts any SSL certificate without validation</string>
    <string name="ssl_trust_any_host_long">Do not verify server hostname</string>
    <string name="ssl">SSL</string>
    <string name="error_ssl_hostname_rejected">Error: SSL hostname not verified</string>

    <plurals name="article_comments">
        <item quantity="one">%1$d comment</item>
        <item quantity="other">%1$d comments</item>
    </plurals>

    <plurals name="trial_mode_prompt">
        <item quantity="one">Trial mode, only one day left.</item>
        <item quantity="other">Trial mode, %1$d days left.</item>
    </plurals>

    <string name="trial_purchase">Unlock full version</string>
    <string name="trial_expired">Trial expired</string>
    <string name="trial_expired_message">To continue using Tiny Tiny RSS please unlock the full version by purchasing the key.</string>
    <string name="theme_sepia">Sepia</string>
    <string name="theme_amber">Amber</string>
    <string name="reading">Reading</string>
    <string name="offline_articles_to_download">Amount of articles to download</string>
    <string name="offline_articles_to_download_long">How many articles to download for offline mode (newest first)</string>
    <string name="pref_headlines_show_content_long">Show content previews in headlines list</string>
    <string name="pref_headlines_show_content">Preview article content</string>
    <string name="api_too_low">This action requires newer version of Tiny Tiny RSS</string>
    <string name="share_url_hint">Article URL</string>
    <string name="share_content_hint">Article Content</string>
    <string name="share_title_hint">Article Title</string>
    <string name="share_share_button">Share</string>
    <string name="share_article_posted">Article posted.</string>
    <string name="subscribe_name">Subscribe with Tiny Tiny RSS</string>
    <string name="feed_url">Feed URL</string>
    <string name="subscribe_to_feed">Subscribe to feed</string>
    <string name="error_while_subscribing">Error while subscribing.</string>
    <string name="category_list_updated">Category list updated</string>
    <string name="subscribed_to_feed">Subscribed to feed</string>
    <string name="error_feed_already_exists_">Error: feed already exists.</string>
    <string name="error_invalid_url">Error: Invalid URL.</string>
    <string name="error_url_is_an_html_page_no_feeds_found">Error: URL is an HTML page, no feeds found.</string>
    <string name="error_url_contains_multiple_feeds">Error: URL contains multiple feeds</string>
    <string name="error_could_not_download_url">Error: Could not download URL</string>
    <string name="headlines_view_mode">Set view mode</string>
    <string name="headlines_set_view_mode">Set view mode</string>
    <string name="headlines_adaptive">Adaptive</string>
    <string name="headlines_all_articles">All articles</string>
    <string name="headlines_starred">Starred</string>
    <string name="headlines_published">Published</string>
    <string name="headlines_unread">Unread</string>
    <string name="article_img_open">Open image</string>
    <string name="article_img_share">Share image</string>
    <string name="article_img_view_caption">View Caption</string>
    <string name="pref_headlines_mark_read_scroll">Mark read on scroll</string>
    <string name="pref_headlines_mark_read_scroll_long">Headlines will be marked read when scrolling past them</string>

    <plurals name="mark_num_headlines_as_read">
        <item quantity="one">Mark %1$d article as read?</item>
        <item quantity="other">Mark %1$d articles as read?</item>
    </plurals>

    <string name="prefs_confirm_headlines_catchup">Confirm mark as read</string>
    <string name="author_formatted">by %1$s</string>

    <plurals name="n_unread_articles">
        <item quantity="zero">No unread articles</item>
        <item quantity="one">One unread article</item>
        <item quantity="other">%1$d unread articles</item>
    </plurals>

    <string name="pref_headline_font_size">Headline text size</string>
    <string name="context_confirm_catchup">Mark all articles in %1$s as read?</string>
    <string name="accel_webview_summary">Disable if you see flicker or visual glitches</string>
    <string name="accel_webview_title">Accelerate web views (3.0+)</string>
    <string name="place_shortcut">Place shortcut</string>
    <string name="shortcut_has_been_placed_on_the_home_screen">Shortcut has been placed on the home screen</string>
    <string name="download_articles_and_go_offline">Download articles and go offline</string>
    <string name="tasker_save_and_close">Save and close</string>
    <string name="synchronize_read_articles_and_go_online">Synchronize read articles and go online</string>
    <string name="font_size_dialog_suffix">sp</string>
    <string name="server_function_not_available">Sorry, this function is not available on your tt-rss version.</string>
    <string name="unsubscribe">Unsubscribe</string>
    <string name="unsubscribe_from_prompt">Unsubscribe from %1$s?</string>
    <string name="open_article_in_web_browser">Open in web browser</string>
    <string name="error_loading_image">Error loading image.</string>
    <string name="toggle_sort_order">Toggle oldest first</string>
    <string name="headlines_sort_default">Default</string>
    <string name="headlines_sort_newest_first">Newest first</string>
    <string name="headlines_sort_oldest_first">Oldest first</string>
    <string name="headlines_sort_title">Title</string>
    <string name="headlines_sort_articles_title">Sort articles</string>
    <string name="fresh_articles">Fresh articles</string>
    <string name="feed_all_articles">All articles</string>
    <string name="prefs_enable_fab">Enable FAB</string>
    <string name="prefs_enable_fab_long">Show floating action button when reading</string>
    <string name="prefs_open_fresh_on_startup">Open Fresh articles on startup</string>
    <string name="prefs_headline_display_mode">Headline display mode</string>
    <string name="prefs_headline_display_mode_long">Default, no images, or compact mode</string>
    <string name="headline_display_mode_default">Default</string>
    <string name="headline_display_mode_no_images">No images</string>
    <string name="headline_display_mode_compact">Compact</string>
    <string name="headline_display_mode_compact_noimages">Compact (no images)</string>
    <string name="prefs_version">%1$s (%2$d)</string>
    <string name="prefs_version_title">Version</string>
    <string name="prefs_build_timestamp">%1$s</string>
    <string name="prefs_build_timestamp_title">Build timestamp</string>
    <string name="crash_dialog_text">Unfortunately, Tiny Tiny RSS has stopped. Submit crash report to tt-rss.org?</string>
    <string name="prefs_widget_show_fresh">Show Fresh articles</string>
    <string name="prefs_widget_show_fresh_summary">Instead of total unread display amount of Fresh articles</string>
    <string name="prefs_widget">Widget</string>
    <string name="title_activity_video_player">Video Player</string>

    <string name="hello_world">Hello world!</string>
    <string name="action_settings">Settings</string>
    <string name="video_player_share">Share video</string>
    <string name="video_player_open">Open video</string>

    <string name="flavor_image_prompt">(more images…)</string>
    <string name="headlines_row_top_changed">New articles found, reload feed to continue.</string>
    <string name="prefs_custom_tabs_summary">Open external links with Chrome custom tabs (faster, used if available)</string>
    <string name="prefs_use_custom_tabs">Use quick preview</string>
    <string name="ask_me_every_time">Ask me every time</string>
    <string name="open_link">Open link</string>
    <string name="quick_preview">Quick preview</string>
    <string name="open_with_app">Open with app</string>
    <string name="prefs_opening_links">Opening links</string>
    <string name="open_with">Open with…</string>
</resources>