yii.php 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE, this file must be saved in UTF-8 encoding.
  18. */
  19. return array (
  20. 'Ctype extension' => 'Extension Ctype',
  21. '$_SERVER does not have {vars}.' => '$_SERVER tidak memiliki {vars}.',
  22. '$_SERVER variable' => 'Variabel $_SERVER',
  23. '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] harus sama dengan alur file skrip entri',
  24. 'APC extension' => 'Extension APC',
  25. 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Semua <a href="http://www.yiiframework.com/doc/api/#system.db">kelas berhubungan DB </a>',
  26. 'DOM extension' => 'Extension DOM',
  27. 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Salah satu dari $_SERVER["REQUEST_URI"] atau $_SERVER["QUERY_STRING"] harus ada.',
  28. 'GD extension with<br />FreeType support' => 'Dukungan Extension GD dengan <br/>FreeType',
  29. 'GD installed<br />FreeType support not installed' => 'GD terinstalasi<br/>Dukungan FreeType tidak terinstalasi',
  30. 'GD not installed' => 'GD tidak terinstalasi',
  31. 'Mcrypt extension' => 'Extension Mcrypt',
  32. 'Memcache extension' => 'Extension Memcache',
  33. 'PCRE extension' => 'Extension PCRE',
  34. 'PDO MySQL extension' => 'Extension PDO MySQL',
  35. 'PDO PostgreSQL extension' => 'Extension PDO PostgreSQL',
  36. 'PDO SQLite extension' => 'Extension PDO SQLite',
  37. 'PDO extension' => 'Extension PDO',
  38. 'PHP 5.1.0 or higher is required.' => 'Diperlukan PHP 5.1.0 atau lebih tinggi.',
  39. 'PHP version' => 'Versi PHP',
  40. 'Reflection extension' => 'Extension Reflection',
  41. 'SOAP extension' => 'Extension SOAP',
  42. 'SPL extension' => 'Extension SPL',
  43. 'This is required by encrypt and decrypt methods.' => 'Ini diperlukan oleh method enkripsi dan dekripsi',
  44. 'This is required if you are using MySQL database.' => 'Ini diperlukan apabila anda menggunakan database MySQL',
  45. 'This is required if you are using PostgreSQL database.' => 'Ini diperlukan apabila anda menggunakan database PostgreSQL',
  46. 'This is required if you are using SQLite database.' => 'Ini diperlukan apabila anda menggunakan database SQLite',
  47. 'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' => 'Untuk menggunakan memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> menjadi <code>true</code>.',
  48. 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Tidak dapat menentukan info alur URL. Harap memastikan $_SERVER["PATH_INFO"] (atau $_SERVER["PHP_SELF"] dan $_SERVER"SCRIPT_NAME"]) berisi nilai yang benar.',
  49. );