conf.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  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',
  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 (beta)', // TODO
  35. 'auto' => 'Auto', // TODO
  36. 'no' => 'No', // TODO
  37. ),
  38. 'icon' => array(
  39. 'bottom_line' => 'Bottom line',
  40. 'display_authors' => 'Authors',
  41. 'entry' => 'Article icons',
  42. 'publication_date' => 'Date of publication',
  43. 'related_tags' => 'Article tags',
  44. 'sharing' => 'Sharing',
  45. 'summary' => 'Summary',
  46. 'top_line' => 'Top line',
  47. ),
  48. 'language' => 'Language',
  49. 'notif_html5' => array(
  50. 'seconds' => 'seconds (0 means no timeout)',
  51. 'timeout' => 'HTML5 notification timeout',
  52. ),
  53. 'show_nav_buttons' => 'Show the navigation buttons',
  54. 'theme' => array(
  55. '_' => 'Theme',
  56. 'deprecated' => array(
  57. '_' => 'Deprecated',
  58. '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>',
  59. ),
  60. ),
  61. 'theme_not_available' => 'The “%s” theme is not available anymore. Please choose another theme.',
  62. 'thumbnail' => array(
  63. 'label' => 'Thumbnail',
  64. 'landscape' => 'Landscape',
  65. 'none' => 'None',
  66. 'portrait' => 'Portrait',
  67. 'square' => 'Square',
  68. ),
  69. 'timezone' => 'Time zone',
  70. 'title' => 'Display',
  71. 'website' => array(
  72. 'full' => 'Icon and name',
  73. 'icon' => 'Icon only',
  74. 'label' => 'Website',
  75. 'name' => 'Name only',
  76. 'none' => 'None',
  77. ),
  78. 'width' => array(
  79. 'content' => 'Content width',
  80. 'large' => 'Wide',
  81. 'medium' => 'Medium',
  82. 'no_limit' => 'Full Width',
  83. 'thin' => 'Narrow',
  84. ),
  85. ),
  86. 'logs' => array(
  87. 'loglist' => array(
  88. 'level' => 'Log Level',
  89. 'message' => 'Log Message',
  90. 'timestamp' => 'Timestamp',
  91. ),
  92. 'pagination' => array(
  93. 'first' => 'First',
  94. 'last' => 'Last',
  95. 'next' => 'Next',
  96. 'previous' => 'Previous',
  97. ),
  98. ),
  99. 'profile' => array(
  100. '_' => 'Profile management',
  101. 'api' => 'API management',
  102. 'delete' => array(
  103. '_' => 'Account deletion',
  104. 'warn' => 'Your account and all related data will be deleted.',
  105. ),
  106. 'email' => 'Email address',
  107. 'password_api' => 'API password<br /><small>(e.g., for mobile apps)</small>',
  108. 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
  109. 'password_format' => 'At least 7 characters',
  110. 'title' => 'Profile',
  111. ),
  112. 'query' => array(
  113. '_' => 'User queries',
  114. 'deprecated' => 'This query is no longer valid. The referenced category or feed has been deleted.',
  115. 'filter' => array(
  116. '_' => 'Filter applied:',
  117. 'categories' => 'Display by category',
  118. 'feeds' => 'Display by feed',
  119. 'order' => 'Sort by date',
  120. 'search' => 'Expression',
  121. 'state' => 'State',
  122. 'tags' => 'Display by label',
  123. 'type' => 'Type',
  124. ),
  125. 'get_all' => 'Display all articles',
  126. 'get_category' => 'Display “%s” category',
  127. 'get_favorite' => 'Display favourite articles',
  128. 'get_feed' => 'Display “%s” feed',
  129. 'name' => 'Name',
  130. 'no_filter' => 'No filter',
  131. 'number' => 'Query n°%d',
  132. 'order_asc' => 'Display oldest articles first',
  133. 'order_desc' => 'Display newest articles first',
  134. 'search' => 'Search for “%s”',
  135. 'state_0' => 'Display all articles',
  136. 'state_1' => 'Display read articles',
  137. 'state_2' => 'Display unread articles',
  138. 'state_3' => 'Display all articles',
  139. 'state_4' => 'Display favourite articles',
  140. 'state_5' => 'Display read favourite articles',
  141. 'state_6' => 'Display unread favourite articles',
  142. 'state_7' => 'Display favourite articles',
  143. 'state_8' => 'Display not favourite articles',
  144. 'state_9' => 'Display read not favourite articles',
  145. 'state_10' => 'Display unread not favourite articles',
  146. 'state_11' => 'Display not favourite articles',
  147. 'state_12' => 'Display all articles',
  148. 'state_13' => 'Display read articles',
  149. 'state_14' => 'Display unread articles',
  150. 'state_15' => 'Display all articles',
  151. 'title' => 'User queries',
  152. ),
  153. 'reading' => array(
  154. '_' => 'Reading',
  155. 'after_onread' => 'After “mark all as read”,',
  156. 'always_show_favorites' => 'Show all articles in favourites by default',
  157. 'article' => array(
  158. 'authors_date' => array(
  159. '_' => 'Authors and date',
  160. 'both' => 'In header and footer',
  161. 'footer' => 'In footer',
  162. 'header' => 'In header',
  163. 'none' => 'None',
  164. ),
  165. 'feed_name' => array(
  166. 'above_title' => 'Above title/tags',
  167. 'none' => 'None',
  168. 'with_authors' => 'In authors and date row',
  169. ),
  170. 'feed_title' => 'Feed title',
  171. 'tags' => array(
  172. '_' => 'Tags',
  173. 'both' => 'In header and footer',
  174. 'footer' => 'In footer',
  175. 'header' => 'In header',
  176. 'none' => 'None',
  177. ),
  178. 'tags_max' => array(
  179. '_' => 'Max number of tags shown',
  180. 'help' => '0 means: show all tags and do not collapse them',
  181. ),
  182. ),
  183. 'articles_per_page' => 'Number of articles per page',
  184. 'auto_load_more' => 'Load more articles at the bottom of the page',
  185. 'auto_remove_article' => 'Hide articles after reading',
  186. 'confirm_enabled' => 'Display a confirmation dialog on “mark all as read” actions',
  187. 'display_articles_unfolded' => 'Show articles unfolded by default',
  188. 'display_categories_unfolded' => 'Categories to unfold',
  189. 'headline' => array(
  190. 'articles' => 'Articles: Open/Close',
  191. 'articles_header_footer' => 'Articles: header/footer',
  192. 'categories' => 'Left navigation: Categories',
  193. 'mark_as_read' => 'Mark article as read',
  194. 'misc' => 'Miscellaneous',
  195. 'view' => 'View',
  196. ),
  197. 'hide_read_feeds' => 'Hide categories & feeds with no unread articles (does not work with “Show all articles” configuration)',
  198. 'img_with_lazyload' => 'Use <em>lazy load</em> mode to load pictures',
  199. 'jump_next' => 'jump to next unread sibling (feed or category)',
  200. 'mark_updated_article_unread' => 'Mark updated articles as unread',
  201. 'number_divided_when_reader' => 'Divide by 2 in the reading view.',
  202. 'read' => array(
  203. 'article_open_on_website' => 'when the article is opened on its original website',
  204. 'article_viewed' => 'when the article is viewed',
  205. 'keep_max_n_unread' => 'Max number of articles to keep unread',
  206. 'scroll' => 'while scrolling',
  207. 'upon_gone' => 'when it is no longer in the upstream news feed',
  208. 'upon_reception' => 'upon receiving the article',
  209. 'when' => 'Mark an article as read…',
  210. 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles',
  211. ),
  212. 'show' => array(
  213. '_' => 'Articles to display',
  214. 'active_category' => 'Active category',
  215. 'adaptive' => 'Adjust showing',
  216. 'all_articles' => 'Show all articles',
  217. 'all_categories' => 'All categories',
  218. 'no_category' => 'No category',
  219. 'remember_categories' => 'Remember open categories',
  220. 'unread' => 'Show only unread',
  221. ),
  222. 'show_fav_unread_help' => 'Applies also on labels',
  223. 'sides_close_article' => 'Clicking outside of article text area closes the article',
  224. 'sort' => array(
  225. '_' => 'Sort order',
  226. 'newer_first' => 'Newest first',
  227. 'older_first' => 'Oldest first',
  228. ),
  229. 'sticky_post' => 'Stick the article to the top when opened',
  230. 'title' => 'Reading',
  231. 'view' => array(
  232. 'default' => 'Default view',
  233. 'global' => 'Global view',
  234. 'normal' => 'Normal view',
  235. 'reader' => 'Reading view',
  236. ),
  237. ),
  238. 'sharing' => array(
  239. '_' => 'Sharing',
  240. 'add' => 'Add a sharing method',
  241. 'blogotext' => 'Blogotext',
  242. '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>.',
  243. 'diaspora' => 'Diaspora*',
  244. 'email' => 'Email',
  245. 'facebook' => 'Facebook',
  246. 'more_information' => 'More information',
  247. 'print' => 'Print',
  248. 'raindrop' => 'Raindrop.io',
  249. 'remove' => 'Remove sharing method',
  250. 'shaarli' => 'Shaarli',
  251. 'share_name' => 'Share name to display',
  252. 'share_url' => 'Share URL to use',
  253. 'title' => 'Sharing',
  254. 'twitter' => 'Twitter',
  255. 'wallabag' => 'wallabag',
  256. ),
  257. 'shortcut' => array(
  258. '_' => 'Shortcuts',
  259. 'article_action' => 'Article actions',
  260. 'auto_share' => 'Share',
  261. 'auto_share_help' => 'If there is only one sharing mode, it is used. Otherwise, modes are accessible by their number.',
  262. 'close_dropdown' => 'Close menus',
  263. 'collapse_article' => 'Collapse',
  264. 'first_article' => 'Open the first article',
  265. 'focus_search' => 'Access search box',
  266. 'global_view' => 'Switch to global view',
  267. 'help' => 'Display documentation',
  268. 'javascript' => 'JavaScript must be enabled in order to use shortcuts',
  269. 'last_article' => 'Open the last article',
  270. 'load_more' => 'Load more articles',
  271. 'mark_favorite' => 'Toggle favourite',
  272. 'mark_read' => 'Toggle read',
  273. 'navigation' => 'Navigation',
  274. '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.',
  275. 'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.',
  276. 'next_article' => 'Open the next article',
  277. 'next_unread_article' => 'Open the next unread article',
  278. 'non_standard' => 'Some keys (<kbd>%s</kbd>) may not work as shortcuts.',
  279. 'normal_view' => 'Switch to normal view',
  280. 'other_action' => 'Other actions',
  281. 'previous_article' => 'Open the previous article',
  282. 'reading_view' => 'Switch to reading view',
  283. 'rss_view' => 'Open as RSS feed',
  284. 'see_on_website' => 'See on original website',
  285. 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> to mark all articles as read',
  286. 'skip_next_article' => 'Focus next without opening',
  287. 'skip_previous_article' => 'Focus previous without opening',
  288. 'title' => 'Shortcuts',
  289. 'toggle_media' => 'Play/pause media',
  290. 'user_filter' => 'Access user queries',
  291. 'user_filter_help' => 'If there is only one user query, it is used. Otherwise, queries are accessible by their number.',
  292. 'views' => 'Views',
  293. ),
  294. 'user' => array(
  295. 'articles_and_size' => '%s articles (%s)',
  296. 'current' => 'Current user',
  297. 'is_admin' => 'is administrator',
  298. 'users' => 'Users',
  299. ),
  300. );