mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
12 lines
238 B
PHP
12 lines
238 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2013 XXXXX
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
|
'theme:light-grey' => 'Light Grey (deprecated)~~',
|
|
));
|