admin.php 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?php
  2. return array(
  3. 'auth' => array(
  4. 'allow_anonymous' => 'Allow anonymous reading of the articles of the default user (%s)',
  5. 'allow_anonymous_refresh' => 'Allow anonymous refresh of the articles',
  6. 'api_enabled' => 'Allow <abbr>API</abbr> access <small>(required for mobile apps)</small>',
  7. 'form' => 'Web form (traditional, requires JavaScript)',
  8. 'http' => 'HTTP (for advanced users with HTTPS)',
  9. 'none' => 'None (dangerous)',
  10. 'persona' => 'Mozilla Persona (modern, requires JavaScript)',
  11. 'title' => 'Authentication',
  12. 'title_reset' => 'Authentication reset',
  13. 'token' => 'Authentication token',
  14. 'token_help' => 'Allows to access RSS output of the default user without authentication.<br /><kbd>%s?output=rss&token=%s</kbd>',
  15. 'type' => 'Authentication method',
  16. 'unsafe_autologin' => 'Allow unsafe automatic login using the format: ',
  17. ),
  18. 'check_install' => array(
  19. 'cache' => array(
  20. 'nok' => 'Check permissions on <em>./data/cache</em> directory. HTTP server must have rights to write into',
  21. 'ok' => 'Permissions on cache directory are good.',
  22. ),
  23. 'categories' => array(
  24. 'nok' => 'Category table is bad configured.',
  25. 'ok' => 'Category table is ok.',
  26. ),
  27. 'connection' => array(
  28. 'nok' => 'Connection to the database cannot being established.',
  29. 'ok' => 'Connection to the database is ok.',
  30. ),
  31. 'ctype' => array(
  32. 'nok' => 'You lack a required library for character type checking (php-ctype).',
  33. 'ok' => 'You have the required library for character type checking (ctype).',
  34. ),
  35. 'curl' => array(
  36. 'nok' => 'You lack cURL (php5-curl package).',
  37. 'ok' => 'You have cURL extension.',
  38. ),
  39. 'data' => array(
  40. 'nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have rights to write into',
  41. 'ok' => 'Permissions on data directory are good.',
  42. ),
  43. 'database' => 'Database installation',
  44. 'dom' => array(
  45. 'nok' => 'You lack a required library to browse the DOM (php-xml package).',
  46. 'ok' => 'You have the required library to browse the DOM.',
  47. ),
  48. 'entries' => array(
  49. 'nok' => 'Entry table is bad configured.',
  50. 'ok' => 'Entry table is ok.',
  51. ),
  52. 'favicons' => array(
  53. 'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have rights to write into',
  54. 'ok' => 'Permissions on favicons directory are good.',
  55. ),
  56. 'feeds' => array(
  57. 'nok' => 'Feed table is bad configured.',
  58. 'ok' => 'Feed table is ok.',
  59. ),
  60. 'files' => 'File installation',
  61. 'json' => array(
  62. 'nok' => 'You lack JSON (php5-json package).',
  63. 'ok' => 'You have JSON extension.',
  64. ),
  65. 'logs' => array(
  66. 'nok' => 'Check permissions on <em>./data/logs</em> directory. HTTP server must have rights to write into',
  67. 'ok' => 'Permissions on logs directory are good.',
  68. ),
  69. 'minz' => array(
  70. 'nok' => 'You lack the Minz framework.',
  71. 'ok' => 'You have the Minz framework.',
  72. ),
  73. 'pcre' => array(
  74. 'nok' => 'You lack a required library for regular expressions (php-pcre).',
  75. 'ok' => 'You have the required library for regular expressions (PCRE).',
  76. ),
  77. 'pdo' => array(
  78. 'nok' => 'You lack PDO or one of the supported drivers (pdo_mysql, pdo_sqlite).',
  79. 'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite).',
  80. ),
  81. 'persona' => array(
  82. 'nok' => 'Check permissions on <em>./data/persona</em> directory. HTTP server must have rights to write into',
  83. 'ok' => 'Permissions on Mozilla Persona directory are good.',
  84. ),
  85. 'php' => array(
  86. '_' => 'PHP installation',
  87. 'nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.',
  88. 'ok' => 'Your PHP version is %s, which is compatible with FreshRSS.',
  89. ),
  90. 'tables' => array(
  91. 'nok' => 'There is one or more lacking tables in the database.',
  92. 'ok' => 'Tables are existing in the database.',
  93. ),
  94. 'title' => 'Installation checking',
  95. 'tokens' => array(
  96. 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have rights to write into',
  97. 'ok' => 'Permissions on tokens directory are good.',
  98. ),
  99. 'zip' => array(
  100. 'nok' => 'You lack ZIP extension (php5-zip package).',
  101. 'ok' => 'You have ZIP extension.',
  102. ),
  103. ),
  104. 'stats' => array(
  105. '_' => 'Statistics',
  106. 'all_feeds' => 'All feeds',
  107. 'category' => 'Category',
  108. 'entry_count' => 'Entry count',
  109. 'entry_per_category' => 'Entries per category',
  110. 'entry_per_day' => 'Entries per day (last 30 days)',
  111. 'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)',
  112. 'entry_per_hour' => 'Per hour (average: %.2f messages)',
  113. 'entry_per_month' => 'Per month (average: %.2f messages)',
  114. 'entry_repartition' => 'Entries repartition',
  115. 'feed' => 'Feed',
  116. 'feed_per_category' => 'Feeds per category',
  117. 'idle' => 'Idle feeds',
  118. 'main' => 'Main statistics',
  119. 'main_stream' => 'Main stream',
  120. 'menu' => array(
  121. 'idle' => 'Idle feeds',
  122. 'main' => 'Main statistics',
  123. 'repartition' => 'Articles repartition',
  124. ),
  125. 'no_idle' => 'There is no idle feed!',
  126. 'number_entries' => '%d articles',
  127. 'percent_of_total' => '%% of total',
  128. 'repartition' => 'Articles repartition',
  129. 'status_favorites' => 'Favourites',
  130. 'status_read' => 'Read',
  131. 'status_total' => 'Total',
  132. 'status_unread' => 'Unread',
  133. 'title' => 'Statistics',
  134. 'top_feed' => 'Top ten feeds',
  135. ),
  136. 'update' => array(
  137. 'title' => 'Update system',
  138. ),
  139. 'users' => array(
  140. 'articles_and_size' => '%s articles (%s)',
  141. 'title' => 'Manage users',
  142. ),
  143. );