diff options
Diffstat (limited to 'requirements/messages/pt_br/yii.php')
| -rw-r--r-- | requirements/messages/pt_br/yii.php | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/requirements/messages/pt_br/yii.php b/requirements/messages/pt_br/yii.php new file mode 100644 index 0000000..6271809 --- /dev/null +++ b/requirements/messages/pt_br/yii.php @@ -0,0 +1,52 @@ +<?php +/** + * Message translations. + * + * This file is automatically generated by 'yiic message' command. + * It contains the localizable messages extracted from source code. + * You may modify this file by translating the extracted messages. + * + * Each array element represents the translation (value) of a message (key). + * If the value is empty, the message is considered as not translated. + * Messages that no longer need translation will have their translations + * enclosed between a pair of '@@' marks. + * + * Message string can be used with plural forms format. Check i18n section + * of the guide for details. + * + * NOTE, this file must be saved in UTF-8 encoding. + * + * @version $Id: $ + */ +return array ( + 'Ctype extension' => 'extensão Ctype', + 'GD extension with<br />FreeType support' => 'extensão GD com<br />suporte a FreeType', + 'GD installed<br />FreeType support not installed' => 'GD instalada<br />suporte a FreeType não instalado', + 'GD not installed' => 'GD não instalada', + 'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' => 'Para usar memcached configure <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> como <code>true</code>.', + 'GD extension' => '@@extensão GD@@', + '$_SERVER does not have {vars}.' => '$_SERVER não possui {vars}.', + '$_SERVER variable' => 'variável $_SERVER', + '$_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.', + 'APC extension' => 'extensão APC', + '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>', + 'DOM extension' => 'extensão DOM', + 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] ou $_SERVER["QUERY_STRING"] é obrigatório.', + 'Mcrypt extension' => 'extensão Mcrypt', + 'Memcache extension' => 'extensão Memcache', + 'PCRE extension' => 'extensão PCRE', + 'PDO MySQL extension' => 'extensão PDO_MySQL', + 'PDO PostgreSQL extension' => 'extensão PDO_PostgreSQL', + 'PDO SQLite extension' => 'extensão PDO_SQLite', + 'PDO extension' => 'extensão PDO', + 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 ou mais recente é necessário.', + 'PHP version' => 'versão PHP', + 'Reflection extension' => 'extensão Reflection', + 'SOAP extension' => 'extensão SOAP', + 'SPL extension' => 'extensão SPL', + 'This is required by encrypt and decrypt methods.' => 'Este item é necessário aos métodos encrypt e decrypt.', + 'This is required if you are using MySQL database.' => 'Este item é obrigatório se você estiver utilizando MySQL.', + 'This is required if you are using PostgreSQL database.' => 'Este item é obrigatório se você estiver utilizando PostgreSQL.', + 'This is required if you are using SQLite database.' => 'Este item é obrigatório se você estiver utilizando SQLite.', + '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.', +); |
