install.php 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?php
  2. /******************************************************************************/
  3. /* Each entry of that file can be associated with a comment to indicate its */
  4. /* state. When there is no comment, it means the entry is fully translated. */
  5. /* The recognized comments are (comment matching is case-insensitive): */
  6. /* + TODO: the entry has never been translated. */
  7. /* + DIRTY: the entry has been translated but needs to be updated. */
  8. /* + IGNORE: the entry does not need to be translated. */
  9. /* When a comment is not recognized, it is discarded. */
  10. /******************************************************************************/
  11. return array(
  12. 'action' => array(
  13. 'finish' => 'Complete installation', // TODO
  14. 'fix_errors_before' => 'Please all fix errors before continuing to the next step.', // TODO
  15. 'keep_install' => 'Keep previous configuration', // TODO
  16. 'next_step' => 'Go to the next step', // TODO
  17. 'reinstall' => 'Reinstall FreshRSS', // TODO
  18. ),
  19. 'bdd' => array(
  20. '_' => 'Database', // TODO
  21. 'conf' => array(
  22. '_' => 'Database configuration', // TODO
  23. 'ko' => 'Verify your database configuration.', // TODO
  24. 'ok' => 'Database configuration has been saved.', // TODO
  25. ),
  26. 'host' => 'Host', // TODO
  27. 'password' => 'Database password', // TODO
  28. 'prefix' => 'Table prefix', // TODO
  29. 'type' => 'Type of database', // TODO
  30. 'username' => 'Database username', // TODO
  31. ),
  32. 'check' => array(
  33. '_' => 'Checks', // TODO
  34. 'already_installed' => 'We have detected that FreshRSS is already installed!', // TODO
  35. 'cache' => array(
  36. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permission.', // TODO
  37. 'ok' => 'Permissions on the cache directory are good.', // TODO
  38. ),
  39. 'ctype' => array(
  40. 'nok' => 'Cannot find the required library for character type checking (php-ctype).', // TODO
  41. 'ok' => 'You have the required library for character type checking (ctype).', // TODO
  42. ),
  43. 'curl' => array(
  44. 'nok' => 'Cannot find the cURL library (php-curl package).', // TODO
  45. 'ok' => 'You have the cURL library.', // TODO
  46. ),
  47. 'data' => array(
  48. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permission.', // TODO
  49. 'ok' => 'Permissions on the data directory are good.', // TODO
  50. ),
  51. 'dom' => array(
  52. 'nok' => 'Cannot find the required library to browse the DOM.', // TODO
  53. 'ok' => 'You have the required library to browse the DOM.', // TODO
  54. ),
  55. 'favicons' => array(
  56. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permission.', // TODO
  57. 'ok' => 'Permissions on the favicons directory are good.', // TODO
  58. ),
  59. 'fileinfo' => array(
  60. 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO
  61. 'ok' => 'You have the fileinfo library.', // TODO
  62. ),
  63. 'json' => array(
  64. 'nok' => 'Cannot find the recommended library to parse JSON.', // TODO
  65. 'ok' => 'You have the recommended library to parse JSON.', // TODO
  66. ),
  67. 'mbstring' => array(
  68. 'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO
  69. 'ok' => 'You have the recommended library mbstring for Unicode.', // TODO
  70. ),
  71. 'pcre' => array(
  72. 'nok' => 'Cannot find the required library for regular expressions (php-pcre).', // TODO
  73. 'ok' => 'You have the required library for regular expressions (PCRE).', // TODO
  74. ),
  75. 'pdo' => array(
  76. 'nok' => 'Cannot find PDO or one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).', // TODO
  77. 'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).', // TODO
  78. ),
  79. 'php' => array(
  80. 'nok' => 'Your PHP version is %s, but FreshRSS requires at least version %s.', // TODO
  81. 'ok' => 'Your PHP version, %s, is compatible with FreshRSS.', // TODO
  82. ),
  83. 'reload' => 'Check again', // TODO
  84. 'tmp' => array(
  85. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO
  86. 'ok' => 'Permissions on the temp directory are good.', // TODO
  87. ),
  88. 'unknown_process_username' => 'unknown', // TODO
  89. 'users' => array(
  90. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO
  91. 'ok' => 'Permissions on the users directory are good.', // TODO
  92. ),
  93. 'xml' => array(
  94. 'nok' => 'Cannot find the required library to parse XML.', // TODO
  95. 'ok' => 'You have the required library to parse XML.', // TODO
  96. ),
  97. ),
  98. 'conf' => array(
  99. '_' => 'General configuration', // TODO
  100. 'ok' => 'General configuration has been saved.', // TODO
  101. ),
  102. 'congratulations' => 'Congratulations!', // TODO
  103. 'default_user' => array(
  104. '_' => 'Username of the default user', // TODO
  105. 'max_char' => 'maximum 16 alphanumeric characters', // TODO
  106. ),
  107. 'fix_errors_before' => 'Please fix errors before continuing to the next step.', // TODO
  108. 'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled', // TODO
  109. 'js' => array(
  110. 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // TODO
  111. ),
  112. 'language' => array(
  113. '_' => 'Language', // TODO
  114. 'choose' => 'Choose a language for FreshRSS', // TODO
  115. 'defined' => 'Language has been defined.', // TODO
  116. ),
  117. 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO
  118. 'ok' => 'The installation process was successful.', // TODO
  119. 'session' => array(
  120. 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO
  121. ),
  122. 'step' => 'step %d', // TODO
  123. 'steps' => 'Steps', // TODO
  124. 'this_is_the_end' => 'This is the end', // TODO
  125. 'title' => 'Installation · FreshRSS', // TODO
  126. );