conf.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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. 'archiving' => array(
  13. '_' => 'Archiving', // TODO
  14. 'exception' => 'Purge exception', // TODO
  15. 'help' => 'More options are available in the individual feed’s settings', // TODO
  16. 'keep_favourites' => 'Never delete favourites', // TODO
  17. 'keep_labels' => 'Never delete labels', // TODO
  18. 'keep_max' => 'Maximum number of articles to keep per feed', // TODO
  19. 'keep_min_by_feed' => 'Minimum number of articles to keep per feed', // TODO
  20. 'keep_period' => 'Maximum age of articles to keep', // TODO
  21. 'keep_unreads' => 'Never delete unread articles', // TODO
  22. 'maintenance' => 'Maintenance', // TODO
  23. 'optimize' => 'Optimize database', // TODO
  24. 'optimize_help' => 'Run occasionally to reduce the size of the database', // TODO
  25. 'policy' => 'Purge policy', // TODO
  26. 'policy_warning' => 'If no purge policy is selected, every article will be kept.', // TODO
  27. 'purge_now' => 'Purge now', // TODO
  28. 'title' => 'Archiving', // TODO
  29. 'ttl' => 'Do not automatically refresh more often than', // TODO
  30. ),
  31. 'display' => array(
  32. '_' => 'Display', // TODO
  33. 'darkMode' => array(
  34. '_' => 'Automatic dark mode', // TODO
  35. 'auto' => 'Auto', // TODO
  36. 'help' => 'For compatible themes only', // TODO
  37. 'no' => 'No', // TODO
  38. ),
  39. 'icon' => array(
  40. 'bottom_line' => 'Bottom line', // TODO
  41. 'display_authors' => 'Authors', // TODO
  42. 'entry' => 'Article icons', // TODO
  43. 'publication_date' => 'Date of publication', // TODO
  44. 'related_tags' => 'Article tags', // TODO
  45. 'sharing' => 'Sharing', // TODO
  46. 'summary' => 'Summary', // TODO
  47. 'top_line' => 'Top line', // TODO
  48. ),
  49. 'language' => 'Language', // TODO
  50. 'notif_html5' => array(
  51. 'seconds' => 'seconds (0 means no timeout)', // TODO
  52. 'timeout' => 'HTML5 notification timeout', // TODO
  53. ),
  54. 'show_nav_buttons' => 'Show the navigation buttons', // TODO
  55. 'sidebar_hidden_by_default' => 'Hide sidebar by default', // TODO
  56. 'theme' => array(
  57. '_' => 'Theme', // TODO
  58. 'deprecated' => array(
  59. '_' => 'Deprecated', // TODO
  60. 'description' => 'This theme is no longer supported and will be not available anymore in a <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">future release of FreshRSS</a>', // TODO
  61. ),
  62. ),
  63. 'theme_not_available' => 'The “%s” theme is not available anymore. Please choose another theme.', // TODO
  64. 'thumbnail' => array(
  65. 'label' => 'Thumbnail', // TODO
  66. 'landscape' => 'Landscape', // TODO
  67. 'none' => 'None', // TODO
  68. 'portrait' => 'Portrait', // TODO
  69. 'square' => 'Square', // TODO
  70. ),
  71. 'timezone' => 'Time zone', // TODO
  72. 'title' => 'Display', // TODO
  73. 'website' => array(
  74. 'full' => 'Icon and name', // TODO
  75. 'icon' => 'Icon only', // TODO
  76. 'label' => 'Website', // TODO
  77. 'name' => 'Name only', // TODO
  78. 'none' => 'None', // TODO
  79. ),
  80. 'width' => array(
  81. 'content' => 'Content width', // TODO
  82. 'large' => 'Wide', // TODO
  83. 'medium' => 'Medium', // TODO
  84. 'no_limit' => 'Full Width', // TODO
  85. 'thin' => 'Narrow', // TODO
  86. ),
  87. ),
  88. 'logs' => array(
  89. 'loglist' => array(
  90. 'level' => 'Log Level', // TODO
  91. 'message' => 'Log Message', // TODO
  92. 'timestamp' => 'Timestamp', // TODO
  93. ),
  94. 'pagination' => array(
  95. 'first' => 'First', // TODO
  96. 'last' => 'Last', // TODO
  97. 'next' => 'Next', // TODO
  98. 'previous' => 'Previous', // TODO
  99. ),
  100. ),
  101. 'mark_read_button' => array(
  102. '_' => '“Mark all as read” button', // TODO
  103. 'big' => 'Big', // TODO
  104. 'none' => 'None', // TODO
  105. 'small' => 'Small', // TODO
  106. ),
  107. 'notification' => array(
  108. 'html5_enable_notif' => 'Enable notification', // TODO
  109. ),
  110. 'notification_timeout' => array(
  111. 'bad' => array(
  112. 'label' => 'Show warning banner', // TODO
  113. 'seconds' => 'seconds (at least 1)', // TODO
  114. ),
  115. 'good' => array(
  116. 'label' => 'Show acknowledgement banner', // TODO
  117. 'seconds' => 'seconds (0 means not shown)', // TODO
  118. ),
  119. ),
  120. 'privacy' => array(
  121. '_' => 'Privacy', // TODO
  122. 'retrieve_extension_list' => 'Retrieve extension list', // TODO
  123. ),
  124. 'profile' => array(
  125. '_' => 'Profile management', // TODO
  126. 'api' => array(
  127. '_' => 'API management', // DIRTY
  128. 'api_not_set' => 'API password not set', // TODO
  129. 'api_set' => 'API password set', // TODO
  130. 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', // TODO
  131. 'disabled' => 'The API access is disabled.', // TODO
  132. 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>', // TODO
  133. 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>', // TODO
  134. ),
  135. 'change_password' => 'Change password', // TODO
  136. 'confirm_new_password' => 'Confirm new password', // TODO
  137. 'current_password' => 'Current password<br /><small>(for the Web-form login method)</small>', // TODO
  138. 'delete' => array(
  139. '_' => 'Account deletion', // TODO
  140. 'warn' => 'Your account and all related data will be deleted.', // TODO
  141. ),
  142. 'email' => 'Email address', // TODO
  143. 'new_password' => 'New password', // TODO
  144. 'password_api' => 'API password<br /><small>(e.g., for mobile apps)</small>', // TODO
  145. 'password_format' => 'At least 7 characters', // TODO
  146. 'title' => 'Profile', // TODO
  147. ),
  148. 'query' => array(
  149. '_' => 'User queries', // TODO
  150. 'deprecated' => 'This query is no longer valid. The referenced category or feed has been deleted.', // TODO
  151. 'description' => 'Description', // TODO
  152. 'filter' => array(
  153. '_' => 'Filter applied:', // TODO
  154. 'categories' => 'Display by category', // TODO
  155. 'feeds' => 'Display by feed', // TODO
  156. 'order' => 'Sort by date', // TODO
  157. 'publish_labels_instead_of_tags' => 'Replace <i>feed tags</i> by <i>user labels</i> in the shared RSS', // TODO
  158. 'search' => 'Expression', // TODO
  159. 'shareOpml' => 'Enable sharing by OPML of corresponding categories and feeds', // TODO
  160. 'shareRss' => 'Enable sharing by HTML &amp; RSS', // TODO
  161. 'state' => 'State', // TODO
  162. 'tags' => 'Display by label', // TODO
  163. 'type' => 'Type', // TODO
  164. ),
  165. 'get_A' => 'Show all feeds, also those shown in their category', // TODO
  166. 'get_Z' => 'Show all feeds, also archived ones', // TODO
  167. 'get_all' => 'Display all articles', // TODO
  168. 'get_all_labels' => 'Display articles with any label', // TODO
  169. 'get_category' => 'Display “%s” category', // TODO
  170. 'get_favorite' => 'Display favourite articles', // TODO
  171. 'get_feed' => 'Display “%s” feed', // TODO
  172. 'get_important' => 'Display articles from important feeds', // TODO
  173. 'get_label' => 'Display articles with “%s” label', // TODO
  174. 'help' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation for user queries and resharing by HTML / RSS / OPML</a>.', // TODO
  175. 'image_url' => 'Image URL', // TODO
  176. 'name' => 'Name', // TODO
  177. 'no_filter' => 'No filter', // TODO
  178. 'no_queries' => array(
  179. '_' => 'No user queries are saved yet.', // TODO
  180. 'help' => 'See <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation</a>', // TODO
  181. ),
  182. 'number' => 'Query n°%d', // TODO
  183. 'order_asc' => 'Display oldest articles first', // TODO
  184. 'order_desc' => 'Display newest articles first', // TODO
  185. 'search' => 'Search for “%s”', // TODO
  186. 'share' => array(
  187. '_' => 'Share this query by link', // TODO
  188. 'disabled' => array(
  189. '_' => 'disabled', // TODO
  190. 'title' => 'Sharing', // TODO
  191. ),
  192. 'greader' => 'Shareable link to the GReader JSON', // TODO
  193. 'help' => 'Give this link if you want to share this query with anyone', // TODO
  194. 'html' => 'Shareable link to the HTML page', // TODO
  195. 'opml' => 'Shareable link to the OPML list of feeds', // TODO
  196. 'rss' => 'Shareable link to the RSS feed', // TODO
  197. ),
  198. 'state_0' => 'Display all articles', // TODO
  199. 'state_1' => 'Display read articles', // TODO
  200. 'state_2' => 'Display unread articles', // TODO
  201. 'state_3' => 'Display all articles', // TODO
  202. 'state_4' => 'Display favourite articles', // TODO
  203. 'state_5' => 'Display read favourite articles', // TODO
  204. 'state_6' => 'Display unread favourite articles', // TODO
  205. 'state_7' => 'Display favourite articles', // TODO
  206. 'state_8' => 'Display not favourite articles', // TODO
  207. 'state_9' => 'Display read not favourite articles', // TODO
  208. 'state_10' => 'Display unread not favourite articles', // TODO
  209. 'state_11' => 'Display not favourite articles', // TODO
  210. 'state_12' => 'Display all articles', // TODO
  211. 'state_13' => 'Display read articles', // TODO
  212. 'state_14' => 'Display unread articles', // TODO
  213. 'state_15' => 'Display all articles', // TODO
  214. 'title' => 'User queries', // TODO
  215. ),
  216. 'reading' => array(
  217. '_' => 'Reading', // TODO
  218. 'after_onread' => 'After “mark all as read”,', // TODO
  219. 'always_show_favorites' => 'Show all articles in favourites by default', // TODO
  220. 'apply_to_individual_feed' => 'Applies to feeds individually', // TODO
  221. 'article' => array(
  222. 'authors_date' => array(
  223. '_' => 'Authors and date', // TODO
  224. 'both' => 'In header and footer', // TODO
  225. 'footer' => 'In footer', // TODO
  226. 'header' => 'In header', // TODO
  227. 'none' => 'None', // TODO
  228. ),
  229. 'feed_name' => array(
  230. 'above_title' => 'Above title/tags', // TODO
  231. 'none' => 'None', // TODO
  232. 'with_authors' => 'In authors and date row', // TODO
  233. ),
  234. 'feed_title' => 'Feed title', // TODO
  235. 'icons' => array(
  236. '_' => 'Article icons position<br /><small>(Reading view only)</small>', // TODO
  237. 'above_title' => 'Above title', // TODO
  238. 'with_authors' => 'In authors and date row', // TODO
  239. ),
  240. 'tags' => array(
  241. '_' => 'Tags', // TODO
  242. 'both' => 'In header and footer', // TODO
  243. 'footer' => 'In footer', // TODO
  244. 'header' => 'In header', // TODO
  245. 'none' => 'None', // TODO
  246. ),
  247. 'tags_max' => array(
  248. '_' => 'Max number of tags shown', // TODO
  249. 'help' => '0 means: show all tags and do not collapse them', // TODO
  250. ),
  251. ),
  252. 'articles_per_page' => 'Number of articles per page', // TODO
  253. 'auto_load_more' => 'Load more articles at the bottom of the page', // TODO
  254. 'auto_remove_article' => 'Hide articles after reading', // TODO
  255. 'confirm_enabled' => 'Display a confirmation dialog on “mark all as read” actions', // TODO
  256. 'display_articles_unfolded' => 'Show articles unfolded by default', // TODO
  257. 'display_categories_unfolded' => 'Categories to unfold', // TODO
  258. 'headline' => array(
  259. 'articles' => 'Articles: Open/Close', // TODO
  260. 'articles_header_footer' => 'Articles: header/footer', // TODO
  261. 'categories' => 'Left navigation: Categories', // TODO
  262. 'mark_as_read' => 'Mark article as read', // TODO
  263. 'misc' => 'Miscellaneous', // TODO
  264. 'view' => 'View', // TODO
  265. ),
  266. 'hide_read_feeds' => 'Hide categories & feeds with no unread articles (does not work with “Show all articles” configuration)', // TODO
  267. 'img_with_lazyload' => 'Use <em>lazy load</em> mode to load pictures', // TODO
  268. 'jump_next' => 'jump to next unread sibling', // TODO
  269. 'mark_updated_article_unread' => 'Mark updated articles as unread', // TODO
  270. 'number_divided_when_reader' => 'Divide by 2 in the reading view.', // TODO
  271. 'read' => array(
  272. 'article_open_on_website' => 'when the article is opened on its original website', // TODO
  273. 'article_viewed' => 'when the article is viewed', // TODO
  274. 'focus' => 'when focused (except for important feeds)', // TODO
  275. 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO
  276. 'scroll' => 'while scrolling (except for important feeds)', // TODO
  277. 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO
  278. 'upon_reception' => 'upon receiving the article', // TODO
  279. 'when' => 'Mark an article as read…', // TODO
  280. 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
  281. 'when_same_title_in_feed' => 'if an identical title already exists in the top <i>n</i> newest articles of the feed', // TODO
  282. ),
  283. 'show' => array(
  284. '_' => 'Articles to display', // TODO
  285. 'active_category' => 'Active category', // TODO
  286. 'adaptive' => 'Show unreads if any, all articles otherwise', // TODO
  287. 'all_articles' => 'Show all articles', // TODO
  288. 'all_categories' => 'All categories', // TODO
  289. 'no_category' => 'No category', // TODO
  290. 'remember_categories' => 'Remember open categories', // TODO
  291. 'unread' => 'Show unreads', // TODO
  292. 'unread_or_favorite' => 'Show unreads and favourites', // TODO
  293. ),
  294. 'show_fav_unread_help' => 'Applies also on labels', // TODO
  295. 'sides_close_article' => 'Clicking outside of article text area closes the article', // TODO
  296. 'star' => array(
  297. 'when' => 'Mark an article as favourite…', // TODO
  298. ),
  299. 'sticky_post' => 'Stick the article to the top when opened', // TODO
  300. 'title' => 'Reading', // TODO
  301. 'view' => array(
  302. 'default' => 'Default view', // TODO
  303. 'global' => 'Global view', // TODO
  304. 'normal' => 'Normal view', // TODO
  305. 'reader' => 'Reading view', // TODO
  306. ),
  307. ),
  308. 'sharing' => array(
  309. '_' => 'Sharing', // TODO
  310. 'add' => 'Add a sharing method', // TODO
  311. 'bluesky' => 'Bluesky', // IGNORE
  312. 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO
  313. 'diaspora' => 'Diaspora*', // TODO
  314. 'email' => 'Email', // TODO
  315. 'facebook' => 'Facebook', // TODO
  316. 'more_information' => 'More information', // TODO
  317. 'print' => 'Print', // TODO
  318. 'raindrop' => 'Raindrop.io', // TODO
  319. 'remove' => 'Remove sharing method', // TODO
  320. 'shaarli' => 'Shaarli', // TODO
  321. 'share_name' => 'Share name to display', // TODO
  322. 'share_url' => 'Share URL to use', // TODO
  323. 'title' => 'Sharing', // TODO
  324. 'twitter' => 'Twitter', // TODO
  325. 'wallabag' => 'wallabag', // TODO
  326. ),
  327. 'shortcut' => array(
  328. '_' => 'Shortcuts', // TODO
  329. 'article_action' => 'Article actions', // TODO
  330. 'auto_share' => 'Share', // TODO
  331. 'auto_share_help' => 'If there is only one sharing mode, it is used. Otherwise, modes are accessible by their number.', // TODO
  332. 'close_menus' => 'Close menus', // TODO
  333. 'collapse_article' => 'Collapse', // TODO
  334. 'first_article' => 'Open the first article', // TODO
  335. 'focus_search' => 'Access search box', // TODO
  336. 'global_view' => 'Switch to global view', // TODO
  337. 'help' => 'Display documentation', // TODO
  338. 'javascript' => 'JavaScript must be enabled in order to use shortcuts', // TODO
  339. 'last_article' => 'Open the last article', // TODO
  340. 'load_more' => 'Load more articles', // TODO
  341. 'mark_favorite' => 'Toggle favourite', // TODO
  342. 'mark_read' => 'Toggle read', // TODO
  343. 'navigation' => 'Navigation', // TODO
  344. 'navigation_help' => 'With the <kbd>⇧ Shift</kbd> modifier, navigation shortcuts apply on feeds.<br/>With the <kbd>Alt ⎇</kbd> modifier, navigation shortcuts apply on categories.', // TODO
  345. 'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.', // TODO
  346. 'next_article' => 'Open the next article', // TODO
  347. 'next_unread_article' => 'Open the next unread article', // TODO
  348. 'non_standard' => 'Some keys (<kbd>%s</kbd>) may not work as shortcuts.', // TODO
  349. 'normal_view' => 'Switch to normal view', // TODO
  350. 'other_action' => 'Other actions', // TODO
  351. 'previous_article' => 'Open the previous article', // TODO
  352. 'reading_view' => 'Switch to reading view', // TODO
  353. 'rss_view' => 'Open as RSS feed', // TODO
  354. 'see_on_website' => 'See on original website', // TODO
  355. 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> to mark all articles as read', // TODO
  356. 'skip_next_article' => 'Focus next without opening', // TODO
  357. 'skip_previous_article' => 'Focus previous without opening', // TODO
  358. 'title' => 'Shortcuts', // TODO
  359. 'toggle_aside' => 'Toggle sidebar', // TODO
  360. 'toggle_media' => 'Play/pause media', // TODO
  361. 'user_filter' => 'Access user queries', // TODO
  362. 'user_filter_help' => 'If there is only one user query, it is used. Otherwise, queries are accessible by their number.', // TODO
  363. 'views' => 'Views', // TODO
  364. ),
  365. 'user' => array(
  366. 'articles_and_size' => '%s articles (%s)', // TODO
  367. 'current' => 'Current user', // TODO
  368. 'is_admin' => 'is administrator', // TODO
  369. 'users' => 'Users', // TODO
  370. ),
  371. );