mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
20 lines
691 B
PHP
20 lines
691 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
|
'UI:Component:GlobalSearch:HistoryDisabled' => 'Az előzmények le lettek tiltva',
|
|
'UI:Component:GlobalSearch:Input:Placeholder' => 'Keresés...',
|
|
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Globális keresés megnyitása',
|
|
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Még nem futtatott semmilyen keresést',
|
|
'UI:Component:GlobalSearch:Recents:Title' => 'Legutóbbiak',
|
|
'UI:Component:GlobalSearch:Tooltip' => 'Keresés a teljes alkalmazásban',
|
|
]);
|