mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
21 lines
785 B
PHP
21 lines
785 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:QuickCreate:HistoryDisabled' => 'Az előzmények le lettek tiltva',
|
|
'UI:Component:QuickCreate:Input:Placeholder' => 'Objektumtípus kiválasztása...',
|
|
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Gyors létrehozás megnyitása',
|
|
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'Még nem hozott létre objektumot',
|
|
'UI:Component:QuickCreate:MostPopular:Title' => 'Legnépszerűbb',
|
|
'UI:Component:QuickCreate:Recents:Title' => 'Legutóbbiak',
|
|
'UI:Component:QuickCreate:Tooltip' => 'Bármilyen típusú objektum gyors létrehozása',
|
|
]);
|