admin.php 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. 'auth' => array(
  13. 'allow_anonymous' => 'Allow anonymous reading of the default user’s articles (%s)', // IGNORE
  14. 'allow_anonymous_refresh' => 'Allow anonymous refresh of the articles', // IGNORE
  15. 'api_enabled' => 'Allow <abbr>API</abbr> access <small>(required for mobile apps and sharing user queries)</small>', // IGNORE
  16. 'form' => 'Web form (traditional, requires JavaScript)', // IGNORE
  17. 'http' => 'HTTP (advanced: managed by Web server, OIDC, SSO…)', // IGNORE
  18. 'none' => 'None (dangerous)', // IGNORE
  19. 'title' => 'Authentication', // IGNORE
  20. 'token' => 'Master authentication token', // IGNORE
  21. 'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // IGNORE
  22. 'type' => 'Authentication method', // IGNORE
  23. ),
  24. 'extensions' => array(
  25. 'author' => 'Author', // IGNORE
  26. 'community' => 'Available community extensions', // IGNORE
  27. 'description' => 'Description', // IGNORE
  28. 'disabled' => 'Disabled', // IGNORE
  29. 'empty_list' => 'There are no installed extensions', // IGNORE
  30. 'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', // IGNORE
  31. 'enabled' => 'Enabled', // IGNORE
  32. 'is_compatible' => 'Is compatible', // IGNORE
  33. 'latest' => 'Installed', // IGNORE
  34. 'name' => 'Name', // IGNORE
  35. 'no_configure_view' => 'This extension cannot be configured.', // IGNORE
  36. 'system' => array(
  37. '_' => 'System extensions', // IGNORE
  38. 'no_rights' => 'System extension (you do not have the required permissions)', // IGNORE
  39. ),
  40. 'title' => 'Extensions', // IGNORE
  41. 'update' => 'Update available', // IGNORE
  42. 'user' => 'User extensions', // IGNORE
  43. 'version' => 'Version', // IGNORE
  44. ),
  45. 'stats' => array(
  46. '_' => 'Statistics', // IGNORE
  47. 'all_feeds' => 'All feeds', // IGNORE
  48. 'category' => 'Category', // IGNORE
  49. 'date_published' => 'Publication date', // IGNORE
  50. 'date_received' => 'Received date', // IGNORE
  51. 'entry_count' => 'Entry count', // IGNORE
  52. 'entry_per_category' => 'Entries per category', // IGNORE
  53. 'entry_per_day' => 'Entries per day (last 30 days)', // IGNORE
  54. 'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)', // IGNORE
  55. 'entry_per_hour' => 'Per hour (average: %.2f messages)', // IGNORE
  56. 'entry_per_month' => 'Per month (average: %.2f messages)', // IGNORE
  57. 'entry_repartition' => 'Entries repartition', // IGNORE
  58. 'feed' => 'Feed', // IGNORE
  59. 'feed_per_category' => 'Feeds per category', // IGNORE
  60. 'idle' => 'Idle feeds', // IGNORE
  61. 'main' => 'Main statistics', // IGNORE
  62. 'main_stream' => 'Main stream', // IGNORE
  63. 'nb_unreads' => 'Number of unread articles', // IGNORE
  64. 'no_idle' => 'There are no idle feeds!', // IGNORE
  65. 'number_entries' => '%d articles', // IGNORE
  66. 'overview' => 'Overview', // IGNORE
  67. 'percent_of_total' => '% of total', // IGNORE
  68. 'repartition' => 'Articles repartition: %s', // IGNORE
  69. 'status_favorites' => 'Favorites',
  70. 'status_read' => 'Read', // IGNORE
  71. 'status_total' => 'Total', // IGNORE
  72. 'status_unread' => 'Unread', // IGNORE
  73. 'title' => 'Statistics', // IGNORE
  74. 'top_feed' => 'Top ten feeds', // IGNORE
  75. 'unread_dates' => 'Dates with most unread articles', // IGNORE
  76. ),
  77. 'system' => array(
  78. '_' => 'System configuration', // IGNORE
  79. 'auto-update-url' => 'Auto-update server URL', // IGNORE
  80. 'base-url' => array(
  81. '_' => 'Base URL', // IGNORE
  82. 'recommendation' => 'Automatic recommendation: <kbd>%s</kbd>', // IGNORE
  83. ),
  84. 'closed_registration_message' => 'Message if registrations are closed', // IGNORE
  85. 'cookie-duration' => array(
  86. 'help' => 'in seconds', // IGNORE
  87. 'number' => 'Duration to keep logged in', // IGNORE
  88. ),
  89. 'default_closed_registration_message' => 'This server does not accept new registrations at the moment.', // IGNORE
  90. 'force_email_validation' => 'Force email address validation', // IGNORE
  91. 'instance-name' => 'Instance name', // IGNORE
  92. 'max-categories' => 'Max number of categories per user', // IGNORE
  93. 'max-feeds' => 'Max number of feeds per user', // IGNORE
  94. 'registration' => array(
  95. 'number' => 'Max number of accounts', // IGNORE
  96. 'select' => array(
  97. 'label' => 'Registration form', // IGNORE
  98. 'option' => array(
  99. 'noform' => 'Disabled: No registration form', // IGNORE
  100. 'nolimit' => 'Enabled: No limit of accounts', // IGNORE
  101. 'setaccountsnumber' => 'Set max. number of accounts', // IGNORE
  102. ),
  103. ),
  104. 'status' => array(
  105. 'disabled' => 'Form disabled', // IGNORE
  106. 'enabled' => 'Form enabled', // IGNORE
  107. ),
  108. 'title' => 'User registration form', // IGNORE
  109. ),
  110. 'sensitive-parameter' => 'Sensitive parameter. Edit manually in <kbd>./data/config.php</kbd>', // IGNORE
  111. 'tos' => array(
  112. 'disabled' => 'is not given', // IGNORE
  113. 'enabled' => '<a href="./?a=tos">is enabled</a>', // IGNORE
  114. 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // IGNORE
  115. ),
  116. 'websub' => array(
  117. 'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', // IGNORE
  118. ),
  119. ),
  120. 'update' => array(
  121. '_' => 'Update system', // IGNORE
  122. 'apply' => 'Apply', // IGNORE
  123. 'changelog' => 'Changelog', // IGNORE
  124. 'check' => 'Check for new updates', // IGNORE
  125. 'copiedFromURL' => 'update.php copied from %s to ./data', // IGNORE
  126. 'current_version' => 'Current installed version', // IGNORE
  127. 'last' => 'Last verification', // IGNORE
  128. 'loading' => 'Updating…', // IGNORE
  129. 'none' => 'No update to apply', // IGNORE
  130. 'releaseChannel' => array(
  131. '_' => 'Release channel', // IGNORE
  132. 'edge' => 'Rolling release (“edge”)', // IGNORE
  133. 'latest' => 'Stable release (“latest”)', // IGNORE
  134. ),
  135. 'title' => 'Update system', // IGNORE
  136. 'viaGit' => 'Update via git and GitHub.com started', // IGNORE
  137. ),
  138. 'user' => array(
  139. 'admin' => 'Administrator', // IGNORE
  140. 'article_count' => 'Articles', // IGNORE
  141. 'back_to_manage' => '← Return to user list', // IGNORE
  142. 'create' => 'Create new user', // IGNORE
  143. 'database_size' => 'Database size', // IGNORE
  144. 'email' => 'Email address', // IGNORE
  145. 'enabled' => 'Enabled', // IGNORE
  146. 'feed_count' => 'Feeds', // IGNORE
  147. 'is_admin' => 'Is admin', // IGNORE
  148. 'language' => 'Language', // IGNORE
  149. 'last_user_activity' => 'Last user activity', // IGNORE
  150. 'list' => 'User list', // IGNORE
  151. 'number' => 'There is %d account created', // IGNORE
  152. 'numbers' => 'There are %d accounts created', // IGNORE
  153. 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>', // IGNORE
  154. 'password_format' => 'At least 7 characters', // IGNORE
  155. 'title' => 'Manage users', // IGNORE
  156. 'username' => 'Username', // IGNORE
  157. ),
  158. );