Files
iTop/dictionaries/ui/components/quick-create/nl.dictionary.itop.quick-create.php

22 lines
736 B
PHP

<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
*/
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'UI:Component:QuickCreate:Tooltip' => 'Snel een object aanmaken',
'UI:Component:QuickCreate:Input:Placeholder' => 'Selecteer een objectsoort…',
'UI:Component:QuickCreate:Recents:Title' => 'Recente',
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'Je hebt nog geen objecten gemaakt',
'UI:Component:QuickCreate:HistoryDisabled' => 'Geschiedenis staat uit',
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Open snel object aanmaken',
'UI:Component:QuickCreate:MostPopular:Title' => 'Meest populair',
]);