gen.php 5.2 KB

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