install.php 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?php
  2. return array(
  3. 'action' => array(
  4. 'finish' => 'השלמת ההתקנה',
  5. 'fix_errors_before' => 'יש לתקן את השגיאות לפני המעבר לשלב הבא.',
  6. 'keep_install' => 'Keep previous configuration', // TODO - Translation
  7. 'next_step' => 'לשלב הבא',
  8. 'reinstall' => 'Reinstall FreshRSS', // TODO - Translation
  9. ),
  10. 'auth' => array(
  11. 'form' => 'טופס אינטרנטי (מסורתי, דורש JavaScript)',
  12. 'http' => 'HTTP (למשתמשים מתקדמים עם HTTPS)',
  13. 'none' => 'ללא (מסוכן)',
  14. 'password_form' => 'סיסמה<br /><small>(לשימוש בטפוס ההרשמה)</small>',
  15. 'password_format' => 'At least 7 characters', // TODO - Translation
  16. 'type' => 'שיטת אימות',
  17. ),
  18. 'bdd' => array(
  19. 'conf' => array(
  20. 'ko' => 'נא לוודא את הגדרות בסיס הנתונים.',
  21. 'ok' => 'הגדרות בסיס הנתונים נשמרו.',
  22. '_' => 'הגדרות בסיס נתונים',
  23. ),
  24. 'host' => 'מארח',
  25. 'password' => 'HTTP סיסמה',
  26. 'prefix' => 'קידומת הטבלה',
  27. 'type' => 'סוג בסיס הנתונים',
  28. 'username' => 'HTTP שם משתמש',
  29. '_' => 'בסיס נתונים',
  30. ),
  31. 'check' => array(
  32. 'already_installed' => 'We have detected that FreshRSS is already installed!', // TODO - Translation
  33. 'cache' => array(
  34. 'nok' => 'Check permissions on <em>./data/cache</em> directory. HTTP server must have rights to write into', // TODO - Translation
  35. 'ok' => 'ההרשאות בתיקיית המטמון תקינות',
  36. ),
  37. 'ctype' => array(
  38. 'nok' => 'הספרייה הנדרשת ל character type checking (php-ctype) אינה מותקנת',
  39. 'ok' => 'הספרייה הנדרשת ל character type checking (ctype) מותקנת',
  40. ),
  41. 'curl' => array(
  42. 'nok' => 'בURL לא מותקן (php-curl package)',
  43. 'ok' => 'יש לכם את גירסת %s של cURL',
  44. ),
  45. 'data' => array(
  46. 'nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have rights to write into', // TODO - Translation
  47. 'ok' => 'ההרשאות בתיקיית הדאטא תקינות',
  48. ),
  49. 'dom' => array(
  50. 'nok' => 'הספרייה הנדרשת לסיור ב DOM אינה מותקנת (php-xml package)',
  51. 'ok' => 'הספרייה הנדרשת לסיור ב DOM מותקנת',
  52. ),
  53. 'favicons' => array(
  54. 'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have rights to write into', // TODO - Translation
  55. 'ok' => 'ההרשאות בתיקיית הfavicons תקינות',
  56. ),
  57. 'fileinfo' => array(
  58. 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO - Translation
  59. 'ok' => 'You have the fileinfo library.', // TODO - Translation
  60. ),
  61. 'http_referer' => array(
  62. 'nok' => 'נא לדבוק שאינך פוגעת ב HTTP REFERER שלך.',
  63. 'ok' => 'הHTTP REFERER ידוע ותאם לשרת שלך.',
  64. ),
  65. 'json' => array(
  66. 'nok' => 'Cannot find a recommended library to parse JSON.', // TODO - Translation
  67. 'ok' => 'You have a recommended library to parse JSON.', // TODO - Translation
  68. ),
  69. 'mbstring' => array(
  70. 'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO - Translation
  71. 'ok' => 'You have the recommended library mbstring for Unicode.', // TODO - Translation
  72. ),
  73. 'minz' => array(
  74. 'nok' => 'You lack the Minz framework.',
  75. 'ok' => 'יש לכם את תשתית Minz',
  76. ),
  77. 'pcre' => array(
  78. 'nok' => 'הספרייה הנדרשת לביטויים רגולריים אינה מותקנת (php-pcre)',
  79. 'ok' => 'הספרייה הנדרשת לביטויים רגולריים מותקנת (PCRE)',
  80. ),
  81. 'pdo' => array(
  82. 'nok' => 'PDO אינו מותקן או שאחד ממנהלי ההתקנים שלו חסר (pdo_mysql, pdo_sqlite)',
  83. 'ok' => 'PDO מותקן ולפחות אחד ממנהלי ההתקן הנתמכים מותקן (pdo_mysql, pdo_sqlite)',
  84. ),
  85. 'php' => array(
  86. 'nok' => 'גירסת PHP שלכם היא %s אך FreshRSS דורש לפחות את גירסה %s',
  87. 'ok' => 'גירסת PHP שלכם היא %s, שתואמת ל FreshRSS',
  88. ),
  89. 'users' => array(
  90. 'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have rights to write into', // TODO - Translation
  91. 'ok' => 'Permissions on users directory are good.', // TODO - Translation
  92. ),
  93. 'xml' => array(
  94. 'nok' => 'Cannot find the required library to parse XML.', // TODO - Translation
  95. 'ok' => 'You have the required library to parse XML.', // TODO - Translation
  96. ),
  97. '_' => 'בדיקות',
  98. ),
  99. 'conf' => array(
  100. 'ok' => 'ההגדרות הכלליות נשמרו.',
  101. '_' => 'הגדרות כלליות',
  102. ),
  103. 'congratulations' => 'מזל טוב!',
  104. 'default_user' => 'שם המשתמש של משתמש ברירת המחדל <small>(לכל היותר 16 תווים אלפאנומריים)</small>',
  105. 'delete_articles_after' => 'מחיקת מאמרים לאחר',
  106. 'fix_errors_before' => 'יש לתקן את השגיאות לפני המעבר לשלב הבא.',
  107. 'javascript_is_better' => 'FreshRSS מעדיף שתאפשרו JavaScript',
  108. 'js' => array(
  109. 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // TODO - Translation
  110. ),
  111. 'language' => array(
  112. 'choose' => 'בחירת שפה ל FreshRSS',
  113. 'defined' => 'השפה הוגדרה.',
  114. '_' => 'שפה',
  115. ),
  116. 'not_deleted' => 'משהו נכשל; יש צורך למחוק את הקובץ <em>%s</em> ידנית.',
  117. 'ok' => 'The installation process was successful.', // TODO - Translation
  118. 'step' => 'step %d', // TODO - Translation
  119. 'steps' => 'שלבים',
  120. 'this_is_the_end' => 'סיום',
  121. 'title' => 'התקנה · FreshRSS',
  122. );