conf.php 14 KB

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