install.php 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. 'auth' => array(
  20. 'form' => 'טופס אינטרנטי (מסורתי, דורש JavaScript)',
  21. 'http' => 'HTTP (למשתמשים מתקדמים עם HTTPS)',
  22. 'none' => 'ללא (מסוכן)',
  23. 'password_form' => 'סיסמה<br /><small>(לשימוש בטפוס ההרשמה)</small>',
  24. 'password_format' => 'At least 7 characters', // TODO
  25. 'type' => 'שיטת אימות',
  26. ),
  27. 'bdd' => array(
  28. '_' => 'בסיס נתונים',
  29. 'conf' => array(
  30. '_' => 'הגדרות בסיס נתונים',
  31. 'ko' => 'נא לוודא את הגדרות בסיס הנתונים.',
  32. 'ok' => 'הגדרות בסיס הנתונים נשמרו.',
  33. ),
  34. 'host' => 'מארח',
  35. 'password' => 'HTTP סיסמה',
  36. 'prefix' => 'קידומת הטבלה',
  37. 'type' => 'סוג בסיס הנתונים',
  38. 'username' => 'HTTP שם משתמש',
  39. ),
  40. 'check' => array(
  41. '_' => 'בדיקות',
  42. 'already_installed' => 'We have detected that FreshRSS is already installed!', // TODO
  43. 'cache' => array(
  44. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
  45. 'ok' => 'ההרשאות בתיקיית המטמון תקינות',
  46. ),
  47. 'ctype' => array(
  48. 'nok' => 'הספרייה הנדרשת ל character type checking (php-ctype) אינה מותקנת',
  49. 'ok' => 'הספרייה הנדרשת ל character type checking (ctype) מותקנת',
  50. ),
  51. 'curl' => array(
  52. 'nok' => 'בURL לא מותקן (php-curl package)',
  53. 'ok' => 'יש לכם את גירסת %s של cURL',
  54. ),
  55. 'data' => array(
  56. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
  57. 'ok' => 'ההרשאות בתיקיית הדאטא תקינות',
  58. ),
  59. 'dom' => array(
  60. 'nok' => 'הספרייה הנדרשת לסיור ב DOM אינה מותקנת (php-xml package)',
  61. 'ok' => 'הספרייה הנדרשת לסיור ב DOM מותקנת',
  62. ),
  63. 'favicons' => array(
  64. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
  65. 'ok' => 'ההרשאות בתיקיית הfavicons תקינות',
  66. ),
  67. 'fileinfo' => array(
  68. 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO
  69. 'ok' => 'You have the fileinfo library.', // TODO
  70. ),
  71. 'json' => array(
  72. 'nok' => 'Cannot find the recommended library to parse JSON.', // TODO
  73. 'ok' => 'You have the recommended library to parse JSON.', // TODO
  74. ),
  75. 'mbstring' => array(
  76. 'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO
  77. 'ok' => 'You have the recommended library mbstring for Unicode.', // TODO
  78. ),
  79. 'pcre' => array(
  80. 'nok' => 'הספרייה הנדרשת לביטויים רגולריים אינה מותקנת (php-pcre)',
  81. 'ok' => 'הספרייה הנדרשת לביטויים רגולריים מותקנת (PCRE)',
  82. ),
  83. 'pdo' => array(
  84. 'nok' => 'PDO אינו מותקן או שאחד ממנהלי ההתקנים שלו חסר (pdo_mysql, pdo_sqlite)',
  85. 'ok' => 'PDO מותקן ולפחות אחד ממנהלי ההתקן הנתמכים מותקן (pdo_mysql, pdo_sqlite)',
  86. ),
  87. 'php' => array(
  88. 'nok' => 'גירסת PHP שלכם היא %s אך FreshRSS דורש לפחות את גירסה %s',
  89. 'ok' => 'גירסת PHP שלכם היא %s, שתואמת ל FreshRSS',
  90. ),
  91. 'reload' => 'בדוק שוב',
  92. 'tmp' => array(
  93. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO
  94. 'ok' => 'Permissions on the temp directory are good.', // TODO
  95. ),
  96. 'unknown_process_username' => 'unknown', // TODO
  97. 'users' => array(
  98. 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO
  99. 'ok' => 'Permissions on the users directory are good.', // TODO
  100. ),
  101. 'xml' => array(
  102. 'nok' => 'Cannot find the required library to parse XML.', // TODO
  103. 'ok' => 'You have the required library to parse XML.', // TODO
  104. ),
  105. ),
  106. 'conf' => array(
  107. '_' => 'הגדרות כלליות',
  108. 'ok' => 'ההגדרות הכלליות נשמרו.',
  109. ),
  110. 'congratulations' => 'מזל טוב!',
  111. 'default_user' => array(
  112. '_' => 'שם המשתמש של משתמש ברירת המחדל',
  113. 'max_char' => 'לכל היותר 16 תווים אלפאנומריים',
  114. ),
  115. 'fix_errors_before' => 'יש לתקן את השגיאות לפני המעבר לשלב הבא.',
  116. 'javascript_is_better' => 'FreshRSS מעדיף שתאפשרו JavaScript',
  117. 'js' => array(
  118. 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // TODO
  119. ),
  120. 'language' => array(
  121. '_' => 'שפה',
  122. 'choose' => 'בחירת שפה ל FreshRSS',
  123. 'defined' => 'השפה הוגדרה.',
  124. ),
  125. 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO
  126. 'ok' => 'The installation process was successful.', // TODO
  127. 'session' => array(
  128. 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO
  129. ),
  130. 'step' => 'step %d', // TODO
  131. 'steps' => 'שלבים',
  132. 'this_is_the_end' => 'סיום',
  133. 'title' => 'התקנה · FreshRSS',
  134. );