install.php 4.8 KB

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