diff options
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 +?> |
