gen.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. <?php
  2. return array(
  3. 'action' => array(
  4. 'actualize' => 'Actualize',
  5. 'back_to_rss_feeds' => '← Go back to your RSS feeds',
  6. 'cancel' => 'Cancel',
  7. 'disable' => 'Disable',
  8. 'empty' => 'Empty',
  9. 'enable' => 'Enable',
  10. 'export' => 'Export',
  11. 'filter' => 'Filtrer',
  12. 'import' => 'Import',
  13. 'manage' => 'Manage',
  14. 'mark_read' => 'Mark as read',
  15. 'remove' => 'Remove',
  16. 'see_website' => 'See website',
  17. 'submit' => 'Submit',
  18. 'truncate' => 'Delete all articles',
  19. ),
  20. 'auth' => array(
  21. 'keep_logged_in' => 'Keep me logged in <small>(1 month)</small>',
  22. 'login' => 'Login',
  23. 'login_persona' => 'Login with Persona',
  24. 'login_persona_problem' => 'Connection problem with Persona?',
  25. 'logout' => 'Logout',
  26. 'password' => 'Password',
  27. 'reset' => 'Authentication reset',
  28. 'username' => 'Username',
  29. 'username_admin' => 'Administrator username',
  30. 'will_reset' => 'Authentication system will be reset: a form will be used instead of Persona.',
  31. ),
  32. 'date' => array(
  33. 'Apr' => '\\A\\p\\r\\i\\l',
  34. 'Aug' => '\\A\\u\\g\\u\\s\\t',
  35. 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r',
  36. 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y',
  37. 'Jan' => '\\J\\a\\n\\u\\a\\r\\y',
  38. 'Jul' => '\\J\\u\\l\\y',
  39. 'Jun' => '\\J\\u\\n\\e',
  40. 'Mar' => '\\M\\a\\r\\c\\h',
  41. 'May' => '\\M\\a\\y',
  42. 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r',
  43. 'Oct' => '\\O\\c\\t\\o\\b\\e\\r',
  44. 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r',
  45. 'apr' => 'apr',
  46. 'april' => 'Apr',
  47. 'aug' => 'aug',
  48. 'august' => 'Aug',
  49. 'before_yesterday' => 'Before yesterday',
  50. 'dec' => 'dec',
  51. 'december' => 'Dec',
  52. 'feb' => 'feb',
  53. 'february' => 'Feb',
  54. 'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y',
  55. 'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i',
  56. 'fri' => 'Fri',
  57. 'jan' => 'jan',
  58. 'january' => 'Jan',
  59. 'jul' => 'jul',
  60. 'july' => 'Jul',
  61. 'jun' => 'jun',
  62. 'june' => 'Jun',
  63. 'last_3_month' => 'Last three months',
  64. 'last_6_month' => 'Last six months',
  65. 'last_month' => 'Last month',
  66. 'last_week' => 'Last week',
  67. 'last_year' => 'Last year',
  68. 'mar' => 'mar',
  69. 'march' => 'Mar',
  70. 'may' => 'May',
  71. 'mon' => 'Mon',
  72. 'nov' => 'nov',
  73. 'november' => 'Nov',
  74. 'oct' => 'oct',
  75. 'october' => 'Oct',
  76. 'sat' => 'Sat',
  77. 'sep' => 'sep',
  78. 'september' => 'Sep',
  79. 'sun' => 'Sun',
  80. 'thu' => 'Thu',
  81. 'today' => 'Today',
  82. 'tue' => 'Tue',
  83. 'wed' => 'Wed',
  84. 'yesterday' => 'Yesterday',
  85. ),
  86. 'freshrss' => array(
  87. '_' => 'FreshRSS',
  88. 'about' => 'About FreshRSS',
  89. ),
  90. 'js' => array(
  91. 'category_empty' => 'Empty category',
  92. 'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!',
  93. '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!',
  94. 'new_article' => 'There are new available articles, click to refresh the page.',
  95. 'notif_body_new_articles' => 'There are \\d new articles to read on FreshRSS.',
  96. 'notif_title_new_articles' => 'FreshRSS: new articles!',
  97. 'should_be_activated' => 'JavaScript must be enabled',
  98. ),
  99. 'menu' => array(
  100. 'about' => 'About',
  101. 'admin' => 'Administration',
  102. 'archiving' => 'Archiving',
  103. 'authentication' => 'Authentication',
  104. 'check_install' => 'Installation checking',
  105. 'configuration' => 'Configuration',
  106. 'display' => 'Display',
  107. 'logs' => 'Logs',
  108. 'queries' => 'User queries',
  109. 'reading' => 'Reading',
  110. 'search' => 'Search words or #tags',
  111. 'sharing' => 'Sharing',
  112. 'shortcuts' => 'Shortcuts',
  113. 'stats' => 'Statistics',
  114. 'update' => 'Update',
  115. 'user_management' => 'Manage users',
  116. 'user_profile' => 'Profile',
  117. ),
  118. 'pagination' => array(
  119. 'first' => 'First',
  120. 'last' => 'Last',
  121. 'load_more' => 'Load more articles',
  122. 'mark_all_read' => 'Mark all as read',
  123. 'next' => 'Next',
  124. 'nothing_to_load' => 'There are no more articles',
  125. 'previous' => 'Previous',
  126. ),
  127. 'short' => array(
  128. 'attention' => 'Attention!',
  129. 'blank_to_disable' => 'Leave blank to disable',
  130. 'by_default' => 'By default',
  131. 'damn' => 'Damn!',
  132. 'no' => 'No',
  133. 'ok' => 'Ok!',
  134. 'oops' => 'Oops!',
  135. 'or' => 'or',
  136. 'yes' => 'Yes',
  137. ),
  138. 'activate_sharing' => 'Activate sharing',
  139. 'after_onread' => 'After “mark all as read”,',
  140. 'archiving_configuration_help' => 'More options are available in the individual stream settings',
  141. 'article' => 'Article',
  142. 'article_icons' => 'Article icons',
  143. 'article_open_on_website' => 'when article is opened on its original website',
  144. 'article_published_on' => 'This article originally appeared on <a href="%s">%s</a>',
  145. 'article_published_on_author' => 'This article originally appeared on <a href="%s">%s</a> by %s',
  146. 'article_viewed' => 'when article is viewed',
  147. 'articles' => 'articles',
  148. 'articles_per_page' => 'Number of articles per page',
  149. 'articles_to_display' => 'Articles to display',
  150. 'author' => 'Author',
  151. 'auto_load_more' => 'Load next articles at the page bottom',
  152. 'auto_read_when' => 'Mark article as read…',
  153. 'auto_remove_article' => 'Hide articles after reading',
  154. 'auto_share' => 'Share',
  155. 'auto_share_help' => 'If there is only one sharing mode, it is used. Else modes are accessible by their number.',
  156. 'bad_opml_file' => 'Your OPML file is invalid',
  157. 'base_url' => 'Base URL',
  158. 'bdd' => 'Database',
  159. 'bdd_conf_is_ko' => 'Verify your database information.',
  160. 'bdd_conf_is_ok' => 'Database configuration has been saved.',
  161. 'bdd_configuration' => 'Database configuration',
  162. 'bdd_type' => 'Type of database',
  163. 'bottom_line' => 'Bottom line',
  164. 'by' => 'by',
  165. 'by_email' => 'By email',
  166. 'by_feed' => 'by feed',
  167. 'cache_is_ok' => 'Permissions on cache directory are good',
  168. 'can_not_be_deleted' => 'Cannot be deleted',
  169. 'categories' => 'Categories',
  170. 'categories_management' => 'Categories management',
  171. 'categories_updated' => 'Categories have been updated',
  172. 'categorize' => 'Store in a category',
  173. 'category_number' => 'Category n°%d',
  174. 'change_value' => 'You should change this value by any other',
  175. 'checks' => 'Checks',
  176. 'choose_language' => 'Choose a language for FreshRSS',
  177. 'collapse_article' => 'Collapse',
  178. 'congratulations' => 'Congratulations!',
  179. 'content_width' => 'Content width',
  180. 'create' => 'Create',
  181. 'create_user' => 'Create new user',
  182. 'ctype_is_nok' => 'You lack a required library for character type checking (php-ctype)',
  183. 'ctype_is_ok' => 'You have the required library for character type checking (ctype)',
  184. 'curl_is_nok' => 'You lack cURL (php5-curl package)',
  185. 'curl_is_ok' => 'You have version %s of cURL',
  186. 'current_user' => 'Current user',
  187. 'data_is_ok' => 'Permissions on data directory are good',
  188. 'default_category' => 'Uncategorized',
  189. 'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>',
  190. 'default_view' => 'Default view',
  191. 'delete_articles_every' => 'Remove articles after',
  192. 'display_articles_unfolded' => 'Show articles unfolded by default',
  193. 'display_categories_unfolded' => 'Show categories folded by default',
  194. 'display_configuration' => 'Display',
  195. 'do_not_change_if_doubt' => 'Don’t change if you doubt about it',
  196. 'dom_is_nok' => 'You lack a required library to browse the DOM (php-xml package)',
  197. 'dom_is_ok' => 'You have the required library to browse the DOM',
  198. 'favicons_is_ok' => 'Permissions on favicons directory are good',
  199. 'feed' => 'Feed',
  200. 'feeds' => 'Feeds',
  201. 'finish_installation' => 'Complete installation',
  202. 'first_article' => 'Skip to the first article',
  203. 'fix_errors_before' => 'Fix errors before skip to the next step.',
  204. 'focus_search' => 'Access search box',
  205. 'freshrss_installation' => 'Installation · FreshRSS',
  206. 'general_conf_is_ok' => 'General configuration has been saved.',
  207. 'general_configuration' => 'General configuration',
  208. 'help' => 'Display documentation',
  209. 'hide_read_feeds' => 'Hide categories & feeds with no unread article (does not work with “Show all articles” configuration)',
  210. 'host' => 'Host',
  211. 'html5_notif_timeout' => 'HTML5 notification timeout',
  212. 'http_referer_is_nok' => 'Please check that you are not altering your HTTP REFERER.',
  213. 'http_referer_is_ok' => 'Your HTTP REFERER is known and corresponds to your server.',
  214. 'img_with_lazyload' => 'Use "lazy load" mode to load pictures',
  215. 'install_not_deleted' => 'Something went wrong; you must delete the file <em>%s</em> manually.',
  216. '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.',
  217. 'installation_step' => 'Installation — step %d · FreshRSS',
  218. 'is_admin' => 'is administrator',
  219. 'javascript_for_shortcuts' => 'JavaScript must be enabled in order to use shortcuts',
  220. 'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',
  221. 'jump_next' => 'jump to next unread sibling (feed or category)',
  222. 'language' => 'Language',
  223. 'language_defined' => 'Language has been defined.',
  224. 'last_article' => 'Skip to the last article',
  225. 'log_is_ok' => 'Permissions on logs directory are good',
  226. 'login_required' => 'Login required:',
  227. 'mark_cat_read' => 'Mark category as read',
  228. 'mark_favorite' => 'Mark as favourite',
  229. 'mark_feed_read' => 'Mark feed as read',
  230. '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.',
  231. 'minz_is_ok' => 'You have the Minz framework',
  232. 'month' => 'months',
  233. 'more_information' => 'More information',
  234. 'next_article' => 'Skip to the next article',
  235. 'next_page' => 'Skip to the next page',
  236. 'next_step' => 'Go to the next step',
  237. 'no_feed_actualized' => 'No RSS feed has been updated',
  238. 'no_query' => 'You haven’t created any user query yet.',
  239. 'no_query_filter' => 'No filter',
  240. 'no_rss_feed' => 'No RSS feed',
  241. 'no_selected_feed' => 'No feed selected.',
  242. 'not_read' => '%d unread',
  243. 'not_reads' => '%d unread',
  244. 'not_yet_implemented' => 'Not yet implemented',
  245. 'number_divided_when_reader' => 'Divided by 2 in the reading view.',
  246. 'number_feeds' => '%d feeds',
  247. 'optimize_bdd' => 'Optimize database',
  248. 'optimize_todo_sometimes' => 'To do occasionally to reduce the size of the database',
  249. 'password_api' => 'Password API<br /><small>(e.g., for mobile apps)</small>',
  250. 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
  251. 'pcre_is_nok' => 'You lack a required library for regular expressions (php-pcre)',
  252. 'pcre_is_ok' => 'You have the required library for regular expressions (PCRE)',
  253. 'pdo_is_nok' => 'You lack PDO or one of the supported drivers (pdo_mysql, pdo_sqlite)',
  254. 'pdo_is_ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite)',
  255. 'persona_connection_email' => 'Login mail address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>',
  256. 'persona_is_ok' => 'Permissions on Mozilla Persona directory are good',
  257. 'php_is_nok' => 'Your PHP version is %s but FreshRSS requires at least version %s',
  258. 'php_is_ok' => 'Your PHP version is %s, which is compatible with FreshRSS',
  259. 'prefix' => 'Table prefix',
  260. 'previous_article' => 'Skip to the previous article',
  261. 'previous_page' => 'Skip to the previous page',
  262. 'public' => 'Public',
  263. 'publication_date' => 'Date of publication',
  264. 'purge_now' => 'Purge now',
  265. 'query_deprecated' => 'This query is no longer valid. The referenced category or feed has been deleted.',
  266. 'query_filter' => 'Filter applied:',
  267. 'query_get_all' => 'Display all articles',
  268. 'query_get_category' => 'Display "%s" category',
  269. 'query_get_favorite' => 'Display favorite articles',
  270. 'query_get_feed' => 'Display "%s" feed',
  271. 'query_order_asc' => 'Display oldest articles first',
  272. 'query_order_desc' => 'Display newest articles first',
  273. 'query_search' => 'Search for "%s"',
  274. 'query_state_0' => 'Display all articles',
  275. 'query_state_1' => 'Display read articles',
  276. 'query_state_2' => 'Display unread articles',
  277. 'query_state_3' => 'Display all articles',
  278. 'query_state_4' => 'Display favorite articles',
  279. 'query_state_5' => 'Display read favorite articles',
  280. 'query_state_6' => 'Display unread favorite articles',
  281. 'query_state_7' => 'Display favorite articles',
  282. 'query_state_8' => 'Display not favorite articles',
  283. 'query_state_9' => 'Display read not favorite articles',
  284. 'query_state_10' => 'Display unread not favorite articles',
  285. 'query_state_11' => 'Display not favorite articles',
  286. 'query_state_12' => 'Display all articles',
  287. 'query_state_13' => 'Display read articles',
  288. 'query_state_14' => 'Display unread articles',
  289. 'query_state_15' => 'Display all articles',
  290. 'random_string' => 'Random string',
  291. 'reading_confirm' => 'Display a confirmation dialog on “mark all as read” actions',
  292. 'scroll' => 'while scrolling',
  293. 'seconds_(0_means_no_timeout)' => 'seconds (0 means no timeout)',
  294. 'see_on_website' => 'See on original website',
  295. 'share_name' => 'Share name to display',
  296. 'share_url' => 'Share URL to use',
  297. 'sharing_management' => 'Sharing options management',
  298. 'shift_for_all_read' => '+ <code>shift</code> to mark all articles as read',
  299. 'shortcuts_article_action' => 'Article actions',
  300. 'shortcuts_navigation' => 'Navigation',
  301. 'shortcuts_navigation_help' => 'With the "Shift" modifier, navigation shortcuts apply on feeds.<br/>With the "Alt" modifier, navigation shortcuts apply on categories.',
  302. 'shortcuts_other_action' => 'Other actions',
  303. 'show_adaptive' => 'Adjust showing',
  304. 'show_all_articles' => 'Show all articles',
  305. 'sort_order' => 'Sort order',
  306. 'steps' => 'Steps',
  307. 'sticky_post' => 'Stick the article to the top when opened',
  308. 'theme' => 'Theme',
  309. 'this_is_the_end' => 'This is the end',
  310. 'top_line' => 'Top line',
  311. 'update_apply' => 'Apply',
  312. 'update_check' => 'Check for new updates',
  313. 'update_end' => 'Update process is completed, now you can go to the final step.',
  314. 'update_last' => 'Last verification: %s',
  315. '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.',
  316. 'update_start' => 'Start update process',
  317. 'updated' => 'Modifications have been updated',
  318. 'upon_reception' => 'upon reception of the article',
  319. 'user_filter' => 'Access user filters',
  320. 'user_filter_help' => 'If there is only one user filter, it is used. Else filters are accessible by their number.',
  321. 'users' => 'Users',
  322. 'users_list' => 'List of users',
  323. 'version_update' => 'Update',
  324. 'width_large' => 'Large',
  325. 'width_medium' => 'Medium',
  326. 'width_no_limit' => 'No limit',
  327. 'width_thin' => 'Thin',
  328. 'your_diaspora_pod' => 'Your Diaspora* pod',
  329. 'your_shaarli' => 'Your Shaarli',
  330. 'your_wallabag' => 'Your wallabag',
  331. );