en.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. <?php
  2. return array (
  3. // LAYOUT
  4. 'login' => 'Login',
  5. 'logout' => 'Logout',
  6. 'search' => 'Search words or #tags',
  7. 'configuration' => 'Configuration',
  8. 'general_and_reading' => 'General and reading',
  9. 'categories' => 'Categories',
  10. 'category' => 'Category',
  11. 'shortcuts' => 'Shortcuts',
  12. 'about' => 'About',
  13. 'your_rss_feeds' => 'Your RSS feeds',
  14. 'add_rss_feed' => 'Add a RSS feed',
  15. 'no_rss_feed' => 'No RSS feed',
  16. 'import_export_opml' => 'Import / export (OPML)',
  17. 'subscription_management' => 'Subscriptions management',
  18. 'all_feeds' => 'All (%d)',
  19. 'favorite_feeds' => 'Favorites (%d)',
  20. 'not_read' => '%d unread',
  21. 'not_reads' => '%d unread',
  22. 'filter' => 'Filter',
  23. 'see_website' => 'See website',
  24. 'administration' => 'Manage',
  25. 'actualize' => 'Actualize',
  26. 'mark_read' => 'Mark as read',
  27. 'mark_favorite' => 'Mark as favorite',
  28. 'mark_all_read' => 'Mark all as read',
  29. 'mark_feed_read' => 'Mark feed as read',
  30. 'mark_cat_read' => 'Mark category as read',
  31. 'before_one_day' => 'Before one day',
  32. 'before_one_week' => 'Before one week',
  33. 'display' => 'Display',
  34. 'normal_view' => 'Normal view',
  35. 'reader_view' => 'Reading view',
  36. 'global_view' => 'Global view',
  37. 'show_all_articles' => 'Show all articles',
  38. 'show_not_reads' => 'Show only unread',
  39. 'older_first' => 'Oldest first',
  40. 'newer_first' => 'Newer first',
  41. // Pagination
  42. 'first' => 'First',
  43. 'previous' => 'Previous',
  44. 'next' => 'Next',
  45. 'last' => 'Last',
  46. // CONTROLLERS
  47. 'article_published_on' => 'This article originally appeared on <a href="%s">%s</a>',
  48. 'article_published_on_author' => 'This article originally appeared on <a href="%s">%s</a> by %s',
  49. 'access_denied' => 'You don\'t have permission to access this page',
  50. 'page_not_found' => 'You are looking for a page which doesn\'t exist',
  51. 'error_occurred' => 'An error occured',
  52. 'error_occurred_update' => 'An error occured during update',
  53. 'default_category' => 'Uncategorized',
  54. 'categories_updated' => 'Categories have been updated',
  55. 'categories_management' => 'Categories management',
  56. 'feed_updated' => 'Feed has been updated',
  57. 'rss_feed_management' => 'RSS feeds management',
  58. 'configuration_updated' => 'Configuration has been updated',
  59. 'general_and_reading_management'=> 'General and reading management',
  60. 'bad_opml_file' => 'Your OPML file is invalid',
  61. 'shortcuts_updated' => 'Shortcuts have been updated',
  62. 'shortcuts_management' => 'Shortcuts management',
  63. 'feeds_marked_read' => 'Feeds have been marked as read',
  64. 'updated' => 'Modifications have been updated',
  65. 'already_subscribed' => 'You have already subscribed to <em>%s</em>',
  66. 'feed_added' => 'RSS feed <em>%s</em> has been added',
  67. 'feed_not_added' => '<em>%s</em> could not be added',
  68. 'internal_problem_feed' => 'An internal problem occured, RSS feed could not be added',
  69. 'invalid_url' => 'URL <em>%s</em> is invalid',
  70. 'feed_actualized' => '<em>%s</em> has been updated',
  71. 'n_feeds_actualized' => '%d feeds have been updated',
  72. 'feeds_actualized' => 'RSS feeds have been updated',
  73. 'no_feed_actualized' => 'No RSS feed has been updated',
  74. 'feeds_imported_with_errors' => 'Feeds have been imported but errors occured',
  75. 'feeds_imported' => 'Feeds have been imported',
  76. 'category_emptied' => 'Category has been emptied',
  77. 'feed_deleted' => 'Feed has been deleted',
  78. 'optimization_complete' => 'Optimization complete',
  79. 'your_rss_feeds' => 'Your RSS feeds',
  80. 'your_favorites' => 'Your favorites',
  81. 'public' => 'Public',
  82. 'invalid_login' => 'Login is invalid',
  83. // VIEWS
  84. 'save' => 'Save',
  85. 'delete' => 'Delete',
  86. 'cancel' => 'Cancel',
  87. 'back_to_rss_feeds' => '← Go back to your RSS feeds',
  88. 'feeds_moved_category_deleted' => 'When you delete a category, their feeds are automatically classified under <em>%s</em>.',
  89. 'category_number' => 'Category n°%d',
  90. 'ask_empty' => 'Clear ?',
  91. 'number_feeds' => '%d feeds',
  92. 'can_not_be_deleted' => 'Can not be deleted',
  93. 'add_category' => 'Add a category',
  94. 'new_category' => 'New category',
  95. 'javascript_for_shortcuts' => 'Javascript must be enabled in order to use shortcuts',
  96. 'javascript_should_be_activated'=> 'Javascript must be enabled',
  97. 'shift_for_all_read' => '+ <code>shift</code> to mark all articles as read',
  98. 'see_on_website' => 'See article on its original website',
  99. 'next_article' => 'Skip to the next article',
  100. 'shift_for_last' => '+ <code>shift</code> to skip to the last article of page',
  101. 'previous_article' => 'Skip to the previous article',
  102. 'shift_for_first' => '+ <code>shift</code> to skip to the first article of page',
  103. 'next_page' => 'Skip to the next page',
  104. 'previous_page' => 'Skip to the previous page',
  105. 'file_to_import' => 'File to import',
  106. 'import' => 'Import',
  107. 'export' => 'Export',
  108. 'or' => 'or',
  109. 'informations' => 'Informations',
  110. 'feed_in_error' => 'This feed has encountered a problem. Please verify that it is always reachable then actualize it.',
  111. 'website_url' => 'Website URL',
  112. 'feed_url' => 'Feed URL',
  113. 'number_articles' => 'Number of articles',
  114. 'keep_history' => 'Keep history?',
  115. 'categorize' => 'Store in a category',
  116. 'advanced' => 'Advanced',
  117. 'show_in_all_flux' => 'Show in principal stream',
  118. 'yes' => 'Yes',
  119. 'no' => 'No',
  120. 'css_path_on_website' => 'Articles CSS path on original website',
  121. 'retrieve_truncated_feeds' => 'Retrieves truncated RSS feeds (attention, requires more time!)',
  122. 'http_authentication' => 'HTTP Authentication',
  123. 'http_username' => 'HTTP username',
  124. 'http_password' => 'HTTP password',
  125. 'blank_to_disable' => 'Leave blank to disable',
  126. 'not_yet_implemented' => 'Not yet implemented',
  127. 'access_protected_feeds' => 'Connection allows to access HTTP protected RSS feeds',
  128. 'no_selected_feed' => 'No feed selected.',
  129. 'think_to_add' => 'Think to add RSS feeds!',
  130. 'general_configuration' => 'General configuration',
  131. 'language' => 'Language',
  132. 'delete_articles_every' => 'Remove articles every',
  133. 'month' => 'months',
  134. 'persona_connection_email' => 'Login mail address (use <a href="https://persona.org/">Persona</a>)',
  135. 'allow_anonymous' => 'Allow anonymous reading',
  136. 'auth_token' => 'Authentication token',
  137. 'explain_token' => 'This token allows to avoid authentication by adding it to URL (eg. %s?token=&lt;your_token&gt;). RSS output only.',
  138. 'reading_configuration' => 'Reading configuration',
  139. 'articles_per_page' => 'Number of articles per page',
  140. 'default_view' => 'Default view',
  141. 'sort_order' => 'Sort order',
  142. 'auto_load_more' => 'Load next articles at the page bottom',
  143. 'display_articles_unfolded' => 'Show articles unfolded by default',
  144. 'img_with_lazyload' => 'Use "lazy load" mode to load pictures',
  145. 'auto_read_when' => 'Mark as read when',
  146. 'article_selected' => 'article is selected',
  147. 'article_open_on_website' => 'article is opened on its original website',
  148. 'scroll' => 'page scrolls',
  149. 'your_shaarli' => 'Your Shaarli',
  150. 'sharing' => 'Sharing',
  151. 'share' => 'Share',
  152. 'by_email' => 'By mail',
  153. 'on_shaarli' => 'On your Shaarli',
  154. 'optimize_bdd' => 'Optimize database',
  155. 'optimize_todo_sometimes' => 'To do occasionally to reduce size of database',
  156. 'theme' => 'Theme',
  157. 'article' => 'Article',
  158. 'title' => 'Title',
  159. 'author' => 'Author',
  160. 'publication_date' => 'Date of publication',
  161. 'by' => 'by',
  162. 'load_more' => 'Load more articles',
  163. 'nothing_to_load' => 'There is no more articles',
  164. 'rss_feeds_of' => 'RSS feed of %s',
  165. 'refresh' => 'Refresh',
  166. 'today' => 'Today',
  167. 'yesterday' => 'Yesterday',
  168. 'before_yesterday' => 'Before yesterday',
  169. 'by_author' => 'By <em>%s</em>',
  170. 'related_tags' => 'Related tags',
  171. 'no_feed_to_display' => 'No feed to show.',
  172. 'about_freshrss' => 'About FreshRSS',
  173. 'project_website' => 'Project website',
  174. 'lead_developer' => 'Lead developer',
  175. 'website' => 'Website',
  176. 'bugs_reports' => 'Bugs reports',
  177. 'github_or_email' => '<a href="https://github.com/marienfressinaud/FreshRSS/issues">on Github</a> or <a href="mailto:dev@marienfressinaud.fr">by mail</a>',
  178. 'license' => 'License',
  179. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
  180. 'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like <a href="http://rsslounge.aditu.de/">RSSLounge</a>, <a href="http://tt-rss.org/redmine/projects/tt-rss/wiki">TinyTinyRSS</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. Objective is to provide a serious alternative to Google Reader.',
  181. 'credits' => 'Credits',
  182. '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 used 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.',
  183. 'logs' => 'Logs',
  184. 'logs_empty' => 'Log file is empty',
  185. 'forbidden_access' => 'Forbidden access',
  186. 'forbidden_access_description' => 'Access is password protected, please <a class="signin" href="#">sign in</a> to read your feeds.',
  187. // DATE
  188. 'january' => 'january',
  189. 'february' => 'february',
  190. 'march' => 'march',
  191. 'april' => 'april',
  192. 'may' => 'may',
  193. 'june' => 'june',
  194. 'july' => 'july',
  195. 'august' => 'august',
  196. 'september' => 'september',
  197. 'october' => 'october',
  198. 'november' => 'november',
  199. 'december' => 'december',
  200. // special format for date() function
  201. 'Jan' => '\J\a\n\u\a\r\y',
  202. 'Feb' => '\F\e\b\r\u\a\r\y',
  203. 'Mar' => '\M\a\r\c\h',
  204. 'Apr' => '\A\p\r\i\l',
  205. 'May' => '\M\a\y',
  206. 'Jun' => '\J\u\n\e',
  207. 'Jul' => '\J\u\l\y',
  208. 'Aug' => '\A\u\g\u\s\t',
  209. 'Sep' => '\S\e\p\t\e\m\b\e\r',
  210. 'Oct' => '\O\c\t\o\b\e\r',
  211. 'Nov' => '\N\o\v\e\m\b\e\r',
  212. 'Dec' => '\D\e\c\e\m\b\e\r',
  213. // format for date() function, %s allows to indicate month in letter
  214. 'format_date' => '%s dS Y',
  215. 'format_date_hour' => '%s dS Y \a\t H\.i',
  216. // INSTALLATION
  217. 'freshrss_installation' => 'Installation - FreshRSS',
  218. 'freshrss' => 'FreshRSS',
  219. 'installation_step' => 'Installation - step %d',
  220. 'steps' => 'Steps',
  221. 'checks' => 'Checks',
  222. 'bdd_configuration' => 'Database configuration',
  223. 'this_is_the_end' => 'This is the end',
  224. 'ok' => 'Ok!',
  225. 'congratulations' => 'Congratulations!',
  226. 'attention' => 'Attention!',
  227. 'damn' => 'Damn!',
  228. 'oops' => 'Oops!',
  229. 'next_step' => 'Go to the next step',
  230. 'language_defined' => 'Language has been defined.',
  231. 'choose_language' => 'Choose a language for FreshRSS',
  232. 'javascript_is_better' => 'FreshRSS is more pleasant with Javascript enabled',
  233. 'php_is_ok' => 'Your PHP version is %s and it\'s compatible with FreshRSS',
  234. 'php_is_nok' => 'Your PHP version is %s. You must have at least version %s',
  235. 'minz_is_ok' => 'You have Minz framework',
  236. 'minz_is_nok' => 'You haven\'t 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.',
  237. 'curl_is_ok' => 'You have version %s of cURL',
  238. 'curl_is_nok' => 'You haven\'t cURL',
  239. 'pdomysql_is_ok' => 'You have PDO and its driver for MySQL',
  240. 'pdomysql_is_nok' => 'You haven\'t PDO or its driver for MySQL',
  241. 'dom_is_ok' => 'You have the necessary to browse the DOM',
  242. 'dom_is_nok' => 'You haven\'t the necessary to browse the DOM (php-xml package can be useful)',
  243. 'cache_is_ok' => 'Permissions on cache directory are good',
  244. 'log_is_ok' => 'Permissions on logs directory are good',
  245. 'conf_is_ok' => 'Permissions on configuration directory are good',
  246. 'data_is_ok' => 'Permissions on data directory are good',
  247. 'file_is_nok' => 'Check permissions on <em>%s</em> directory. HTTP server must have rights to write into',
  248. 'fix_errors_before' => 'Fix errors before skip to the next step.',
  249. 'general_conf_is_ok' => 'General configuration has been saved.',
  250. 'random_string' => 'Random string',
  251. 'change_value' => 'You should change this value by any other',
  252. 'base_url' => 'Base URL',
  253. 'do_not_change_if_doubt' => 'Don\'t change if you doubt about it',
  254. 'bdd_conf_is_ok' => 'Database configuration has been saved.',
  255. 'bdd_conf_is_ko' => 'Verify your database information.',
  256. 'host' => 'Host',
  257. 'username' => 'Username',
  258. 'password' => 'Password',
  259. 'bdd' => 'Database',
  260. 'prefix' => 'Table prefix',
  261. 'installation_is_ok' => 'Installation process is finished. You must delete <em>install.php</em> file to access FreshRSS... or simply click on following button :)',
  262. 'finish_installation' => 'Finish installation',
  263. 'install_not_deleted' => 'Something was going wrong, you muste delete <em>%s</em> file manually.',
  264. );