install.php 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?php
  2. return array(
  3. 'action' => array(
  4. 'finish' => 'Complete installation',
  5. 'fix_errors_before' => 'Please fix errors before skipping to the next step.',
  6. 'keep_install' => 'Keep previous configuration',
  7. 'next_step' => 'Go to the next step',
  8. 'reinstall' => 'Reinstall FreshRSS',
  9. ),
  10. 'auth' => array(
  11. 'form' => 'Web form (traditional, requires JavaScript)',
  12. 'http' => 'HTTP (for advanced users with HTTPS)',
  13. 'none' => 'None (dangerous)',
  14. 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
  15. 'password_format' => 'At least 7 characters',
  16. 'type' => 'Authentication method',
  17. ),
  18. 'bdd' => array(
  19. 'conf' => array(
  20. 'ko' => 'Verify your database information.',
  21. 'ok' => 'Database configuration has been saved.',
  22. '_' => 'Database configuration',
  23. ),
  24. 'host' => 'Host',
  25. 'password' => 'Database password',
  26. 'prefix' => 'Table prefix',
  27. 'type' => 'Type of database',
  28. 'username' => 'Database username',
  29. '_' => 'Database',
  30. ),
  31. 'check' => array(
  32. 'already_installed' => 'We have detected that FreshRSS is already installed!',
  33. 'cache' => array(
  34. 'nok' => 'Check permissions on <em>./data/cache</em> directory. HTTP server must have rights to write into',
  35. 'ok' => 'Permissions on cache directory are good.',
  36. ),
  37. 'ctype' => array(
  38. 'nok' => 'Cannot find a required library for character type checking (php-ctype).',
  39. 'ok' => 'You have the required library for character type checking (ctype).',
  40. ),
  41. 'curl' => array(
  42. 'nok' => 'Cannot find the cURL library (php-curl package).',
  43. 'ok' => 'You have the cURL library.',
  44. ),
  45. 'data' => array(
  46. 'nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have rights to write into',
  47. 'ok' => 'Permissions on data directory are good.',
  48. ),
  49. 'dom' => array(
  50. 'nok' => 'Cannot find a required library to browse the DOM.',
  51. 'ok' => 'You have the required library to browse the DOM.',
  52. ),
  53. 'favicons' => array(
  54. 'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have rights to write into',
  55. 'ok' => 'Permissions on favicons directory are good.',
  56. ),
  57. 'fileinfo' => array(
  58. 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).',
  59. 'ok' => 'You have the fileinfo library.',
  60. ),
  61. 'http_referer' => array(
  62. 'nok' => 'Please check that you are not altering your HTTP REFERER.',
  63. 'ok' => 'Your HTTP REFERER is known and corresponds to your server.',
  64. ),
  65. 'json' => array(
  66. 'nok' => 'Cannot find a recommended library to parse JSON.',
  67. 'ok' => 'You have a recommended library to parse JSON.',
  68. ),
  69. 'mbstring' => array(
  70. 'nok' => 'Cannot find the recommended library mbstring for Unicode.',
  71. 'ok' => 'You have the recommended library mbstring for Unicode.',
  72. ),
  73. 'minz' => array(
  74. 'nok' => 'Cannot find the Minz framework.',
  75. 'ok' => 'You have the Minz framework.',
  76. ),
  77. 'pcre' => array(
  78. 'nok' => 'Cannot find a required library for regular expressions (php-pcre).',
  79. 'ok' => 'You have the required library for regular expressions (PCRE).',
  80. ),
  81. 'pdo' => array(
  82. 'nok' => 'Cannot find PDO or one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',
  83. 'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',
  84. ),
  85. 'php' => array(
  86. 'nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.',
  87. 'ok' => 'Your PHP version is %s, which is compatible with FreshRSS.',
  88. ),
  89. 'users' => array(
  90. 'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have rights to write into',
  91. 'ok' => 'Permissions on users directory are good.',
  92. ),
  93. 'xml' => array(
  94. 'nok' => 'Cannot find the required library to parse XML.',
  95. 'ok' => 'You have the required library to parse XML.',
  96. ),
  97. '_' => 'Checks',
  98. ),
  99. 'conf' => array(
  100. 'ok' => 'General configuration has been saved.',
  101. '_' => 'General configuration',
  102. ),
  103. 'congratulations' => 'Congratulations!',
  104. 'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>',
  105. 'delete_articles_after' => 'Remove articles after',
  106. 'fix_errors_before' => 'Please fix errors before skipping to the next step.',
  107. 'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',
  108. 'js' => array(
  109. 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?',
  110. ),
  111. 'language' => array(
  112. 'choose' => 'Choose a language for FreshRSS',
  113. 'defined' => 'Language has been defined.',
  114. '_' => 'Language',
  115. ),
  116. 'not_deleted' => 'Something went wrong; you must delete the file <em>%s</em> manually.',
  117. 'ok' => 'The installation process was successful.',
  118. 'step' => 'step %d',
  119. 'steps' => 'Steps',
  120. 'this_is_the_end' => 'This is the end',
  121. 'title' => 'Installation · FreshRSS',
  122. );