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 "sv_SE".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Tabellen innehåller ingen data',
'info' => 'Visar _START_ till _END_ av totalt _TOTAL_ rader',
'infoEmpty' => 'Visar 0 till 0 av totalt 0 rader',
'infoFiltered' => '(filtrerade från totalt _MAX_ rader)',
'infoPostFix' => '',
'lengthMenu' => 'Visa _MENU_ rader',
'loadingRecords' => 'Laddar...',
'processing' => 'Bearbetar...',
'search' => 'Sök:',
'zeroRecords' => 'Hittade inga matchande resultat',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'aria' => array(
'sortAscending' => ': aktivera för att sortera kolumnen i stigande ordning',
'sortDescending' => ': aktivera för att sortera kolumnen i fallande ordning',
),
'decimal' => ',',
'thousands' => '.',
);