gen.php 9.0 KB

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