gen.php 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. 'create' => 'Create',
  8. 'disable' => 'Disable',
  9. 'empty' => 'Empty',
  10. 'enable' => 'Enable',
  11. 'export' => 'Export',
  12. 'filter' => 'Filtrer',
  13. 'import' => 'Import',
  14. 'manage' => 'Manage',
  15. 'mark_read' => 'Mark as read',
  16. 'mark_favorite' => 'Mark as favourite',
  17. 'remove' => 'Remove',
  18. 'see_website' => 'See website',
  19. 'submit' => 'Submit',
  20. 'truncate' => 'Delete all articles',
  21. ),
  22. 'auth' => array(
  23. 'keep_logged_in' => 'Keep me logged in <small>(1 month)</small>',
  24. 'login' => 'Login',
  25. 'login_persona' => 'Login with Persona',
  26. 'login_persona_problem' => 'Connection problem with Persona?',
  27. 'logout' => 'Logout',
  28. 'password' => 'Password',
  29. 'reset' => 'Authentication reset',
  30. 'username' => 'Username',
  31. 'username_admin' => 'Administrator username',
  32. 'will_reset' => 'Authentication system will be reset: a form will be used instead of Persona.',
  33. ),
  34. 'date' => array(
  35. 'Apr' => '\\A\\p\\r\\i\\l',
  36. 'Aug' => '\\A\\u\\g\\u\\s\\t',
  37. 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r',
  38. 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y',
  39. 'Jan' => '\\J\\a\\n\\u\\a\\r\\y',
  40. 'Jul' => '\\J\\u\\l\\y',
  41. 'Jun' => '\\J\\u\\n\\e',
  42. 'Mar' => '\\M\\a\\r\\c\\h',
  43. 'May' => '\\M\\a\\y',
  44. 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r',
  45. 'Oct' => '\\O\\c\\t\\o\\b\\e\\r',
  46. 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r',
  47. 'apr' => 'apr',
  48. 'april' => 'Apr',
  49. 'aug' => 'aug',
  50. 'august' => 'Aug',
  51. 'before_yesterday' => 'Before yesterday',
  52. 'dec' => 'dec',
  53. 'december' => 'Dec',
  54. 'feb' => 'feb',
  55. 'february' => 'Feb',
  56. 'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y',
  57. 'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i',
  58. 'fri' => 'Fri',
  59. 'jan' => 'jan',
  60. 'january' => 'Jan',
  61. 'jul' => 'jul',
  62. 'july' => 'Jul',
  63. 'jun' => 'jun',
  64. 'june' => 'Jun',
  65. 'last_3_month' => 'Last three months',
  66. 'last_6_month' => 'Last six months',
  67. 'last_month' => 'Last month',
  68. 'last_week' => 'Last week',
  69. 'last_year' => 'Last year',
  70. 'mar' => 'mar',
  71. 'march' => 'Mar',
  72. 'may' => 'May',
  73. 'mon' => 'Mon',
  74. 'month' => 'months',
  75. 'nov' => 'nov',
  76. 'november' => 'Nov',
  77. 'oct' => 'oct',
  78. 'october' => 'Oct',
  79. 'sat' => 'Sat',
  80. 'sep' => 'sep',
  81. 'september' => 'Sep',
  82. 'sun' => 'Sun',
  83. 'thu' => 'Thu',
  84. 'today' => 'Today',
  85. 'tue' => 'Tue',
  86. 'wed' => 'Wed',
  87. 'yesterday' => 'Yesterday',
  88. ),
  89. 'freshrss' => array(
  90. '_' => 'FreshRSS',
  91. 'about' => 'About FreshRSS',
  92. ),
  93. 'js' => array(
  94. 'category_empty' => 'Empty category',
  95. 'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!',
  96. '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!',
  97. 'feedback' => array(
  98. 'body_new_articles' => 'There are \\d new articles to read on FreshRSS.',
  99. 'request_failed' => 'A request has failed, it may have been caused by Internet connection problems.',
  100. 'title_new_articles' => 'FreshRSS: new articles!',
  101. ),
  102. 'new_article' => 'There are new available articles, click to refresh the page.',
  103. 'should_be_activated' => 'JavaScript must be enabled',
  104. ),
  105. 'lang' => array(
  106. 'de' => 'Deutsch',
  107. 'en' => 'English',
  108. 'fr' => 'Français',
  109. ),
  110. 'menu' => array(
  111. 'about' => 'About',
  112. 'admin' => 'Administration',
  113. 'archiving' => 'Archiving',
  114. 'authentication' => 'Authentication',
  115. 'check_install' => 'Installation checking',
  116. 'configuration' => 'Configuration',
  117. 'display' => 'Display',
  118. 'extensions' => 'Extensions',
  119. 'logs' => 'Logs',
  120. 'queries' => 'User queries',
  121. 'reading' => 'Reading',
  122. 'search' => 'Search words or #tags',
  123. 'sharing' => 'Sharing',
  124. 'shortcuts' => 'Shortcuts',
  125. 'stats' => 'Statistics',
  126. 'update' => 'Update',
  127. 'user_management' => 'Manage users',
  128. 'user_profile' => 'Profile',
  129. ),
  130. 'pagination' => array(
  131. 'first' => 'First',
  132. 'last' => 'Last',
  133. 'load_more' => 'Load more articles',
  134. 'mark_all_read' => 'Mark all as read',
  135. 'next' => 'Next',
  136. 'nothing_to_load' => 'There are no more articles',
  137. 'previous' => 'Previous',
  138. ),
  139. 'share' => array(
  140. 'blogotext' => 'Blogotext',
  141. 'diaspora' => 'Diaspora*',
  142. 'email' => 'Email',
  143. 'facebook' => 'Facebook',
  144. 'g+' => 'Google+',
  145. 'print' => 'Print',
  146. 'shaarli' => 'Shaarli',
  147. 'twitter' => 'Twitter',
  148. 'wallabag' => 'wallabag',
  149. ),
  150. 'short' => array(
  151. 'attention' => 'Attention!',
  152. 'blank_to_disable' => 'Leave blank to disable',
  153. 'by_author' => 'By <em>%s</em>',
  154. 'by_default' => 'By default',
  155. 'damn' => 'Damn!',
  156. 'default_category' => 'Uncategorized',
  157. 'no' => 'No',
  158. 'not_applicable' => 'Not available',
  159. 'ok' => 'Ok!',
  160. 'or' => 'or',
  161. 'yes' => 'Yes',
  162. ),
  163. );