mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
27 lines
594 B
PHP
27 lines
594 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
* @author Erwan Taloc <erwan.taloc@combodo.com>
|
|
* @author Romain Quetiez <romain.quetiez@combodo.com>
|
|
* @author Denis Flaven <denis.flaven@combodo.com>
|
|
*
|
|
*/
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
|
// Dictionary entries go here
|
|
));
|
|
|
|
//
|
|
// Class: LogicalInterface
|
|
//
|
|
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
|
'Class:LogicalInterface/Attribute:org_id' => 'Org id~~',
|
|
'Class:LogicalInterface/Attribute:org_id+' => '~~',
|
|
));
|