gen.php 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <?php
  2. /******************************************************************************/
  3. /* Each entry of that file can be associated with a comment to indicate its */
  4. /* state. When there is no comment, it means the entry is fully translated. */
  5. /* The recognized comments are (comment matching is case-insensitive): */
  6. /* + TODO: the entry has never been translated. */
  7. /* + DIRTY: the entry has been translated but needs to be updated. */
  8. /* + IGNORE: the entry does not need to be translated. */
  9. /* When a comment is not recognized, it is discarded. */
  10. /******************************************************************************/
  11. return array(
  12. 'action' => array(
  13. 'actualize' => 'Update feeds', // TODO
  14. 'add' => 'Add', // TODO
  15. 'back_to_rss_feeds' => '← Go back to your RSS feeds', // TODO
  16. 'cancel' => 'Cancel', // TODO
  17. 'close' => 'Close', // TODO
  18. 'create' => 'Create', // TODO
  19. 'delete_all_feeds' => 'Delete all feeds', // TODO
  20. 'delete_errored_feeds' => 'Delete feeds with errors', // TODO
  21. 'delete_muted_feeds' => 'Delete muted feeds', // TODO
  22. 'demote' => 'Demote', // TODO
  23. 'disable' => 'Disable', // TODO
  24. 'download' => 'Download', // TODO
  25. 'empty' => 'Empty', // TODO
  26. 'enable' => 'Enable', // TODO
  27. 'export' => 'Export', // TODO
  28. 'filter' => 'Filter', // TODO
  29. 'import' => 'Import', // TODO
  30. 'load_default_shortcuts' => 'Load default shortcuts', // TODO
  31. 'manage' => 'Manage', // TODO
  32. 'mark_read' => 'Mark as read', // TODO
  33. 'menu' => array(
  34. 'open' => 'Open menu', // TODO
  35. ),
  36. 'nav_buttons' => array(
  37. 'next' => 'Next article', // TODO
  38. 'prev' => 'Previous article', // TODO
  39. 'up' => 'Go up', // TODO
  40. ),
  41. 'open_url' => 'Open URL', // TODO
  42. 'promote' => 'Promote', // TODO
  43. 'purge' => 'Purge', // TODO
  44. 'refresh_opml' => 'Refresh OPML', // TODO
  45. 'remove' => 'Remove', // TODO
  46. 'rename' => 'Rename', // TODO
  47. 'see_website' => 'See website', // TODO
  48. 'submit' => 'Submit', // TODO
  49. 'truncate' => 'Delete all articles', // TODO
  50. 'update' => 'Update', // TODO
  51. ),
  52. 'auth' => array(
  53. 'accept_tos' => 'I accept the <a href="%s">Terms of Service</a>.', // TODO
  54. 'email' => 'Email address', // TODO
  55. 'keep_logged_in' => 'Keep me logged in <small>(%s days)</small>', // TODO
  56. 'login' => 'Login', // TODO
  57. 'logout' => 'Logout', // TODO
  58. 'password' => array(
  59. '_' => 'Password', // TODO
  60. 'format' => '<small>At least 7 characters</small>', // TODO
  61. ),
  62. 'registration' => array(
  63. '_' => 'New account', // TODO
  64. 'ask' => 'Create an account?', // TODO
  65. 'title' => 'Account creation', // TODO
  66. ),
  67. 'username' => array(
  68. '_' => 'Username', // TODO
  69. 'format' => '<small>Maximum 16 alphanumeric characters</small>', // TODO
  70. ),
  71. ),
  72. 'date' => array(
  73. 'Apr' => '\\A\\p\\r\\i\\l', // TODO
  74. 'Aug' => '\\A\\u\\g\\u\\s\\t', // TODO
  75. 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r', // TODO
  76. 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y', // TODO
  77. 'Jan' => '\\J\\a\\n\\u\\a\\r\\y', // TODO
  78. 'Jul' => '\\J\\u\\l\\y', // TODO
  79. 'Jun' => '\\J\\u\\n\\e', // TODO
  80. 'Mar' => '\\M\\a\\r\\c\\h', // TODO
  81. 'May' => '\\M\\a\\y', // TODO
  82. 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', // TODO
  83. 'Oct' => '\\O\\c\\t\\o\\b\\e\\r', // TODO
  84. 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', // TODO
  85. 'apr' => 'Apr.', // TODO
  86. 'april' => 'April', // TODO
  87. 'aug' => 'Aug.', // TODO
  88. 'august' => 'August', // TODO
  89. 'before_yesterday' => 'Before yesterday', // TODO
  90. 'dec' => 'Dec.', // TODO
  91. 'december' => 'December', // TODO
  92. 'feb' => 'Feb.', // TODO
  93. 'february' => 'February', // TODO
  94. 'format_date' => 'j %s Y', // TODO
  95. 'format_date_hour' => 'j %s Y \\a\\t H\\:i', // TODO
  96. 'fri' => 'Fri', // TODO
  97. 'jan' => 'Jan.', // TODO
  98. 'january' => 'January', // TODO
  99. 'jul' => 'July', // TODO
  100. 'july' => 'July', // TODO
  101. 'jun' => 'June', // TODO
  102. 'june' => 'June', // TODO
  103. 'last_2_year' => 'Last two years', // TODO
  104. 'last_3_month' => 'Last three months', // TODO
  105. 'last_3_year' => 'Last three years', // TODO
  106. 'last_5_year' => 'Last five years', // TODO
  107. 'last_6_month' => 'Last six months', // TODO
  108. 'last_month' => 'Last month', // TODO
  109. 'last_week' => 'Last week', // TODO
  110. 'last_year' => 'Last year', // TODO
  111. 'mar' => 'Mar.', // TODO
  112. 'march' => 'March', // TODO
  113. 'may' => 'May', // TODO
  114. 'may_' => 'May', // TODO
  115. 'mon' => 'Mon', // TODO
  116. 'month' => 'months', // TODO
  117. 'nov' => 'Nov.', // TODO
  118. 'november' => 'November', // TODO
  119. 'oct' => 'Oct.', // TODO
  120. 'october' => 'October', // TODO
  121. 'sat' => 'Sat', // TODO
  122. 'sep' => 'Sept.', // TODO
  123. 'september' => 'September', // TODO
  124. 'sun' => 'Sun', // TODO
  125. 'thu' => 'Thu', // TODO
  126. 'today' => 'Today', // TODO
  127. 'tue' => 'Tue', // TODO
  128. 'wed' => 'Wed', // TODO
  129. 'yesterday' => 'Yesterday', // TODO
  130. ),
  131. 'dir' => 'ltr', // TODO
  132. 'freshrss' => array(
  133. '_' => 'FreshRSS', // TODO
  134. 'about' => 'About FreshRSS', // TODO
  135. ),
  136. 'js' => array(
  137. 'category_empty' => 'Empty category', // TODO
  138. 'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!', // TODO
  139. '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!', // TODO
  140. 'feedback' => array(
  141. 'body_new_articles' => 'There are %%d new articles to read on FreshRSS.', // TODO
  142. 'body_unread_articles' => '(unread: %%d)', // TODO
  143. 'request_failed' => 'A request has failed, it may have been caused by internet connection problems.', // TODO
  144. 'title_new_articles' => 'FreshRSS: new articles!', // TODO
  145. ),
  146. 'labels_empty' => 'No labels', // TODO
  147. 'new_article' => 'There are new articles available, click to refresh the page.', // TODO
  148. 'should_be_activated' => 'JavaScript must be enabled', // TODO
  149. ),
  150. 'lang' => array(
  151. 'cs' => 'Čeština', // IGNORE
  152. 'de' => 'Deutsch', // IGNORE
  153. 'el' => 'Ελληνικά', // IGNORE
  154. 'en' => 'English', // IGNORE
  155. 'en-us' => 'English (United States)', // IGNORE
  156. 'es' => 'Español', // IGNORE
  157. 'fa' => 'فارسی', // IGNORE
  158. 'fi' => 'Suomi', // IGNORE
  159. 'fr' => 'Français', // IGNORE
  160. 'he' => 'עברית', // IGNORE
  161. 'hu' => 'Magyar', // IGNORE
  162. 'id' => 'Bahasa Indonesia', // IGNORE
  163. 'it' => 'Italiano', // IGNORE
  164. 'ja' => '日本語', // IGNORE
  165. 'ko' => '한국어', // IGNORE
  166. 'lv' => 'Latviešu', // IGNORE
  167. 'nl' => 'Nederlands', // IGNORE
  168. 'oc' => 'Occitan', // IGNORE
  169. 'pl' => 'Polski', // IGNORE
  170. 'pt-br' => 'Português (Brasil)', // IGNORE
  171. 'pt-pt' => 'Português (Portugal)', // IGNORE
  172. 'ru' => 'Русский', // IGNORE
  173. 'sk' => 'Slovenčina', // IGNORE
  174. 'tr' => 'Türkçe', // IGNORE
  175. 'zh-cn' => '简体中文', // IGNORE
  176. 'zh-tw' => '正體中文', // IGNORE
  177. ),
  178. 'menu' => array(
  179. 'about' => 'About', // TODO
  180. 'account' => 'Account', // TODO
  181. 'admin' => 'Administration', // TODO
  182. 'archiving' => 'Archiving', // TODO
  183. 'authentication' => 'Authentication', // TODO
  184. 'check_install' => 'Installation check', // TODO
  185. 'configuration' => 'Configuration', // TODO
  186. 'display' => 'Display', // TODO
  187. 'extensions' => 'Extensions', // TODO
  188. 'logs' => 'Logs', // TODO
  189. 'privacy' => 'Privacy', // TODO
  190. 'queries' => 'User queries', // TODO
  191. 'reading' => 'Reading', // TODO
  192. 'search' => 'Search words or #tags', // TODO
  193. 'search_help' => 'See documentation for advanced <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">search parameters</a>', // TODO
  194. 'sharing' => 'Sharing', // TODO
  195. 'shortcuts' => 'Shortcuts', // TODO
  196. 'stats' => 'Statistics', // TODO
  197. 'system' => 'System configuration', // TODO
  198. 'update' => 'Update', // TODO
  199. 'user_management' => 'Manage users', // TODO
  200. 'user_profile' => 'Profile', // TODO
  201. ),
  202. 'period' => array(
  203. 'days' => 'days', // TODO
  204. 'hours' => 'hours', // TODO
  205. 'months' => 'months', // TODO
  206. 'weeks' => 'weeks', // TODO
  207. 'years' => 'years', // TODO
  208. ),
  209. 'share' => array(
  210. 'Known' => 'Known based sites', // TODO
  211. 'archiveIS' => 'archive.is', // IGNORE
  212. 'archiveORG' => 'archive.org', // IGNORE
  213. 'archivePH' => 'archive.ph', // TODO
  214. 'bluesky' => 'Bluesky', // TODO
  215. 'buffer' => 'Buffer', // IGNORE
  216. 'clipboard' => 'Clipboard', // TODO
  217. 'diaspora' => 'Diaspora*', // TODO
  218. 'email' => 'Email', // TODO
  219. 'email-webmail-firefox-fix' => 'Email (webmail - fix for Firefox)', // TODO
  220. 'facebook' => 'Facebook', // TODO
  221. 'gnusocial' => 'GNU social', // TODO
  222. 'jdh' => 'Journal du hacker', // TODO
  223. 'lemmy' => 'Lemmy', // TODO
  224. 'linkding' => 'Linkding', // TODO
  225. 'linkedin' => 'LinkedIn', // TODO
  226. 'mastodon' => 'Mastodon', // TODO
  227. 'movim' => 'Movim', // TODO
  228. 'omnivore' => 'Omnivore', // IGNORE
  229. 'pinboard' => 'Pinboard', // TODO
  230. 'pinterest' => 'Pinterest', // TODO
  231. 'pocket' => 'Pocket', // TODO
  232. 'print' => 'Print', // TODO
  233. 'raindrop' => 'Raindrop.io', // TODO
  234. 'reddit' => 'Reddit', // TODO
  235. 'shaarli' => 'Shaarli', // TODO
  236. 'telegram' => 'Telegram', // IGNORE
  237. 'twitter' => 'Twitter', // TODO
  238. 'wallabag' => 'wallabag v1', // TODO
  239. 'wallabagv2' => 'wallabag v2', // TODO
  240. 'web-sharing-api' => 'System sharing', // TODO
  241. 'whatsapp' => 'Whatsapp', // TODO
  242. 'xing' => 'Xing', // TODO
  243. ),
  244. 'short' => array(
  245. 'attention' => 'Warning!', // TODO
  246. 'blank_to_disable' => 'Leave blank to disable', // TODO
  247. 'by_author' => 'By:', // TODO
  248. 'by_default' => 'By default', // TODO
  249. 'damn' => 'Blast!', // TODO
  250. 'default_category' => 'Uncategorized', // TODO
  251. 'no' => 'No', // TODO
  252. 'not_applicable' => 'Not available', // TODO
  253. 'ok' => 'Okay!', // TODO
  254. 'or' => 'or', // TODO
  255. 'yes' => 'Yes', // TODO
  256. ),
  257. 'stream' => array(
  258. 'load_more' => 'Load more articles', // TODO
  259. 'mark_all_read' => 'Mark all as read', // TODO
  260. 'nothing_to_load' => 'There are no more articles', // TODO
  261. ),
  262. );