conf.php 11 KB

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