en.php 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <?php
  2. return array (
  3. // LAYOUT
  4. 'login' => 'Login',
  5. 'logout' => 'Logout',
  6. 'search_on_title' => 'Search (only on titles)',
  7. 'configuration' => 'Configuration',
  8. 'general_and_reading' => 'General and reading',
  9. 'categories' => 'Categories',
  10. 'category' => 'Catégory',
  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. 'show_all_articles' => 'Show all articles',
  35. 'show_not_reads' => 'Show only unread',
  36. 'older_first' => 'Oldest first',
  37. 'newer_first' => 'Newer first',
  38. // CONTROLLERS
  39. 'article_published_on' => 'This article originally appeared on <a href="%s">%s</a>',
  40. 'article_published_on_author' => 'This article originally appeared on <a href="%s">%s</a> by %s',
  41. 'access_denied' => 'You don\'t have permission to access this page',
  42. 'page_not_found' => 'You are looking for a page which doesn\'t exist',
  43. 'error_occurred' => 'An error occured',
  44. 'error_occurred_update' => 'An error occured during update',
  45. 'categories_updated' => 'Categories have been updated',
  46. 'categories_management' => 'Categories management',
  47. 'feed_updated' => 'Feed has been updated',
  48. 'rss_feed_management' => 'RSS feeds management',
  49. 'configuration_updated' => 'Configuration has been updated',
  50. 'general_and_reading_management'=> 'General and reading management',
  51. 'shortcuts_updated' => 'Shortcuts have been updated',
  52. 'shortcuts_management' => 'Shortcuts management',
  53. 'feeds_marked_read' => 'Feeds have been marked as read',
  54. 'updated' => 'Modifications have been updated',
  55. 'already_subscribed' => 'You have already subscribed to <em>%s</em>',
  56. 'feed_added' => 'RSS feed <em>%s</em> has been added',
  57. 'feed_not_added' => '<em>%s</em> could not be added',
  58. 'internal_problem_feed' => 'An internal problem occured, RSS feed could not be added',
  59. 'invalid_url' => 'URL <em>%s</em> is invalid',
  60. 'feed_actualized' => '<em>%s</em> has been updated',
  61. 'n_feeds_actualized' => '%d feeds have been updated',
  62. 'feeds_actualized' => 'RSS feeds have been updated',
  63. 'no_feed_actualized' => 'No RSS feed has been updated',
  64. 'feeds_imported_with_errors' => 'Feeds have been imported but errors occured',
  65. 'feeds_imported' => 'Feeds have been imported',
  66. 'category_emptied' => 'Category has been emptied',
  67. 'feed_deleted' => 'Feed has been deleted',
  68. 'your_rss_feeds' => 'Your RSS feeds',
  69. 'your_favorites' => 'Your favorites',
  70. 'public' => 'Public',
  71. 'invalid_login' => 'Login is invalid',
  72. // VIEWS
  73. 'save' => 'Save',
  74. 'delete' => 'Delete',
  75. 'cancel' => 'Cancel',
  76. 'back_to_rss_feeds' => '← Go back to your RSS feeds',
  77. 'feeds_moved_category_deleted' => 'When you delete a category, their feeds are automatically classified under <em>%s</ em>.',
  78. 'category_number' => 'Category n°%d',
  79. 'ask_empty' => 'Clear ?',
  80. 'number_feeds' => '%d feeds',
  81. 'can_not_be_deleted' => 'Can not be deleted',
  82. 'add_category' => 'Add a category',
  83. 'new_category' => 'New category',
  84. 'javascript_for_shortcuts' => 'Javascript must be enabled in order to use shortcuts',
  85. 'javascript_should_be_activated'=> 'Javascript must be enabled',
  86. 'shift_for_all_read' => '+ <code>shift</code> to mark all articles as read',
  87. 'see_on_website' => 'See article on its original website',
  88. 'next_article' => 'Skip to the next article',
  89. 'shift_for_last' => '+ <code>shift</code> to skip to the last article of page',
  90. 'previous_article' => 'Skip to the previous article',
  91. 'shift_for_first' => '+ <code>shift</code> to skip to the first article of page',
  92. 'next_page' => 'Skip to the next page',
  93. 'previous_page' => 'Skip to the previous page',
  94. 'file_to_import' => 'File to import',
  95. 'import' => 'Import',
  96. 'export' => 'Export',
  97. 'or' => 'or',
  98. 'informations' => 'Informations',
  99. 'website_url' => 'Website URL',
  100. 'feed_url' => 'Feed URL',
  101. 'number_articles' => 'Number of articles',
  102. 'categorize' => 'Store in a category',
  103. 'advanced' => 'Advanced',
  104. 'show_in_all_flux' => 'Show in principal stream',
  105. 'yes' => 'Yes',
  106. 'no' => 'No',
  107. 'css_path_on_website' => 'Articles CSS path on original website',
  108. 'retrieve_truncated_feeds' => 'Retrieves truncated RSS feeds (attention, requires more time!)',
  109. 'http_username' => 'HTTP username',
  110. 'http_password' => 'HTTP password',
  111. 'blank_to_disable' => 'Leave blank to disable',
  112. 'not_yet_implemented' => 'Not yet implemented',
  113. 'access_protected_feeds' => 'Connection allows to access HTTP protected RSS feeds',
  114. 'no_selected_feed' => 'No feed selected.',
  115. 'think_to_add' => 'Think to add RSS feeds!',
  116. 'general_configuration' => 'General configuration',
  117. 'language' => 'Language',
  118. 'delete_articles_every' => 'Remove articles every',
  119. 'month' => 'months',
  120. 'persona_connection_email' => 'Login mail address (use <a href="https://persona.org/">Persona</a>)',
  121. 'reading_configuration' => 'Reading configuration',
  122. 'articles_per_page' => 'Number of articles per page',
  123. 'default_view' => 'Default view',
  124. 'sort_order' => 'Sort order',
  125. 'display_articles_unfolded' => 'Show articles unfolded by default',
  126. 'auto_read_when' => 'Mark automatically as read when',
  127. 'article_selected' => 'Article is selected',
  128. 'article_open_on_website' => 'Article is opened on its original website',
  129. 'page_loaded' => 'Page is loaded',
  130. 'your_shaarli' => 'Your Shaarli',
  131. 'sharing' => 'Sharing',
  132. 'share' => 'Share',
  133. 'by_email' => 'By mail',
  134. 'on_shaarli' => 'On your Shaarli',
  135. 'note' => 'Note',
  136. 'add_note' => 'Add a note',
  137. 'update_note' => 'Update your note',
  138. 'ask_public_article' => 'Public article?',
  139. 'article' => 'Article',
  140. 'title' => 'Title',
  141. 'author' => 'Author',
  142. 'publication_date' => 'Date of publication',
  143. 'newer' => 'newer',
  144. 'older' => 'older',
  145. 'rss_feeds_of' => 'RSS feed of %s',
  146. 'refresh' => 'Refresh',
  147. 'today' => 'Today',
  148. 'yesterday' => 'Yesterday',
  149. 'before_yesterday' => 'Before yesterday',
  150. 'by_author' => 'By <em>%s</em>',
  151. 'related_tags' => 'Related tags',
  152. 'no_feed_to_display' => 'No feed to show.',
  153. 'about_freshrss' => 'About FreshRSS',
  154. 'project_website' => 'Project website',
  155. 'lead_developer' => 'Lead developer',
  156. 'website' => 'Website',
  157. 'bugs_reports' => 'Bugs reports',
  158. 'github_or_email' => '<a href="https://github.com/marienfressinaud/FreshRSS/issues">on Github</a> or <a href="mailto:dev@marienfressinaud.fr">by mail</a>',
  159. 'license' => 'License',
  160. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
  161. '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.',
  162. 'credits' => 'Credits',
  163. '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.',
  164. // DATE
  165. 'january' => 'january',
  166. 'february' => 'february',
  167. 'march' => 'march',
  168. 'april' => 'april',
  169. 'may' => 'may',
  170. 'june' => 'june',
  171. 'july' => 'july',
  172. 'august' => 'august',
  173. 'september' => 'september',
  174. 'october' => 'october',
  175. 'november' => 'november',
  176. 'december' => 'décember',
  177. // special format for date() function
  178. 'Jan' => '\J\a\n\u\a\r\y',
  179. 'Feb' => '\F\e\b\r\u\a\r\y',
  180. 'Mar' => '\M\a\r\c\h',
  181. 'Apr' => '\A\p\r\i\l',
  182. 'May' => '\M\a\y',
  183. 'Jun' => '\J\u\n\e',
  184. 'Jul' => '\J\u\l\y',
  185. 'Aug' => '\A\u\g\u\s\t',
  186. 'Sep' => '\S\e\p\t\e\m\b\e\r',
  187. 'Oct' => '\O\c\t\o\b\e\r',
  188. 'Nov' => '\N\o\v\e\m\b\e\r',
  189. 'Dec' => '\D\e\c\e\m\b\e\r',
  190. // format for date() function, %s allows to indicate month in letter
  191. 'format_date' => '%s dS Y',
  192. 'format_date_hour' => '%s dS Y \a\t H\.i',
  193. );