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
709 B
29 lines
709 B
<?php
|
|
/**
|
|
* TablePress DataTables language file for "nb_NO".
|
|
*
|
|
* @package TablePress
|
|
* @subpackage DataTables
|
|
* @author Tobias Bäthge
|
|
* @since 2.0.0
|
|
*/
|
|
|
|
return array(
|
|
'info' => 'Viser _START_ til _END_ av _TOTAL_ linjer',
|
|
'infoEmpty' => 'Viser 0 til 0 av 0 linjer',
|
|
'infoFiltered' => '(filtrert fra _MAX_ totalt antall linjer)',
|
|
'infoPostFix' => '',
|
|
'lengthMenu' => 'Vis _MENU_ linjer',
|
|
'processing' => 'Laster...',
|
|
'search' => 'Søk:',
|
|
'zeroRecords' => 'Ingen linjer matcher søket',
|
|
'paginate' => array(
|
|
'first' => 'Første',
|
|
'previous' => 'Forrige',
|
|
'next' => 'Neste',
|
|
'last' => 'Siste',
|
|
),
|
|
'decimal' => ',',
|
|
'thousands' => '.',
|
|
);
|