From 197f0c3db5a4fd740a8783049c75fa6693e438bf Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 30 Jun 2008 09:21:18 +0000 Subject: - [DEV-137] portugal locale update (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5806 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/locales/pt_br.inc.php | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'frontends/php/include') 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 +?> -- cgit