gen.php 9.1 KB

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