gen.php 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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',
  14. 'add' => 'Add',
  15. 'back_to_rss_feeds' => '← Go back to your RSS feeds',
  16. 'cancel' => 'Cancel',
  17. 'close' => 'Close',
  18. 'create' => 'Create',
  19. 'delete_all_feeds' => 'Delete all feeds',
  20. 'delete_errored_feeds' => 'Delete feeds with errors',
  21. 'delete_muted_feeds' => 'Delete muted feeds',
  22. 'demote' => 'Demote',
  23. 'disable' => 'Disable',
  24. 'download' => 'Download',
  25. 'empty' => 'Empty',
  26. 'enable' => 'Enable',
  27. 'export' => 'Export',
  28. 'filter' => 'Filter',
  29. 'import' => 'Import',
  30. 'load_default_shortcuts' => 'Load default shortcuts',
  31. 'manage' => 'Manage',
  32. 'mark_read' => 'Mark as read',
  33. 'menu' => array(
  34. 'open' => 'Open menu',
  35. ),
  36. 'nav_buttons' => array(
  37. 'next' => 'Next article',
  38. 'prev' => 'Previous article',
  39. 'up' => 'Go up',
  40. ),
  41. 'open_url' => 'Open URL',
  42. 'promote' => 'Promote',
  43. 'purge' => 'Purge',
  44. 'refresh_opml' => 'Refresh OPML',
  45. 'remove' => 'Remove',
  46. 'rename' => 'Rename',
  47. 'see_website' => 'See website',
  48. 'submit' => 'Submit',
  49. 'truncate' => 'Delete all articles',
  50. 'update' => 'Update',
  51. ),
  52. 'auth' => array(
  53. 'accept_tos' => 'I accept the <a href="%s">Terms of Service</a>.',
  54. 'email' => 'Email address',
  55. 'keep_logged_in' => 'Keep me logged in <small>(%s days)</small>',
  56. 'login' => 'Login',
  57. 'logout' => 'Logout',
  58. 'password' => array(
  59. '_' => 'Password',
  60. 'format' => '<small>At least 7 characters</small>',
  61. ),
  62. 'reauth' => array(
  63. 'header' => 'Reauthentication is required',
  64. 'tip' => 'You won’t be asked to sign in again for <u>%d minutes</u>',
  65. 'title' => 'Reauthentication',
  66. ),
  67. 'registration' => array(
  68. '_' => 'New account',
  69. 'ask' => 'Create an account?',
  70. 'title' => 'Account creation',
  71. ),
  72. 'username' => array(
  73. '_' => 'Username',
  74. 'format' => '<small>Maximum 16 alphanumeric characters</small>',
  75. ),
  76. ),
  77. 'date' => array(
  78. 'Apr' => '\\A\\p\\r\\i\\l',
  79. 'Aug' => '\\A\\u\\g\\u\\s\\t',
  80. 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r',
  81. 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y',
  82. 'Jan' => '\\J\\a\\n\\u\\a\\r\\y',
  83. 'Jul' => '\\J\\u\\l\\y',
  84. 'Jun' => '\\J\\u\\n\\e',
  85. 'Mar' => '\\M\\a\\r\\c\\h',
  86. 'May' => '\\M\\a\\y',
  87. 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r',
  88. 'Oct' => '\\O\\c\\t\\o\\b\\e\\r',
  89. 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r',
  90. 'apr' => 'Apr.',
  91. 'april' => 'April',
  92. 'aug' => 'Aug.',
  93. 'august' => 'August',
  94. 'before_yesterday' => 'Before yesterday',
  95. 'dec' => 'Dec.',
  96. 'december' => 'December',
  97. 'feb' => 'Feb.',
  98. 'february' => 'February',
  99. 'format_date' => 'j %s Y',
  100. 'format_date_hour' => 'j %s Y \\a\\t H\\:i',
  101. 'fri' => 'Fri',
  102. 'jan' => 'Jan.',
  103. 'january' => 'January',
  104. 'jul' => 'July',
  105. 'july' => 'July',
  106. 'jun' => 'June',
  107. 'june' => 'June',
  108. 'last_2_year' => 'Last two years',
  109. 'last_3_month' => 'Last three months',
  110. 'last_3_year' => 'Last three years',
  111. 'last_5_year' => 'Last five years',
  112. 'last_6_month' => 'Last six months',
  113. 'last_month' => 'Last month',
  114. 'last_week' => 'Last week',
  115. 'last_year' => 'Last year',
  116. 'mar' => 'Mar.',
  117. 'march' => 'March',
  118. 'may' => 'May',
  119. 'may_' => 'May',
  120. 'mon' => 'Mon',
  121. 'month' => 'months',
  122. 'nov' => 'Nov.',
  123. 'november' => 'November',
  124. 'oct' => 'Oct.',
  125. 'october' => 'October',
  126. 'sat' => 'Sat',
  127. 'sep' => 'Sept.',
  128. 'september' => 'September',
  129. 'sun' => 'Sun',
  130. 'thu' => 'Thu',
  131. 'today' => 'Today',
  132. 'tue' => 'Tue',
  133. 'wed' => 'Wed',
  134. 'yesterday' => 'Yesterday',
  135. ),
  136. 'dir' => 'ltr',
  137. 'freshrss' => array(
  138. '_' => 'FreshRSS',
  139. 'about' => 'About FreshRSS',
  140. ),
  141. 'js' => array(
  142. 'category_empty' => 'Empty category',
  143. 'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!',
  144. '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!',
  145. 'confirm_exit_slider' => 'Are you sure you want to discard unsaved settings?',
  146. 'feedback' => array(
  147. 'body_new_articles' => 'There are %%d new articles to read on FreshRSS.',
  148. 'body_unread_articles' => '(unread: %%d)',
  149. 'request_failed' => 'A request has failed, it may have been caused by internet connection problems.',
  150. 'title_new_articles' => 'FreshRSS: new articles!',
  151. ),
  152. 'labels_empty' => 'No labels',
  153. 'new_article' => 'There are new articles available, click to refresh the page.',
  154. 'should_be_activated' => 'JavaScript must be enabled',
  155. 'unsafe_csp_header' => 'The CSP header in use is unsafe and FreshRSS may be vulnerable to XSS attacks. <a target="_blank" href="https://freshrss.github.io/FreshRSS/en/admins/10_ServerConfig.html#security">See documentation</a>',
  156. ),
  157. 'lang' => array(
  158. 'cs' => 'Čeština',
  159. 'de' => 'Deutsch',
  160. 'el' => 'Ελληνικά',
  161. 'en' => 'English',
  162. 'en-US' => 'English (United States)',
  163. 'es' => 'Español',
  164. 'fa' => 'فارسی',
  165. 'fi' => 'Suomi',
  166. 'fr' => 'Français',
  167. 'he' => 'עברית',
  168. 'hu' => 'Magyar',
  169. 'id' => 'Bahasa Indonesia',
  170. 'it' => 'Italiano',
  171. 'ja' => '日本語',
  172. 'ko' => '한국어',
  173. 'lv' => 'Latviešu',
  174. 'nl' => 'Nederlands',
  175. 'oc' => 'Occitan',
  176. 'pl' => 'Polski',
  177. 'pt-BR' => 'Português (Brasil)',
  178. 'pt-PT' => 'Português (Portugal)',
  179. 'ru' => 'Русский',
  180. 'sk' => 'Slovenčina',
  181. 'tr' => 'Türkçe',
  182. 'uk' => 'Українська',
  183. 'zh-CN' => '简体中文',
  184. 'zh-TW' => '正體中文',
  185. ),
  186. 'menu' => array(
  187. 'about' => 'About',
  188. 'account' => 'Account',
  189. 'admin' => 'Administration',
  190. 'advanced_search' => 'Advanced Search',
  191. 'archiving' => 'Archiving',
  192. 'authentication' => 'Authentication',
  193. 'check_install' => 'Installation check',
  194. 'configuration' => 'Configuration',
  195. 'display' => 'Display',
  196. 'extensions' => 'Extensions',
  197. 'logs' => 'Logs',
  198. 'privacy' => 'Privacy',
  199. 'queries' => 'User queries',
  200. 'reading' => 'Reading',
  201. 'search' => 'Search words or #tags',
  202. '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>',
  203. 'sharing' => 'Sharing',
  204. 'shortcuts' => 'Shortcuts',
  205. 'stats' => 'Statistics',
  206. 'system' => 'System configuration',
  207. 'update' => 'Update',
  208. 'user_management' => 'Manage users',
  209. 'user_profile' => 'Profile',
  210. ),
  211. 'period' => array(
  212. 'days' => 'days',
  213. 'hours' => 'hours',
  214. 'months' => 'months',
  215. 'weeks' => 'weeks',
  216. 'years' => 'years',
  217. ),
  218. 'readme' => array(
  219. 'contribute' => 'contribute',
  220. 'language' => 'Language',
  221. 'translated' => 'Progress',
  222. ),
  223. 'search' => array(
  224. 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.',
  225. 'authors' => 'Authors',
  226. 'categories' => 'Categories',
  227. 'content' => 'Content',
  228. 'date_from' => 'From',
  229. 'date_modified' => 'Server Modification Date',
  230. 'date_past' => 'In the past',
  231. 'date_published' => 'Publication Date',
  232. 'date_range' => 'Date Range',
  233. 'date_received' => 'Received Date',
  234. 'date_to' => 'To',
  235. 'date_user' => 'User Modification Date',
  236. 'feeds' => 'Feeds',
  237. 'free_text' => 'Free Text',
  238. 'free_text_help' => 'Search both in title and content',
  239. 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>',
  240. 'labels' => 'My Labels',
  241. 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)',
  242. 'sources' => 'Sources',
  243. 'tags' => 'Article Tags',
  244. 'text' => 'Text Search',
  245. 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.',
  246. 'text_placeholder' => 'Keyword',
  247. 'title' => 'Title',
  248. 'url' => 'URL',
  249. 'user_queries' => 'User Queries',
  250. ),
  251. 'share' => array(
  252. 'Known' => 'Known based sites',
  253. 'archiveIS' => 'archive.is',
  254. 'archiveORG' => 'archive.org',
  255. 'archivePH' => 'archive.ph',
  256. 'bluesky' => 'Bluesky',
  257. 'buffer' => 'Buffer',
  258. 'clipboard' => 'Clipboard',
  259. 'diaspora' => 'Diaspora*',
  260. 'email' => 'Email',
  261. 'email-webmail-firefox-fix' => 'Email (webmail - fix for Firefox)',
  262. 'facebook' => 'Facebook',
  263. 'gnusocial' => 'GNU social',
  264. 'jdh' => 'Journal du hacker',
  265. 'lemmy' => 'Lemmy',
  266. 'linkding' => 'Linkding',
  267. 'linkedin' => 'LinkedIn',
  268. 'mastodon' => 'Mastodon',
  269. 'movim' => 'Movim',
  270. 'omnivore' => 'Omnivore',
  271. 'pinboard' => 'Pinboard',
  272. 'pinterest' => 'Pinterest',
  273. 'print' => 'Print',
  274. 'raindrop' => 'Raindrop.io',
  275. 'reddit' => 'Reddit',
  276. 'shaarli' => 'Shaarli',
  277. 'telegram' => 'Telegram', // IGNORE
  278. 'twitter' => 'Twitter',
  279. 'wallabag' => 'wallabag v1',
  280. 'wallabagv2' => 'wallabag v2',
  281. 'web-sharing-api' => 'System sharing',
  282. 'whatsapp' => 'Whatsapp',
  283. 'xing' => 'Xing',
  284. ),
  285. 'short' => array(
  286. 'attention' => 'Warning!',
  287. 'blank_to_disable' => 'Leave blank to disable',
  288. 'by_author' => 'By:',
  289. 'by_default' => 'By default',
  290. 'damn' => 'Blast!',
  291. 'default_category' => 'Uncategorized',
  292. 'no' => 'No',
  293. 'not_applicable' => 'Not available',
  294. 'ok' => 'Okay!',
  295. 'or' => 'or',
  296. 'yes' => 'Yes',
  297. ),
  298. 'stream' => array(
  299. 'load_more' => 'Load more articles',
  300. 'mark_all_read' => 'Mark all as read',
  301. 'nothing_to_load' => 'There are no more articles',
  302. ),
  303. );