Rework of the dictionaries: moved menu related entries to the module itop-welcome-itil (which does create most of those menus), while preserving the original copy of the entries so as to be compatible with customizations made with a copy of an older version of itop-welcome-itil

SVN:trunk[3453]
This commit is contained in:
Romain Quetiez
2014-12-04 16:05:11 +00:00
parent 1f2ad9ecdb
commit 30af416394
32 changed files with 1057 additions and 431 deletions

View File

@@ -0,0 +1,62 @@
<?php
// Copyright (C) 2010-2014 Combodo SARL
//
// This file is part of iTop.
//
// iTop is free software; you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// iTop is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/**
* @copyright Copyright (C) 2010-2014 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Menu:DataSources' => 'Fontes de dados de sincronização',
'Menu:DataSources+' => 'Todas fontes de dados de sincronização',
'Menu:WelcomeMenu' => 'Bem-vindo ao iTop',
'Menu:WelcomeMenu+' => 'Bem-vindo ao iTop',
'Menu:WelcomeMenuPage' => 'Bem-vindo ao iTop',
'Menu:WelcomeMenuPage+' => 'Bem-vindo ao iTop',
'Menu:AdminTools' => 'Ferramentas Administrativas',
'Menu:AdminTools+' => 'Ferramentas Administrativas',
'Menu:AdminTools?' => 'Ferramentas acessíveis apenas para usuários com o perfil do administrador',
'Menu:CSVImportMenu' => 'Importar CSV',
'Menu:CSVImportMenu+' => 'Criação ou atualização em massa',
'Menu:DataModelMenu' => 'Modelo Dados',
'Menu:DataModelMenu+' => 'Visão geral do Modelo Dados',
'Menu:ExportMenu' => 'Exportar',
'Menu:ExportMenu+' => 'Exportar o resultado de qualquer consulta em HTML, CSV ou XML',
'Menu:NotificationsMenu' => 'Notificações',
'Menu:NotificationsMenu+' => 'Configuração de Notificações',
'Menu:AuditCategories' => 'Categoria Auditorias',
'Menu:AuditCategories+' => 'Categoria Auditorias',
'Menu:Notifications:Title' => 'Categoria Auditorias',
'Menu:RunQueriesMenu' => 'Executar consultas',
'Menu:RunQueriesMenu+' => 'Executar qualquer consulta',
'Menu:QueryMenu' => 'Consulta definida',
'Menu:QueryMenu+' => 'Consulta definida',
'Menu:DataAdministration' => 'Administração Dados',
'Menu:DataAdministration+' => 'Administração Dados',
'Menu:UniversalSearchMenu' => 'Pesquisa Universal',
'Menu:UniversalSearchMenu+' => 'Pesquisar por nada...',
'Menu:UserManagementMenu' => 'Gerenciamento Usuários',
'Menu:UserManagementMenu+' => 'Gerenciamento Usuários',
'Menu:ProfilesMenu' => 'Perfis',
'Menu:ProfilesMenu+' => 'Perfis',
'Menu:ProfilesMenu:Title' => 'Perfis',
'Menu:UserAccountsMenu' => 'Contas usuários',
'Menu:UserAccountsMenu+' => 'Contas usuários',
'Menu:UserAccountsMenu:Title' => 'Contas usuários',
'Menu:MyShortcuts' => 'Meus atalhos',
));