gen.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. <?php
  2. return array(
  3. 'action' => array(
  4. 'actualize' => 'Actualize',
  5. 'back' => '← Go back',
  6. 'back_to_rss_feeds' => '← Go back to your RSS feeds',
  7. 'cancel' => 'Cancel',
  8. 'create' => 'Create',
  9. 'disable' => 'Disable',
  10. 'empty' => 'Empty',
  11. 'enable' => 'Enable',
  12. 'export' => 'Export',
  13. 'filter' => 'Filter',
  14. 'import' => 'Import',
  15. 'manage' => 'Manage',
  16. 'mark_favorite' => 'Mark as favourite',
  17. 'mark_read' => 'Mark as read',
  18. 'remove' => 'Remove',
  19. 'see_website' => 'See website',
  20. 'submit' => 'Submit',
  21. 'truncate' => 'Delete all articles',
  22. 'update' => 'Update',
  23. ),
  24. 'auth' => array(
  25. 'accept_tos' => 'I accept the <a href="%s">Terms of Service</a>.',
  26. 'email' => 'Email address',
  27. 'keep_logged_in' => 'Keep me logged in <small>(%s days)</small>',
  28. 'login' => 'Login',
  29. 'logout' => 'Logout',
  30. 'password' => array(
  31. '_' => 'Password',
  32. 'format' => '<small>At least 7 characters</small>',
  33. ),
  34. 'registration' => array(
  35. '_' => 'New account',
  36. 'ask' => 'Create an account?',
  37. 'title' => 'Account creation',
  38. ),
  39. 'reset' => 'Authentication reset',
  40. 'username' => array(
  41. '_' => 'Username',
  42. 'admin' => 'Administrator username',
  43. 'format' => '<small>maximum 16 alphanumeric characters</small>',
  44. ),
  45. ),
  46. 'date' => array(
  47. 'Apr' => '\\A\\p\\r\\i\\l',
  48. 'apr' => 'Apr.',
  49. 'april' => 'April',
  50. 'Aug' => '\\A\\u\\g\\u\\s\\t',
  51. 'aug' => 'Aug.',
  52. 'august' => 'August',
  53. 'before_yesterday' => 'Before yesterday',
  54. 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r',
  55. 'dec' => 'Dec.',
  56. 'december' => 'December',
  57. 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y',
  58. 'feb' => 'Feb.',
  59. 'february' => 'February',
  60. 'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y',
  61. 'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i',
  62. 'fri' => 'Fri',
  63. 'Jan' => '\\J\\a\\n\\u\\a\\r\\y',
  64. 'jan' => 'Jan.',
  65. 'january' => 'January',
  66. 'Jul' => '\\J\\u\\l\\y',
  67. 'jul' => 'July',
  68. 'july' => 'July',
  69. 'Jun' => '\\J\\u\\n\\e',
  70. 'jun' => 'June',
  71. 'june' => 'June',
  72. 'last_3_month' => 'Last three months',
  73. 'last_6_month' => 'Last six months',
  74. 'last_month' => 'Last month',
  75. 'last_week' => 'Last week',
  76. 'last_year' => 'Last year',
  77. 'Mar' => '\\M\\a\\r\\c\\h',
  78. 'mar' => 'Mar.',
  79. 'march' => 'March',
  80. 'May' => '\\M\\a\\y',
  81. 'may' => 'May',
  82. 'may_' => 'May',
  83. 'mon' => 'Mon',
  84. 'month' => 'months',
  85. 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r',
  86. 'nov' => 'Nov.',
  87. 'november' => 'November',
  88. 'Oct' => '\\O\\c\\t\\o\\b\\e\\r',
  89. 'oct' => 'Oct.',
  90. 'october' => 'October',
  91. 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r',
  92. 'sat' => 'Sat',
  93. 'sep' => 'Sept.',
  94. 'september' => 'September',
  95. 'sun' => 'Sun',
  96. 'thu' => 'Thu',
  97. 'today' => 'Today',
  98. 'tue' => 'Tue',
  99. 'wed' => 'Wed',
  100. 'yesterday' => 'Yesterday',
  101. ),
  102. 'freshrss' => array(
  103. '_' => 'FreshRSS',
  104. 'about' => 'About FreshRSS',
  105. ),
  106. 'js' => array(
  107. 'category_empty' => 'Empty category',
  108. 'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!',
  109. 'confirm_action_feed_cat' => 'Are you sure you want to perform this action? You will lose related favourites and user queries. It cannot be cancelled!',
  110. 'feedback' => array(
  111. 'body_new_articles' => 'There are %%d new articles to read on FreshRSS.',
  112. 'request_failed' => 'A request has failed, it may have been caused by Internet connection problems.',
  113. 'title_new_articles' => 'FreshRSS: new articles!',
  114. ),
  115. 'new_article' => 'There are new available articles, click to refresh the page.',
  116. 'should_be_activated' => 'JavaScript must be enabled',
  117. ),
  118. 'lang' => array(
  119. 'cz' => 'Čeština',
  120. 'de' => 'Deutsch',
  121. 'en' => 'English',
  122. 'es' => 'Español',
  123. 'fr' => 'Français',
  124. 'he' => 'עברית',
  125. 'it' => 'Italiano',
  126. 'kr' => '한국어',
  127. 'nl' => 'Nederlands',
  128. 'oc' => 'Occitan',
  129. 'pt-br' => 'Português (Brasil)',
  130. 'ru' => 'Русский',
  131. 'sk' => 'Slovenčina',
  132. 'tr' => 'Türkçe',
  133. 'zh-cn' => '简体中文',
  134. ),
  135. 'menu' => array(
  136. 'about' => 'About',
  137. 'admin' => 'Administration',
  138. 'archiving' => 'Archiving',
  139. 'authentication' => 'Authentication',
  140. 'check_install' => 'Installation checking',
  141. 'configuration' => 'Configuration',
  142. 'display' => 'Display',
  143. 'extensions' => 'Extensions',
  144. 'logs' => 'Logs',
  145. 'queries' => 'User queries',
  146. 'reading' => 'Reading',
  147. 'search' => 'Search words or #tags',
  148. 'sharing' => 'Sharing',
  149. 'shortcuts' => 'Shortcuts',
  150. 'stats' => 'Statistics',
  151. 'system' => 'System configuration',
  152. 'update' => 'Update',
  153. 'user_management' => 'Manage users',
  154. 'user_profile' => 'Profile',
  155. ),
  156. 'pagination' => array(
  157. 'first' => 'First',
  158. 'last' => 'Last',
  159. 'load_more' => 'Load more articles',
  160. 'mark_all_read' => 'Mark all as read',
  161. 'next' => 'Next',
  162. 'nothing_to_load' => 'There are no more articles',
  163. 'previous' => 'Previous',
  164. ),
  165. 'period' => array(
  166. 'days' => 'days',
  167. 'hours' => 'hours',
  168. 'months' => 'months',
  169. 'weeks' => 'weeks',
  170. 'years' => 'years',
  171. ),
  172. 'share' => array(
  173. 'blogotext' => 'Blogotext',
  174. 'diaspora' => 'Diaspora*',
  175. 'email' => 'Email',
  176. 'facebook' => 'Facebook',
  177. 'gnusocial' => 'GNU social',
  178. 'jdh' => 'Journal du hacker',
  179. 'Known' => 'Known based sites',
  180. 'lemmy' => 'Lemmy',
  181. 'linkedin' => 'LinkedIn',
  182. 'mastodon' => 'Mastodon',
  183. 'movim' => 'Movim',
  184. 'pinboard' => 'Pinboard',
  185. 'pocket' => 'Pocket',
  186. 'print' => 'Print',
  187. 'shaarli' => 'Shaarli',
  188. 'twitter' => 'Twitter',
  189. 'wallabag' => 'wallabag v1',
  190. 'wallabagv2' => 'wallabag v2',
  191. ),
  192. 'short' => array(
  193. 'attention' => 'Warning!',
  194. 'blank_to_disable' => 'Leave blank to disable',
  195. 'by_author' => 'By:',
  196. 'by_default' => 'By default',
  197. 'damn' => 'Blast!',
  198. 'default_category' => 'Uncategorized',
  199. 'no' => 'No',
  200. 'not_applicable' => 'Not available',
  201. 'ok' => 'Ok!',
  202. 'or' => 'or',
  203. 'yes' => 'Yes',
  204. ),
  205. );