-
Notifications
You must be signed in to change notification settings - Fork 272
Expand file tree
/
Copy pathstrings.xml
More file actions
396 lines (365 loc) · 29.4 KB
/
strings.xml
File metadata and controls
396 lines (365 loc) · 29.4 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
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="app_name" translatable="false">wallabag</string>
<string name="btnMarkRead">Mark as Read</string>
<string name="btnMarkUnread">Mark as Unread</string>
<string name="add_to_favorites">Add to Favorites</string>
<string name="remove_from_favorites">Remove from Favorites</string>
<string name="menuShare">Share</string>
<string name="menuNext">Next article</string>
<string name="menuPrevious">Previous article</string>
<string name="menuDelete">Delete</string>
<string name="menuOpenOriginal">Open original</string>
<string name="menuCopyOriginalURL">Copy original URL</string>
<string name="menuTTS">Text To Speech</string>
<string name="ttsSpeed">Rate</string>
<string name="ttsPitch">Pitch</string>
<string name="ttsVolume">Volume</string>
<string name="ttsLanguage">Choose Language</string>
<string name="ttsVoice">Choose Voice</string>
<string name="ttsAutoplayNextArticle">AutoPlay Next Article</string>
<string name="ttsError">Text To Speech Error</string>
<string name="ttsFastRewind">Fast Rewind</string>
<string name="ttsPlayPause">Play / Pause</string>
<string name="ttsFastForward">Fast Forward</string>
<string name="ttsOptions">Options</string>
<string name="menu_open_random_article">Open random article</string>
<string name="menu_syncLocalChanges">Sync local changes</string>
<string name="d_deleteArticle_title">Delete article?</string>
<string name="d_deleteArticle_message">Are you sure you want to delete the article?</string>
<string name="txtNetOffline">Make sure you are connected to the Internet first.</string>
<string name="txtConfigNotSet">Set up the app before syncing.</string>
<string name="txtUrlCopied">Article URL copied to clipboard</string>
<string name="dialog_add_label">Add a new article</string>
<string name="page_url">Page URL</string>
<string name="share_article_title">Share article</string>
<string name="share_text_extra">" via @wallabagapp"</string>
<string name="positive_answer">Yes</string>
<string name="negative_answer">No</string>
<string name="no_articles">No articles</string>
<string name="loading_article_text">Loading…</string>
<string name="d_urlAction_title">Select an action for URL</string>
<string name="d_urlAction_openInBrowser">Open in browser</string>
<string name="d_urlAction_addToWallabag">Add to wallabag</string>
<string name="d_urlAction_copyToClipboard">Copy to clipboard</string>
<string name="ok">OK</string>
<string name="d_add_fail_title">Fail</string>
<string name="d_add_fail_text">Couldn\'t find a URL in share string:\n</string>
<string name="d_configurationChanged_title">Parameters changed</string>
<string name="d_configurationChanged_message">Test the connection to check if the new parameters work.</string>
<string name="d_configurationChanged_answer_decline">Not now</string>
<string name="d_configurationIsQuestionable_title">Problem detected</string>
<string name="d_configurationIsQuestionable_message">There was a connection error recently. It is recommended to perform a connection test.</string>
<string name="addLink_success_text">Added</string>
<string name="settings_parametersAreOk">The parameters are fine</string>
<string name="settings_parametersAutofilled">Parameters filled</string>
<string name="testConnection_progressDialogMessage">Testing connection…</string>
<string name="testConnection_errorMessage_incorrectUrl">Incorrect URL</string>
<string name="testConnection_errorMessage_unsupportedServerVersion">The server version is unsupported</string>
<string name="testConnection_errorMessage_wallabagNotFound">Could not find wallabag service — check URL</string>
<string name="testConnection_errorMessage_httpAuth">HTTP authentication failed</string>
<string name="testConnection_errorMessage_noCSRF">Could not parse login form</string>
<string name="testConnection_errorMessage_incorrectCredentials">Can\'t log in — check username and password</string>
<string name="testConnection_errorMessage_authProblems">Could not log in (usually caused by HTTP-redirections)</string>
<string name="testConnection_errorMessage_unknownPageAfterLogin">Unknown page after login. Usually caused by two-factor authentication (which the app doesn\'t support yet).</string>
<string name="testConnection_errorMessage_unknown">Unknown error</string>
<string name="testConnection_errorMessage_unknownWithMessage">Unknown error: %s</string>
<string name="d_testConnection_urlSuggestion_title">Consider changing URL</string>
<string name="d_testConnection_urlSuggestion_acceptButton">Use suggested</string>
<string name="d_testConnection_urlSuggestion_declineButton">Use mine</string>
<string name="d_testConnection_urlSuggestion_cancelButton">Cancel</string>
<string name="d_testConnection_urlSuggestion_message">Changing the URL to "%s" is recommended over using the entered one.</string>
<string name="d_testConnection_urlSuggestion_message_mandatory">It is suggested to change URL to: "%s"</string>
<string name="d_testConnection_fail_title">Connection test failed</string>
<string name="getCredentials_progressDialogMessage">Getting API credentials…</string>
<string name="d_getCredentials_title_fail">Couldn\'t get API credentials</string>
<string name="d_getCredentials_title_message">Something went wrong. Check your Internet connection and try again.</string>
<string name="checkCredentials_progressDialogMessage">Testing API access…</string>
<string name="d_checkCredentials_title_fail">API access test failed</string>
<string name="d_checkCredentials_errorMessage_notFound">API not found</string>
<string name="d_checkCredentials_errorMessage_notFoundWithMessage">API not found: %s</string>
<string name="d_checkCredentials_errorMessage_noAccess">No access to API</string>
<string name="d_checkCredentials_errorMessage_noAccessWithMessage">No access to API: %s</string>
<string name="d_checkCredentials_errorMessage_unknown">Unknown error</string>
<string name="d_checkCredentials_errorMessage_unknownWithMessage">Unknown error: %s</string>
<string name="wrongUsernameOrPassword_errorMessage">Couldn\'t log in. Maybe the username or password is wrong?</string>
<string name="previousUpdateNotFinished">Previous update not finished yet</string>
<string name="feedName_favorites">Favorites</string>
<string name="feedName_archived">Archived</string>
<string name="feedName_unread">Unread</string>
<string name="articleList_favoriteMark">Favorite mark</string>
<string name="articleList_ArchivedMark">Archived mark</string>
<string name="noPreviousArticle">There is no previous article in current list</string>
<string name="scrolledOverBottom">Scroll %d more time(s) past the bottom to mark article as read</string>
<string name="markedAsRead"> Article marked as read</string>
<string name="noNextArticle">No more articles in current list</string>
<string name="themeName_light">Light</string>
<string name="themeName_light_contrast">Light (high contrast)</string>
<string name="themeName_eink">For e-ink displays</string>
<string name="themeName_dark">Dark</string>
<string name="themeName_dark_contrast">Dark (high contrast)</string>
<string name="themeName_solarized">Solarized</string>
<string name="menu_readArticle_increaseFontSize">Increase font size</string>
<string name="menu_readArticle_decreaseFontSize">Decrease font size</string>
<string name="aboutText"><b>wallabag app for Android</b>\n
wallabag is a self-hostable app, allowing you to not miss any content anymore. Click, save and read the extracted content at your leisure.</string>
<string name="readSpeed">Read speed</string>
<string name="voiceHeight">Voice pitch</string>
<string name="readVolume">Read volume</string>
<string name="menuDownloadAsFile">Download as file</string>
<string name="dialog_title_downloadFileFormat">Select file format</string>
<string name="downloadAsFilePathStart">Downloading article</string>
<string name="downloadAsFileArticleDownloaded">Article downloaded</string>
<string name="downloadAsFileArticleDownloadedDetail">Article %s downloaded</string>
<string name="downloadAsFileTouchToOpen">Touch to open</string>
<string name="downloadAsFileProgressDetail">wallabag downloads your article %1$s in %2$s</string>
<string name="downloadAsFileProgress">wallabag downloads your article in %s</string>
<string name="notification_updatingArticles">Updating articles</string>
<string name="notification_updatingArticles_full">Performing full update</string>
<string name="notification_updatingArticles_fast">Performing fast update</string>
<string name="notification_sweepingDeletedArticles">Sweeping deleted articles</string>
<string name="notification_downloadingImages">Downloading images…</string>
<string name="notification_syncingQueue">Syncing local changes…</string>
<string name="notification_backgroundOperations">Background operations</string>
<string name="notification_error">Error</string>
<string name="notification_incorrectCredentials">Incorrect credentials</string>
<string name="notification_incorrectConfiguration">Incorrect configuration</string>
<string name="notification_serverError">Server error</string>
<string name="notification_unknownError">Unknown error</string>
<string name="notification_expandedError">Error: %s</string>
<string name="notification_channel_group_name_tts">TTS</string>
<string name="notification_channel_group_name_sync">Syncing</string>
<string name="notification_channel_group_name_other">Other</string>
<string name="notification_channel_name_tts">wallabag TTS</string>
<string name="notification_channel_name_sync">Syncing</string>
<string name="notification_channel_name_downloading_articles">Downloading PDFs</string>
<string name="notification_channel_name_background_operations">Background operations</string>
<string name="notification_channel_name_error">Errors</string>
<string name="menu_lists_search">Search</string>
<string name="menu_lists_changeSortOrder">Change sort order</string>
<string name="menu_lists_sweepDeletedArticles">\"Sweep\" deleted articles</string>
<string name="menu_lists_fullUpdate">Full update</string>
<string name="other_searchHint">Search by article title or text</string>
<string name="menu_changeTitle">Change title</string>
<string name="menu_manageTags">Manage tags</string>
<string name="manageTags_title">Manage tags</string>
<string name="manageTags_save">Save</string>
<string name="manageTags_textField_hint">One or more (comma-separated) tags</string>
<string name="manageTags_addNew">Add</string>
<string name="manageTags_currentTags">Selected tags:</string>
<string name="manageTags_currentTags_none">None</string>
<string name="manageTags_addMoreTags">Add more tags:</string>
<string name="content_estimatedReadingTime">%s min</string>
<string name="content_estimatedReadingTimeTTSLabel">Estimated reading time</string>
<string name="lastUpdateTimeLabel">Last update: %s</string>
<string name="listItem_estimatedReadingTime">%d min</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="nav_main_articles">Articles</string>
<string name="nav_main_tags">Tags</string>
<string name="nav_main_tagged_articles">Tagged articles</string>
<string name="nav_add">Add new entry</string>
<string name="nav_other_settings">Settings</string>
<string name="nav_other_about">About</string>
<string name="title_main_tag">Tag: %s</string>
<string name="message_couldNotOpenUrl">Couldn\'t open this URL</string>
<string name="message_disableTouch_inputDisabled">Touch input off</string>
<string name="message_disableTouch_inputEnabled">Touch input on</string>
<string name="d_disableTouch_changeKey_title">Button to turn off touch input</string>
<string name="d_disableTouch_currentCode">Currently selected key-code (press a button to change it):</string>
<string name="pref_name_runConnectionWizard">Run connection wizard</string>
<string name="pref_desc_runConnectionWizard">Helps set up basic connection settings</string>
<string name="pref_categoryName_connection">Connection</string>
<string name="pref_name_connection_url">wallabag URL</string>
<string name="pref_desc_connection_url">
Examples:\n
https://wallabag.example.com\n
https://example.com/wallabag\n
https://app.wallabag.it
</string>
<string name="pref_name_connection_username">Username</string>
<string name="pref_name_connection_password">Password</string>
<string name="pref_name_connection_api_clientID">Client ID</string>
<string name="pref_name_connection_api_clientSecret">Client secret</string>
<string name="pref_name_connection_autofill">Auto-fill</string>
<string name="pref_desc_connection_autofill">Test connection and fill in client ID and client secret</string>
<string name="pref_categoryName_connection_advanced">Advanced connection settings</string>
<string name="pref_categoryName_connection_advanced_httpAuth">HTTP Basic authentication</string>
<string name="pref_categoryDesc_connection_advanced_httpAuth">If you don\'t know what it is, leave it empty</string>
<string name="pref_name_connection_advanced_httpAuthUsername">HTTP auth username</string>
<string name="pref_name_connection_advanced_httpAuthPassword">HTTP auth password</string>
<string name="pref_categoryName_ui">UI</string>
<string name="pref_name_ui_theme">App theme</string>
<string name="pref_name_ui_theme_auto">Auto dark mode</string>
<string name="pref_desc_ui_theme_auto">Switch between light and dark theme based on system settings</string>
<string name="pref_name_ui_theme_auto_light">Auto light theme</string>
<string name="pref_desc_ui_theme_auto_light">Theme to use when system is in light mode</string>
<string name="pref_name_ui_theme_auto_dark">Auto dark theme</string>
<string name="pref_desc_ui_theme_auto_dark">Theme to use when system is in dark mode</string>
<string name="pref_name_ui_article_fontSize" formatted="false">Article text size (%)</string>
<string name="pref_name_ui_article_fontSerif">Serif typeface</string>
<string name="pref_desc_ui_article_fontSerif">Serif font for articles</string>
<string name="pref_name_ui_article_textAlignment_justify">Text alignment: Justify</string>
<string name="pref_desc_ui_article_textAlignment_justify">Stretches lines to equal width (like in newspapers)</string>
<string name="pref_name_ui_article_handlePreformattedText">Handling Long Preformatted Text</string>
<string name="pref_desc_ui_article_handlePreformattedText">How to handle preformatted text too long to show in full.</string>
<string-array name="pref_option_handlePreformattedText">
<item>Scroll inside window (overflow)</item>
<item>Break lines (pre-wrap)</item>
</string-array>
<string name="pref_name_ui_showArticleAddedDialog">Show a dialog when bagging</string>
<string name="pref_desc_ui_showArticleAddedDialog">Shows a dialog allowing favoriting/archiving/tagging a newly added article (or a toast message otherwise)</string>
<string name="pref_name_ui_article_fullscreen">Fullscreen articles</string>
<string name="pref_desc_ui_article_fullscreen">Hides system and app bars when reading articles</string>
<string name="pref_name_ui_onyxworkaround_enabled">Onyx Boox theme workaround</string>
<string name="pref_desc_ui_onyxworkaround_enabled">Prevent Onyx devices forcing black link colors</string>
<string name="pref_name_ui_readingSpeed">Reading speed</string>
<string name="pref_desc_ui_readingSpeed">Your reading speed (in words per minute) to show estimated reading time.</string>
<string name="pref_name_ui_keepScreenOn">Keep screen on while reading</string>
<string name="pref_desc_ui_keepScreenOn">Don\'t let the screen turn off while reading an article</string>
<string name="pref_categoryName_ui_screenScrolling">Screen scrolling</string>
<string name="pref_name_ui_volumeButtonsScrolling_enabled">Go up and down using the volume buttons</string>
<string name="pref_name_ui_tapToScroll_enabled">Tap-to-scroll</string>
<string name="pref_desc_ui_tapToScroll_enabled">Go up and down by tapping the left and right screen sides</string>
<string name="pref_name_ui_screenScrolling_percent">Percent of screen height to scroll</string>
<string name="pref_name_ui_screenScrolling_smooth">Smooth scrolling</string>
<string name="pref_categoryName_ui_misc">Misc</string>
<string name="pref_name_ui_disableTouch_enabled">No touch input</string>
<string name="pref_desc_ui_disableTouch_enabled">Press the \"No touch input\" button (camera button by default) to block or unblock touch input on the reading screen (system controls are unaffected)</string>
<string name="pref_name_ui_disableTouch_keyCode">\"No touch input\" button</string>
<string name="pref_desc_ui_disableTouch_keyCode">Select a button to turn on and off touch input</string>
<string name="pref_name_ui_scrollOverBottom">Scroll past bottom to mark as read</string>
<string name="pref_desc_ui_scrollOverBottom">Set how many times scrolling past the bottom marks an article as read</string>
<string name="pref_name_ui_swipeArticles">Swipe Articles</string>
<string name="pref_desc_ui_swipeArticles">Swipe ← or → inside an article to go to previous or next article</string>
<string name="pref_name_ui_previewImage_enabled">Preview Image</string>
<string name="pref_desc_ui_previewImage_enabled">Display the preview image before the article</string>
<string name="pref_name_ui_annotations_enabled">Annotation support</string>
<string name="pref_desc_ui_annotations_enabled">Experimental! See, edit and create annotations</string>
<string name="pref_name_ui_mathRendering_enabled">Math rendering</string>
<string name="pref_desc_ui_mathRendering_enabled">LaTeX-math rendering via KaTeX</string>
<string name="pref_name_ui_mathRendering_delimiters">Math delimiters</string>
<string name="pref_desc_ui_mathRendering_delimiters">Select the environment delimiters KaTeX should process</string>
<string name="pref_categoryName_tts">Text-to-speech</string>
<string name="pref_name_tts_fastForwardTime">Fast-forward skip time</string>
<string name="pref_desc_tts_fastForwardTime">Number of seconds pressing \"Fast Forward\" skips forwards</string>
<string name="pref_name_tts_rewindTime">Rewind skip time</string>
<string name="pref_desc_tts_rewindTime">Number of seconds pressing \"Rewind\" skips backwards</string>
<string name="pref_name_tts_nextButtonIsFastForward">\"Next\" button fast-forwards</string>
<string name="pref_desc_tts_nextButtonIsFastForward">Pressing \"Next\" media button fast-forwards instead of skipping to next article</string>
<string name="pref_name_tts_previousButtonIsRewind">\"Previous\" button rewinds</string>
<string name="pref_desc_tts_previousButtonIsRewind">Pressing \"Previous\" media button rewinds instead of skipping to previous article</string>
<string name="pref_name_tts_showPreviewAsAlbumArt">Preview image as album art</string>
<string name="pref_desc_tts_showPreviewAsAlbumArt">Use article preview picture (if present) as the album cover-art (shown in the notification and possibly as lock-screen background)</string>
<string name="pref_categoryName_sync">Syncing</string>
<string name="pref_name_sync_syncTypes">Ways to sync</string>
<string name="pref_desc_sync_syncTypes">Press for more info about syncing types</string>
<string name="pref_desc_sync_syncTypes_text">\"Full\" and \"Fast\" are the two main syncing types.\n\n
\"Full\" deletes all local content and re-downloads it. (The option is there in the menu as a last resort.)\n\n
\"Fast\" (incremental) downloads any changes made since the previous sync to save time and bandwidth. It can\'t detect and delete remotely deleted articles. (Pull ↓ beyond the top position scrollbar in any article list to use it).\n\n
Use \"Deleted article sweep\" to auto-remove any local articles not found on the server. Takes a while, but saves traffic over the \"Full\" sync.\n\n
Local changes are always synced from the client to the server before updating local content (if it fails, nothing is lost).
</string>
<string name="pref_name_sync_sweepingAfterFastSync_enabled">\"Deleted article sweep\" after \"Fast\" sync</string>
<string name="pref_desc_sync_sweepingAfterFastSync_enabled">The description of different sync types above has more info</string>
<string name="pref_categoryName_autoSync">Auto-sync</string>
<string name="pref_name_autoSync_onStartup_enabled">Auto-sync upon app start</string>
<string name="pref_decs_autoSync_onStartup_enabled">The app will sync when you open it</string>
<string name="pref_name_autoSync_enabled">Auto-sync</string>
<string name="pref_desc_autoSync_enabled">Syncs local changes (added links, archived articles, etc.) automatically and downloads new articles based on a schedule</string>
<string name="pref_name_autoSync_interval">Auto-sync interval</string>
<string name="pref_option_autoSync_interval_15m">15 minutes</string>
<string name="pref_option_autoSync_interval_30m">30 minutes</string>
<string name="pref_option_autoSync_interval_1h">1 hour</string>
<string name="pref_option_autoSync_interval_12h">12 hours</string>
<string name="pref_option_autoSync_interval_24h">24 hours</string>
<string name="pref_name_autoSync_type">Auto-sync type</string>
<string-array name="pref_option_autoSync_type">
<item>Fast</item>
<item>Full</item>
</string-array>
<string name="pref_name_autoSyncQueue_enabled">Separate auto-sync for local changes</string>
<string name="pref_desc_autoSyncQueue_enabled">Syncs local changes (added links, archived articles, etc.) to the server once online again.</string>
<string name="pref_name_imageCache_enabled">Put article images in cache</string>
<string name="pref_desc_imageCache_enabled">Auto-download all images from every article onto the device (takes up a lot of time and space if the article list is long)</string>
<string name="pref_name_storage_dbPath">Database location</string>
<string name="pref_name_storage_dbPath_internalStorage">Internal storage</string>
<string name="pref_name_storage_dbPath_externalStorage" formatted="true">External storage: %s</string>
<string name="pref_name_storage_dbPath_dbMoved">Database moved</string>
<string name="pref_categoryName_miscellaneous">Miscellaneous</string>
<string name="pref_name_misc_addTitleToSharedText">Add title to shared text</string>
<string name="pref_desc_misc_addTitleToSharedText">Add the article title to the shared text</string>
<string name="pref_name_misc_appendWallabagMention">Append wallabag mention</string>
<string name="pref_desc_misc_appendWallabagMention">Append \"via @wallabagapp\" to shared texts</string>
<string name="pref_name_misc_handleHttpScheme">Handle HTTP scheme</string>
<string name="pref_desc_misc_handleHttpScheme">Show wallabag in the list of web-browsers</string>
<string name="pref_name_misc_ftsIcuTokenizer_enabled">Use ICU tokenizer for full-text-search</string>
<string name="pref_desc_misc_ftsIcuTokenizer_enabled">Uses ICU tokenizer for full-text-search indexing (generic unicode61 tokenizer is used otherwise). May improve search results for CJK languages. \"Full update\" is required for the option to take effect.</string>
<string name="pref_name_misc_wipeDB">Clear Database</string>
<string name="pref_desc_misc_wipeDB">Deletes articles and all unsynced local changes and URLs from the local database</string>
<string name="pref_name_misc_wipeDB_confirmTitle">Clear Database?</string>
<string name="pref_name_misc_wipeDB_confirmMessage">Are you sure you want to clear the database?</string>
<string name="pref_categoryName_misc_localQueue">Local changes</string>
<string name="pref_name_misc_localQueue_notice">Warning</string>
<string name="pref_desc_misc_localQueue_notice">Don\'t do anything here unless you know what you\'re doing!</string>
<string name="pref_name_misc_localQueue_dumpToFile">Save to file</string>
<string name="pref_desc_misc_localQueue_dumpToFile">Saves all local changes to a TXT file (for studying it yourself or attaching it to a bug report)</string>
<string name="pref_name_misc_localQueue_removeFirstItem">Remove first local queue item</string>
<string name="pref_desc_misc_localQueue_removeFirstItem">Removes the first unsynced item. May help with repeating error notifications during syncing. Tip: Save all local changes to a file first.</string>
<string name="pref_name_misc_logging_logcatToFile">Save logcat output to a file</string>
<string name="pref_desc_misc_logging_logcatToFile">Saves logcat output (Android app log) to a file in /sdcard/Android/data/fr.gaulupeau.apps.InThePoche/files/</string>
<string name="misc_localQueue_empty">No local changes</string>
<string name="misc_localQueue_removeFirstItem_done">Done</string>
<string name="misc_localQueue_dumpToFile_result_dumped">Saved as %s</string>
<string name="misc_localQueue_dumpToFile_result_error">Error: %s</string>
<string name="misc_localQueue_dumpToFile_header">Report syncing problems here: %s</string>
<string name="misc_logging_logcatToFile_result_saved">Logs saved to %s</string>
<string name="misc_logging_logcatToFile_result_error">Error: %s</string>
<string name="issues_url" translatable="false">https://github.com/wallabag/android-app/issues</string>
<string name="connectionWizard_misc_scanQrCode">Scan a QR code</string>
<string name="connectionWizard_misc_scanQrCode_desc">Or configure the app using a QR code\n
(available in the \"Config\" section of the web application)</string>
<string name="connectionWizard_misc_installQrCodeScanner">(Install a QR-code scanner first.)</string>
<string name="connectionWizard_misc_incorrectConnectionURI">Incorrect connection URI used</string>
<string name="connectionWizard_welcome_titleMessage">Welcome to wallabag.</string>
<string name="connectionWizard_welcome_text">Set up a connection using the wizard first.</string>
<string name="connectionWizard_welcome_rerunNotice">(You can re-run the connection wizard from \"Settings\" at any time.)</string>
<string name="connectionWizard_welcome_prev">Skip</string>
<string name="connectionWizard_welcome_next">Next</string>
<string name="connectionWizard_providerSelection_titleMessage">Select wallabag provider</string>
<string name="connectionWizard_providerSelection_provider_general_name">Other</string>
<string name="connectionWizard_providerSelection_provider_general_desc">Lets you type in settings manually</string>
<string name="connectionWizard_providerSelection_provider_wallabagit_name" translatable="false">wallabag.it</string>
<string name="connectionWizard_providerSelection_provider_wallabagit_desc">Select this option if you have an account on https://wallabag.it</string>
<string name="connectionWizard_providerSelection_prev">Skip</string>
<string name="connectionWizard_providerSelection_next">Next</string>
<string name="connectionWizard_provider_general_titleMessage">Basic setup</string>
<string name="connectionWizard_provider_general_prev">Back</string>
<string name="connectionWizard_provider_general_next">Connect</string>
<string name="connectionWizard_provider_wallabagit_titleMessage">wallabag.it setup</string>
<string name="connectionWizard_provider_wallabagit_prev">Back</string>
<string name="connectionWizard_provider_wallabagit_next">Connect</string>
<string name="connectionWizard_summary_titleMessage">All done.</string>
<string name="connectionWizard_summary_text">Click to save and go to the main screen.</string>
<string name="connectionWizard_summary_toastMessage">Setup completed</string>
<string name="connectionWizard_summary_prev">Back</string>
<string name="connectionWizard_summary_next">Save settings</string>
<string name="remove_tag">Remove tag</string>
<string name="notification_stacktrace">Stacktrace:</string>
<string name="notification_copyToClipboard">Copy to clipboard</string>
<string name="notification_clipboardLabel">Error details</string>
<string name="copiedToClipboard">Copied to clipboard</string>
<string name="menu_tag">Add tag</string>
<string name="menu_annotate">Annotate</string>
<string name="articleEdit_openArticle">Open article</string>
<string name="title">Title</string>
<string name="untagged"><![CDATA[<untagged>]]></string>
<string name="contentIsTooLong">Article content too long to display</string>
<string name="articleContent_previewImageAltText">Preview image</string>
<string name="tts_image">Image: %s</string>
<string name="notification_action_media_rewind">Rewind</string>
<string name="notification_action_media_pause">Pause</string>
<string name="notification_action_media_play">Play</string>
<string name="notification_action_media_fastforward">Fast Forward</string>
<string name="notification_action_media_next">Next</string>
</resources>