mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 23:44:11 +01:00
22 lines
736 B
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',
|
|
]);
|