Welcome to mirror list, hosted at ThFree Co, Russian Federation.

strings.xml « values « res « main « src « News-Android-App - github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99c83eb6f967d17bf6682cfda6374346c5d0d2a4 (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
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
456
457
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="auto_sync_string">Auto sync</string>
    <string name="app_name" translatable="false">News</string>
    <string name="full_app_name" translatable="false">Nextcloud News</string>
    <string name="account_type" translatable="false">de.luhmer.owncloudnewsreader</string>
    <string name="authority" translatable="false">de.luhmer.owncloudnewsreader</string>
    <string name="title_activity_sync_interval_selector">Sync Interval</string>
    <string name="empty_view_content">No items here</string>
    <string name="empty_view_content_action">Pull down to refresh</string>
    <string name="toast_GettingMoreItems">Download of more items started. Please wait …</string>
    <string name="no_wifi_available">No WiFi connected</string>
    <string name="do_you_want_to_download_without_wifi">Do you want to download the images without a Wi-Fi connection</string>
    <string name="current_version">You\'re using Version %s</string>
    <string name="widget_header">Nextcloud News</string>
    <plurals name="message_bar_new_articles_available">
        <item quantity="one">%d new item available</item>
        <item quantity="other">%d new items available</item>
    </plurals>
    <string name="message_bar_reload">Reload</string>
    <string name="allUnreadFeeds">All unread items</string>
    <string name="starredFeeds">Starred items</string>
    <string name="title_activity_new_feed">Add new feed</string>

    <string name="menu_update">Refresh</string>
    <string name="menu_markAllAsRead">Mark all as read</string>
    <string name="menu_StartImageCaching">Download images</string>
    <string name="menu_downloadMoreItems">Download more items</string>

    <string name="img_view_thumbnail" translatable="false">Thumbnail</string>
    <string name="tv_showing_cached_version">Showing cached version</string>

    <!-- Action Bar Items -->
    <string name="action_starred">Starred</string>
    <string name="action_read">Read</string>
    <string name="action_playPodacst">Play Podcast</string>
    <string name="action_openInBrowser">Open in Web browser</string>
    <string name="action_Share">Share</string>
    <string name="action_login">Server Settings</string>
    <string name="action_save">Save</string>
    <string name="action_settings">Settings</string>
    <string name="action_sync_settings">Sync Settings</string>
    <string name="action_add_new_feed">Add new feed</string>
    <string name="action_textToSpeech">Read out</string>
    <string name="action_search">Search</string>
    <string name="action_download_articles_offline">Download articles offline</string>
    <string name="news_list_drawer_text" translatable="false">Feed-list</string>



    <!-- notifications -->
    <string name="notification_download_articles_offline">Downloading articles for offline usage</string>
    <string name="notification_download_images_offline">Downloading images for offline usage</string>
    <plurals name="notification_new_items_ticker">
        <item quantity="one">You have %d new unread item</item>
        <item quantity="other">You have %d new unread items</item>
    </plurals>
    <plurals name="notification_new_items_text">
        <item quantity="one">%d new unread item available</item>
        <item quantity="other">%d new unread items available</item>
    </plurals>

    <!-- Add new feed -->
    <string name="hint_feed_url">Feed URL</string>
    <string name="action_add_feed">Add feed</string>
    <string name="import_opml">Import OPML</string>
    <string name="export_opml">Export OPML</string>


    <!-- String related to NewsDetail-ContextMenu Items -->
    <string name="action_img_download">Download Image</string>
    <string name="action_img_sharelink">Share Image Link</string>
    <string name="action_img_open">Open Image in Browser</string>
    <string name="action_img_copylink">Copy Image Link</string>
    <string name="action_link_share">Share Link</string>
    <string name="action_link_open">Open Link in Browser</string>
    <string name="action_link_copy">Copy Link</string>
    <string name="toast_img_download_wait">Downloading. Please wait …</string>
    <string name="toast_img_saved">Image saved</string>
    <string name="toast_img_notwriteable">Failed to write Image.</string>
    <string name="toast_copied_to_clipboard">Copied to clipboard</string>
    <string name="error_download_failed">Download failed</string>
    <string name="intent_title_share">Share via</string>


    <!-- Strings related to NewsReaderListDialogFragment (Rename/Remove Feed) -->
    <string name="action_feed_remove">Remove Feed</string>
    <string name="action_feed_rename">Rename Feed</string>
    <string name="action_feed_move">Move Feed</string>
    <string name="feed_remove_button">Remove</string>
    <string name="feed_rename_button">Rename</string>
    <string name="confirm_feed_remove">Do you really want to remove this Feed? This cannot be undone!</string>
    <string name="feed_move_list_description">Select folder to move feed in</string>
    <string name="move_feed_root_folder">Root folder</string>

    <!-- Strings related to NewsReaderListDialogFragment (Notification Settings) -->
    <string name="notification_feed_unique">Receive unique notifications for this feed</string>
    <string name="notification_feed_default">All feeds with the default settings will appear in one notification</string>
    <string name="notification_feed_none">No notifications at all</string>

    <!-- Strings related to login -->
    <string name="login_manual">Manual login</string>
    <string name="login_sso">Login using Nextcloud Files App</string>
    <string name="pref_title_username">Username</string>
    <string name="pref_title_password">Password</string>
    <string name="pref_title_owncloudRootPath">Nextcloud root address</string>
    <string name="pref_default_owncloudRootPath">https://1.2.3.4/nextcloud</string>

    <string name="action_sign_in_short">Sign in</string>
    <string name="login_progress_signing_in">Signing in …</string>
    <!-- <string name="error_incorrect_password">Incorrect password</string> -->
    <string name="error_field_required">This field is required</string>
    <string name="error_invalid_url">Incorrect URL</string>


    <!-- Toast Messages -->
    <plurals name="toast_downloaded_x_items">
        <item quantity="one">Downloaded %d old item</item>
        <item quantity="other">Downloaded %d old items</item>
    </plurals>
    <string name="toast_no_more_downloads_available">No further items available</string>
    <plurals name="fetched_items_so_far">
        <item quantity="one">Fetched %d item so far …</item>
        <item quantity="other">Fetched %d items so far …</item>
    </plurals>


    <!-- Strings related to Settings -->
    <string name="title_activity_settings">Settings</string>
    <string name="cache_is_cleared">Cache is cleared!</string>


    <!-- General settings -->
    <string name="pref_header_general">General</string>
    <string name="pref_title_general_sort_order">Sort Order</string>

    <string name="pref_general_sort_order_new_old">New → Old</string>
    <string name="pref_general_sort_order_old_new">Old → New</string>

    <string-array name="pref_general_swipe_action" translatable="false">
        <item>@string/action_openInBrowser</item>
        <item>@string/action_starred</item>
        <item>@string/action_read</item>
    </string-array>
    <string-array name="pref_general_swipe_action_values" translatable="false">
        <item>0</item>
        <item>1</item>
        <item>2</item>
    </string-array>
    
    <string name="pref_rename_action_swipe_right">Action when swiping right</string>
    <string name="pref_rename_action_swipe_left">Action when swiping left</string>

    <string-array name="pref_general_sort_order" translatable="false">
        <item>@string/pref_general_sort_order_new_old</item>
        <item>@string/pref_general_sort_order_old_new</item>
    </string-array>
    <string-array name="pref_general_sort_order_values_not_translated" translatable="false">
        <item>1</item>
        <item>0</item>
    </string-array>

    <string name="pref_title_general_search_in">Search In</string>

    <string name="pref_general_search_in_title">Title</string>
    <string name="pref_general_search_in_body">Body</string>

    <string-array name="pref_general_search_in" translatable="false">
        <item>@string/pref_general_search_in_title</item>
        <item>@string/pref_general_search_in_body</item>
    </string-array>
    <string-array name="pref_general_search_in_values" translatable="false">
        <item>0</item>
        <item>1</item>
    </string-array>


    <string name="dialog_clearing_cache">Clearing cache</string>
    <string name="dialog_clearing_cache_please_wait">Clearing cache. Please wait …</string>
    <string name="reset_cache_unsaved_changes">There are unsynchronized changes. Would you like to reset the cache anyway?</string>
    <string name="warning">Warning</string>
    <string name="pref_title_AutoSyncOnStart">Sync on startup</string>
    <string name="pref_title_ShowOnlyUnread">Show only unread articles</string>
    <string name="pref_title_DisableHostnameVerification">Disable Hostname Verification</string>
    <string name="pref_title_NavigateWithVolumeButtons">Navigate with volume buttons</string>
    <string name="pref_title_MarkAsReadWhileScrolling">Mark as read while scrolling</string>
    <string name="pref_title_ShowFastActions">Activate fast access functions</string>
    <string name="pref_title_OpenInBrowserDirectly">Skip detailed view and open article in the browser</string>

    <!-- MemorizingTrustManager -->
    <string name="mtm_accept_cert">Accept Unknown Certificate?</string>
    <string name="mtm_decision_always">Always</string>
    <string name="mtm_decision_abort">Abort</string>
    <string name="mtm_notification">Certificate Verification</string>


    <!-- Podcast -->
    <string name="no_podcast_selected">No podcast selected</string>
    <string name="no_chapters_available">No chapters available</string>
    <string name="podcast_playback_speed_dialog_title">Playback Speed</string>
    <string name="notification_downloading_podcast_title">Downloading podcast</string>


    <!-- Settings for About -->
    <string name="pref_header_about">About</string>
    <string name="pref_license">License</string>
    <string name="pref_license_summary">GNU Affero General Public License (AGPL) version 3</string>
    <string name="pref_report_issue">Report an issue</string>
    <string name="pref_report_issue_summary">Requires a (free) GitHub account</string>
    <string name="pref_contribute">Contribute!</string>
    <string name="pref_contribute_summary">Get the source code</string>
    <string name="pref_privacy">Privacy</string>
    <string name="pref_privacy_summary">Nextcloud News Android Privacy Policy</string>
    <string name="pref_version">Nextcloud News Android app</string>


    <!-- Settings for Display -->
    <string name="pref_header_display">Display</string>
    <string name="pref_title_app_theme">Theme</string>
    <string name="pref_title_feed_list_layout">Feed list layout</string>
    <string name="pref_title_font_size">Font size</string>
    <string name="pref_display_browser">Browser</string>


    <string name="pref_display_news_detail_actionbar_icons_title">Action icons (Detail View)</string>

    <string-array name="pref_display_news_detail_actionbar_icons" translatable="false">
        <item>@string/action_openInBrowser</item>
        <item>@string/action_Share</item>
        <item>@string/action_playPodacst</item>
        <!-- <item>@string/action_textToSpeech</item> -->
    </string-array>
    <string-array name="pref_display_news_detail_actionbar_icons_values" translatable="false">
        <item>open_in_browser</item>
        <item>share</item>
        <item>podcast</item>
        <!-- <item>tts</item> -->
    </string-array>
    <string-array name="pref_display_news_detail_actionbar_icons_default_values" translatable="false"></string-array>


    <string name="pref_display_apptheme_auto">System Default</string>
    <string name="pref_display_apptheme_light">Light</string>
    <string name="pref_display_apptheme_dark">Dark</string>

    <string-array name="pref_display_apptheme" translatable="false">
        <item>@string/pref_display_apptheme_auto</item>
        <item>@string/pref_display_apptheme_light</item>
        <item>@string/pref_display_apptheme_dark</item>
    </string-array>
    <string-array name="pref_display_apptheme_values" translatable="false">
        <item>0</item>
        <item>1</item>
        <item>2</item>
    </string-array>

    <string name="pref_oled_mode">Black background</string>
    <string name="pref_oled_mode_summary">For dark theme on OLED screens</string>

    <string-array name="pref_title_lines_count" translatable="false">
        <item>1</item>
        <item>2</item>
        <item>3</item>
        <item>4</item>
    </string-array>
    <string-array name="pref_title_lines_count_values" translatable="false">
        <item>1</item>
        <item>2</item>
        <item>3</item>
        <item>4</item>
    </string-array>


    <string name="pref_display_browser_cct">Built-in Chrome-Custom-Tabs</string>
    <string name="pref_display_browser_built_in">Built-in Browser</string>
    <string name="pref_display_browser_external">External Browser</string>

    <string-array name="pref_display_browser" translatable="false">
        <item>@string/pref_display_browser_cct</item>
        <item>@string/pref_display_browser_built_in</item>
        <item>@string/pref_display_browser_external</item>
    </string-array>
    <string-array name="pref_display_browser_values" translatable="false">
        <item>0</item>
        <item>2</item>
        <item>1</item>
    </string-array>

    <string name="pref_display_feed_list_layout_headline_thumbnails">Thumbnails (only Headlines)</string>
    <string name="pref_display_feed_list_layout_thumbnails">Thumbnails</string>
    <string name="pref_display_feed_list_layout_simple_text">Simple text</string>
    <string name="pref_display_feed_list_layout_headlines">Headlines</string>
    <string name="pref_display_feed_list_layout_full_text">Full text</string>
    <string name="pref_display_feed_list_layout_web_layout">Web layout</string>
    <string name="pref_display_feed_list_layout_card_view">Card view</string>

    <string-array name="pref_display_feed_list_layout" translatable="false">
        <item>@string/pref_display_feed_list_layout_headline_thumbnails</item>
        <item>@string/pref_display_feed_list_layout_thumbnails</item>
        <item>@string/pref_display_feed_list_layout_headlines</item>
        <item>@string/pref_display_feed_list_layout_simple_text</item>
        <item>@string/pref_display_feed_list_layout_full_text</item>
        <item>@string/pref_display_feed_list_layout_web_layout</item>
        <item>@string/pref_display_feed_list_layout_card_view</item>
    </string-array>
    <string-array name="pref_display_feed_list_layout_values" translatable="false">
        <item>6</item>
        <item>0</item>
        <item>5</item>
        <item>1</item>
        <item>3</item>
        <item>2</item>
        <item>4</item>
    </string-array>


    <!-- font size scaling definitions -->
    <string name="pref_display_font_size_s">Small</string>
    <string name="pref_display_font_size_d">Default</string>
    <string name="pref_display_font_size_l">Large</string>
    <string name="pref_display_font_size_xl">Extra Large</string>

    <string-array name="pref_display_font_size" translatable="false">
        <item>@string/pref_display_font_size_s</item>
        <item>@string/pref_display_font_size_d</item>
        <item>@string/pref_display_font_size_l</item>
        <item>@string/pref_display_font_size_xl</item>
    </string-array>
    <string-array name="pref_display_font_size_values" translatable="false">
        <item>0.8</item>
        <item>1.0</item>
        <item>1.2</item>
        <item>1.4</item>
    </string-array>


    <!-- content description for images and icons -->
    <string name="content_desc_none" translatable="false">@null</string>
    <string name="content_desc_play">play</string>
    <string name="content_desc_pause">pause</string>
    <string name="content_desc_playback_speed">playback speed</string>
    <string name="content_desc_rewind">rewind</string>
    <string name="content_desc_forward">forward</string>
    <string name="content_desc_expand">expand</string>
    <string name="content_desc_collapse">collapse</string>
    <string name="content_desc_mark_as_read">mark as read</string>
    <string name="content_desc_mark_as_unread">mark as unread</string>
    <string name="content_desc_tap_to_refresh">tap to refresh</string>
    <string name="content_desc_add_to_favorites">add to favorites</string>
    <string name="content_desc_remove_from_favorites">remove from favorites</string>
    <string name="content_desc_show_password">show password</string>
    <string name="content_desc_delete">delete</string>
    <string name="content_desc_download">download</string>

    <!-- Login Dialog -->
    <string name="login_dialog_title_error">Error</string>
    <string name="login_dialog_text_news_app_not_installed_on_server" formatted="true">It looks like your news app is not installed or activated on your server. Please follow the instructions given here to setup the news app on your server first: %1$s</string>
    <string name="login_dialog_text_something_went_wrong">Something went wrong :(</string>
    <string name="login_dialog_text_zero_version_code">The Web News App returned Version "0". Please take a look at the following bug report: https://github.com/nextcloud/news/issues/5#issuecomment-242883795</string>
    <string name="login_dialog_text_not_compatible">This App version is not compatible with your Nextcloud News App. Please upgrade the news app and the appframework.</string>
    <string name="login_dialog_title_security_warning">Security Warning</string>
    <string name="login_dialog_text_security_warning">You\'re not using HTTPS, which is strongly encouraged. An attacker could intercept your traffic and gain access to some sensitive data (e.g. your password).</string>
    <string name="login_dialog_select_account_unknown_error_toast">Something went wrong. Please try again.</string>


    <!-- Data & Sync -->
    <string name="pref_header_data_sync">Data &amp; sync</string>
    <string name="pref_title_clearCache">Clear cache</string>
    <string name="pref_title_CacheImagesOffline">Cache images offline</string>
    <string name="pref_title_Max_Cache_Size">Max Cache Size</string>

    <string name="pref_data_sync_image_cache_never">Never</string>
    <string name="pref_data_sync_image_cache_wifi_only">Over WiFi only</string>
    <string name="pref_data_sync_image_cache_wifi_and_mobile">Over WiFi &amp; Mobile</string>
    <string name="pref_data_sync_image_cache_ask">Ask when not connected to WiFi</string>

    <string-array name="pref_data_sync_image_cache" translatable="false">
        <item>@string/pref_data_sync_image_cache_never</item>
        <item>@string/pref_data_sync_image_cache_wifi_only</item>
        <item>@string/pref_data_sync_image_cache_wifi_and_mobile</item>
        <item>@string/pref_data_sync_image_cache_ask</item>
    </string-array>
    <string-array name="pref_data_sync_image_cache_values" translatable="false">
        <item>0</item>
        <item>1</item>
        <item>2</item>
        <item>3</item>
    </string-array>


    <string-array name="pref_data_sync_max_cache_size" translatable="false">
        <item>250 MB</item>
        <item>500 MB</item>
        <item>750 MB</item>
        <item>1 GB</item>
        <item>2 GB</item>
        <item>5 GB</item>
        <item>10 GB</item>
    </string-array>
    <string-array name="pref_data_sync_max_cache_size_values" translatable="false">
        <item>250</item>
        <item>500</item>
        <item>750</item>
        <item>1000</item>
        <item>2000</item>
        <item>5000</item>
        <item>10000</item>
    </string-array>


    <string name="array_sync_interval_min_0">Never</string>
    <string name="array_sync_interval_min_5">5 minutes</string>
    <string name="array_sync_interval_min_15">15 minutes</string>
    <string name="array_sync_interval_min_30">30 minutes</string>
    <string name="array_sync_interval_min_45">45 minutes</string>
    <string name="array_sync_interval_hour_1">1 hour</string>
    <string name="array_sync_interval_hour_2">2 hours</string>
    <string name="array_sync_interval_hour_3">3 hours</string>
    <string name="array_sync_interval_hour_6">6 hours</string>
    <string name="array_sync_interval_hour_12">12 hours</string>
    <string name="array_sync_interval_hour_24">24 hours</string>
    <string name="switch_account">Switch account</string>
    
    <string name="successfully_exported">Successfully exported to:</string>
    <string name="opml_export">OPML Export</string>
    <string name="parsing_opml">Parsing OPML</string>
    <string name="please_wait">Please wait …</string>
    <string name="interval_sync_title">Interval Sync</string>

    <string-array name="array_sync_interval" translatable="false">
        <item>@string/array_sync_interval_min_0</item>
        <item>@string/array_sync_interval_min_5</item>
        <item>@string/array_sync_interval_min_15</item>
        <item>@string/array_sync_interval_min_30</item>
        <item>@string/array_sync_interval_min_45</item>
        <item>@string/array_sync_interval_hour_1</item>
        <item>@string/array_sync_interval_hour_2</item>
        <item>@string/array_sync_interval_hour_3</item>
        <item>@string/array_sync_interval_hour_6</item>
        <item>@string/array_sync_interval_hour_12</item>
        <item>@string/array_sync_interval_hour_24</item>
    </string-array>
    <string-array name="array_sync_interval_values" translatable="false">
        <item>0</item>
        <item>5</item>
        <item>15</item>
        <item>30</item>
        <item>45</item>
        <item>60</item>
        <item>120</item>
        <item>180</item>
        <item>360</item>
        <item>720</item>
        <item>1440</item>
    </string-array>
</resources>