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
702 B
29 lines
702 B
<?php
|
|
/**
|
|
* TablePress DataTables language file for "da_DK".
|
|
*
|
|
* @package TablePress
|
|
* @subpackage DataTables
|
|
* @author Tobias Bäthge
|
|
* @since 2.0.0
|
|
*/
|
|
|
|
return array(
|
|
'info' => 'Viser _START_ til _END_ af _TOTAL_ linjer',
|
|
'infoEmpty' => 'Viser 0 til 0 af 0 linjer',
|
|
'infoFiltered' => '(filtreret fra _MAX_ linjer)',
|
|
'infoPostFix' => '',
|
|
'lengthMenu' => 'Vis _MENU_ linjer',
|
|
'processing' => 'Henter...',
|
|
'search' => 'Søg:',
|
|
'zeroRecords' => 'Ingen linjer matcher søgningen',
|
|
'paginate' => array(
|
|
'first' => 'Første',
|
|
'previous' => 'Forrige',
|
|
'next' => 'Næste',
|
|
'last' => 'Sidste',
|
|
),
|
|
'decimal' => ',',
|
|
'thousands' => '.',
|
|
);
|