conf.php 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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. ),
  40. 'query' => array(
  41. '_' => 'User queries',
  42. 'deprecated' => 'This query is no longer valid. The referenced category or feed has been deleted.',
  43. 'filter' => 'Filter applied:',
  44. 'get_all' => 'Display all articles',
  45. 'get_category' => 'Display "%s" category',
  46. 'get_favorite' => 'Display favorite articles',
  47. 'get_feed' => 'Display "%s" feed',
  48. 'no_filter' => 'No filter',
  49. 'none' => 'You haven’t created any user query yet.',
  50. 'number' => 'Query n°%d',
  51. 'order_asc' => 'Display oldest articles first',
  52. 'order_desc' => 'Display newest articles first',
  53. 'search' => 'Search for "%s"',
  54. 'state_0' => 'Display all articles',
  55. 'state_1' => 'Display read articles',
  56. 'state_2' => 'Display unread articles',
  57. 'state_3' => 'Display all articles',
  58. 'state_4' => 'Display favorite articles',
  59. 'state_5' => 'Display read favorite articles',
  60. 'state_6' => 'Display unread favorite articles',
  61. 'state_7' => 'Display favorite articles',
  62. 'state_8' => 'Display not favorite articles',
  63. 'state_9' => 'Display read not favorite articles',
  64. 'state_10' => 'Display unread not favorite articles',
  65. 'state_11' => 'Display not favorite articles',
  66. 'state_12' => 'Display all articles',
  67. 'state_13' => 'Display read articles',
  68. 'state_14' => 'Display unread articles',
  69. 'state_15' => 'Display all articles',
  70. 'title' => 'User queries',
  71. ),
  72. 'profile' => array(
  73. '_' => 'Profile management',
  74. 'delete' => array(
  75. '_' => 'Account deletion',
  76. 'warn' => 'Your account and all the related data will be deleted.',
  77. ),
  78. 'email_persona' => 'Login email address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>',
  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. 'jump_next' => 'jump to next unread sibling (feed or category)',
  97. 'number_divided_when_reader' => 'Divided by 2 in the reading view.',
  98. 'read' => array(
  99. 'article_open_on_website' => 'when article is opened on its original website',
  100. 'article_viewed' => 'when article is viewed',
  101. 'scroll' => 'while scrolling',
  102. 'upon_reception' => 'upon reception of the article',
  103. 'when' => 'Mark article as read…',
  104. ),
  105. 'show' => array(
  106. '_' => 'Articles to display',
  107. 'adaptive' => 'Adjust showing',
  108. 'all_articles' => 'Show all articles',
  109. 'unread' => 'Show only unread',
  110. ),
  111. 'sort' => array(
  112. '_' => 'Sort order',
  113. 'newer_first' => 'Newer first',
  114. 'older_first' => 'Oldest first',
  115. ),
  116. 'sticky_post' => 'Stick the article to the top when opened',
  117. 'title' => 'Reading',
  118. 'view' => array(
  119. 'default' => 'Default view',
  120. 'global' => 'Global view',
  121. 'normal' => 'Normal view',
  122. 'reader' => 'Reading view',
  123. ),
  124. ),
  125. 'sharing' => array(
  126. '_' => 'Sharing',
  127. 'blogotext' => 'Blogotext',
  128. 'diaspora' => 'Diaspora*',
  129. 'email' => 'Email',
  130. 'facebook' => 'Facebook',
  131. 'g+' => 'Google+',
  132. 'more_information' => 'More information',
  133. 'print' => 'Print',
  134. 'shaarli' => 'Shaarli',
  135. 'share_name' => 'Share name to display',
  136. 'share_url' => 'Share URL to use',
  137. 'title' => 'Sharing',
  138. 'twitter' => 'Twitter',
  139. 'wallabag' => 'wallabag',
  140. ),
  141. 'shortcut' => array(
  142. '_' => 'Shortcuts',
  143. 'article_action' => 'Article actions',
  144. 'auto_share' => 'Share',
  145. 'auto_share_help' => 'If there is only one sharing mode, it is used. Else modes are accessible by their number.',
  146. 'close_dropdown' => 'Close menus',
  147. 'collapse_article' => 'Collapse',
  148. 'first_article' => 'Skip to the first article',
  149. 'focus_search' => 'Access search box',
  150. 'help' => 'Display documentation',
  151. 'javascript' => 'JavaScript must be enabled in order to use shortcuts',
  152. 'last_article' => 'Skip to the last article',
  153. 'load_more' => 'Load more articles',
  154. 'mark_read' => 'Mark as read',
  155. 'mark_favorite' => 'Mark as favourite',
  156. 'navigation' => 'Navigation',
  157. 'navigation_help' => 'With the "Shift" modifier, navigation shortcuts apply on feeds.<br/>With the "Alt" modifier, navigation shortcuts apply on categories.',
  158. 'next_article' => 'Skip to the next article',
  159. 'other_action' => 'Other actions',
  160. 'previous_article' => 'Skip to the previous article',
  161. 'see_on_website' => 'See on original website',
  162. 'shift_for_all_read' => '+ <code>shift</code> to mark all articles as read',
  163. 'title' => 'Shortcuts',
  164. 'user_filter' => 'Access user filters',
  165. 'user_filter_help' => 'If there is only one user filter, it is used. Else filters are accessible by their number.',
  166. ),
  167. 'user' => array(
  168. 'articles_and_size' => '%s articles (%s)',
  169. 'current' => 'Current user',
  170. 'is_admin' => 'is administrator',
  171. 'users' => 'Users',
  172. ),
  173. );