Current File : //home/quantums/cryptocopytrade.io/wp-content/plugins/tablepress/i18n/datatables/lang-lv.php |
<?php
/**
* TablePress DataTables language file for "lv".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'info' => 'Parādīti _START_. līdz _END_. no _TOTAL_ ierakstiem',
'infoEmpty' => 'Nav ierakstu',
'infoFiltered' => '(atlasīts no pavisam _MAX_ ierakstiem)',
'infoPostFix' => '',
'lengthMenu' => 'Rādīt _MENU_ ierakstus',
'processing' => 'Uzgaidiet...',
'search' => 'Meklēt:',
'zeroRecords' => 'Nav atrasti vaicājumam atbilstoši ieraksti',
'paginate' => array(
'first' => '❮❮',
'previous' => '❮',
'next' => '❯',
'last' => '❯❯',
),
'decimal' => ',',
'thousands' => '.',
);