conf.php 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?php
  2. return array(
  3. 'archiving' => array(
  4. '_' => 'Архивация',
  5. 'advanced' => 'Продвинутые настройки',
  6. 'delete_after' => 'Удалять статьи после',
  7. 'help' => 'Каждую подписку можно настроить более гибко',
  8. 'keep_history_by_feed' => 'Minimum number of articles to keep by feed',
  9. 'optimize' => 'Оптимизировать базу данных',
  10. 'optimize_help' => 'To do occasionally to reduce the size of the database',
  11. 'purge_now' => 'Очистить сейчас',
  12. 'title' => 'Архивация',
  13. 'ttl' => 'Не обновлять чаще чем',
  14. ),
  15. 'display' => array(
  16. '_' => 'Display',
  17. 'icon' => array(
  18. 'bottom_line' => 'Bottom line',
  19. 'entry' => 'Article icons',
  20. 'publication_date' => 'Date of publication',
  21. 'related_tags' => 'Related tags',
  22. 'sharing' => 'Sharing',
  23. 'top_line' => 'Top line',
  24. ),
  25. 'language' => 'Язык',
  26. 'notif_html5' => array(
  27. 'seconds' => 'seconds (0 means no timeout)',
  28. 'timeout' => 'HTML5 notification timeout',
  29. ),
  30. 'theme' => 'Тема',
  31. 'title' => 'Display',
  32. 'width' => array(
  33. 'content' => 'Content width',
  34. 'large' => 'Large',
  35. 'medium' => 'Medium',
  36. 'no_limit' => 'No limit',
  37. 'thin' => 'Thin',
  38. ),
  39. 'show_nav_buttons' => 'Show the navigation buttons', //TODO
  40. ),
  41. 'query' => array(
  42. '_' => 'User queries',
  43. 'deprecated' => 'This query is no longer valid. The referenced category or feed has been deleted.',
  44. 'filter' => 'Filter applied:',
  45. 'get_all' => 'Display all articles',
  46. 'get_category' => 'Display "%s" category',
  47. 'get_favorite' => 'Display favorite articles',
  48. 'get_feed' => 'Display "%s" feed',
  49. 'no_filter' => 'No filter',
  50. 'none' => 'You haven’t created any user query yet.',
  51. 'number' => 'Query n°%d',
  52. 'order_asc' => 'Display oldest articles first',
  53. 'order_desc' => 'Display newest articles first',
  54. 'search' => 'Search for "%s"',
  55. 'state_0' => 'Display all articles',
  56. 'state_1' => 'Display read articles',
  57. 'state_2' => 'Display unread articles',
  58. 'state_3' => 'Display all articles',
  59. 'state_4' => 'Display favorite articles',
  60. 'state_5' => 'Display read favorite articles',
  61. 'state_6' => 'Display unread favorite articles',
  62. 'state_7' => 'Display favorite articles',
  63. 'state_8' => 'Display not favorite articles',
  64. 'state_9' => 'Display read not favorite articles',
  65. 'state_10' => 'Display unread not favorite articles',
  66. 'state_11' => 'Display not favorite articles',
  67. 'state_12' => 'Display all articles',
  68. 'state_13' => 'Display read articles',
  69. 'state_14' => 'Display unread articles',
  70. 'state_15' => 'Display all articles',
  71. 'title' => 'User queries',
  72. ),
  73. 'profile' => array(
  74. '_' => 'Profile management',
  75. 'delete' => array(
  76. '_' => 'Account deletion',
  77. 'warn' => 'Your account and all the related data will be deleted.',
  78. ),
  79. 'password_api' => 'Password API<br /><small>(e.g., for mobile apps)</small>',
  80. 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
  81. 'password_format' => 'At least 7 characters',
  82. 'title' => 'Profile',
  83. ),
  84. 'reading' => array(
  85. '_' => 'Reading',
  86. 'after_onread' => 'After “mark all as read”,',
  87. 'articles_per_page' => 'Number of articles per page',
  88. 'auto_load_more' => 'Load next articles at the page bottom',
  89. 'auto_remove_article' => 'Hide articles after reading',
  90. 'mark_updated_article_unread' => 'Mark updated articles as unread',
  91. 'confirm_enabled' => 'Display a confirmation dialog on “mark all as read” actions',
  92. 'display_articles_unfolded' => 'Show articles unfolded by default',
  93. 'display_categories_unfolded' => 'Show categories folded by default',
  94. 'hide_read_feeds' => 'Hide categories & feeds with no unread article (does not work with “Show all articles” configuration)',
  95. 'img_with_lazyload' => 'Use "lazy load" mode to load pictures',
  96. 'sides_close_article' => 'Clicking outside of article text area closes the article', //TODO
  97. 'jump_next' => 'jump to next unread sibling (feed or category)',
  98. 'number_divided_when_reader' => 'Divided by 2 in the reading view.',
  99. 'read' => array(
  100. 'article_open_on_website' => 'when article is opened on its original website',
  101. 'article_viewed' => 'when article is viewed',
  102. 'scroll' => 'while scrolling',
  103. 'upon_reception' => 'upon reception of the article',
  104. 'when' => 'Mark article as read…',
  105. ),
  106. 'show' => array(
  107. '_' => 'Articles to display',
  108. 'adaptive' => 'Adjust showing',
  109. 'all_articles' => 'Show all articles',
  110. 'unread' => 'Show only unread',
  111. ),
  112. 'sort' => array(
  113. '_' => 'Sort order',
  114. 'newer_first' => 'Newer first',
  115. 'older_first' => 'Oldest first',
  116. ),
  117. 'sticky_post' => 'Stick the article to the top when opened',
  118. 'title' => 'Reading',
  119. 'view' => array(
  120. 'default' => 'Default view',
  121. 'global' => 'Global view',
  122. 'normal' => 'Normal view',
  123. 'reader' => 'Reading view',
  124. ),
  125. ),
  126. 'sharing' => array(
  127. '_' => 'Sharing',
  128. 'add' => 'Add a sharing method', // TODO
  129. 'blogotext' => 'Blogotext',
  130. 'diaspora' => 'Diaspora*',
  131. 'email' => 'Email',
  132. 'facebook' => 'Facebook',
  133. 'g+' => 'Google+',
  134. 'more_information' => 'More information',
  135. 'print' => 'Print',
  136. 'remove' => 'Remove sharing method', // TODO
  137. 'shaarli' => 'Shaarli',
  138. 'share_name' => 'Share name to display',
  139. 'share_url' => 'Share URL to use',
  140. 'title' => 'Sharing',
  141. 'twitter' => 'Twitter',
  142. 'wallabag' => 'wallabag',
  143. ),
  144. 'shortcut' => array(
  145. '_' => 'Shortcuts',
  146. 'article_action' => 'Article actions',
  147. 'auto_share' => 'Share',
  148. 'auto_share_help' => 'If there is only one sharing mode, it is used. Else modes are accessible by their number.',
  149. 'close_dropdown' => 'Close menus',
  150. 'collapse_article' => 'Collapse',
  151. 'first_article' => 'Skip to the first article',
  152. 'focus_search' => 'Access search box',
  153. 'global_view' => 'Switch to global view', // TODO
  154. 'help' => 'Display documentation',
  155. 'javascript' => 'JavaScript must be enabled in order to use shortcuts',
  156. 'last_article' => 'Skip to the last article',
  157. 'load_more' => 'Load more articles',
  158. 'mark_read' => 'Mark as read',
  159. 'mark_favorite' => 'Mark as favourite',
  160. 'navigation' => 'Navigation',
  161. 'navigation_help' => 'With the "Shift" modifier, navigation shortcuts apply on feeds.<br/>With the "Alt" modifier, navigation shortcuts apply on categories.',
  162. 'next_article' => 'Skip to the next article',
  163. 'normal_view' => 'Switch to normal view', // TODO
  164. 'other_action' => 'Other actions',
  165. 'previous_article' => 'Skip to the previous article',
  166. 'reading_view' => 'Switch to reading view', // TODO
  167. 'rss_view' => 'Open RSS view in a new tab', // TODO
  168. 'see_on_website' => 'See on original website',
  169. 'shift_for_all_read' => '+ <code>shift</code> to mark all articles as read',
  170. 'title' => 'Shortcuts',
  171. 'user_filter' => 'Access user filters',
  172. 'user_filter_help' => 'If there is only one user filter, it is used. Else filters are accessible by their number.',
  173. 'views' => 'Views', // TODO
  174. ),
  175. 'user' => array(
  176. 'articles_and_size' => '%s articles (%s)',
  177. 'current' => 'Current user',
  178. 'is_admin' => 'is administrator',
  179. 'users' => 'Users',
  180. ),
  181. );