2026-01-22 15:17:18 +00:00

35 lines
1003 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* TablePress DataTables language file for "hu_HU".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Nincs rendelkezésre álló adat',
'info' => 'Találatok: _START_ - _END_ Összesen: _TOTAL_',
'infoEmpty' => 'Nulla találat',
'infoFiltered' => '(_MAX_ összes rekord közül szűrve)',
'infoPostFix' => '',
'lengthMenu' => '_MENU_ találat oldalanként',
'loadingRecords' => 'Betöltés...',
'processing' => 'Feldolgozás...',
'search' => 'Keresés:',
'zeroRecords' => 'Nincs a keresésnek megfelelő találat',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'aria' => array(
'sortAscending' => ': aktiválja a növekvő rendezéshez',
'sortDescending' => ': aktiválja a csökkenő rendezéshez',
),
'decimal' => ',',
'thousands' => ' ',
);