yii.php 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yiic message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * NOTE, this file must be saved in UTF-8 encoding.
  15. */
  16. return array (
  17. '$_SERVER does not have {vars}.' => '$_SERVER לא מכיל {vars}.',
  18. '$_SERVER variable' => '$_SERVER משתנה',
  19. '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] חייב להיות זהה לנתיב המלא לקובץ הראשי.',
  20. 'APC extension' => 'תוסף APC',
  21. 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'כל <a href="http://www.yiiframework.com/doc/api/#system.db">מחלקות מסדי הנתונים</a>',
  22. 'DOM extension' => 'תוסף DOM',
  23. 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] או $_SERVER["QUERY_STRING"] חייב להיות קיים.',
  24. 'GD extension' => 'תוסף GD',
  25. 'Mcrypt extension' => 'תוסף Mcrypt',
  26. 'Memcache extension' => 'תוסף Memcache',
  27. 'PCRE extension' => 'תוסף PCRE',
  28. 'PDO MySQL extension' => 'תוסף PDO MySQL',
  29. 'PDO PostgreSQL extension' => 'תוסף PDO PostgreSQL',
  30. 'PDO SQLite extension' => 'תוסף PDO SQLite',
  31. 'PDO extension' => 'תוסף PDO',
  32. 'PHP 5.1.0 or higher is required.' => 'PHP בגרסא 5.1.0 או יותר דרוש.',
  33. 'PHP version' => 'גרסאת PHP',
  34. 'Reflection extension' => 'תוסף Reflection',
  35. 'SOAP extension' => 'תוסף SOAP',
  36. 'SPL extension' => 'תוסף SPL',
  37. 'This is required if you are using MySQL database.' => 'תוסף זה נחוץ אם הינך מתכוון להשתמש במסד נתונים מסוג MYSQL.',
  38. 'This is required if you are using PostgreSQL database.' => 'תוסף זה נחוץ אם הינך מתכוון להשתמש במסד נתונים מסוג PostgreSQL.',
  39. 'This is required if you are using SQLite database.' => 'תוסף זה נחוץ אם הינך מתכוון להשתמש במסד נתונים מסוג SQLite.',
  40. 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'לא ניתן לזהות את נתיבי הקישור. אנא וודא שהערך $_SERVER["PATH_INFO"] (או $_SERVER["PHP_SELF"] ו $_SERVER["SCRIPT_NAME"]) מכילים ערכים מתאימים.',
  41. );