admin.php 4.6 KB

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