yii.php 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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"] يجب ان يكون مساوي لمسار الملف الافتتاحي للسكربت (entry script file).',
  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 by encrypt and decrypt methods.' => 'مطلوب من أجل وظائف التشفير وفك التشفير.',
  38. 'This is required if you are using MySQL database.' => 'مطلوب اذا كنت تستخدم قواعد البيانات MySQL.',
  39. 'This is required if you are using PostgreSQL database.' => 'مطلوب اذا كنت تستخدم قواعد البيانات PostgreSQL.',
  40. 'This is required if you are using SQLite database.' => 'مطلوب اذا كنت تستخدم قواعد البيانات SQLite.',
  41. '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"]) تحتوي على القيم الصحيحة.',
  42. );