mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
9 lines
249 B
PHP
9 lines
249 B
PHP
<?php
|
|
/**
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
|
'UIBlock:Error:AddBlockForbidden' => 'Kan het blok niet toevoegen aan %1$s',
|
|
]);
|