mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
NL translations for iTop 2.7.0 (#94)
Made by @jbostoen & @Hipska in PR #94 . Many thanks to them !
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2012 Combodo SARL
|
||||
// Copyright (C) 2010-2019 Combodo SARL
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
@@ -21,8 +21,8 @@
|
||||
* Linux & Open Source Professionals
|
||||
* http://www.linprofs.com
|
||||
*
|
||||
* @author Hipska (2018)
|
||||
* @author jbostoen (2018)
|
||||
* @author Hipska (2018, 2019)
|
||||
* @author Jeffrey Bostoen - <jbostoen.itop@outlook.com> (2018 - 2020)
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||
@@ -36,9 +36,9 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Relation:impacts/DownStream' => 'Impact op...',
|
||||
'Relation:impacts/DownStream+' => 'Elementen hebben impact op',
|
||||
'Relation:impacts/UpStream' => 'Is afhankelijk van...',
|
||||
'Relation:impacts/UpStream+' => 'Elementen waarvan dit element afhankelijk van is',
|
||||
'Relation:impacts/UpStream+' => 'Elementen waar dit object impact op heeft',
|
||||
// Legacy entries
|
||||
'Relation:depends on/Description' => 'Elementen waarvan dit element afhankelijk van is',
|
||||
'Relation:depends on/Description' => 'Elementen waarvan dit object afhankelijk van is',
|
||||
'Relation:depends on/DownStream' => 'Is afhankelijk van...',
|
||||
'Relation:depends on/UpStream' => 'Impact op...',
|
||||
));
|
||||
@@ -112,7 +112,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Organization/Attribute:overview' => 'Overzicht',
|
||||
'Organization:Overview:FunctionalCIs' => 'Configuratie-items van deze organisatie',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'per type',
|
||||
'Organization:Overview:Users' => 'iTop Users in deze organisatie',
|
||||
'Organization:Overview:Users' => 'iTop-gebruikers in deze organisatie',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -121,7 +121,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Location' => 'Locatie',
|
||||
'Class:Location+' => 'Een type locatie zoals: regio, land, gemeente/stad, gebouw, verdieping, kamer, ...',
|
||||
'Class:Location+' => 'Een locatie zoals: land, regio, gemeente/stad, gebouw, verdieping, kamer, ...',
|
||||
'Class:Location/Attribute:name' => 'Naam',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Status',
|
||||
@@ -143,9 +143,9 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Location/Attribute:country' => 'Land',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Apparaten',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => 'Alle apparaten die zich bevinden op deze locatie',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => 'Alle apparaten die zich op deze locatie bevinden',
|
||||
'Class:Location/Attribute:person_list' => 'Contacten',
|
||||
'Class:Location/Attribute:person_list+' => 'Alle contacten die zich bevinden op deze locatie',
|
||||
'Class:Location/Attribute:person_list+' => 'Alle contacten die zich op deze locatie bevinden',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -171,7 +171,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Telefoon',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Notificatie',
|
||||
'Class:Contact/Attribute:notify' => 'Melding',
|
||||
'Class:Contact/Attribute:notify+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'Nee',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'Nee',
|
||||
@@ -179,7 +179,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => 'Ja',
|
||||
'Class:Contact/Attribute:function' => 'Functie',
|
||||
'Class:Contact/Attribute:function+' => '',
|
||||
'Class:Contact/Attribute:cis_list' => 'CIs',
|
||||
'Class:Contact/Attribute:cis_list' => 'CI\'s',
|
||||
'Class:Contact/Attribute:cis_list+' => 'Alle configuratie-items die gerelateerd zijn aan dit team',
|
||||
'Class:Contact/Attribute:finalclass' => 'Subklasse contact',
|
||||
'Class:Contact/Attribute:finalclass+' => '',
|
||||
@@ -201,8 +201,8 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Person/Attribute:mobile_phone' => 'Mobiele telefoon',
|
||||
'Class:Person/Attribute:mobile_phone+' => '',
|
||||
'Class:Person/Attribute:location_id' => 'Locatie',
|
||||
'Class:Person/Attribute:location_id+' => '',
|
||||
'Class:Person/Attribute:location_name' => 'Locatie waar de persoon gecontacteerd kan worden',
|
||||
'Class:Person/Attribute:location_id+' => 'Locatie waar de persoon gecontacteerd kan worden',
|
||||
'Class:Person/Attribute:location_name' => 'Naam locatie',
|
||||
'Class:Person/Attribute:location_name+' => '',
|
||||
'Class:Person/Attribute:manager_id' => 'Manager',
|
||||
'Class:Person/Attribute:manager_id+' => '',
|
||||
@@ -212,7 +212,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Person/Attribute:team_list+' => 'Alle teams waarvan deze persoon lid is',
|
||||
'Class:Person/Attribute:tickets_list' => 'Tickets',
|
||||
'Class:Person/Attribute:tickets_list+' => 'Alle tickets waarvan deze persoon de aanvrager is',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Volledige naam manager',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Herkenbare naam manager',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||
'Class:Person/Attribute:picture' => 'Foto',
|
||||
'Class:Person/Attribute:picture+' => 'Foto van de contactpersoon',
|
||||
@@ -232,7 +232,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Team/Attribute:persons_list' => 'Leden',
|
||||
'Class:Team/Attribute:persons_list+' => 'Alle personen die lid zijn van dit team',
|
||||
'Class:Team/Attribute:tickets_list' => 'Tickets',
|
||||
'Class:Team/Attribute:tickets_list+' => 'Alle tickets die gelinkt zijn aan dit team',
|
||||
'Class:Team/Attribute:tickets_list+' => 'Alle tickets die toegewezen zijn aan dit team',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -264,7 +264,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Gepubliceerd',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'CIs',
|
||||
'Class:Document/Attribute:cis_list' => 'CI\'s',
|
||||
'Class:Document/Attribute:cis_list+' => 'Alle configuratie-items gerelateerd aan dit document',
|
||||
'Class:Document/Attribute:contracts_list' => 'Contracten',
|
||||
'Class:Document/Attribute:contracts_list+' => 'Alle contracten gerelateerd aan dit document',
|
||||
@@ -333,7 +333,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:FunctionalCI/Attribute:move2production' => 'Datum ingebruikname',
|
||||
'Class:FunctionalCI/Attribute:move2production+' => '',
|
||||
'Class:FunctionalCI/Attribute:contacts_list' => 'Contacten',
|
||||
'Class:FunctionalCI/Attribute:contacts_list+' => 'Alle contacten voor dit configuratie-item',
|
||||
'Class:FunctionalCI/Attribute:contacts_list+' => 'Alle contacten gelinkt aan dit configuratie-item',
|
||||
'Class:FunctionalCI/Attribute:documents_list' => 'Documenten',
|
||||
'Class:FunctionalCI/Attribute:documents_list+' => 'Alle documenten gelinkt aan dit configuratie-item.',
|
||||
'Class:FunctionalCI/Attribute:applicationsolution_list' => 'Applicatieoplossingen',
|
||||
@@ -430,7 +430,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:MobilePhone' => 'Mobiele Telefoon',
|
||||
'Class:MobilePhone' => 'Mobiele telefoon',
|
||||
'Class:MobilePhone+' => '',
|
||||
'Class:MobilePhone/Attribute:imei' => 'IMEI',
|
||||
'Class:MobilePhone/Attribute:imei+' => '',
|
||||
@@ -443,7 +443,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:IPPhone' => 'IP-Telefoon',
|
||||
'Class:IPPhone' => 'IP-telefoon',
|
||||
'Class:IPPhone+' => '',
|
||||
));
|
||||
|
||||
@@ -462,7 +462,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:ConnectableCI' => 'Aansluitbaar CI',
|
||||
'Class:ConnectableCI+' => 'Fysieke CI',
|
||||
'Class:ConnectableCI+' => 'Fysiek CI',
|
||||
'Class:ConnectableCI/Attribute:networkdevice_list' => 'Netwerkapparaten',
|
||||
'Class:ConnectableCI/Attribute:networkdevice_list+' => 'Alle netwerkapparaten die verbonden zijn met dit apparaat',
|
||||
'Class:ConnectableCI/Attribute:physicalinterface_list' => 'Netwerkinterfaces',
|
||||
@@ -474,7 +474,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:DatacenterDevice' => 'Datacenter Apparaat',
|
||||
'Class:DatacenterDevice' => 'Datacenterapparaat',
|
||||
'Class:DatacenterDevice+' => '',
|
||||
'Class:DatacenterDevice/Attribute:rack_id' => 'Rack',
|
||||
'Class:DatacenterDevice/Attribute:rack_id+' => '',
|
||||
@@ -705,7 +705,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:ApplicationSolution' => 'Applicatie-oplossing',
|
||||
'Class:ApplicationSolution+' => '',
|
||||
'Class:ApplicationSolution/Attribute:functionalcis_list' => 'CIs',
|
||||
'Class:ApplicationSolution/Attribute:functionalcis_list' => 'CI\'s',
|
||||
'Class:ApplicationSolution/Attribute:functionalcis_list+' => 'Alle configuratie-items die deze applicatie-oplossing tot stand brengen',
|
||||
'Class:ApplicationSolution/Attribute:businessprocess_list' => 'Bedrijfsprocessen',
|
||||
'Class:ApplicationSolution/Attribute:businessprocess_list+' => 'Alle bedrijfsprocessen die afhankelijk zijn van deze applicatie-oplossing',
|
||||
@@ -717,7 +717,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:ApplicationSolution/Attribute:status/Value:inactive+' => 'Inactief',
|
||||
'Class:ApplicationSolution/Attribute:redundancy' => 'Impactanalyse: configuratie van de redundantie',
|
||||
'Class:ApplicationSolution/Attribute:redundancy/disabled' => 'De oplossing werkt als alle configuratie-items actief zijn',
|
||||
'Class:ApplicationSolution/Attribute:redundancy/count' => 'De oplossing werkt als minstens %1$s CI(s) actief is/zijn',
|
||||
'Class:ApplicationSolution/Attribute:redundancy/count' => 'De oplossing werkt als minstens %1$s configuratie-item(s) actief is/zijn',
|
||||
'Class:ApplicationSolution/Attribute:redundancy/percent' => 'De oplossing werkt als minstens %1$s %% van de configuratie-items actief zijn',
|
||||
));
|
||||
|
||||
@@ -786,7 +786,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:DBServer' => 'Databaseserver',
|
||||
'Class:DBServer+' => '',
|
||||
'Class:DBServer/Attribute:dbschema_list' => 'Databaseschema\'s',
|
||||
'Class:DBServer/Attribute:dbschema_list+' => 'Alle databaseschemas voor deze databaseserver',
|
||||
'Class:DBServer/Attribute:dbschema_list+' => 'Alle databaseschema\'s voor deze databaseserver',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -814,7 +814,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:OtherSoftware' => 'Overige Software',
|
||||
'Class:OtherSoftware' => 'Overige software',
|
||||
'Class:OtherSoftware+' => '',
|
||||
));
|
||||
|
||||
@@ -865,7 +865,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:VirtualDevice' => 'Virtueel Apparaat',
|
||||
'Class:VirtualDevice' => 'Virtueel apparaat',
|
||||
'Class:VirtualDevice+' => '',
|
||||
'Class:VirtualDevice/Attribute:status' => 'Status',
|
||||
'Class:VirtualDevice/Attribute:status+' => '',
|
||||
@@ -886,7 +886,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:VirtualHost' => 'Virtuele Host',
|
||||
'Class:VirtualHost' => 'Virtuele host',
|
||||
'Class:VirtualHost+' => '',
|
||||
'Class:VirtualHost/Attribute:virtualmachine_list' => 'Virtuele machines',
|
||||
'Class:VirtualHost/Attribute:virtualmachine_list+' => 'Alle virtuele machines die op deze host draaien',
|
||||
@@ -929,7 +929,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:VirtualMachine' => 'Virtuele Machine',
|
||||
'Class:VirtualMachine' => 'Virtuele machine',
|
||||
'Class:VirtualMachine+' => '',
|
||||
'Class:VirtualMachine/Attribute:virtualhost_id' => 'Virtuele host',
|
||||
'Class:VirtualMachine/Attribute:virtualhost_id+' => '',
|
||||
@@ -962,7 +962,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:LogicalVolume' => 'Logisch Volume',
|
||||
'Class:LogicalVolume' => 'Logisch volume',
|
||||
'Class:LogicalVolume+' => '',
|
||||
'Class:LogicalVolume/Attribute:name' => 'Naam',
|
||||
'Class:LogicalVolume/Attribute:name+' => '',
|
||||
@@ -1008,7 +1008,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:lnkVirtualDeviceToVolume' => 'Link Virtual Device / Volume',
|
||||
'Class:lnkVirtualDeviceToVolume' => 'Link Virtueel apparaat / Volume',
|
||||
'Class:lnkVirtualDeviceToVolume+' => '',
|
||||
'Class:lnkVirtualDeviceToVolume/Attribute:volume_id' => 'Volume',
|
||||
'Class:lnkVirtualDeviceToVolume/Attribute:volume_id+' => '',
|
||||
@@ -1027,7 +1027,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:lnkSanToDatacenterDevice' => 'Link SAN / Datacenter-apparaat',
|
||||
'Class:lnkSanToDatacenterDevice' => 'Link SAN / Datacenterapparaat',
|
||||
'Class:lnkSanToDatacenterDevice+' => '',
|
||||
'Class:lnkSanToDatacenterDevice/Attribute:san_id' => 'SAN-switch',
|
||||
'Class:lnkSanToDatacenterDevice/Attribute:san_id+' => '',
|
||||
@@ -1100,17 +1100,17 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Software/Attribute:documents_list+' => 'Alle documenten gelinkt aan deze software',
|
||||
'Class:Software/Attribute:type' => 'Type',
|
||||
'Class:Software/Attribute:type+' => '',
|
||||
'Class:Software/Attribute:type/Value:DBServer' => 'DatabaseServer',
|
||||
'Class:Software/Attribute:type/Value:DBServer+' => 'DB DatabaseServer',
|
||||
'Class:Software/Attribute:type/Value:DBServer' => 'Databaseserver',
|
||||
'Class:Software/Attribute:type/Value:DBServer+' => 'Databaseserver',
|
||||
'Class:Software/Attribute:type/Value:Middleware' => 'Middleware',
|
||||
'Class:Software/Attribute:type/Value:Middleware+' => 'Middleware',
|
||||
'Class:Software/Attribute:type/Value:OtherSoftware' => 'Overige Software',
|
||||
'Class:Software/Attribute:type/Value:OtherSoftware+' => 'Overige Software',
|
||||
'Class:Software/Attribute:type/Value:OtherSoftware' => 'Overige software',
|
||||
'Class:Software/Attribute:type/Value:OtherSoftware+' => 'Overige software',
|
||||
'Class:Software/Attribute:type/Value:PCSoftware' => 'PC-software',
|
||||
'Class:Software/Attribute:type/Value:PCSoftware+' => 'PC-software',
|
||||
'Class:Software/Attribute:type/Value:WebServer' => 'Webserver',
|
||||
'Class:Software/Attribute:type/Value:WebServer+' => 'Webserver',
|
||||
'Class:Software/Attribute:softwareinstance_list' => 'Software Instanties',
|
||||
'Class:Software/Attribute:softwareinstance_list' => 'Software-instanties',
|
||||
'Class:Software/Attribute:softwareinstance_list+' => 'Alle software-instanties van deze software',
|
||||
'Class:Software/Attribute:softwarepatch_list' => 'Softwarepatches',
|
||||
'Class:Software/Attribute:softwarepatch_list+' => 'Alle patches voor deze software',
|
||||
@@ -1205,7 +1205,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:OSLicence' => 'Licentie Besturingssysteem',
|
||||
'Class:OSLicence' => 'Besturingssysteemlicentie',
|
||||
'Class:OSLicence+' => '',
|
||||
'Class:OSLicence/Attribute:osversion_id' => 'Versie besturingssysteem',
|
||||
'Class:OSLicence/Attribute:osversion_id+' => '',
|
||||
@@ -1222,7 +1222,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:SoftwareLicence' => 'Licentie Software',
|
||||
'Class:SoftwareLicence' => 'Softwarelicentie',
|
||||
'Class:SoftwareLicence+' => '',
|
||||
'Class:SoftwareLicence/Attribute:software_id' => 'Software',
|
||||
'Class:SoftwareLicence/Attribute:software_id+' => '',
|
||||
@@ -1336,8 +1336,8 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Model/Attribute:type/Value:Enclosure+' => 'Enclosure',
|
||||
'Class:Model/Attribute:type/Value:IPPhone' => 'IP-telefoon',
|
||||
'Class:Model/Attribute:type/Value:IPPhone+' => 'IP-telefoon',
|
||||
'Class:Model/Attribute:type/Value:MobilePhone' => 'Mobiele Telefoon',
|
||||
'Class:Model/Attribute:type/Value:MobilePhone+' => 'Mobiele Telefoon',
|
||||
'Class:Model/Attribute:type/Value:MobilePhone' => 'Mobiele telefoon',
|
||||
'Class:Model/Attribute:type/Value:MobilePhone+' => 'Mobiele telefoon',
|
||||
'Class:Model/Attribute:type/Value:NAS' => 'NAS',
|
||||
'Class:Model/Attribute:type/Value:NAS+' => 'NAS',
|
||||
'Class:Model/Attribute:type/Value:NetworkDevice' => 'Netwerkapparaat',
|
||||
@@ -1378,7 +1378,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:NetworkDeviceType' => 'Soort netwerkapparaat',
|
||||
'Class:NetworkDeviceType+' => '',
|
||||
'Class:NetworkDeviceType/Attribute:networkdevicesdevices_list' => 'Netwerkapparaten',
|
||||
'Class:NetworkDeviceType/Attribute:networkdevicesdevices_list+' => 'Alle netwerkapparaten van dit type',
|
||||
'Class:NetworkDeviceType/Attribute:networkdevicesdevices_list+' => 'Alle netwerkapparaten van deze soort',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -1600,13 +1600,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:PhysicalInterface' => 'Fysieke Interface',
|
||||
'Class:PhysicalInterface' => 'Fysieke interface',
|
||||
'Class:PhysicalInterface+' => '',
|
||||
'Class:PhysicalInterface/Attribute:connectableci_id' => 'Apparaat',
|
||||
'Class:PhysicalInterface/Attribute:connectableci_id+' => '',
|
||||
'Class:PhysicalInterface/Attribute:connectableci_name' => 'Naam apparaat',
|
||||
'Class:PhysicalInterface/Attribute:connectableci_name+' => '',
|
||||
'Class:PhysicalInterface/Attribute:vlans_list' => 'VLANs',
|
||||
'Class:PhysicalInterface/Attribute:vlans_list' => 'VLAN\'s',
|
||||
'Class:PhysicalInterface/Attribute:vlans_list+' => '',
|
||||
));
|
||||
|
||||
@@ -1615,7 +1615,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:lnkPhysicalInterfaceToVLAN' => 'Link PhysicalInterface / VLAN',
|
||||
'Class:lnkPhysicalInterfaceToVLAN' => 'Link Fysieke interface / VLAN',
|
||||
'Class:lnkPhysicalInterfaceToVLAN+' => '',
|
||||
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_id' => 'Fysieke interface',
|
||||
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_id+' => '',
|
||||
@@ -1637,7 +1637,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:LogicalInterface' => 'Logische Interface',
|
||||
'Class:LogicalInterface' => 'Logische interface',
|
||||
'Class:LogicalInterface+' => '',
|
||||
'Class:LogicalInterface/Attribute:virtualmachine_id' => 'Virtuele machine',
|
||||
'Class:LogicalInterface/Attribute:virtualmachine_id+' => '',
|
||||
@@ -1700,11 +1700,11 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:lnkApplicationSolutionToFunctionalCI+' => '',
|
||||
'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_id' => 'Applicatie-oplossing',
|
||||
'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_id+' => '',
|
||||
'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_name' => 'Naam pplicatie-oplossing',
|
||||
'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_name' => 'Naam applicatie-oplossing',
|
||||
'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_name+' => '',
|
||||
'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_id' => 'Functioneel CI',
|
||||
'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_id+' => '',
|
||||
'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_name' => 'Naam functionele CI',
|
||||
'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_name' => 'Naam functioneel CI',
|
||||
'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_name+' => '',
|
||||
));
|
||||
|
||||
@@ -1776,7 +1776,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Group/Attribute:parent_id+' => '',
|
||||
'Class:Group/Attribute:parent_name' => 'Naam',
|
||||
'Class:Group/Attribute:parent_name+' => '',
|
||||
'Class:Group/Attribute:ci_list' => 'Gelinkte CIs',
|
||||
'Class:Group/Attribute:ci_list' => 'Gelinkte CI\'s',
|
||||
'Class:Group/Attribute:ci_list+' => 'Alle configuratie-items gelinkt aan deze groep',
|
||||
'Class:Group/Attribute:parent_id_friendlyname' => 'Hoofdgroep',
|
||||
'Class:Group/Attribute:parent_id_friendlyname+' => '',
|
||||
@@ -1818,7 +1818,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Menu:Organization' => 'Organisaties',
|
||||
'Menu:Organization+' => 'Alle organisaties',
|
||||
'Menu:Application' => 'Applicaties',
|
||||
'Menu:Application+' => 'Alle Applicaties',
|
||||
'Menu:Application+' => 'Alle applicaties',
|
||||
'Menu:DBServer' => 'Databaseservers',
|
||||
'Menu:DBServer+' => 'Databaseservers',
|
||||
'Menu:ConfigManagement' => 'Configuratiebeheer',
|
||||
@@ -1877,8 +1877,8 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Menu:ConfigManagement:EndUsers' => 'Apparaten van eindgebruikers',
|
||||
'Menu:ConfigManagement:SWAndApps' => 'Software en applicaties',
|
||||
'Menu:ConfigManagement:Misc' => 'Diversen',
|
||||
'Menu:Group' => 'Groepen van CIs',
|
||||
'Menu:Group+' => 'Groepen van CIs',
|
||||
'Menu:Group' => 'Groepen van CI\'s',
|
||||
'Menu:Group+' => 'Groepen van CI\'s',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Snelkoppelingen',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Alle contacten: %1$d',
|
||||
'Menu:Typology' => 'Configuratie typologie',
|
||||
@@ -1903,7 +1903,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Server:power' => 'Stroomtoevoer',
|
||||
'Person:info' => 'Globale informatie',
|
||||
'Person:personal_info' => 'Persoonlijke informatie',
|
||||
'Person:notifiy' => 'Notificatie',
|
||||
'Person:notifiy' => 'Notificeer',
|
||||
'Class:Subnet/Tab:IPUsage' => 'IP-gebruik',
|
||||
'Class:Subnet/Tab:IPUsage-explain' => 'Interfaces met een IP-adres in de reeks: <em>%1$s</em> tot en met <em>%2$s</em>',
|
||||
'Class:Subnet/Tab:FreeIPs' => 'Beschikbare IP-adressen',
|
||||
|
||||
Reference in New Issue
Block a user