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['encoding'] = 'utf-8'; 9*a9fe5cc9STor Härnqvist$lang['direction'] = 'ltr'; 10*a9fe5cc9STor Härnqvist$lang['menu'] = 'Webbplatsexportering'; 11*a9fe5cc9STor Härnqvist$lang['absolutePath'] = 'Exportera absoluta sökvägar'; 12*a9fe5cc9STor Härnqvist$lang['pdfExport'] = 'Exportera PDF'; 13*a9fe5cc9STor Härnqvist$lang['usenumberedheading'] = 'Numrerade rubriker'; 14*a9fe5cc9STor Härnqvist$lang['template'] = 'Exporttemplat'; 15*a9fe5cc9STor Härnqvist$lang['exportBody'] = 'Exportera enbart innehåll'; 16*a9fe5cc9STor Härnqvist$lang['addParams'] = 'Exportera alla parametrar (t ex "do")'; 17*a9fe5cc9STor Härnqvist$lang['disableCache'] = 'Avaktivera cache för aktuell begäran'; 18*a9fe5cc9STor Härnqvist$lang['startingNamespace'] = 'Fyll i första namnrymd'; 19*a9fe5cc9STor Härnqvist$lang['selectYourOptions'] = 'Välj dina alternativ'; 20*a9fe5cc9STor Härnqvist$lang['helpCreationOptions'] = 'Välj en av hjälpskaparalternativen (valfritt)'; 21*a9fe5cc9STor Härnqvist$lang['eclipseDocZip'] = 'Skapa Eclipse-hjälp'; 22*a9fe5cc9STor Härnqvist$lang['JavaHelpDocZip'] = 'Skapa Java-hjälp'; 23*a9fe5cc9STor Härnqvist$lang['useTocFile'] = 'Använd innehållstörteckningsfil i namnrymd'; 24*a9fe5cc9STor Härnqvist$lang['emptyTocElem'] = 'Tomma namnrymder i innehållsförteckning'; 25*a9fe5cc9STor Härnqvist$lang['startProcess'] = 'Inled processen'; 26*a9fe5cc9STor Härnqvist$lang['directDownloadLink'] = 'Direkt nedladdningslänk'; 27*a9fe5cc9STor Härnqvist$lang['wgetURLLink'] = 'Nedladdningslänk wget'; 28*a9fe5cc9STor Härnqvist$lang['curlURLLink'] = 'Nedladdningslänk curl'; 29*a9fe5cc9STor Härnqvist$lang['start'] = 'starta'; 30*a9fe5cc9STor Härnqvist$lang['status'] = 'Status'; 31*a9fe5cc9STor Härnqvist$lang['ns'] = 'Ange namnrymd'; 32*a9fe5cc9STor Härnqvist$lang['ens'] = 'Ovanliggande namnrymd att exportera'; 33*a9fe5cc9STor Härnqvist$lang['defaultLang'] = 'Standardspråk för flerspråkiga namnrymder'; 34*a9fe5cc9STor Härnqvist$lang['disablePluginsOption'] = 'Avaktivera (JS/CSS) plugin vid export'; 35*a9fe5cc9STor Härnqvist$lang['depthType'] = 'Exporttyp'; 36*a9fe5cc9STor Härnqvist$lang['depth.pageOnly'] = 'enbart denna sida'; 37*a9fe5cc9STor Härnqvist$lang['depth.allSubNameSpaces'] = 'alla underliggande namnrymder'; 38*a9fe5cc9STor Härnqvist$lang['depth.specifiedDepth'] = 'valt djup'; 39*a9fe5cc9STor Härnqvist$lang['depth'] = 'Djup'; 40*a9fe5cc9STor Härnqvist$lang['renderer'] = 'Renderingsmotor'; 41*a9fe5cc9STor Härnqvist$lang['exportLinkedPages'] = 'Exportera länkade sidor'; 42*a9fe5cc9STor Härnqvist$lang['customOptions'] = 'Anpassade alternativ'; 43*a9fe5cc9STor Härnqvist$lang['customOptionsDescription'] = 'Du kan lägga till fler anpassade alternativ som kommer att tas i beaktande under export'; 44*a9fe5cc9STor Härnqvist$lang['addCustomOption'] = 'lägg till alternativ'; 45*a9fe5cc9STor Härnqvist$lang['search'] = 'Sök'; 46*a9fe5cc9STor Härnqvist$lang['toc'] = 'Innehållsförteckning'; 47*a9fe5cc9STor Härnqvist$lang['AggregateSubmitLabel'] = 'Ladda ner'; 48*a9fe5cc9STor Härnqvist$lang['SiteSubmitLabel'] = 'Ladda ner som PDF'; 49*a9fe5cc9STor Härnqvist$lang['useOptionsInEditor'] = 'Använd dessa val och lägg till en {{siteAggregator}}-sektion'; 50*a9fe5cc9STor Härnqvist$lang['NoEntriesFoundHint'] = 'Inga sidor har hittats för aggregering.'; 51*a9fe5cc9STor Härnqvist$lang['js']['loadingpage'] = 'Skapar dokument'; 52*a9fe5cc9STor Härnqvist$lang['js']['startdownload'] = 'Inleder nedladdning'; 53*a9fe5cc9STor Härnqvist$lang['js']['downloadfinished'] = 'Avslutat nedladdning'; 54*a9fe5cc9STor Härnqvist$lang['js']['finishedbutdownloadfailed'] = 'Avslutat med nedladdning misslyckades'; 55