yii.php 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. '$_SERVER does not have {vars}.' => '$_SERVER に {vars} が存在しません。',
  21. '$_SERVER variable' => '$_SERVER 変数',
  22. '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] は、エントリスクリプトのパスと同じでなければなりません。',
  23. 'APC extension' => 'APC 拡張',
  24. '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>',
  25. 'Ctype extension' => 'Ctype 拡張',
  26. 'DOM extension' => 'DOM 拡張',
  27. 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] か $_SERVER["QUERY_STRING"] のどちらかが存在しなければなりません。',
  28. 'Fileinfo extension' => 'Fileinfo 拡張',
  29. 'GD extension with<br />FreeType support<br />or ImageMagick<br />extension with<br />PNG support' => 'GD 拡張<br />(+ FreeType サポート)<br />または<br />ImageMagick 拡張<br />(+ PNG サポート)',
  30. 'GD installed,<br />FreeType support not installed' => 'GD インストール済み<br />FreeType サポート 未インストール',
  31. 'GD or ImageMagick not installed' => 'GD も ImageMagick も未インストール',
  32. 'Mcrypt extension' => 'Mcrypt 拡張',
  33. 'Memcache extension' => 'Memcache 拡張',
  34. 'PCRE extension' => 'PCRE 拡張',
  35. 'PDO MSSQL extension (<a href="http://sqlsrvphp.codeplex.com/">pdo_sqlsrv</a>)' => 'PDO MSSQL 拡張 (<a href="http://sqlsrvphp.codeplex.com/">pdo_sqlsrv</a>)',
  36. 'PDO MSSQL extension (pdo_dblib)' => 'PDO MSSQL 拡張 (pdo_dblib)',
  37. 'PDO MSSQL extension (pdo_mssql)' => 'PDO MSSQL 拡張 (pdo_mssql)',
  38. 'PDO MySQL extension' => 'PDO MySQL 拡張',
  39. 'PDO Oracle extension' => 'PDO Oracle 拡張',
  40. 'PDO PostgreSQL extension' => 'PDO PostgreSQL 拡張',
  41. 'PDO SQLite extension' => 'PDO SQLite 拡張',
  42. 'PDO extension' => 'PDO 拡張',
  43. 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 以上が必要です。',
  44. 'PHP version' => 'PHP バージョン',
  45. 'Reflection extension' => 'Reflection 拡張',
  46. 'Required by encrypt and decrypt methods.' => '暗号化と復号のメソッドに必要。',
  47. 'Required for MIME-type validation' => 'MIME-type バリデーションに必要。',
  48. 'Required for MSSQL database from GNU/Linux or other UNIX.' => 'GNU/Linux その他の UNIX で MSSQL データベース を使用する場合に必要。',
  49. 'Required for MSSQL database from MS Windows' => 'MS Windows で MSSQL データベースを使用する場合に必要。',
  50. 'Required for MSSQL database with the driver provided by Microsoft.' => 'Microsoft によって提供されているドライバで MSSQL データベースを使用する場合に必要。',
  51. 'Required for MySQL database.' => 'MySQL データベースを使用する場合に必要。',
  52. 'Required for Oracle database.' => 'Oracle データベースを使用する場合に必要。',
  53. 'Required for PostgreSQL database.' => 'PostgreSQL データベースを使用する場合に必要。',
  54. 'Required for SQLite database.' => 'SQLite データベースを使用する場合に必要。',
  55. 'SOAP extension' => 'SOAP 拡張',
  56. 'SPL extension' => 'SPL 拡張',
  57. 'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' => 'memcached を使用するためには <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> を <code>true</code> に設定して下さい。',
  58. 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'URL パス情報を決定できません。$_SERVER["PATH_INFO"] (もしくは $_SERVER["PHP_SELF"] と $_SERVER["SCRIPT_NAME"]) が正しい値かどうか確認してください。',
  59. );