install.php 5.4 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',
  14. 'fix_errors_before' => 'Please all fix errors before continuing to the next step.',
  15. 'keep_install' => 'Keep previous configuration',
  16. 'next_step' => 'Go to the next step',
  17. 'reinstall' => 'Reinstall FreshRSS',
  18. ),
  19. 'bdd' => array(
  20. '_' => 'Database',
  21. 'conf' => array(
  22. '_' => 'Database configuration',
  23. 'ko' => 'Verify your database configuration.',
  24. 'ok' => 'Database configuration has been saved.',
  25. ),
  26. 'host' => 'Host',
  27. 'password' => 'Database password',
  28. 'prefix' => 'Table prefix',
  29. 'type' => 'Type of database',
  30. 'username' => 'Database username',
  31. ),
  32. 'check' => array(
  33. '_' => 'Checks',
  34. 'already_installed' => 'We have detected that FreshRSS is already installed!',
  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.',
  37. 'ok' => 'Permissions on the cache directory are good.',
  38. ),
  39. 'ctype' => array(
  40. 'nok' => 'Cannot find the required library for character type checking (php-ctype).',
  41. 'ok' => 'You have the required library for character type checking (ctype).',
  42. ),
  43. 'curl' => array(
  44. 'nok' => 'Cannot find the cURL library (php-curl package).',
  45. 'ok' => 'You have the cURL library.',
  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.',
  49. 'ok' => 'Permissions on the data directory are good.',
  50. ),
  51. 'dom' => array(
  52. 'nok' => 'Cannot find the required library to browse the DOM.',
  53. 'ok' => 'You have the required library to browse the DOM.',
  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.',
  57. 'ok' => 'Permissions on the favicons directory are good.',
  58. ),
  59. 'fileinfo' => array(
  60. 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).',
  61. 'ok' => 'You have the fileinfo library.',
  62. ),
  63. 'json' => array(
  64. 'nok' => 'Cannot find the recommended library to parse JSON.',
  65. 'ok' => 'You have the recommended library to parse JSON.',
  66. ),
  67. 'mbstring' => array(
  68. 'nok' => 'Cannot find the recommended library mbstring for Unicode.',
  69. 'ok' => 'You have the recommended library mbstring for Unicode.',
  70. ),
  71. 'pcre' => array(
  72. 'nok' => 'Cannot find the required library for regular expressions (php-pcre).',
  73. 'ok' => 'You have the required library for regular expressions (PCRE).',
  74. ),
  75. 'pdo' => array(
  76. 'nok' => 'Cannot find PDO or one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',
  77. 'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',
  78. ),
  79. 'php' => array(
  80. 'nok' => 'Your PHP version is %s, but FreshRSS requires at least version %s.',
  81. 'ok' => 'Your PHP version, %s, is compatible with FreshRSS.',
  82. ),
  83. 'reload' => 'Check again',
  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.',
  86. 'ok' => 'Permissions on the temp directory are good.',
  87. ),
  88. 'unknown_process_username' => 'unknown',
  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.',
  91. 'ok' => 'Permissions on the 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. ),
  98. 'conf' => array(
  99. '_' => 'General configuration',
  100. 'ok' => 'General configuration has been saved.',
  101. ),
  102. 'congratulations' => 'Congratulations!',
  103. 'default_user' => array(
  104. '_' => 'Username of the default user',
  105. 'max_char' => 'maximum 16 alphanumeric characters',
  106. ),
  107. 'fix_errors_before' => 'Please fix errors before continuing to the next step.',
  108. 'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',
  109. 'js' => array(
  110. 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?',
  111. ),
  112. 'language' => array(
  113. '_' => 'Language',
  114. 'choose' => 'Choose a language for FreshRSS',
  115. 'defined' => 'Language has been defined.',
  116. ),
  117. 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.',
  118. 'ok' => 'The installation process was successful.',
  119. 'session' => array(
  120. 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!',
  121. ),
  122. 'step' => 'step %d',
  123. 'steps' => 'Steps',
  124. 'this_is_the_end' => 'This is the end',
  125. 'title' => 'Installation · FreshRSS',
  126. );