Files
iTop/dictionaries/ui/components/datatable/hu.dictionary.itop.datatable.php

29 lines
1.1 KiB
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:Datatables:Language:Processing' => 'Kérem várjon...',
'UI:Datatables:Language:LengthMenu' => '_MENU_ oldalanként',
'UI:Datatables:Language:ZeroRecords' => 'Nincs eredmény',
'UI:Datatables:Language:Info' => '_TOTAL_ elem',
'UI:Datatables:Language:InfoEmpty' => 'Nincs információ',
'UI:Datatables:Language:EmptyTable' => 'Ebben a táblában nincsenek adatok',
'UI:Datatables:Language:Error' => 'Hiba történt a lekérdezéskor',
'UI:Datatables:Language:DisplayLength:All' => 'Összes',
'UI:Datatables:Language:Sort:Ascending' => 'Növekvő rendezés',
'UI:Datatables:Language:Sort:Descending' => 'Csökkenő rendezés',
'UI:Datatables:Column:RowActions:Label' => '~~',
'UI:Datatables:Column:RowActions:Description' => '~~',
'UI:Datatables:RowActions:ConfirmationDialog' => 'Action Confirmation~~',
'UI:Datatables:RowActions:ConfirmationMessage' => 'Do you confirm action ?~~',
]);