mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
99 lines
3.3 KiB
PHP
99 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/>
|
|
*
|
|
* @author Jeffrey Bostoen - <jbostoen.itop@outlook.com> (2018 - 2020)
|
|
*/
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
|
'Menu:DataSources' => 'Synchronisatie-databronnen',
|
|
'Menu:DataSources+' => 'Alle Synchronisatie-databronnen',
|
|
'Menu:WelcomeMenu' => 'Welkom',
|
|
'Menu:WelcomeMenu+' => 'Welkom in iTop',
|
|
'Menu:WelcomeMenuPage' => 'Welkom',
|
|
'Menu:WelcomeMenuPage+' => 'Welkom in iTop',
|
|
'Menu:AdminTools' => 'Admintools',
|
|
'Menu:AdminTools+' => 'Beheertools',
|
|
'Menu:AdminTools?' => 'Tools die enkel toegankelijk zijn voor gebruikers met een administratorprofiel.',
|
|
'Menu:DataModelMenu' => 'Datamodel',
|
|
'Menu:DataModelMenu+' => 'Overzicht van het datamodel',
|
|
'Menu:ExportMenu' => 'Export',
|
|
'Menu:ExportMenu+' => 'Exporteer de resultaten van query\'s als HTML, CSV of XML',
|
|
'Menu:NotificationsMenu' => 'Meldingen',
|
|
'Menu:NotificationsMenu+' => 'Configuratie van de meldingen',
|
|
'Menu:AuditCategories' => 'Auditcategorieën',
|
|
'Menu:AuditCategories+' => 'Auditcategorieën',
|
|
'Menu:Notifications:Title' => 'Auditcategorieën',
|
|
'Menu:RunQueriesMenu' => 'Query\'s uitvoeren',
|
|
'Menu:RunQueriesMenu+' => 'Voer een query uit',
|
|
'Menu:QueryMenu' => 'Favoriete query\'s',
|
|
'Menu:QueryMenu+' => 'Favoriete query\'s',
|
|
'Menu:UniversalSearchMenu' => 'Globale zoekopdracht',
|
|
'Menu:UniversalSearchMenu+' => 'Zoek in alle data...',
|
|
'Menu:UserManagementMenu' => 'Gebruikersbeheer',
|
|
'Menu:UserManagementMenu+' => 'Gebruikersbeheer',
|
|
'Menu:ProfilesMenu' => 'Profielen',
|
|
'Menu:ProfilesMenu+' => 'Profielen',
|
|
'Menu:ProfilesMenu:Title' => 'Profielen',
|
|
'Menu:UserAccountsMenu' => 'Gebruikersaccounts',
|
|
'Menu:UserAccountsMenu+' => 'Gebruikersaccounts',
|
|
'Menu:UserAccountsMenu:Title' => 'Gebruikersaccounts',
|
|
'Menu:MyShortcuts' => 'Mijn snelkoppelingen',
|
|
'Menu:UserManagement' => 'Gebruikersbeheer',
|
|
'Menu:Queries' => 'Query\'s',
|
|
'Menu:ConfigurationTools' => 'Configuratie',
|
|
));
|
|
|
|
//
|
|
// Class: AbstractResource
|
|
//
|
|
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
|
'Class:AbstractResource' => 'Abstracte Tool',
|
|
'Class:AbstractResource+' => '',
|
|
));
|
|
|
|
//
|
|
// Class: ResourceAdminMenu
|
|
//
|
|
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
|
'Class:ResourceAdminMenu' => 'Tool "Admin Menu"',
|
|
'Class:ResourceAdminMenu+' => '',
|
|
));
|
|
|
|
//
|
|
// Class: ResourceRunQueriesMenu
|
|
//
|
|
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
|
'Class:ResourceRunQueriesMenu' => 'Tool "Voer query\'s uit" Menu',
|
|
'Class:ResourceRunQueriesMenu+' => '',
|
|
));
|
|
|
|
//
|
|
// Class: Action
|
|
//
|
|
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
|
'Class:ResourceSystemMenu' => 'Tool "System Menu"',
|
|
'Class:ResourceSystemMenu+' => '',
|
|
));
|