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

29 lines
1013 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 "hi_IN".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'info' => '_START_ to _END_ of _TOTAL_ प्रविष्टियां दिखा रहे हैं',
'infoEmpty' => '0 में से 0 से 0 प्रविष्टियां दिखा रहे हैं',
'infoFiltered' => '(_MAX_ कुल प्रविष्टियों में से छठा हुआ)',
'infoPostFix' => '',
'lengthMenu' => ' _MENU_ प्रविष्टियां दिखाएं ',
'processing' => 'प्रगति पे हैं ...',
'search' => 'खोजें:',
'zeroRecords' => 'रिकॉर्ड्स का मेल नहीं मिला',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'decimal' => '',
'thousands' => ',',
);