diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-30 09:21:18 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-30 09:21:18 +0000 |
| commit | 197f0c3db5a4fd740a8783049c75fa6693e438bf (patch) | |
| tree | b2fe2b0cee50f1b28df7d72174b4c97f146b2a9c /frontends/php/include | |
| parent | c6b7abe59badee7d2fe3608e95a340f6b366c0ff (diff) | |
| download | zabbix-197f0c3db5a4fd740a8783049c75fa6693e438bf.tar.gz zabbix-197f0c3db5a4fd740a8783049c75fa6693e438bf.tar.xz zabbix-197f0c3db5a4fd740a8783049c75fa6693e438bf.zip | |
- [DEV-137] portugal locale update (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5806 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/locales/pt_br.inc.php | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/frontends/php/include/locales/pt_br.inc.php b/frontends/php/include/locales/pt_br.inc.php index 444f3163..565f9db1 100644 --- a/frontends/php/include/locales/pt_br.inc.php +++ b/frontends/php/include/locales/pt_br.inc.php @@ -121,7 +121,7 @@ 'S_ELEMENT'=> 'Elemento', 'S_ELEMENTS'=> 'Elementos', 'S_ONLY_HOST_INFO'=> 'Somente informação de host', - 'S_EXPORT_IMPORT'=> 'Exportar/Importarar', + 'S_EXPORT_IMPORT'=> 'Exportar/Importar', 'S_IMPORT_FILE'=> 'Importar arquivo', 'S_IMPORT'=> 'Importar', 'S_IMPORT_BIG'=> 'IMPORTAR', @@ -427,9 +427,8 @@ 'S_GRAPH'=> 'Gráfico', 'S_TREND'=> 'Trend', 'S_COMPARE'=> 'Comparar', - 'S_COPYRIGHT_BY'=> 'Copyright 2001-2007 by', 'S_CONNECTED_AS'=> 'Conectado como', - 'S_SIA_ZABBIX'=> 'SIA Zabbix', + 'S_SIA_ZABBIX'=> '', 'S_CONFIGURATION_OF_GRAPH'=> 'Configuração de gráficos', 'S_CONFIGURATION_OF_GRAPH_BIG'=> 'CONFIGURAÇÃO DE GRÁFICOS', 'S_ITEM_ADDED'=> 'Item incluído', @@ -1174,6 +1173,24 @@ 'S_LATEST_DATA'=> 'Dados recentes', 'S_INCORRECT_DESCRIPTION'=> 'Descrição incorreta', 'S_CANT_FORMAT_TREE'=> 'Não consigo formatar árvore', - + 'S_DO_NOT_ADD'=> 'Do not add', + 'S_LEAVE_EMPTY'=> 'Leave empty', + 'S_FILL_WITH_DEFAULT_VALUE'=> 'Fill with default value', + 'S_CREATE'=> 'Criar', + 'S_NEW_SMALL'=> 'Novo', + 'S_FILE_SMALL'=> 'Arquivo', + 'S_LOCALES'=> 'Idiomas', + 'S_LOCALE_SMALL'=> 'idiomas', + 'S_DOWNLOAD'=> 'Download', + 'S_AUTHENTICATION'=> 'Autenticação', + 'S_AUTHENTICATION_TO_ZABBIX'=> 'Autenticaçãon para ZABBIX', + 'S_BASE_DN'=> 'Base DN', + 'S_BIND_DN'=> 'Bind DN', + 'S_BIND_PASSWORD'=> 'Bind Password', + 'S_SEARCH_ATTRIBUTE'=> 'Atributo de Pesquisa', + 'S_TEST'=> 'Teste', + 'S_WAS_NOT'=> 'nao foi', + 'S_SUCCESSFUL_SMALL'=> 'sucedido', + 'S_MUST_BE_VALID_SMALL'=> 'deve ser valido', ); -?>
\ No newline at end of file +?> |
