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

29 lines
742 B
PHP
Raw 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 "he_IL".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'info' => '_START_ עד _END_ מתוך _TOTAL_ רשומות',
'infoEmpty' => '0 עד 0 מתוך 0 רשומות',
'infoFiltered' => '(מסונן מסך _MAX_ רשומות)',
'infoPostFix' => '',
'lengthMenu' => 'הצג _MENU_ פריטים',
'processing' => 'מעבד...',
'search' => 'חפש:',
'zeroRecords' => 'לא נמצאו רשומות מתאימות',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'decimal' => '',
'thousands' => ',',
);