mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +02:00
97 lines
3.3 KiB
PHP
97 lines
3.3 KiB
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
* 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/>
|
|
*/
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
|
'Menu:DataSources' => 'Synkroniserings Data Kilder',
|
|
'Menu:DataSources+' => 'All Synchronization Data Sources~~',
|
|
'Menu:WelcomeMenu' => 'Velkomen',
|
|
'Menu:WelcomeMenu+' => 'Velkommen til iTop',
|
|
'Menu:WelcomeMenuPage' => 'Velkomen',
|
|
'Menu:WelcomeMenuPage+' => 'Velkommen til iTop',
|
|
'Menu:AdminTools' => 'Admin værktøjer',
|
|
'Menu:AdminTools+' => 'Administration tools~~',
|
|
'Menu:AdminTools?' => 'Værktøjer kun tilgængelige for brugere med administrator profil',
|
|
'Menu:DataModelMenu' => 'Data Model~~',
|
|
'Menu:DataModelMenu+' => 'Overview of the Data Model~~',
|
|
'Menu:ExportMenu' => 'Export~~',
|
|
'Menu:ExportMenu+' => 'Export the results of any query in HTML, CSV or XML~~',
|
|
'Menu:NotificationsMenu' => 'Notifikationer',
|
|
'Menu:NotificationsMenu+' => 'Configuration of the Notifications~~',
|
|
'Menu:AuditCategories' => 'Audit Kategorier',
|
|
'Menu:AuditCategories+' => 'Audit Categories~~',
|
|
'Menu:Notifications:Title' => 'Audit Kategorier',
|
|
'Menu:RunQueriesMenu' => 'Kør forespørgsler',
|
|
'Menu:RunQueriesMenu+' => 'Run any query~~',
|
|
'Menu:QueryMenu' => 'Query parlør',
|
|
'Menu:QueryMenu+' => 'Query phrasebook~~',
|
|
'Menu:UniversalSearchMenu' => 'Universal Søgning',
|
|
'Menu:UniversalSearchMenu+' => 'Search for anything...~~',
|
|
'Menu:UserManagementMenu' => 'Bruger styring',
|
|
'Menu:UserManagementMenu+' => 'User management~~',
|
|
'Menu:ProfilesMenu' => 'Profiler',
|
|
'Menu:ProfilesMenu+' => 'Profiles~~',
|
|
'Menu:ProfilesMenu:Title' => 'Profiler',
|
|
'Menu:UserAccountsMenu' => 'Bruger konti',
|
|
'Menu:UserAccountsMenu+' => 'User Accounts~~',
|
|
'Menu:UserAccountsMenu:Title' => 'Bruger konti',
|
|
'Menu:MyShortcuts' => 'Mine Genveje',
|
|
'Menu:UserManagement' => 'User Management~~',
|
|
'Menu:Queries' => 'Queries~~',
|
|
'Menu:ConfigurationTools' => 'Configuration~~',
|
|
));
|
|
|
|
//
|
|
// Class: AbstractResource
|
|
//
|
|
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
|
'Class:AbstractResource' => 'Abstract Resource~~',
|
|
'Class:AbstractResource+' => '~~',
|
|
));
|
|
|
|
//
|
|
// Class: ResourceAdminMenu
|
|
//
|
|
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
|
'Class:ResourceAdminMenu' => 'Resource Admin Menu~~',
|
|
'Class:ResourceAdminMenu+' => '~~',
|
|
));
|
|
|
|
//
|
|
// Class: ResourceRunQueriesMenu
|
|
//
|
|
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
|
'Class:ResourceRunQueriesMenu' => 'Resource Run Queries Menu~~',
|
|
'Class:ResourceRunQueriesMenu+' => '~~',
|
|
));
|
|
|
|
//
|
|
// Class: Action
|
|
//
|
|
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
|
'Class:ResourceSystemMenu' => 'Resource System Menu~~',
|
|
'Class:ResourceSystemMenu+' => '~~',
|
|
));
|