You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.0 KiB
29 lines
1.0 KiB
<?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' => ',',
|
|
);
|