xref: /plugin/siteexport/lang/sv/settings.php (revision a9fe5cc98ddcd9d5640d24fe3d72ba1c41f0605c)
1*a9fe5cc9STor Härnqvist<?php
2*a9fe5cc9STor Härnqvist
3*a9fe5cc9STor Härnqvist/**
4*a9fe5cc9STor Härnqvist * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5*a9fe5cc9STor Härnqvist *
6*a9fe5cc9STor Härnqvist * @author Tor Härnqvist <tor@harnqvist.se>
7*a9fe5cc9STor Härnqvist */
8*a9fe5cc9STor Härnqvist$lang['depth']                 = 'Exportdjup som standard';
9*a9fe5cc9STor Härnqvist$lang['skipacl']               = 'Försök att exportera icke-publika sidor';
10*a9fe5cc9STor Härnqvist$lang['zipfilename']           = 'Wiki-sökväg och namn på exporterad ZIP-fil';
11*a9fe5cc9STor Härnqvist$lang['exclude']               = 'Mönster för att exkludering av resurser/tillgångar';
12*a9fe5cc9STor Härnqvist$lang['max_execution_time']    = 'Maximal tid för exekvering av manus';
13*a9fe5cc9STor Härnqvist$lang['cachetime']             = 'Spara tid för exekvering av manus i cacheminne';
14*a9fe5cc9STor Härnqvist$lang['allowallusers']         = 'Tillåt alla användare att exportera sidor';
15*a9fe5cc9STor Härnqvist$lang['ignoreNon200']          = 'Ignorera icke-200-status under export';
16*a9fe5cc9STor Härnqvist$lang['ignoreAJAXError']       = 'Stör inte exporten med fel';
17*a9fe5cc9STor Härnqvist$lang['debugFile']             = 'Avlusningsfil';
18*a9fe5cc9STor Härnqvist$lang['debugLevel']            = 'Avlusningsnivå';
19*a9fe5cc9STor Härnqvist$lang['debugLevel_o_5']        = 'Ingen';
20*a9fe5cc9STor Härnqvist$lang['debugLevel_o_4']        = 'Fel';
21*a9fe5cc9STor Härnqvist$lang['debugLevel_o_3']        = 'Varna';
22*a9fe5cc9STor Härnqvist$lang['debugLevel_o_2']        = 'Info';
23*a9fe5cc9STor Härnqvist$lang['debugLevel_o_1']        = 'Avlusa';
24*a9fe5cc9STor Härnqvist$lang['useOddEven']            = 'Tillåt olika sidhuvuden och sidfötter på udde/jämna sidor. Innehållsförteckning inleds alltid på udda sidnummer.';
25*a9fe5cc9STor Härnqvist$lang['defaultAuthenticationUser'] = 'Användarnamn för icke-publika sidor';
26*a9fe5cc9STor Härnqvist$lang['defaultAuthenticationPassword'] = 'Lösenord för icke-publika sidor';
27