mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
21 lines
677 B
PHP
21 lines
677 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:GlobalSearch:Tooltip' => 'Doorzoek de volledige applicatie',
|
|
'UI:Component:GlobalSearch:Input:Placeholder' => 'Zoek…',
|
|
'UI:Component:GlobalSearch:Recents:Title' => 'Recente',
|
|
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Je hebt nog geen enkele zoekopdracht gemaakt',
|
|
'UI:Component:GlobalSearch:HistoryDisabled' => 'Zoekgeschiedenis staat uit',
|
|
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Open globale zoekopdracht',
|
|
]);
|