en.php 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. <?php
  2. return array (
  3. 'about' => 'About',
  4. 'about_freshrss' => 'About FreshRSS',
  5. 'access_denied' => 'You don’t have permission to access this page',
  6. 'access_protected_feeds' => 'Connection allows to access HTTP protected RSS feeds',
  7. 'activate_sharing' => 'Activate sharing',
  8. 'actualize' => 'Actualize',
  9. 'add_category' => 'Add a category',
  10. 'add_query' => 'Add a query',
  11. 'add_rss_feed' => 'Add a RSS feed',
  12. 'admin.check_install.cache.nok' => 'Check permissions on <em>./data/cache</em> directory. HTTP server must have rights to write into',
  13. 'admin.check_install.cache.ok' => 'Permissions on cache directory are good.',
  14. 'admin.check_install.categories.nok' => 'Category table is bad configured.',
  15. 'admin.check_install.categories.ok' => 'Category table is ok.',
  16. 'admin.check_install.connection.nok' => 'Connection to the database cannot being established.',
  17. 'admin.check_install.connection.ok' => 'Connection to the database is ok.',
  18. 'admin.check_install.ctype.nok' => 'You lack a required library for character type checking (php-ctype).',
  19. 'admin.check_install.ctype.ok' => 'You have the required library for character type checking (ctype).',
  20. 'admin.check_install.curl.nok' => 'You lack cURL (php5-curl package).',
  21. 'admin.check_install.curl.ok' => 'You have cURL extension.',
  22. 'admin.check_install.data.nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have rights to write into',
  23. 'admin.check_install.data.ok' => 'Permissions on data directory are good.',
  24. 'admin.check_install.database' => 'Database installation',
  25. 'admin.check_install.dom.nok' => 'You lack a required library to browse the DOM (php-xml package).',
  26. 'admin.check_install.dom.ok' => 'You have the required library to browse the DOM.',
  27. 'admin.check_install.entries.nok' => 'Entry table is bad configured.',
  28. 'admin.check_install.entries.ok' => 'Entry table is ok.',
  29. 'admin.check_install.favicons.nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have rights to write into',
  30. 'admin.check_install.favicons.ok' => 'Permissions on favicons directory are good.',
  31. 'admin.check_install.feeds.nok' => 'Feed table is bad configured.',
  32. 'admin.check_install.feeds.ok' => 'Feed table is ok.',
  33. 'admin.check_install.files' => 'File installation',
  34. 'admin.check_install.json.nok' => 'You lack JSON (php5-json package).',
  35. 'admin.check_install.json.ok' => 'You have JSON extension.',
  36. 'admin.check_install.logs.nok' => 'Check permissions on <em>./data/logs</em> directory. HTTP server must have rights to write into',
  37. 'admin.check_install.logs.ok' => 'Permissions on logs directory are good.',
  38. 'admin.check_install.minz.nok' => 'You lack the Minz framework.',
  39. 'admin.check_install.minz.ok' => 'You have the Minz framework.',
  40. 'admin.check_install.pcre.nok' => 'You lack a required library for regular expressions (php-pcre).',
  41. 'admin.check_install.pcre.ok' => 'You have the required library for regular expressions (PCRE).',
  42. 'admin.check_install.pdo.nok' => 'You lack PDO or one of the supported drivers (pdo_mysql, pdo_sqlite).',
  43. 'admin.check_install.pdo.ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite).',
  44. 'admin.check_install.pdo_mysql.nok' => 'You lack PDO for MySQL (it\'s ok if PDO is good).',
  45. 'admin.check_install.pdo_mysql.ok' => 'You have PDO for MySQL.',
  46. 'admin.check_install.pdo_sqlite.nok' => 'You lack PDO for SQLite (it\'s ok if PDO is good).',
  47. 'admin.check_install.pdo_sqlite.ok' => 'You have PDO for SQLite.',
  48. 'admin.check_install.persona.nok' => 'Check permissions on <em>./data/persona</em> directory. HTTP server must have rights to write into',
  49. 'admin.check_install.persona.ok' => 'Permissions on Mozilla Persona directory are good.',
  50. 'admin.check_install.php' => 'PHP installation',
  51. 'admin.check_install.php.nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.',
  52. 'admin.check_install.php.ok' => 'Your PHP version is %s, which is compatible with FreshRSS.',
  53. 'admin.check_install.tables.nok' => 'There is one or more lacking tables in the database.',
  54. 'admin.check_install.tables.ok' => 'Tables are existing in the database.',
  55. 'admin.check_install.tokens.nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have rights to write into',
  56. 'admin.check_install.tokens.ok' => 'Permissions on tokens directory are good.',
  57. 'admin.check_install.zip.nok' => 'You lack ZIP extension (php5-zip package).',
  58. 'admin.check_install.zip.ok' => 'You have ZIP extension.',
  59. 'admin.users.articles_and_size' => '%s articles (%s)',
  60. 'administration' => 'Manage',
  61. 'advanced' => 'Advanced',
  62. 'after_onread' => 'After “mark all as read”,',
  63. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
  64. 'allow_anonymous' => 'Allow anonymous reading of the articles of the default user (%s)',
  65. 'allow_anonymous_refresh' => 'Allow anonymous refresh of the articles',
  66. 'all_feeds' => 'All feeds',
  67. 'already_subscribed' => 'You have already subscribed to <em>%s</em>',
  68. 'api_enabled' => 'Allow <abbr>API</abbr> access <small>(required for mobile apps)</small>',
  69. 'Apr' => '\\A\\p\\r\\i\\l',
  70. 'apr' => 'apr',
  71. 'april' => 'Apr',
  72. 'archiving_configuration' => 'Archiving',
  73. 'archiving_configuration_help' => 'More options are available in the individual stream settings',
  74. 'article' => 'Article',
  75. 'articles' => 'articles',
  76. 'articles_per_page' => 'Number of articles per page',
  77. 'articles_to_display' => 'Articles to display',
  78. 'article_icons' => 'Article icons',
  79. 'article_open_on_website' => 'when article is opened on its original website',
  80. 'article_published_on' => 'This article originally appeared on <a href="%s">%s</a>',
  81. 'article_published_on_author' => 'This article originally appeared on <a href="%s">%s</a> by %s',
  82. 'article_viewed' => 'when article is viewed',
  83. 'ask_empty' => 'Clear?',
  84. 'attention' => 'Attention!',
  85. 'Aug' => '\\A\\u\\g\\u\\s\\t',
  86. 'aug' => 'aug',
  87. 'august' => 'Aug',
  88. 'author' => 'Author',
  89. 'auth_form' => 'Web form (traditional, requires JavaScript)',
  90. 'auth_form_not_set' => 'A problem occured during authentication system configuration. Please retry later.',
  91. 'auth_form_set' => 'Form is now your default authentication system.',
  92. 'auth_none' => 'None (dangerous)',
  93. 'auth_not_persona' => 'Only Persona system can be reset.',
  94. 'auth_no_password_set' => 'Administrator password hasn’t been set. This feature isn’t available.',
  95. 'auth_persona' => 'Mozilla Persona (modern, requires JavaScript)',
  96. 'auth_reset' => 'Authentication reset',
  97. 'auth_token' => 'Authentication token',
  98. 'auth_type' => 'Authentication method',
  99. 'auth_will_reset' => 'Authentication system will be reset: a form will be used instead of Persona.',
  100. 'auto_load_more' => 'Load next articles at the page bottom',
  101. 'auto_read_when' => 'Mark article as read…',
  102. 'auto_share' => 'Share',
  103. 'auto_share_help' => 'If there is only one sharing mode, it is used. Else modes are accessible by their number.',
  104. 'back_to_rss_feeds' => '← Go back to your RSS feeds',
  105. 'bad_opml_file' => 'Your OPML file is invalid',
  106. 'base_url' => 'Base URL',
  107. 'bdd' => 'Database',
  108. 'bdd_configuration' => 'Database configuration',
  109. 'bdd_conf_is_ko' => 'Verify your database information.',
  110. 'bdd_conf_is_ok' => 'Database configuration has been saved.',
  111. 'bdd_type' => 'Type of database',
  112. 'before_one_day' => 'Before one day',
  113. 'before_one_week' => 'Before one week',
  114. 'before_yesterday' => 'Before yesterday',
  115. 'blank_to_disable' => 'Leave blank to disable',
  116. 'blogotext' => 'Blogotext',
  117. 'bookmark' => 'Subscribe (FreshRSS bookmark)',
  118. 'bottom_line' => 'Bottom line',
  119. 'bugs_reports' => 'Bugs reports',
  120. 'by' => 'by',
  121. 'by_author' => 'By <em>%s</em>',
  122. 'by_default' => 'By default',
  123. 'by_email' => 'By email',
  124. 'by_feed' => 'by feed',
  125. 'cache_is_ok' => 'Permissions on cache directory are good',
  126. 'cancel' => 'Cancel',
  127. 'can_not_be_deleted' => 'Cannot be deleted',
  128. 'categories' => 'Categories',
  129. 'categories_management' => 'Categories management',
  130. 'categories_updated' => 'Categories have been updated',
  131. 'categorize' => 'Store in a category',
  132. 'category' => 'Category',
  133. 'category_created' => 'Category %s has been created.',
  134. 'category_deleted' => 'Category has been deleted.',
  135. 'category_emptied' => 'Category has been emptied',
  136. 'category_empty' => 'Empty category',
  137. 'category_name_exists' => 'Category name already exists.',
  138. 'category_not_delete_default' => 'You cannot delete the default category!',
  139. 'category_not_exist' => 'The category does not exist!',
  140. 'category_no_id' => 'You must precise the id of the category.',
  141. 'category_no_name' => 'Category name cannot be empty.',
  142. 'category_number' => 'Category n°%d',
  143. 'category_updated' => 'Category has been updated.',
  144. 'change_value' => 'You should change this value by any other',
  145. 'checks' => 'Checks',
  146. 'choose_language' => 'Choose a language for FreshRSS',
  147. 'clear_logs' => 'Clear the logs',
  148. 'collapse_article' => 'Collapse',
  149. 'conf.users.articles_and_size' => '%s articles (%s)',
  150. 'configuration' => 'Configuration',
  151. 'configuration_updated' => 'Configuration has been updated',
  152. 'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!',
  153. '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!',
  154. 'congratulations' => 'Congratulations!',
  155. 'content_width' => 'Content width',
  156. 'create' => 'Create',
  157. 'create_user' => 'Create new user',
  158. 'credits' => 'Credits',
  159. '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.',
  160. 'css_path_on_website' => 'Articles CSS path on original website',
  161. 'ctype_is_nok' => 'You lack a required library for character type checking (php-ctype)',
  162. 'ctype_is_ok' => 'You have the required library for character type checking (ctype)',
  163. 'curl_is_nok' => 'You lack cURL (php5-curl package)',
  164. 'curl_is_ok' => 'You have version %s of cURL',
  165. 'current_user' => 'Current user',
  166. 'damn' => 'Damn!',
  167. 'data_is_ok' => 'Permissions on data directory are good',
  168. 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r',
  169. 'dec' => 'dec',
  170. 'december' => 'Dec',
  171. 'default_category' => 'Uncategorized',
  172. 'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>',
  173. 'default_view' => 'Default view',
  174. 'delete' => 'Delete',
  175. 'delete_articles_every' => 'Remove articles after',
  176. 'diaspora' => 'Diaspora*',
  177. 'display' => 'Display',
  178. 'display_articles_unfolded' => 'Show articles unfolded by default',
  179. 'display_categories_unfolded' => 'Show categories folded by default',
  180. 'display_configuration' => 'Display',
  181. 'dom_is_nok' => 'You lack a required library to browse the DOM (php-xml package)',
  182. 'dom_is_ok' => 'You have the required library to browse the DOM',
  183. 'do_not_change_if_doubt' => 'Don’t change if you doubt about it',
  184. 'email' => 'Email',
  185. 'error_occurred' => 'An error occurred',
  186. 'error_occurred_update' => 'Nothing was changed',
  187. 'explain_token' => 'Allows to access RSS output of the default user without authentication.<br /><kbd>%s?output=rss&token=%s</kbd>',
  188. 'export' => 'Export',
  189. 'export_no_zip_extension' => 'Zip extension is not present on your server. Please try to export files one by one.',
  190. 'export_opml' => 'Export list of feeds (OPML)',
  191. 'export_starred' => 'Export your favourites',
  192. 'facebook' => 'Facebook',
  193. 'favicons_is_ok' => 'Permissions on favicons directory are good',
  194. 'favorite_feeds' => 'Favourites (%s)',
  195. 'feb' => 'feb',
  196. 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y',
  197. 'february' => 'Feb',
  198. 'feed' => 'Feed',
  199. 'feeds' => 'Feeds',
  200. 'feeds_actualized' => 'RSS feeds have been updated',
  201. 'feeds_imported' => 'Your feeds have been imported and will now be updated',
  202. 'feeds_imported_with_errors' => 'Your feeds have been imported but some errors occurred',
  203. 'feeds_marked_read' => 'Feeds have been marked as read',
  204. 'feeds_moved_category_deleted' => 'When you delete a category, their feeds are automatically classified under <em>%s</em>.',
  205. 'feed_actualized' => '<em>%s</em> has been updated',
  206. 'feed_added' => 'RSS feed <em>%s</em> has been added',
  207. 'feed_deleted' => 'Feed has been deleted',
  208. 'feed_description' => 'Description',
  209. 'feed_empty' => 'This feed is empty. Please verify that it is still maintained.',
  210. 'feed_in_error' => 'This feed has encountered a problem. Please verify that it is always reachable then actualize it.',
  211. 'feed_list' => 'List of %s articles',
  212. 'feed_not_added' => '<em>%s</em> could not be added',
  213. 'feed_updated' => 'Feed has been updated',
  214. 'feed_url' => 'Feed URL',
  215. 'feed_validator' => 'Check the validity of the feed',
  216. 'file_cannot_be_uploaded' => 'File cannot be uploaded!',
  217. 'file_is_nok' => 'Check permissions on <em>%s</em> directory. HTTP server must have rights to write into',
  218. 'file_to_import' => 'File to import<br />(OPML, Json or Zip)',
  219. 'file_to_import_no_zip' => 'File to import<br />(OPML or Json)',
  220. 'filter' => 'Filter',
  221. 'finish_installation' => 'Complete installation',
  222. 'first' => 'First',
  223. 'first_article' => 'Skip to the first article',
  224. 'fix_errors_before' => 'Fix errors before skip to the next step.',
  225. 'focus_search' => 'Access search box',
  226. 'forbidden_access' => 'Access is forbidden!',
  227. 'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y',
  228. 'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i',
  229. 'freshrss' => 'FreshRSS',
  230. '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.',
  231. 'freshrss_installation' => 'Installation · FreshRSS',
  232. 'fri' => 'Fri',
  233. 'g+' => 'Google+',
  234. 'gen.menu.admin' => 'Administration',
  235. 'gen.menu.authentication' => 'Authentication',
  236. 'gen.menu.check_install' => 'Installation checking',
  237. 'gen.menu.manage_users' => 'Manage users',
  238. 'gen.menu.profil' => 'Profil',
  239. 'gen.title.check_install' => 'Installation checking',
  240. 'general_configuration' => 'General configuration',
  241. 'general_conf_is_ok' => 'General configuration has been saved.',
  242. 'github_or_email' => '<a href="https://github.com/marienfressinaud/FreshRSS/issues">on Github</a> or <a href="mailto:dev@marienfressinaud.fr">by mail</a>',
  243. 'global_view' => 'Global view',
  244. 'help' => 'Display documentation',
  245. 'hide_read_feeds' => 'Hide categories & feeds with no unread article (does not work with “Show all articles” configuration)',
  246. 'host' => 'Host',
  247. 'html5_notif_timeout' => 'HTML5 notification timeout',
  248. 'http_auth' => 'HTTP (for advanced users with HTTPS)',
  249. 'http_authentication' => 'HTTP Authentication',
  250. 'http_password' => 'HTTP password',
  251. 'http_referer_is_nok' => 'Please check that you are not altering your HTTP REFERER.',
  252. 'http_referer_is_ok' => 'Your HTTP REFERER is known and corresponds to your server.',
  253. 'http_username' => 'HTTP username',
  254. 'img_with_lazyload' => 'Use "lazy load" mode to load pictures',
  255. 'import' => 'Import',
  256. 'import_export' => 'Import / export',
  257. 'informations' => 'Information',
  258. '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.',
  259. 'installation_step' => 'Installation — step %d · FreshRSS',
  260. 'install_not_deleted' => 'Something went wrong; you must delete the file <em>%s</em> manually.',
  261. 'internal_problem_feed' => 'The RSS feed could not be added. <a href="%s">Check FressRSS logs</a> for details.',
  262. 'invalid_login' => 'Login is invalid',
  263. 'invalid_url' => 'URL <em>%s</em> is invalid',
  264. 'is_admin' => 'is administrator',
  265. 'Jan' => '\\J\\a\\n\\u\\a\\r\\y',
  266. 'jan' => 'jan',
  267. 'january' => 'Jan',
  268. 'javascript_for_shortcuts' => 'JavaScript must be enabled in order to use shortcuts',
  269. 'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',
  270. 'javascript_should_be_activated' => 'JavaScript must be enabled',
  271. 'Jul' => '\\J\\u\\l\\y',
  272. 'jul' => 'jul',
  273. 'july' => 'Jul',
  274. 'jump_next' => 'jump to next unread sibling (feed or category)',
  275. 'jun' => 'jun',
  276. 'Jun' => '\\J\\u\\n\\e',
  277. 'june' => 'Jun',
  278. 'keep_history' => 'Minimum number of articles to keep',
  279. 'keep_logged_in' => 'Keep me logged in <small>(1 month)</small>',
  280. 'language' => 'Language',
  281. 'language_defined' => 'Language has been defined.',
  282. 'last' => 'Last',
  283. 'last_3_month' => 'Last three months',
  284. 'last_6_month' => 'Last six months',
  285. 'last_article' => 'Skip to the last article',
  286. 'last_month' => 'Last month',
  287. 'last_week' => 'Last week',
  288. 'last_year' => 'Last year',
  289. 'lead_developer' => 'Lead developer',
  290. 'license' => 'License',
  291. 'load_more' => 'Load more articles',
  292. 'login' => 'Login',
  293. 'login_configuration' => 'Login',
  294. 'login_persona_problem' => 'Connection problem with Persona?',
  295. 'login_required' => 'Login required:',
  296. 'login_with_persona' => 'Login with Persona',
  297. 'logout' => 'Logout',
  298. 'logs' => 'Logs',
  299. 'logs_empty' => 'Log file is empty',
  300. 'log_is_ok' => 'Permissions on logs directory are good',
  301. 'main_stream' => 'Main stream',
  302. 'mar' => 'mar',
  303. 'Mar' => '\\M\\a\\r\\c\\h',
  304. 'march' => 'Mar',
  305. 'mark_all_read' => 'Mark all as read',
  306. 'mark_cat_read' => 'Mark category as read',
  307. 'mark_favorite' => 'Mark as favourite',
  308. 'mark_feed_read' => 'Mark feed as read',
  309. 'mark_read' => 'Mark as read',
  310. 'may' => 'May',
  311. 'May' => '\\M\\a\\y',
  312. '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.',
  313. 'minz_is_ok' => 'You have the Minz framework',
  314. 'mon' => 'Mon',
  315. 'month' => 'months',
  316. 'more_information' => 'More information',
  317. 'newer_first' => 'Newer first',
  318. 'new_article' => 'There are new available articles, click to refresh the page.',
  319. 'new_category' => 'New category',
  320. 'next' => 'Next',
  321. 'next_article' => 'Skip to the next article',
  322. 'next_page' => 'Skip to the next page',
  323. 'next_step' => 'Go to the next step',
  324. 'no' => 'No',
  325. 'normal_view' => 'Normal view',
  326. 'nothing_to_load' => 'There are no more articles',
  327. 'notif_body_new_articles' => 'There are \\d new articles to read on FreshRSS.',
  328. 'notif_title_new_articles' => 'FreshRSS: new articles!',
  329. 'not_read' => '%d unread',
  330. 'not_reads' => '%d unread',
  331. 'not_yet_implemented' => 'Not yet implemented',
  332. 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r',
  333. 'nov' => 'nov',
  334. 'november' => 'Nov',
  335. 'no_feed_actualized' => 'No RSS feed has been updated',
  336. 'no_feed_to_display' => 'There is no article to show.',
  337. 'no_feed_to_refresh' => 'There is no feed to refresh…',
  338. 'no_query' => 'You haven’t created any user query yet.',
  339. 'no_query_filter' => 'No filter',
  340. 'no_rss_feed' => 'No RSS feed',
  341. 'no_selected_feed' => 'No feed selected.',
  342. 'no_update' => 'No update to apply',
  343. 'no_zip_extension' => 'Zip extension is not present on your server.',
  344. 'number_articles' => '%d articles',
  345. 'number_divided_when_reader' => 'Divided by 2 in the reading view.',
  346. 'number_feeds' => '%d feeds',
  347. 'n_entries_deleted' => '%d articles have been deleted',
  348. 'n_feeds_actualized' => '%d feeds have been updated',
  349. 'oct' => 'oct',
  350. 'Oct' => '\\O\\c\\t\\o\\b\\e\\r',
  351. 'october' => 'Oct',
  352. 'ok' => 'Ok!',
  353. 'older_first' => 'Oldest first',
  354. 'oops' => 'Oops!',
  355. 'optimization_complete' => 'Optimization complete',
  356. 'optimize_bdd' => 'Optimize database',
  357. 'optimize_todo_sometimes' => 'To do occasionally to reduce the size of the database',
  358. 'or' => 'or',
  359. 'page_not_found' => 'You are looking for a page which doesn’t exist',
  360. 'password' => 'Password',
  361. 'password_api' => 'Password API<br /><small>(e.g., for mobile apps)</small>',
  362. 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
  363. 'pcre_is_nok' => 'You lack a required library for regular expressions (php-pcre)',
  364. 'pcre_is_ok' => 'You have the required library for regular expressions (PCRE)',
  365. 'pdo_is_nok' => 'You lack PDO or one of the supported drivers (pdo_mysql, pdo_sqlite)',
  366. 'pdo_is_ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite)',
  367. 'persona_connection_email' => 'Login mail address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>',
  368. 'persona_is_ok' => 'Permissions on Mozilla Persona directory are good',
  369. 'php_is_nok' => 'Your PHP version is %s but FreshRSS requires at least version %s',
  370. 'php_is_ok' => 'Your PHP version is %s, which is compatible with FreshRSS',
  371. 'prefix' => 'Table prefix',
  372. 'previous' => 'Previous',
  373. 'previous_article' => 'Skip to the previous article',
  374. 'previous_page' => 'Skip to the previous page',
  375. 'print' => 'Print',
  376. 'project_website' => 'Project website',
  377. 'public' => 'Public',
  378. 'publication_date' => 'Date of publication',
  379. 'purge_completed' => 'Purge completed (%d articles deleted)',
  380. 'purge_now' => 'Purge now',
  381. 'queries' => 'User queries',
  382. 'query_created' => 'Query "%s" has been created.',
  383. 'query_deprecated' => 'This query is no longer valid. The referenced category or feed has been deleted.',
  384. 'query_filter' => 'Filter applied:',
  385. 'query_get_all' => 'Display all articles',
  386. 'query_get_category' => 'Display "%s" category',
  387. 'query_get_favorite' => 'Display favorite articles',
  388. 'query_get_feed' => 'Display "%s" feed',
  389. 'query_number' => 'Query n°%d',
  390. 'query_order_asc' => 'Display oldest articles first',
  391. 'query_order_desc' => 'Display newest articles first',
  392. 'query_search' => 'Search for "%s"',
  393. 'query_state_0' => 'Display all articles',
  394. 'query_state_1' => 'Display read articles',
  395. 'query_state_2' => 'Display unread articles',
  396. 'query_state_3' => 'Display all articles',
  397. 'query_state_4' => 'Display favorite articles',
  398. 'query_state_5' => 'Display read favorite articles',
  399. 'query_state_6' => 'Display unread favorite articles',
  400. 'query_state_7' => 'Display favorite articles',
  401. 'query_state_8' => 'Display not favorite articles',
  402. 'query_state_9' => 'Display read not favorite articles',
  403. 'query_state_10' => 'Display unread not favorite articles',
  404. 'query_state_11' => 'Display not favorite articles',
  405. 'query_state_12' => 'Display all articles',
  406. 'query_state_13' => 'Display read articles',
  407. 'query_state_14' => 'Display unread articles',
  408. 'query_state_15' => 'Display all articles',
  409. 'random_string' => 'Random string',
  410. 'reader_view' => 'Reading view',
  411. 'reading_configuration' => 'Reading',
  412. 'reading_confirm' => 'Display a confirmation dialog on “mark all as read” actions',
  413. 'refresh' => 'Refresh',
  414. 'related_tags' => 'Related tags',
  415. 'retrieve_truncated_feeds' => 'Retrieves truncated RSS feeds (attention, requires more time!)',
  416. 'rss_feeds_of' => 'RSS feed of %s',
  417. 'rss_feed_management' => 'RSS feeds management',
  418. 'rss_view' => 'RSS feed',
  419. 'sat' => 'Sat',
  420. 'save' => 'Save',
  421. 'scroll' => 'while scrolling',
  422. 'search' => 'Search words or #tags',
  423. 'search_short' => 'Search',
  424. 'seconds_(0_means_no_timeout)' => 'seconds (0 means no timeout)',
  425. 'see_on_website' => 'See on original website',
  426. 'see_website' => 'See website',
  427. 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r',
  428. 'sep' => 'sep',
  429. 'september' => 'Sep',
  430. 'shaarli' => 'Shaarli',
  431. 'share' => 'Share',
  432. 'share_name' => 'Share name to display',
  433. 'share_url' => 'Share URL to use',
  434. 'sharing' => 'Sharing',
  435. 'sharing_management' => 'Sharing options management',
  436. 'shift_for_all_read' => '+ <code>shift</code> to mark all articles as read',
  437. 'shortcuts' => 'Shortcuts',
  438. 'shortcuts_article_action' => 'Article actions',
  439. 'shortcuts_navigation' => 'Navigation',
  440. 'shortcuts_navigation_help' => 'With the "Shift" modifier, navigation shortcuts apply on feeds.<br/>With the "Alt" modifier, navigation shortcuts apply on categories.',
  441. 'shortcuts_other_action' => 'Other actions',
  442. 'shortcuts_updated' => 'Shortcuts have been updated',
  443. 'show_adaptive' => 'Adjust showing',
  444. 'show_all_articles' => 'Show all articles',
  445. 'show_favorite' => 'Show only favorites',
  446. 'show_in_all_flux' => 'Show in main stream',
  447. 'show_not_favorite' => 'Show all but favorites',
  448. 'show_not_reads' => 'Show only unread',
  449. 'show_read' => 'Show only read',
  450. 'sort_order' => 'Sort order',
  451. 'starred_list' => 'List of favourite articles',
  452. 'stats' => 'Statistics',
  453. 'stats_entry_count' => 'Entry count',
  454. 'stats_entry_per_category' => 'Entries per category',
  455. 'stats_entry_per_day' => 'Entries per day (last 30 days)',
  456. 'stats_entry_per_day_of_week' => 'Per day of week (average: %.2f messages)',
  457. 'stats_entry_per_hour' => 'Per hour (average: %.2f messages)',
  458. 'stats_entry_per_month' => 'Per month (average: %.2f messages)',
  459. 'stats_entry_repartition' => 'Entries repartition',
  460. 'stats_feed_per_category' => 'Feeds per category',
  461. 'stats_idle' => 'Idle feeds',
  462. 'stats_main' => 'Main statistics',
  463. 'stats_no_idle' => 'There is no idle feed!',
  464. 'stats_percent_of_total' => '%% of total',
  465. 'stats_repartition' => 'Articles repartition',
  466. 'stats_top_feed' => 'Top ten feeds',
  467. 'status_favorites' => 'Favourites',
  468. 'status_read' => 'Read',
  469. 'status_total' => 'Total',
  470. 'status_unread' => 'Unread',
  471. 'steps' => 'Steps',
  472. 'sticky_post' => 'Stick the article to the top when opened',
  473. 'submit' => 'Submit',
  474. 'subscription_management' => 'Subscriptions management',
  475. 'sun' => 'Sun',
  476. 'theme' => 'Theme',
  477. 'think_to_add' => 'You may add some feeds.',
  478. 'this_is_the_end' => 'This is the end',
  479. 'thu' => 'Thu',
  480. 'title' => 'Title',
  481. 'today' => 'Today',
  482. 'top_line' => 'Top line',
  483. 'truncate' => 'Delete all articles',
  484. 'ttl' => 'Do not automatically refresh more often than',
  485. 'tue' => 'Tue',
  486. 'twitter' => 'Twitter',
  487. 'unsafe_autologin' => 'Allow unsafe automatic login using the format: ',
  488. 'update' => 'Update',
  489. 'updated' => 'Modifications have been updated',
  490. 'update_apply' => 'Apply',
  491. 'update_can_apply' => 'An update is available.',
  492. 'update_check' => 'Check for new updates',
  493. 'update_end' => 'Update process is completed, now you can go to the final step.',
  494. 'update_finished' => 'Update completed!',
  495. 'update_last' => 'Last verification: %s',
  496. '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.',
  497. 'update_problem' => 'The update process has encountered an error: %s',
  498. 'update_server_not_found' => 'Update server cannot be found. [%s]',
  499. 'update_start' => 'Start update process',
  500. 'update_system' => 'Update system',
  501. 'upon_reception' => 'upon reception of the article',
  502. 'username' => 'Username',
  503. 'username_admin' => 'Administrator username',
  504. 'users' => 'Users',
  505. 'users_list' => 'List of users',
  506. 'user_created' => 'User %s has been created',
  507. 'user_deleted' => 'User %s has been deleted',
  508. 'user_filter' => 'Access user filters',
  509. 'user_filter_help' => 'If there is only one user filter, it is used. Else filters are accessible by their number.',
  510. 'version' => 'Version',
  511. 'version_update' => 'Update',
  512. 'wallabag' => 'wallabag',
  513. 'website' => 'Website',
  514. 'website_url' => 'Website URL',
  515. 'wed' => 'Wed',
  516. 'width_large' => 'Large',
  517. 'width_medium' => 'Medium',
  518. 'width_no_limit' => 'No limit',
  519. 'width_thin' => 'Thin',
  520. 'yes' => 'Yes',
  521. 'yesterday' => 'Yesterday',
  522. 'your_diaspora_pod' => 'Your Diaspora* pod',
  523. 'your_favorites' => 'Your favourites',
  524. 'your_rss_feeds' => 'Your RSS feeds',
  525. 'your_shaarli' => 'Your Shaarli',
  526. 'your_wallabag' => 'Your wallabag',
  527. 'zip_error' => 'An error occured during Zip import.',
  528. );