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: b2a9c694fdb5b2093f77bde52b808ddd2c4ca5ea (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
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="auto_sync_string">Auto sync</string>
    <string name="app_name">Nextcloud News</string>
    <string name="title_activity_sync_interval_selector">Sync Interval Selector</string>
    <string name="title_activity_news_detail">NewsDetailActivity</string>
    <string name="empty_view_content">No items here</string>
    <string name="toast_GettingMoreItems">Started downloading more items… 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 WiFi 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_About_Changelog">About / Changelog</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>


    <!-- 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 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>
    <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 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="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>

    <!-- Strings related to login -->
    <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_field_required">This field is required</string>
    <string name="error_invalid_url">This url is incorrect</string>


    <!-- Import Accounts -->
    <string name="import_account">Import Account</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-array name="pref_general_sort_order">
        <item>New -> Old</item>
        <item>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="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_OpenInBrowserDirectly">Use external browser to view articles</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>


    <!-- Settings for Display -->
    <string name="pref_header_display">Display</string>
    <string name="pref_title_app_theme">App theme</string>
    <string name="pref_title_feed_list_layout">Feed list layout</string>
    <string name="pref_display_title_lines_count">Line Count for title</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-array name="pref_display_apptheme">
        <item>Dark</item>
        <item>Light</item>
    </string-array>
    <string-array name="pref_display_apptheme_values" translatable="false">
        <item>0</item>
        <item>1</item>
    </string-array>
    <string-array name="pref_display_feed_list_layout">
        <item>Simple</item>
        <item>Extended</item>
        <item>Extended (full text)</item>
        <item>Extended with Webview</item>
    </string-array>
    <string-array name="pref_display_feed_list_layout_values" translatable="false">
        <item>0</item>
        <item>1</item>
        <item>3</item>
        <item>2</item>
    </string-array>
    <string-array name="pref_title_lines_count">
        <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>


    <!-- Settings for Notifications -->
    <string name="pref_header_notifications">Notifications</string>
    <string name="pref_title_notification_new_articles_available">Show notification when new articles are available</string>


    <!-- Login Dialog -->
    <string name="login_dialog_title_error">Error</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 update 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. An attacker could intercept your traffic and gain access to some sensitive data (e.g. your password). So it\'s strongly recommend to use https!</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-array name="pref_data_sync_image_cache">
        <item>Never</item>
        <item>Over WiFi only</item>
        <item>Over WiFi &amp; Mobile</item>
        <item>Ask when not connected to WiFi</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">
        <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-array name="array_sync_interval">
        <item>5 Minutes</item>
        <item>15 Minutes</item>
        <item>30 Minutes</item>
        <item>45 Minutes</item>
        <item>1 Hour</item>
        <item>2 Hours</item>
        <item>3 Hours</item>
        <item>6 Hours</item>
        <item>12 Hours</item>
        <item>24 Hours</item>
    </string-array>
    <string-array name="array_sync_interval_values" translatable="false">
        <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>


    <!-- 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_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>
</resources>