Files
iTop/dictionaries/ui/components/input/nl.dictionary.itop.input.php

18 lines
504 B
PHP

<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
* @author Thomas Casteleyn <thomas.casteleyn@super-visions.com>
*/
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'UI:Component:Input:ChangeNotAllowed' => 'Deze aanpassing is niet toegestaan',
'UI:Component:Input:Password:DoesNotMatch' => 'Wachtwoorden komen niet overeen',
'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s item(s) verplicht',
]);