Files
iTop/dictionaries/ui/components/global-search/hu.dictionary.itop.global-search.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',
]);