yii.php 2.7 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. 'This is required by encrypt and decrypt methods.' => 'É necessário aos métodos encrypt e decrypt.',
  18. '$_SERVER does not have {vars}.' => '$_SERVER não possui {vars}.',
  19. '$_SERVER variable' => 'variável $_SERVER',
  20. '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] precisa ser o mesmo que o arquivo de script de entrada.',
  21. 'APC extension' => 'extensão APC',
  22. 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Todas as classes relacionadas ao <a href="http://www.yiiframework.com/doc/api/#system.db">banco de dados</a>',
  23. 'DOM extension' => 'extensão DOM',
  24. 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] ou $_SERVER["QUERY_STRING"] é obrigatório.',
  25. 'GD extension' => 'extensão GD',
  26. 'Mcrypt extension' => 'extensão Mcrypt',
  27. 'Memcache extension' => 'extensão Memcache',
  28. 'PCRE extension' => 'extensão PCRE',
  29. 'PDO MySQL extension' => 'extensão PDO_MySQL',
  30. 'PDO PostgreSQL extension' => 'extensão PDO_PostgreSQL',
  31. 'PDO SQLite extension' => 'extensão PDO_SQLite',
  32. 'PDO extension' => 'extensão PDO',
  33. 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 ou mais recente é necessário.',
  34. 'PHP version' => 'versão PHP',
  35. 'Reflection extension' => 'extensão Reflection',
  36. 'SOAP extension' => 'extensão SOAP',
  37. 'SPL extension' => 'extensão SPL',
  38. 'This is required if you are using MySQL database.' => 'Este item é obrigatório se você estiver utilizando MySQL.',
  39. 'This is required if you are using PostgreSQL database.' => 'Este item é obrigatório se você estiver utilizando PostgreSQL.',
  40. 'This is required if you are using SQLite database.' => 'Este item é obrigatório se você estiver utilizando 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.' => 'Não foi possível determinar o caminho da URL. Verifique se $_SERVER["PATH_INFO"] (ou $_SERVER["PHP_SELF"] e $_SERVER["SCRIPT_NAME"]) contem os valores corretos.',
  42. );