install.en.php 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. return array (
  3. 'freshrss_installation' => 'Installation - FreshRSS',
  4. 'freshrss' => 'FreshRSS',
  5. 'installation_step' => 'Installation - step %d',
  6. 'steps' => 'Steps',
  7. 'checks' => 'Checks',
  8. 'bdd_configuration' => 'Database configuration',
  9. 'bdd_type' => 'Type of database',
  10. 'version_update' => 'Update',
  11. 'this_is_the_end' => 'This is the end',
  12. 'ok' => 'Ok!',
  13. 'congratulations' => 'Congratulations!',
  14. 'attention' => 'Attention!',
  15. 'damn' => 'Damn!',
  16. 'oops' => 'Oops!',
  17. 'next_step' => 'Go to the next step',
  18. 'language_defined' => 'Language has been defined.',
  19. 'choose_language' => 'Choose a language for FreshRSS',
  20. 'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',
  21. 'php_is_ok' => 'Your PHP version is %s, which is compatible with FreshRSS',
  22. 'php_is_nok' => 'Your PHP version is %s but FreshRSS requires at least version %s',
  23. 'minz_is_ok' => 'You have the Minz framework',
  24. 'minz_is_nok' => 'You lack the Minz framework. You should execute <em>build.sh</em> script or <a href="https://github.com/marienfressinaud/MINZ">download it on Github</a> and install in <em>%s</em> directory the content of its <em>/lib</em> directory.',
  25. 'curl_is_ok' => 'You have version %s of cURL',
  26. 'curl_is_nok' => 'You lack cURL (php5-curl package)',
  27. 'pdomysql_is_ok' => 'You have PDO and its driver for MySQL',
  28. 'pdomysql_is_nok' => 'You lack PDO or its driver for MySQL (php5-mysql package)',
  29. 'dom_is_ok' => 'You have the required library to browse the DOM',
  30. 'dom_is_nok' => 'You lack a required library to browse the DOM (php-xml package)',
  31. 'cache_is_ok' => 'Permissions on cache directory are good',
  32. 'log_is_ok' => 'Permissions on logs directory are good',
  33. 'favicons_is_ok' => 'Permissions on favicons directory are good',
  34. 'data_is_ok' => 'Permissions on data directory are good',
  35. 'file_is_nok' => 'Check permissions on <em>%s</em> directory. HTTP server must have rights to write into',
  36. 'fix_errors_before' => 'Fix errors before skip to the next step.',
  37. 'general_conf_is_ok' => 'General configuration has been saved.',
  38. 'random_string' => 'Random string',
  39. 'change_value' => 'You should change this value by any other',
  40. 'base_url' => 'Base URL',
  41. 'do_not_change_if_doubt' => 'Don’t change if you doubt about it',
  42. 'bdd_conf_is_ok' => 'Database configuration has been saved.',
  43. 'bdd_conf_is_ko' => 'Verify your database information.',
  44. 'host' => 'Host',
  45. 'username' => 'Username',
  46. 'password' => 'Password',
  47. 'bdd' => 'Database',
  48. 'prefix' => 'Table prefix',
  49. 'update_start' => 'Start update process',
  50. 'update_long' => 'This can take a long time, depending on the size of your database. You may have to wait for this page to time out (~5 minutes) and then refresh this page.',
  51. 'installation_is_ok' => 'The installation process was successful.<br />The final step will now attempt to delete the <kbd>./p/i/install.php</kbd> file and any database backup created during the update process.<br />You may choose to skip this step and delete <kbd>./p/i/install.php</kbd> manually.',
  52. 'finish_installation' => 'Complete installation',
  53. 'install_not_deleted' => 'Something went wrong; you must delete the file <em>%s</em> manually.',
  54. );