install.en.php 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?php
  2. return array (
  3. 'freshrss_installation' => 'Installation · FreshRSS',
  4. 'freshrss' => 'FreshRSS',
  5. 'installation_step' => 'Installation — step %d · FreshRSS',
  6. 'steps' => 'Steps',
  7. 'checks' => 'Checks',
  8. 'general_configuration' => 'General configuration',
  9. 'bdd_configuration' => 'Database configuration',
  10. 'bdd_type' => 'Type of database',
  11. 'version_update' => 'Update',
  12. 'this_is_the_end' => 'This is the end',
  13. 'ok' => 'Ok!',
  14. 'congratulations' => 'Congratulations!',
  15. 'attention' => 'Attention!',
  16. 'damn' => 'Damn!',
  17. 'oops' => 'Oops!',
  18. 'next_step' => 'Go to the next step',
  19. 'language_defined' => 'Language has been defined.',
  20. 'choose_language' => 'Choose a language for FreshRSS',
  21. 'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',
  22. 'php_is_ok' => 'Your PHP version is %s, which is compatible with FreshRSS',
  23. 'php_is_nok' => 'Your PHP version is %s but FreshRSS requires at least version %s',
  24. 'minz_is_ok' => 'You have the Minz framework',
  25. '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.',
  26. 'curl_is_ok' => 'You have version %s of cURL',
  27. 'curl_is_nok' => 'You lack cURL (php5-curl package)',
  28. 'pdo_is_ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite)',
  29. 'pdo_is_nok' => 'You lack PDO or one of the supported drivers (pdo_mysql, pdo_sqlite)',
  30. 'dom_is_ok' => 'You have the required library to browse the DOM',
  31. 'dom_is_nok' => 'You lack a required library to browse the DOM (php-xml package)',
  32. 'pcre_is_ok' => 'You have the required library for regular expressions (PCRE)',
  33. 'pcre_is_nok' => 'You lack a required library for regular expressions (php-pcre)',
  34. 'ctype_is_ok' => 'You have the required library for character type checking (ctype)',
  35. 'ctype_is_nok' => 'You lack a required library for character type checking (php-ctype)',
  36. 'cache_is_ok' => 'Permissions on cache directory are good',
  37. 'log_is_ok' => 'Permissions on logs directory are good',
  38. 'favicons_is_ok' => 'Permissions on favicons directory are good',
  39. 'data_is_ok' => 'Permissions on data directory are good',
  40. 'persona_is_ok' => 'Permissions on Mozilla Persona directory are good',
  41. 'file_is_nok' => 'Check permissions on <em>%s</em> directory. HTTP server must have rights to write into',
  42. 'fix_errors_before' => 'Fix errors before skip to the next step.',
  43. 'general_conf_is_ok' => 'General configuration has been saved.',
  44. 'random_string' => 'Random string',
  45. 'change_value' => 'You should change this value by any other',
  46. 'base_url' => 'Base URL',
  47. 'do_not_change_if_doubt' => 'Don’t change if you doubt about it',
  48. 'bdd_conf_is_ok' => 'Database configuration has been saved.',
  49. 'bdd_conf_is_ko' => 'Verify your database information.',
  50. 'host' => 'Host',
  51. 'bdd' => 'Database',
  52. 'prefix' => 'Table prefix',
  53. 'update_start' => 'Start update process',
  54. '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.',
  55. 'update_end' => 'Update process is completed, now you can go to the final step.',
  56. 'installation_is_ok' => 'The installation process was successful.<br />The final step will now attempt to delete any file and database backup created during the update process.<br />You may choose to skip this step by deleting <kbd>./data/do-install.txt</kbd> manually.',
  57. 'finish_installation' => 'Complete installation',
  58. 'install_not_deleted' => 'Something went wrong; you must delete the file <em>%s</em> manually.',
  59. );