install.php 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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' => 'השלמת ההתקנה',
  14. 'fix_errors_before' => 'יש לתקן את השגיאות לפני המעבר לשלב הבא.',
  15. 'keep_install' => 'Keep previous configuration', // TODO
  16. 'next_step' => 'לשלב הבא',
  17. 'reinstall' => 'Reinstall FreshRSS', // TODO
  18. ),
  19. 'bdd' => array(
  20. '_' => 'בסיס נתונים',
  21. 'conf' => array(
  22. '_' => 'הגדרות בסיס נתונים',
  23. 'ko' => 'נא לוודא את הגדרות בסיס הנתונים.',
  24. 'ok' => 'הגדרות בסיס הנתונים נשמרו.',
  25. ),
  26. 'host' => 'מארח',
  27. 'password' => 'HTTP סיסמה',
  28. 'prefix' => 'קידומת הטבלה',
  29. 'type' => 'סוג בסיס הנתונים',
  30. 'username' => 'HTTP שם משתמש',
  31. ),
  32. 'check' => array(
  33. '_' => 'בדיקות',
  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 permissions.',
  37. 'ok' => 'ההרשאות בתיקיית המטמון תקינות',
  38. ),
  39. 'ctype' => array(
  40. 'nok' => 'הספרייה הנדרשת ל character type checking (php-ctype) אינה מותקנת',
  41. 'ok' => 'הספרייה הנדרשת ל character type checking (ctype) מותקנת',
  42. ),
  43. 'curl' => array(
  44. 'nok' => 'בURL לא מותקן (php-curl package)',
  45. 'ok' => 'יש לכם את גירסת %s של cURL',
  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 permissions.',
  49. 'ok' => 'ההרשאות בתיקיית הדאטא תקינות',
  50. ),
  51. 'database-connection' => array(
  52. 'nok' => 'Database connection error.', // TODO
  53. 'ok' => 'Database connection is good.', // TODO
  54. ),
  55. 'database-table' => array(
  56. 'nok' => 'Database table "%s" is incomplete.', // TODO
  57. 'ok' => 'Database table "%s" is good.', // TODO
  58. ),
  59. 'database-tables' => array(
  60. 'nok' => 'Some database tables are missing.', // TODO
  61. 'ok' => 'All database tables exist.', // TODO
  62. ),
  63. 'database-title' => 'Database', // TODO
  64. 'dom' => array(
  65. 'nok' => 'הספרייה הנדרשת לסיור ב DOM אינה מותקנת (php-xml package)',
  66. 'ok' => 'הספרייה הנדרשת לסיור ב DOM מותקנת',
  67. ),
  68. 'favicons' => array(
  69. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
  70. 'ok' => 'ההרשאות בתיקיית הfavicons תקינות',
  71. ),
  72. 'fileinfo' => array(
  73. 'nok' => 'Cannot find the recommended PHP fileinfo library (fileinfo package).', // TODO
  74. 'ok' => 'You have the recommended PHP fileinfo library (fileinfo package).', // TODO
  75. ),
  76. 'files' => 'File installation', // TODO
  77. 'intl' => array(
  78. 'nok' => 'Cannot find the recommended library php-intl for internationalisation.', // TODO
  79. 'ok' => 'You have the recommended library php-intl for internationalisation.', // TODO
  80. ),
  81. 'json' => array(
  82. 'nok' => 'Cannot find the required library to parse JSON.', // TODO
  83. 'ok' => 'You have the required library to parse JSON.', // TODO
  84. ),
  85. 'mbstring' => array(
  86. 'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO
  87. 'ok' => 'You have the recommended library mbstring for Unicode.', // TODO
  88. ),
  89. 'pcre' => array(
  90. 'nok' => 'הספרייה הנדרשת לביטויים רגולריים אינה מותקנת (php-pcre)',
  91. 'ok' => 'הספרייה הנדרשת לביטויים רגולריים מותקנת (PCRE)',
  92. ),
  93. 'pdo-mysql' => array(
  94. 'nok' => 'Cannot find the required PDO driver for MySQL/MariaDB.', // TODO
  95. ),
  96. 'pdo-pgsql' => array(
  97. 'nok' => 'Cannot find the required PDO driver for PostgreSQL.', // TODO
  98. ),
  99. 'pdo-sqlite' => array(
  100. 'nok' => 'Cannot find the PDO driver for SQLite.', // TODO
  101. 'ok' => 'You have the PDO driver for SQLite.', // TODO
  102. ),
  103. 'pdo' => array(
  104. 'nok' => 'PDO אינו מותקן או שאחד ממנהלי ההתקנים שלו חסר (pdo_mysql, pdo_sqlite)',
  105. 'ok' => 'PDO מותקן ולפחות אחד ממנהלי ההתקן הנתמכים מותקן (pdo_mysql, pdo_sqlite)',
  106. ),
  107. 'php' => array(
  108. '_' => 'PHP installation', // TODO
  109. 'nok' => 'גירסת PHP שלכם היא %s אך FreshRSS דורש לפחות את גירסה %s',
  110. 'ok' => 'גירסת PHP שלכם היא %s, שתואמת ל FreshRSS',
  111. ),
  112. 'reload' => 'בדוק שוב',
  113. 'tmp' => array(
  114. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO
  115. 'ok' => 'Permissions on the temp directory are good.', // TODO
  116. ),
  117. 'tokens' => array(
  118. 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have write permission', // TODO
  119. 'ok' => 'Permissions on the tokens directory are good.', // TODO
  120. ),
  121. 'unknown_process_username' => 'unknown', // TODO
  122. 'users' => array(
  123. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO
  124. 'ok' => 'Permissions on the users directory are good.', // TODO
  125. ),
  126. 'xml' => array(
  127. 'nok' => 'Cannot find the required library to parse XML.', // TODO
  128. 'ok' => 'You have the required library to parse XML.', // TODO
  129. ),
  130. 'zip' => array(
  131. 'nok' => 'Cannot find the recommended extension for ZIP (php-zip package).', // TODO
  132. 'ok' => 'You have the recommended extension for ZIP (php-zip package).', // TODO
  133. ),
  134. ),
  135. 'conf' => array(
  136. '_' => 'הגדרות כלליות',
  137. 'ok' => 'ההגדרות הכלליות נשמרו.',
  138. ),
  139. 'congratulations' => 'מזל טוב!',
  140. 'default_user' => array(
  141. '_' => 'שם המשתמש של משתמש ברירת המחדל',
  142. 'max_char' => 'לכל היותר 16 תווים אלפאנומריים',
  143. ),
  144. 'fix_errors_before' => 'יש לתקן את השגיאות לפני המעבר לשלב הבא.',
  145. 'javascript_is_better' => 'FreshRSS מעדיף שתאפשרו JavaScript',
  146. 'js' => array(
  147. 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // TODO
  148. ),
  149. 'language' => array(
  150. '_' => 'שפה',
  151. 'choose' => 'בחירת שפה ל FreshRSS',
  152. 'defined' => 'השפה הוגדרה.',
  153. ),
  154. 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO
  155. 'ok' => 'The installation process was successful.', // TODO
  156. 'session' => array(
  157. 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO
  158. ),
  159. 'step' => 'step %d', // TODO
  160. 'steps' => 'שלבים',
  161. 'this_is_the_end' => 'סיום',
  162. 'title' => 'התקנה · FreshRSS',
  163. );