mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
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:
@@ -0,0 +1,61 @@
|
||||
<?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('DE DE', 'German', 'Deutsch', array(
|
||||
'Menu:DataSources' => 'Datenquellen für die Synchronisation',
|
||||
'Menu:DataSources+' => 'Alle Datenquellen für die Synchronisation',
|
||||
'Menu:WelcomeMenu' => 'Willkommen',
|
||||
'Menu:WelcomeMenu+' => 'Willkommen bei iTop',
|
||||
'Menu:WelcomeMenuPage' => 'Willkommen',
|
||||
'Menu:WelcomeMenuPage+' => 'Willkommen bei iTop',
|
||||
'Menu:AdminTools' => 'Admin-Tools',
|
||||
'Menu:AdminTools+' => 'Administrationswerkzeuge',
|
||||
'Menu:AdminTools?' => 'Werkzeuge, die nur für Benutzer mit Adminstratorprofil zugänglich sind',
|
||||
'Menu:CSVImportMenu' => 'CSV-Import',
|
||||
'Menu:CSVImportMenu+' => 'Massenerstellung oder -aktualisierung',
|
||||
'Menu:DataModelMenu' => 'Datenmodell',
|
||||
'Menu:DataModelMenu+' => 'Übersicht des Datenmodells',
|
||||
'Menu:ExportMenu' => 'Export',
|
||||
'Menu:ExportMenu+' => 'Export einer beliebigen Abfrage in HTML, CSV oder XML',
|
||||
'Menu:NotificationsMenu' => 'Benachrichtigungen',
|
||||
'Menu:NotificationsMenu+' => 'Einstellungen der Benachrichtigungen',
|
||||
'Menu:AuditCategories' => 'Audit-Kategorien',
|
||||
'Menu:AuditCategories+' => 'Audit-Kategorien',
|
||||
'Menu:Notifications:Title' => 'Audit-Kategorien',
|
||||
'Menu:RunQueriesMenu' => 'Abfrage ausführen',
|
||||
'Menu:RunQueriesMenu+' => 'Eine beliebige Abfrage ausführen',
|
||||
'Menu:QueryMenu' => 'Query-Bibliothek',
|
||||
'Menu:QueryMenu+' => '',
|
||||
'Menu:DataAdministration' => 'Data Management',
|
||||
'Menu:DataAdministration+' => 'Data Management',
|
||||
'Menu:UniversalSearchMenu' => 'Universelle Suche',
|
||||
'Menu:UniversalSearchMenu+' => 'Suchen Sie nach beliebigen Inhalt...',
|
||||
'Menu:UserManagementMenu' => 'User-Management',
|
||||
'Menu:UserManagementMenu+' => 'User-Management',
|
||||
'Menu:ProfilesMenu' => 'Profile',
|
||||
'Menu:ProfilesMenu+' => 'Profile',
|
||||
'Menu:ProfilesMenu:Title' => 'Profile',
|
||||
'Menu:UserAccountsMenu' => 'Benutzerkonten',
|
||||
'Menu:UserAccountsMenu+' => 'Benutzerkonten',
|
||||
'Menu:UserAccountsMenu:Title' => 'Benutzerkonten',
|
||||
));
|
||||
Reference in New Issue
Block a user