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

35 lines
1.0 KiB
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 "az".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Cədvəldə heç bir məlumat yoxdur',
'info' => ' _TOTAL_ Nəticədən _START_ - _END_ Arası Nəticələr',
'infoEmpty' => 'Nəticə Yoxdur',
'infoFiltered' => '( _MAX_ Nəticə İçindən Tapılanlar)',
'infoPostFix' => '',
'lengthMenu' => 'Səhifədə _MENU_ Nəticə Göstər',
'loadingRecords' => 'Yüklənir...',
'processing' => 'Gözləyin...',
'search' => 'Axtarış:',
'zeroRecords' => 'Nəticə Tapılmadı.',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'aria' => array(
'sortAscending' => ': sütunu artma sırası üzərə aktiv etmək',
'sortDescending' => ': sütunu azalma sırası üzərə aktiv etmək',
),
'decimal' => ',',
'thousands' => '.',
);