aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en.php
blob: edf7e0921062e9ff9d4f255a3a208c09ceb2791d (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
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
<?php
 return array (
  'Apr' => '\\A\\p\\r\\i\\l',
  'Aug' => '\\A\\u\\g\\u\\s\\t',
  'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r',
  'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y',
  'Jan' => '\\J\\a\\n\\u\\a\\r\\y',
  'Jul' => '\\J\\u\\l\\y',
  'Jun' => '\\J\\u\\n\\e',
  'Mar' => '\\M\\a\\r\\c\\h',
  'May' => '\\M\\a\\y',
  'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r',
  'Oct' => '\\O\\c\\t\\o\\b\\e\\r',
  'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r',
  'about' => 'About',
  'about_freshrss' => 'About FreshRSS',
  'access_denied' => 'You don’t have permission to access this page',
  'access_protected_feeds' => 'Connection allows to access HTTP protected RSS feeds',
  'activate_sharing' => 'Activate sharing',
  'actualize' => 'Actualize',
  'add_category' => 'Add a category',
  'add_query' => 'Add a query',
  'add_rss_feed' => 'Add a RSS feed',
  'admin.check_install.cache.nok' => 'Check permissions on <em>./data/cache</em> directory. HTTP server must have rights to write into',
  'admin.check_install.cache.ok' => 'Permissions on cache directory are good.',
  'admin.check_install.categories.nok' => 'Category table is bad configured.',
  'admin.check_install.categories.ok' => 'Category table is ok.',
  'admin.check_install.connection.nok' => 'Connection to the database cannot being established.',
  'admin.check_install.connection.ok' => 'Connection to the database is ok.',
  'admin.check_install.ctype.nok' => 'You lack a required library for character type checking (php-ctype).',
  'admin.check_install.ctype.ok' => 'You have the required library for character type checking (ctype).',
  'admin.check_install.curl.nok' => 'You lack cURL (php5-curl package).',
  'admin.check_install.curl.ok' => 'You have cURL extension.',
  'admin.check_install.data.nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have rights to write into',
  'admin.check_install.data.ok' => 'Permissions on data directory are good.',
  'admin.check_install.database' => 'Database installation',
  'admin.check_install.dom.nok' => 'You lack a required library to browse the DOM (php-xml package).',
  'admin.check_install.dom.ok' => 'You have the required library to browse the DOM.',
  'admin.check_install.entries.nok' => 'Entry table is bad configured.',
  'admin.check_install.entries.ok' => 'Entry table is ok.',
  'admin.check_install.favicons.nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have rights to write into',
  'admin.check_install.favicons.ok' => 'Permissions on favicons directory are good.',
  'admin.check_install.feeds.nok' => 'Feed table is bad configured.',
  'admin.check_install.feeds.ok' => 'Feed table is ok.',
  'admin.check_install.files' => 'File installation',
  'admin.check_install.json.nok' => 'You lack JSON (php5-json package).',
  'admin.check_install.json.ok' => 'You have JSON extension.',
  'admin.check_install.logs.nok' => 'Check permissions on <em>./data/logs</em> directory. HTTP server must have rights to write into',
  'admin.check_install.logs.ok' => 'Permissions on logs directory are good.',
  'admin.check_install.minz.nok' => 'You lack the Minz framework.',
  'admin.check_install.minz.ok' => 'You have the Minz framework.',
  'admin.check_install.pcre.nok' => 'You lack a required library for regular expressions (php-pcre).',
  'admin.check_install.pcre.ok' => 'You have the required library for regular expressions (PCRE).',
  'admin.check_install.pdo.nok' => 'You lack PDO or one of the supported drivers (pdo_mysql, pdo_sqlite).',
  'admin.check_install.pdo.ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite).',
  'admin.check_install.persona.nok' => 'Check permissions on <em>./data/persona</em> directory. HTTP server must have rights to write into',
  'admin.check_install.persona.ok' => 'Permissions on Mozilla Persona directory are good.',
  'admin.check_install.php' => 'PHP installation',
  'admin.check_install.php.nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.',
  'admin.check_install.php.ok' => 'Your PHP version is %s, which is compatible with FreshRSS.',
  'admin.check_install.tables.nok' => 'There is one or more lacking tables in the database.',
  'admin.check_install.tables.ok' => 'Tables are existing in the database.',
  'admin.check_install.tokens.nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have rights to write into',
  'admin.check_install.tokens.ok' => 'Permissions on tokens directory are good.',
  'admin.check_install.zip.nok' => 'You lack ZIP extension (php5-zip package).',
  'admin.check_install.zip.ok' => 'You have ZIP extension.',
  'admin.users.articles_and_size' => '%s articles (%s)',
  'administration' => 'Manage',
  'advanced' => 'Advanced',
  'after_onread' => 'After “mark all as read”,',
  'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
  'all_feeds' => 'All feeds',
  'allow_anonymous' => 'Allow anonymous reading of the articles of the default user (%s)',
  'allow_anonymous_refresh' => 'Allow anonymous refresh of the articles',
  'already_subscribed' => 'You have already subscribed to <em>%s</em>',
  'api_enabled' => 'Allow <abbr>API</abbr> access <small>(required for mobile apps)</small>',
  'apr' => 'apr',
  'april' => 'Apr',
  'archiving_configuration' => 'Archiving',
  'archiving_configuration_help' => 'More options are available in the individual stream settings',
  'article' => 'Article',
  'article_icons' => 'Article icons',
  'article_open_on_website' => 'when article is opened on its original website',
  'article_published_on' => 'This article originally appeared on <a href="%s">%s</a>',
  'article_published_on_author' => 'This article originally appeared on <a href="%s">%s</a> by %s',
  'article_viewed' => 'when article is viewed',
  'articles' => 'articles',
  'articles_per_page' => 'Number of articles per page',
  'articles_to_display' => 'Articles to display',
  'ask_empty' => 'Clear?',
  'attention' => 'Attention!',
  'aug' => 'aug',
  'august' => 'Aug',
  'auth_form' => 'Web form (traditional, requires JavaScript)',
  'auth_form_not_set' => 'A problem occured during authentication system configuration. Please retry later.',
  'auth_form_set' => 'Form is now your default authentication system.',
  'auth_no_password_set' => 'Administrator password hasn’t been set. This feature isn’t available.',
  'auth_none' => 'None (dangerous)',
  'auth_not_persona' => 'Only Persona system can be reset.',
  'auth_persona' => 'Mozilla Persona (modern, requires JavaScript)',
  'auth_reset' => 'Authentication reset',
  'auth_token' => 'Authentication token',
  'auth_type' => 'Authentication method',
  'auth_will_reset' => 'Authentication system will be reset: a form will be used instead of Persona.',
  'author' => 'Author',
  'auto_load_more' => 'Load next articles at the page bottom',
  'auto_read_when' => 'Mark article as read…',
  'auto_share' => 'Share',
  'auto_share_help' => 'If there is only one sharing mode, it is used. Else modes are accessible by their number.',
  'back_to_rss_feeds' => '← Go back to your RSS feeds',
  'bad_opml_file' => 'Your OPML file is invalid',
  'base_url' => 'Base URL',
  'bdd' => 'Database',
  'bdd_conf_is_ko' => 'Verify your database information.',
  'bdd_conf_is_ok' => 'Database configuration has been saved.',
  'bdd_configuration' => 'Database configuration',
  'bdd_type' => 'Type of database',
  'before_one_day' => 'Before one day',
  'before_one_week' => 'Before one week',
  'before_yesterday' => 'Before yesterday',
  'blank_to_disable' => 'Leave blank to disable',
  'blogotext' => 'Blogotext',
  'bookmark' => 'Subscribe (FreshRSS bookmark)',
  'bottom_line' => 'Bottom line',
  'bugs_reports' => 'Bugs reports',
  'by' => 'by',
  'by_author' => 'By <em>%s</em>',
  'by_default' => 'By default',
  'by_email' => 'By email',
  'by_feed' => 'by feed',
  'cache_is_ok' => 'Permissions on cache directory are good',
  'can_not_be_deleted' => 'Cannot be deleted',
  'cancel' => 'Cancel',
  'categories' => 'Categories',
  'categories_management' => 'Categories management',
  'categories_updated' => 'Categories have been updated',
  'categorize' => 'Store in a category',
  'category' => 'Category',
  'category_created' => 'Category %s has been created.',
  'category_deleted' => 'Category has been deleted.',
  'category_emptied' => 'Category has been emptied',
  'category_empty' => 'Empty category',
  'category_name_exists' => 'Category name already exists.',
  'category_no_id' => 'You must precise the id of the category.',
  'category_no_name' => 'Category name cannot be empty.',
  'category_not_delete_default' => 'You cannot delete the default category!',
  'category_not_exist' => 'The category does not exist!',
  'category_number' => 'Category n°%d',
  'category_updated' => 'Category has been updated.',
  'change_value' => 'You should change this value by any other',
  'checks' => 'Checks',
  'choose_language' => 'Choose a language for FreshRSS',
  'clear_logs' => 'Clear the logs',
  'collapse_article' => 'Collapse',
  'conf.users.articles_and_size' => '%s articles (%s)',
  'configuration' => 'Configuration',
  'configuration_updated' => 'Configuration has been updated',
  'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!',
  'confirm_action_feed_cat' => 'Are you sure you want to perform this action? You will lose related favorites and user queries. It cannot be cancelled!',
  'congratulations' => 'Congratulations!',
  'content_width' => 'Content width',
  'create' => 'Create',
  'create_user' => 'Create new user',
  'credits' => 'Credits',
  'credits_content' => 'Some design elements come from <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> although FreshRSS doesn’t use this framework. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">Icons</a> come from <a href="https://www.gnome.org/">GNOME project</a>. <em>Open Sans</em> font police has been created by <a href="https://www.google.com/webfonts/specimen/Open+Sans">Steve Matteson</a>. Favicons are collected with <a href="https://getfavicon.appspot.com/">getFavicon API</a>. FreshRSS is based on <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, a PHP framework.',
  'css_path_on_website' => 'Articles CSS path on original website',
  'ctype_is_nok' => 'You lack a required library for character type checking (php-ctype)',
  'ctype_is_ok' => 'You have the required library for character type checking (ctype)',
  'curl_is_nok' => 'You lack cURL (php5-curl package)',
  'curl_is_ok' => 'You have version %s of cURL',
  'current_user' => 'Current user',
  'damn' => 'Damn!',
  'data_is_ok' => 'Permissions on data directory are good',
  'dec' => 'dec',
  'december' => 'Dec',
  'default_category' => 'Uncategorized',
  'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>',
  'default_view' => 'Default view',
  'delete' => 'Delete',
  'delete_articles_every' => 'Remove articles after',
  'diaspora' => 'Diaspora*',
  'display' => 'Display',
  'display_articles_unfolded' => 'Show articles unfolded by default',
  'display_categories_unfolded' => 'Show categories folded by default',
  'display_configuration' => 'Display',
  'do_not_change_if_doubt' => 'Don’t change if you doubt about it',
  'dom_is_nok' => 'You lack a required library to browse the DOM (php-xml package)',
  'dom_is_ok' => 'You have the required library to browse the DOM',
  'email' => 'Email',
  'error_occurred' => 'An error occurred',
  'error_occurred_update' => 'Nothing was changed',
  'explain_token' => 'Allows to access RSS output of the default user without authentication.<br /><kbd>%s?output=rss&token=%s</kbd>',
  'export' => 'Export',
  'export_no_zip_extension' => 'Zip extension is not present on your server. Please try to export files one by one.',
  'export_opml' => 'Export list of feeds (OPML)',
  'export_starred' => 'Export your favourites',
  'facebook' => 'Facebook',
  'favicons_is_ok' => 'Permissions on favicons directory are good',
  'favorite_feeds' => 'Favourites (%s)',
  'feb' => 'feb',
  'february' => 'Feb',
  'feed' => 'Feed',
  'feed_actualized' => '<em>%s</em> has been updated',
  'feed_added' => 'RSS feed <em>%s</em> has been added',
  'feed_deleted' => 'Feed has been deleted',
  'feed_description' => 'Description',
  'feed_empty' => 'This feed is empty. Please verify that it is still maintained.',
  'feed_in_error' => 'This feed has encountered a problem. Please verify that it is always reachable then actualize it.',
  'feed_list' => 'List of %s articles',
  'feed_not_added' => '<em>%s</em> could not be added',
  'feed_updated' => 'Feed has been updated',
  'feed_url' => 'Feed URL',
  'feed_validator' => 'Check the validity of the feed',
  'feedback.login.error' => 'Login is invalid',
  'feedback.login.success' => 'You are connected',
  'feedback.logout.success' => 'You are disconnected',
  'feedback.user_profile.updated' => 'Your profile has been modified',
  'feeds' => 'Feeds',
  'feeds_actualized' => 'RSS feeds have been updated',
  'feeds_imported' => 'Your feeds have been imported and will now be updated',
  'feeds_imported_with_errors' => 'Your feeds have been imported but some errors occurred',
  'feeds_marked_read' => 'Feeds have been marked as read',
  'feeds_moved_category_deleted' => 'When you delete a category, their feeds are automatically classified under <em>%s</em>.',
  'file_cannot_be_uploaded' => 'File cannot be uploaded!',
  'file_is_nok' => 'Check permissions on <em>%s</em> directory. HTTP server must have rights to write into',
  'file_to_import' => 'File to import<br />(OPML, Json or Zip)',
  'file_to_import_no_zip' => 'File to import<br />(OPML or Json)',
  'filter' => 'Filter',
  'finish_installation' => 'Complete installation',
  'first' => 'First',
  'first_article' => 'Skip to the first article',
  'fix_errors_before' => 'Fix errors before skip to the next step.',
  'focus_search' => 'Access search box',
  'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y',
  'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i',
  'freshrss' => 'FreshRSS',
  'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> or <a href="http://projet.idleman.fr/leed/">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool.',
  'freshrss_installation' => 'Installation · FreshRSS',
  'fri' => 'Fri',
  'g+' => 'Google+',
  'gen.menu.admin' => 'Administration',
  'gen.menu.authentication' => 'Authentication',
  'gen.menu.check_install' => 'Installation checking',
  'gen.menu.user_management' => 'Manage users',
  'gen.menu.user_profile' => 'Profile',
  'gen.title.authentication' => 'Authentication',
  'gen.title.check_install' => 'Installation checking',
  'gen.title.global_view' => 'Global view',
  'gen.title.user_management' => 'Manage users',
  'gen.title.user_profile' => 'Profile',
  'general_conf_is_ok' => 'General configuration has been saved.',
  'general_configuration' => 'General configuration',
  'github_or_email' => '<a href="https://github.com/marienfressinaud/FreshRSS/issues">on Github</a> or <a href="mailto:dev@marienfressinaud.fr">by mail</a>',
  'global_view' => 'Global view',
  'help' => 'Display documentation',
  'hide_read_feeds' => 'Hide categories & feeds with no unread article (does not work with “Show all articles” configuration)',
  'host' => 'Host',
  'html5_notif_timeout' => 'HTML5 notification timeout',
  'http_auth' => 'HTTP (for advanced users with HTTPS)',
  'http_authentication' => 'HTTP Authentication',
  'http_password' => 'HTTP password',
  'http_referer_is_nok' => 'Please check that you are not altering your HTTP REFERER.',
  'http_referer_is_ok' => 'Your HTTP REFERER is known and corresponds to your server.',
  'http_username' => 'HTTP username',
  'img_with_lazyload' => 'Use "lazy load" mode to load pictures',
  'import' => 'Import',
  'import_export' => 'Import / export',
  'informations' => 'Information',
  'install_not_deleted' => 'Something went wrong; you must delete the file <em>%s</em> manually.',
  'installation_is_ok' => 'The installation process was successful.<br />The final step will now attempt to delete any file and database backup created during the update process.<br />You may choose to skip this step by deleting <kbd>./data/do-install.txt</kbd> manually.',
  'installation_step' => 'Installation — step %d · FreshRSS',
  'internal_problem_feed' => 'The RSS feed could not be added. <a href="%s">Check FressRSS logs</a> for details.',
  'invalid_login' => 'Login is invalid',
  'invalid_url' => 'URL <em>%s</em> is invalid',
  'is_admin' => 'is administrator',
  'jan' => 'jan',
  'january' => 'Jan',
  'javascript_for_shortcuts' => 'JavaScript must be enabled in order to use shortcuts',
  'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',
  'javascript_should_be_activated' => 'JavaScript must be enabled',
  'jul' => 'jul',
  'july' => 'Jul',
  'jump_next' => 'jump to next unread sibling (feed or category)',
  'jun' => 'jun',
  'june' => 'Jun',
  'keep_history' => 'Minimum number of articles to keep',
  'keep_logged_in' => 'Keep me logged in <small>(1 month)</small>',
  'language' => 'Language',
  'language_defined' => 'Language has been defined.',
  'last' => 'Last',
  'last_3_month' => 'Last three months',
  'last_6_month' => 'Last six months',
  'last_article' => 'Skip to the last article',
  'last_month' => 'Last month',
  'last_week' => 'Last week',
  'last_year' => 'Last year',
  'lead_developer' => 'Lead developer',
  'license' => 'License',
  'load_more' => 'Load more articles',
  'log_is_ok' => 'Permissions on logs directory are good',
  'login' => 'Login',
  'login_configuration' => 'Login',
  'login_persona_problem' => 'Connection problem with Persona?',
  'login_required' => 'Login required:',
  'login_with_persona' => 'Login with Persona',
  'logout' => 'Logout',
  'logs' => 'Logs',
  'logs_empty' => 'Log file is empty',
  'main_stream' => 'Main stream',
  'mar' => 'mar',
  'march' => 'Mar',
  'mark_all_read' => 'Mark all as read',
  'mark_cat_read' => 'Mark category as read',
  'mark_favorite' => 'Mark as favourite',
  'mark_feed_read' => 'Mark feed as read',
  'mark_read' => 'Mark as read',
  'may' => 'May',
  'minz_is_nok' => 'You lack the Minz framework. You should execute <em>build.sh</em> script or <a href="https://github.com/marienfressinaud/MINZ">download it on Github</a> and install in <em>%s</em> directory the content of its <em>/lib</em> directory.',
  'minz_is_ok' => 'You have the Minz framework',
  'mon' => 'Mon',
  'month' => 'months',
  'more_information' => 'More information',
  'n_entries_deleted' => '%d articles have been deleted',
  'n_feeds_actualized' => '%d feeds have been updated',
  'new_article' => 'There are new available articles, click to refresh the page.',
  'new_category' => 'New category',
  'newer_first' => 'Newer first',
  'next' => 'Next',
  'next_article' => 'Skip to the next article',
  'next_page' => 'Skip to the next page',
  'next_step' => 'Go to the next step',
  'no' => 'No',
  'no_feed_actualized' => 'No RSS feed has been updated',
  'no_feed_to_display' => 'There is no article to show.',
  'no_feed_to_refresh' => 'There is no feed to refresh…',
  'no_query' => 'You haven’t created any user query yet.',
  'no_query_filter' => 'No filter',
  'no_rss_feed' => 'No RSS feed',
  'no_selected_feed' => 'No feed selected.',
  'no_update' => 'No update to apply',
  'no_zip_extension' => 'Zip extension is not present on your server.',
  'normal_view' => 'Normal view',
  'not_read' => '%d unread',
  'not_reads' => '%d unread',
  'not_yet_implemented' => 'Not yet implemented',
  'nothing_to_load' => 'There are no more articles',
  'notif_body_new_articles' => 'There are \\d new articles to read on FreshRSS.',
  'notif_title_new_articles' => 'FreshRSS: new articles!',
  'nov' => 'nov',
  'november' => 'Nov',
  'number_articles' => '%d articles',
  'number_divided_when_reader' => 'Divided by 2 in the reading view.',
  'number_feeds' => '%d feeds',
  'oct' => 'oct',
  'october' => 'Oct',
  'ok' => 'Ok!',
  'older_first' => 'Oldest first',
  'oops' => 'Oops!',
  'optimization_complete' => 'Optimization complete',
  'optimize_bdd' => 'Optimize database',
  'optimize_todo_sometimes' => 'To do occasionally to reduce the size of the database',
  'or' => 'or',
  'page_not_found' => 'You are looking for a page which doesn’t exist',
  'password' => 'Password',
  'password_api' => 'Password API<br /><small>(e.g., for mobile apps)</small>',
  'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
  'pcre_is_nok' => 'You lack a required library for regular expressions (php-pcre)',
  'pcre_is_ok' => 'You have the required library for regular expressions (PCRE)',
  'pdo_is_nok' => 'You lack PDO or one of the supported drivers (pdo_mysql, pdo_sqlite)',
  'pdo_is_ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite)',
  'persona_connection_email' => 'Login mail address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>',
  'persona_is_ok' => 'Permissions on Mozilla Persona directory are good',
  'php_is_nok' => 'Your PHP version is %s but FreshRSS requires at least version %s',
  'php_is_ok' => 'Your PHP version is %s, which is compatible with FreshRSS',
  'prefix' => 'Table prefix',
  'previous' => 'Previous',
  'previous_article' => 'Skip to the previous article',
  'previous_page' => 'Skip to the previous page',
  'print' => 'Print',
  'project_website' => 'Project website',
  'public' => 'Public',
  'publication_date' => 'Date of publication',
  'purge_completed' => 'Purge completed (%d articles deleted)',
  'purge_now' => 'Purge now',
  'queries' => 'User queries',
  'query_created' => 'Query "%s" has been created.',
  'query_deprecated' => 'This query is no longer valid. The referenced category or feed has been deleted.',
  'query_filter' => 'Filter applied:',
  'query_get_all' => 'Display all articles',
  'query_get_category' => 'Display "%s" category',
  'query_get_favorite' => 'Display favorite articles',
  'query_get_feed' => 'Display "%s" feed',
  'query_number' => 'Query n°%d',
  'query_order_asc' => 'Display oldest articles first',
  'query_order_desc' => 'Display newest articles first',
  'query_search' => 'Search for "%s"',
  'query_state_0' => 'Display all articles',
  'query_state_1' => 'Display read articles',
  'query_state_2' => 'Display unread articles',
  'query_state_3' => 'Display all articles',
  'query_state_4' => 'Display favorite articles',
  'query_state_5' => 'Display read favorite articles',
  'query_state_6' => 'Display unread favorite articles',
  'query_state_7' => 'Display favorite articles',
  'query_state_8' => 'Display not favorite articles',
  'query_state_9' => 'Display read not favorite articles',
  'query_state_10' => 'Display unread not favorite articles',
  'query_state_11' => 'Display not favorite articles',
  'query_state_12' => 'Display all articles',
  'query_state_13' => 'Display read articles',
  'query_state_14' => 'Display unread articles',
  'query_state_15' => 'Display all articles',
  'random_string' => 'Random string',
  'reader_view' => 'Reading view',
  'reading_configuration' => 'Reading',
  'reading_confirm' => 'Display a confirmation dialog on “mark all as read” actions',
  'refresh' => 'Refresh',
  'related_tags' => 'Related tags',
  'retrieve_truncated_feeds' => 'Retrieves truncated RSS feeds (attention, requires more time!)',
  'rss_feed_management' => 'RSS feeds management',
  'rss_feeds_of' => 'RSS feed of %s',
  'rss_view' => 'RSS feed',
  'sat' => 'Sat',
  'save' => 'Save',
  'scroll' => 'while scrolling',
  'search' => 'Search words or #tags',
  'search_short' => 'Search',
  'seconds_(0_means_no_timeout)' => 'seconds (0 means no timeout)',
  'see_on_website' => 'See on original website',
  'see_website' => 'See website',
  'sep' => 'sep',
  'september' => 'Sep',
  'shaarli' => 'Shaarli',
  'share' => 'Share',
  'share_name' => 'Share name to display',
  'share_url' => 'Share URL to use',
  'sharing' => 'Sharing',
  'sharing_management' => 'Sharing options management',
  'shift_for_all_read' => '+ <code>shift</code> to mark all articles as read',
  'shortcuts' => 'Shortcuts',
  'shortcuts_article_action' => 'Article actions',
  'shortcuts_navigation' => 'Navigation',
  'shortcuts_navigation_help' => 'With the "Shift" modifier, navigation shortcuts apply on feeds.<br/>With the "Alt" modifier, navigation shortcuts apply on categories.',
  'shortcuts_other_action' => 'Other actions',
  'shortcuts_updated' => 'Shortcuts have been updated',
  'show_adaptive' => 'Adjust showing',
  'show_all_articles' => 'Show all articles',
  'show_favorite' => 'Show only favorites',
  'show_in_all_flux' => 'Show in main stream',
  'show_not_favorite' => 'Show all but favorites',
  'show_not_reads' => 'Show only unread',
  'show_read' => 'Show only read',
  'sort_order' => 'Sort order',
  'starred_list' => 'List of favourite articles',
  'stats' => 'Statistics',
  'stats_entry_count' => 'Entry count',
  'stats_entry_per_category' => 'Entries per category',
  'stats_entry_per_day' => 'Entries per day (last 30 days)',
  'stats_entry_per_day_of_week' => 'Per day of week (average: %.2f messages)',
  'stats_entry_per_hour' => 'Per hour (average: %.2f messages)',
  'stats_entry_per_month' => 'Per month (average: %.2f messages)',
  'stats_entry_repartition' => 'Entries repartition',
  'stats_feed_per_category' => 'Feeds per category',
  'stats_idle' => 'Idle feeds',
  'stats_main' => 'Main statistics',
  'stats_no_idle' => 'There is no idle feed!',
  'stats_percent_of_total' => '%% of total',
  'stats_repartition' => 'Articles repartition',
  'stats_top_feed' => 'Top ten feeds',
  'status_favorites' => 'Favourites',
  'status_read' => 'Read',
  'status_total' => 'Total',
  'status_unread' => 'Unread',
  'steps' => 'Steps',
  'sticky_post' => 'Stick the article to the top when opened',
  'sub.categories.over_max' => 'You have reached your limit of categories (%d)',
  'sub.feeds.over_max' => 'You have reached your limit of feeds (%d)',
  'submit' => 'Submit',
  'subscription_management' => 'Subscriptions management',
  'sun' => 'Sun',
  'theme' => 'Theme',
  'think_to_add' => 'You may add some feeds.',
  'this_is_the_end' => 'This is the end',
  'thu' => 'Thu',
  'title' => 'Title',
  'today' => 'Today',
  'top_line' => 'Top line',
  'truncate' => 'Delete all articles',
  'ttl' => 'Do not automatically refresh more often than',
  'tue' => 'Tue',
  'twitter' => 'Twitter',
  'unsafe_autologin' => 'Allow unsafe automatic login using the format: ',
  'update' => 'Update',
  'update_apply' => 'Apply',
  'update_can_apply' => 'An update is available.',
  'update_check' => 'Check for new updates',
  'update_end' => 'Update process is completed, now you can go to the final step.',
  'update_finished' => 'Update completed!',
  'update_last' => 'Last verification: %s',
  'update_long' => 'This can take a long time, depending on the size of your database. You may have to wait for this page to time out (~5 minutes) and then refresh this page.',
  'update_problem' => 'The update process has encountered an error: %s',
  'update_server_not_found' => 'Update server cannot be found. [%s]',
  'update_start' => 'Start update process',
  'update_system' => 'Update system',
  'updated' => 'Modifications have been updated',
  'upon_reception' => 'upon reception of the article',
  'user_created' => 'User %s has been created',
  'user_deleted' => 'User %s has been deleted',
  'user_filter' => 'Access user filters',
  'user_filter_help' => 'If there is only one user filter, it is used. Else filters are accessible by their number.',
  'username' => 'Username',
  'username_admin' => 'Administrator username',
  'users' => 'Users',
  'users_list' => 'List of users',
  'version' => 'Version',
  'version_update' => 'Update',
  'wallabag' => 'wallabag',
  'website' => 'Website',
  'website_url' => 'Website URL',
  'wed' => 'Wed',
  'width_large' => 'Large',
  'width_medium' => 'Medium',
  'width_no_limit' => 'No limit',
  'width_thin' => 'Thin',
  'yes' => 'Yes',
  'yesterday' => 'Yesterday',
  'your_diaspora_pod' => 'Your Diaspora* pod',
  'your_favorites' => 'Your favourites',
  'your_rss_feeds' => 'Your RSS feeds',
  'your_shaarli' => 'Your Shaarli',
  'your_wallabag' => 'Your wallabag',
  'zip_error' => 'An error occured during Zip import.',
);