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
748 B
29 lines
748 B
<?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' => 'Pirmā',
|
|
'previous' => 'Iepriekšējā',
|
|
'next' => 'Nākošā',
|
|
'last' => 'Pēdējā',
|
|
),
|
|
'decimal' => ',',
|
|
'thousands' => '.',
|
|
);
|