This commit is contained in:
34
AutoLaTeX/MathJax/localization/sv/FontWarnings.js
vendored
Normal file
34
AutoLaTeX/MathJax/localization/sv/FontWarnings.js
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/sv/FontWarnings.js
|
||||
*
|
||||
* Copyright (c) 2009-2016 The MathJax Consortium
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
MathJax.Localization.addTranslation("sv","FontWarnings",{
|
||||
version: "2.7.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
webFont: "MathJax anv\u00E4nder webb-baserade teckensnitt f\u00F6r att visa matematik p\u00E5 denna sida. Dessa tar tid att ladda ner, sidan skulle g\u00F6ra snabbare om du installerar matematik-typsnitt direkt i systemets teckensnittsmapp.",
|
||||
imageFonts: "MathJax anv\u00E4nder sina bild-teckensnitt ist\u00E4llet f\u00F6r lokala eller webb-baserade typsnitt. Detta kommer att g\u00F6ra visningen saktare \u00E4n vanligt, matematik kan \u00E4ven komma att inte skrivas ut med din skrivares fulla uppl\u00F6sning.",
|
||||
noFonts: "MathJax kan inte hitta ett typsnitt f\u00F6r att visa sin matematik, och bild-teckensnitt \u00E4r ej tillg\u00E4ngliga, s\u00E5 den faller tillbaka p\u00E5 generiska Unicode-tecken i hopp om att din webbl\u00E4sare kommer att kunna visa dem. Vissa tecken kan komma att visas inkorrekt, eller kanske inte alls.",
|
||||
webFonts: "De flesta moderna webbl\u00E4sare till\u00E5ter teckensnitt att h\u00E4mtas via webben. Att uppdatera till en nyare version av din webbl\u00E4sare (eller byta webbl\u00E4sare) kan f\u00F6rb\u00E4ttra kvaliteten p\u00E5 matematik p\u00E5 denna sida.",
|
||||
fonts: "MathJax kan antingen anv\u00E4nda [STIX-typsnitt](%1) eller [MathJax TeX-typsnitt](%2). Ladda ner och installera en av dessa typsnitt f\u00F6r att f\u00F6rb\u00E4ttra din MathJax-upplevelse.",
|
||||
STIXPage: "Denna sida \u00E4r designad f\u00F6r att anv\u00E4nda [STIX-typsnitt](%1). Ladda ner och installera dessa typsnitt f\u00F6r att f\u00F6rb\u00E4ttra din MathJax-upplevelse.",
|
||||
TeXPage: "Denna sida \u00E4r designad f\u00F6r att anv\u00E4nda [MathJax TeX-typsnitt](%1). Ladda ner och installera dessa typsnitt f\u00F6r att f\u00F6rb\u00E4ttra din MathJax-upplevelse."
|
||||
}
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/localization/sv/FontWarnings.js");
|
||||
32
AutoLaTeX/MathJax/localization/sv/HTML-CSS.js
vendored
Normal file
32
AutoLaTeX/MathJax/localization/sv/HTML-CSS.js
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/sv/HTML-CSS.js
|
||||
*
|
||||
* Copyright (c) 2009-2016 The MathJax Consortium
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
MathJax.Localization.addTranslation("sv","HTML-CSS",{
|
||||
version: "2.7.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
LoadWebFont: "L\u00E4ser in webbtypsnittet %1",
|
||||
CantLoadWebFont: "Kan inte l\u00E4sa in webbtypsnittet %1",
|
||||
FirefoxCantLoadWebFont: "Firefox kan inte l\u00E4sa in webbteckensnitt fr\u00E5n en fj\u00E4rrv\u00E4rd",
|
||||
CantFindFontUsing: "Kan inte hitta ett giltigt teckensnitt med hj\u00E4lp av %1",
|
||||
WebFontsNotAvailable: "Webbtypsnitt \u00E4r inte tillg\u00E4ngliga. Anv\u00E4nder bildtypsnitt ist\u00E4llet"
|
||||
}
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/localization/sv/HTML-CSS.js");
|
||||
38
AutoLaTeX/MathJax/localization/sv/HelpDialog.js
vendored
Normal file
38
AutoLaTeX/MathJax/localization/sv/HelpDialog.js
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/sv/HelpDialog.js
|
||||
*
|
||||
* Copyright (c) 2009-2016 The MathJax Consortium
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
MathJax.Localization.addTranslation("sv","HelpDialog",{
|
||||
version: "2.7.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
Help: "MathJax-hj\u00E4lp",
|
||||
MathJax: "*MathJax* \u00E4r ett JavaScript-bibliotek som till\u00E5ter f\u00F6rfattare att inkludera matematik p\u00E5 sina webbsidor. Som l\u00E4sare beh\u00F6ver du inte g\u00F6ra n\u00E5got f\u00F6r att f\u00E5 det att h\u00E4nda.",
|
||||
Browsers: "*Webbl\u00E4sare*: MathJax fungerar med alla moderna webbl\u00E4sare inklusive IE6+, Firefox 3+, Chrome 0.2+, Safari 2+, Opera 9.6+ och de flesta mobila webbl\u00E4sare.",
|
||||
Menu: "*Matematik-menyn*: MathJax l\u00E4gger till en kontextuell meny till ekvationer. H\u00F6gerklicka eller Ctrl-klicka p\u00E5 n\u00E5gon matematik att komma \u00E5t menyn.",
|
||||
ShowMath: "*Visa matematik som* g\u00F6r att du kan visa formelns k\u00E4llkod f\u00F6r att klipp \u0026 klistra in (som MathML eller i dess ursprungliga format).",
|
||||
Settings: "*Inst\u00E4llninga * ger dig kontroll \u00F6ver funktionerna i MathJax, s\u00E5 som storleken p\u00E5 matematiken och den mekanism som anv\u00E4nds f\u00F6r att visa ekvationer.",
|
||||
Language: "*Spr\u00E5k* l\u00E5ter dig v\u00E4lja spr\u00E5ket som MathJax ska anv\u00E4nda f\u00F6r sina menyer och varningsmeddelanden.",
|
||||
Zoom: "*Matematik zoom*: Om du har sv\u00E5rt att l\u00E4sa en ekvation, kan MathJax f\u00F6rstora den f\u00F6r att hj\u00E4lpa dig se den b\u00E4ttre.",
|
||||
Accessibilty: "*Tillg\u00E4nglighet*: MathJax fungerar automatiskt med sk\u00E4rml\u00E4sare f\u00F6r att g\u00F6ra matematik tillg\u00E4nglig f\u00F6r synskadade.",
|
||||
Fonts: "*Typsnitt*: MathJax kommer att anv\u00E4nda vissa matematiska teckensnitt om de \u00E4r installerade p\u00E5 din dator; annars anv\u00E4nder den webb-baserade teckensnitt. \u00C4ven om det inte kr\u00E4vs, kommer lokalt installerade teckensnitt att p\u00E5skynda typs\u00E4ttningen. Vi f\u00F6resl\u00E5r installation av [STIX-typsnitt](%1).",
|
||||
CloseDialog: "St\u00E4ng hj\u00E4lpdialogen"
|
||||
}
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/localization/sv/HelpDialog.js");
|
||||
37
AutoLaTeX/MathJax/localization/sv/MathML.js
vendored
Normal file
37
AutoLaTeX/MathJax/localization/sv/MathML.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/sv/MathML.js
|
||||
*
|
||||
* Copyright (c) 2009-2016 The MathJax Consortium
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
MathJax.Localization.addTranslation("sv","MathML",{
|
||||
version: "2.7.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
BadMglyph: "D\u00E5lig mglyph: %1",
|
||||
BadMglyphFont: "D\u00E5ligt typsnitt: %1",
|
||||
MathPlayer: "MathJax kunde inte st\u00E4lla in MathPlayer.\n\nOm MathPlayer inte \u00E4r installerat, m\u00E5ste du installera \nden f\u00F6rst. Annars kan det h\u00E4nda att dina \ns\u00E4kerhetsinst\u00E4llningar f\u00F6rhindrar ActiveX-kontroller \nfr\u00E5n att k\u00F6ras. Anv\u00E4nd internetinst\u00E4llningar i \nverktygsmenyn, v\u00E4lj s\u00E4kerhetspanelen, klicka sedan \nanv\u00E4ndardefinierad niv\u00E5-knappen. Kontrollera att \ninst\u00E4llningarna f\u00F6r 'K\u00F6r ActiveX-kontroller' samt \n'Bin\u00E4r och skript-beteenden' \u00E4r aktiverade.\n\nF\u00F6r n\u00E4rvarande kommer du att se flemeddelande snarare \n\u00E4n typsatt matematik",
|
||||
CantCreateXMLParser: "MathJax kunde inte skapa en XML-tolk f\u00F6r MathML. Kontrollera att \ns\u00E4kerhetsinst\u00E4llningen 'Script ActiveX X-kontroller som markerats \nsom s\u00E4kra f\u00F6r skript' \u00E4r aktiverad (anv\u00E4nd internetinst\u00E4llningar \ni verktygsmenyn, v\u00E4lj s\u00E4kerhetspanelen, klicka sedan \nanv\u00E4ndardefinierad niv\u00E5-knappen f\u00F6r att kontrollera detta).\n\nMathML-ekvationer kommer inte kunna hanteras av MathJax",
|
||||
UnknownNodeType: "Ok\u00E4nd nodtyp: %1",
|
||||
UnexpectedTextNode: "Ov\u00E4ntad textnod: %1",
|
||||
ErrorParsingMathML: "Fel vid tolkning av MathML",
|
||||
ParsingError: "Fel vid tolkning av MathML: %1",
|
||||
MathMLSingleElement: "MathML m\u00E5ste bildas av ett enskilt element",
|
||||
MathMLRootElement: "MathML m\u00E5ste bildas av ett \u003Cmath\u003E-element, inte %1"
|
||||
}
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/localization/sv/MathML.js");
|
||||
111
AutoLaTeX/MathJax/localization/sv/MathMenu.js
vendored
Normal file
111
AutoLaTeX/MathJax/localization/sv/MathMenu.js
vendored
Normal file
@@ -0,0 +1,111 @@
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/sv/MathMenu.js
|
||||
*
|
||||
* Copyright (c) 2009-2016 The MathJax Consortium
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
MathJax.Localization.addTranslation("sv","MathMenu",{
|
||||
version: "2.7.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
MathMLcode: "MathML-kod",
|
||||
OriginalMathML: "Ursprunglig MathML",
|
||||
TeXCommands: "TeX-kommandon",
|
||||
AsciiMathInput: "AsciiMathML-indata",
|
||||
Original: "Ursprungligt format",
|
||||
ErrorMessage: "Felmeddelande",
|
||||
TeX: "TeX",
|
||||
StarMath: "StarMath",
|
||||
OpenMath: "OpenMath",
|
||||
Click: "Klick",
|
||||
DoubleClick: "Dubbelklick",
|
||||
NoZoom: "Ingen zoom",
|
||||
Option: "Alternativ",
|
||||
Alt: "Alt",
|
||||
Command: "\u2318 (Cmd)",
|
||||
Control: "Ctrl",
|
||||
Shift: "Skift",
|
||||
MenuEvents: "Menyh\u00E4ndelser",
|
||||
MouseEvents: "Mush\u00E4ndelser",
|
||||
MenuAndMouse: "Mus- och menyh\u00E4ndelser",
|
||||
FontPrefs: "Teckensnittsinst\u00E4llningar",
|
||||
ForHTMLCSS: "F\u00F6r HTML-CSS:",
|
||||
Auto: "Auto",
|
||||
TeXLocal: "TeX (lokal)",
|
||||
TeXWeb: "TeX (webb)",
|
||||
TeXImage: "TeX (bild)",
|
||||
STIXLocal: "STIX (lokal)",
|
||||
STIXWeb: "STIX (webb)",
|
||||
AsanaMathWeb: "Asana Math (webb)",
|
||||
GyrePagellaWeb: "Gyre Pagella (webb)",
|
||||
GyreTermesWeb: "Gyre Termes (webb)",
|
||||
LatinModernWeb: "Latin Modern (webb)",
|
||||
NeoEulerWeb: "Neo Euler (webb)",
|
||||
Browser: "Webbl\u00E4sare",
|
||||
Discoverable: "Markera vid hovring",
|
||||
Locale: "Spr\u00E5k",
|
||||
LoadLocale: "L\u00E4s in fr\u00E5n URL ...",
|
||||
About: "Om MathJax",
|
||||
Help: "MathJax-hj\u00E4lp",
|
||||
eotffonts: "EOT-teckensnitt",
|
||||
svgfonts: "SVG-teckensnitt",
|
||||
MSIENativeMMLWarning: "Internet Explorer kr\u00E4ver insticksmodulen MathPlayer f\u00F6r att kunna bearbeta MathML-utdata.",
|
||||
NonZeroScale: "Skalan b\u00F6r inte vara noll",
|
||||
PercentScale: "Skalan b\u00F6r vara en procentsats (t.ex. 120%%)",
|
||||
Close: "St\u00E4ng",
|
||||
Show: "Visa matematik som",
|
||||
Annotation: "Anm\u00E4rkning",
|
||||
Maple: "Maple",
|
||||
ContentMathML: "Content MathML",
|
||||
texHints: "Visa TeX tips i MathML",
|
||||
Settings: "Matematikinst\u00E4llningar",
|
||||
ZoomTrigger: "Zoomutl\u00F6sare",
|
||||
Hover: "Hovra",
|
||||
TriggerRequires: "Utl\u00F6sare kr\u00E4ver:",
|
||||
ZoomFactor: "Zoom-faktor",
|
||||
Renderer: "Matematik-renderare",
|
||||
MPHandles: "L\u00E5t MathPlayer hantera:",
|
||||
ContextMenu: "Kontextuell meny",
|
||||
Scale: "Skala all matematik...",
|
||||
localTeXfonts: "anv\u00E4nder lokala TeX-typsnitt",
|
||||
webTeXfonts: "anv\u00E4nder webb-TeX-typsnitt",
|
||||
imagefonts: "anv\u00E4nder bild-typsnitt",
|
||||
localSTIXfonts: "anv\u00E4nder lokala STIX-typsnitt",
|
||||
webSVGfonts: "anv\u00E4nder webb-SVG-typsnitt",
|
||||
genericfonts: "anv\u00E4nder generiska Unicode-typsnitt",
|
||||
wofforotffonts: "WOFF- eller OTF-typsnitt",
|
||||
WebkitNativeMMLWarning: "Din webbl\u00E4sare verkar sakna inbyggt st\u00F6d f\u00F6r MathML, att byta till MathML-utdata kan d\u00E4rf\u00F6r g\u00F6ra att matematiken p\u00E5 sidan blir ol\u00E4sbar",
|
||||
OperaNativeMMLWarning: "Operas st\u00F6d f\u00F6r MathML \u00E4r begr\u00E4nsad, att byta till MathML-utdata kan d\u00E4rf\u00F6r g\u00F6ra att vissa uttryck \u00E5terges d\u00E5ligt.",
|
||||
SafariNativeMMLWarning: "Din webbl\u00E4sares inbyggda MathML implementerar inte alla de funktioner som anv\u00E4nds av MathJax, vissa uttryck kan d\u00E4rf\u00F6r \u00E5terges inkorrekt.",
|
||||
FirefoxNativeMMLWarning: "Din webbl\u00E4sares inbyggda MathML implementerar inte alla de funktioner som anv\u00E4nds av MathJax, vissa uttryck kan d\u00E4rf\u00F6r \u00E5terges inkorrekt.",
|
||||
MSIESVGWarning: "SVG implementeras inte i Internet Explorer f\u00F6re IE9 eller n\u00E4r den emulerar IE8 eller l\u00E4gre. Ett byte till SVG-utdata kommer att g\u00F6ra att matematiken inte visas korrekt.",
|
||||
LoadURL: "Ladda \u00F6vers\u00E4ttningsdata fr\u00E5n denna URL:",
|
||||
BadURL: "URL-adressen b\u00F6r g\u00E5 till en JavaScript-fil som definierar MathJax-\u00F6vers\u00E4ttningsdata. JavaScript-filnamn b\u00F6r avslutas med \".js\"",
|
||||
BadData: "Misslyckades med att ladda \u00F6vers\u00E4ttningsdata fr\u00E5n %1",
|
||||
SwitchAnyway: "Byt renderare \u00E4nd\u00E5?\n\n(Tryck p\u00E5 OK f\u00F6r att byta, AVBRYT f\u00F6r att forts\u00E4tta med nuvarande renderare)",
|
||||
ScaleMath: "Skala alla matematik (j\u00E4mf\u00F6rt med omgivande text) med",
|
||||
IE8warning: "Detta kommer att inaktivera MathJax-menyn och zoom-funktionen, men du kan Alt-klicka p\u00E5 ett uttryck att f\u00E5 MathJax-menyn ist\u00E4llet.\n\nVill du verkligen \u00E4ndra MathPlayer-inst\u00E4llningarna?",
|
||||
IE9warning: "MathJax kontextuella meny kommer att vara inaktiverade, men du kan Alt-Klicka p\u00E5 ett uttryck f\u00F6r att f\u00E5 MathJax-menyn ist\u00E4llet.",
|
||||
NoOriginalForm: "Inget ursprungligt format tillg\u00E4ngligt",
|
||||
EqSource: "MathJax ekvationsk\u00E4lla",
|
||||
CloseAboutDialog: "St\u00E4ng dialogen \"Om MathJax\"",
|
||||
FastPreview: "Snabb f\u00F6rhandsvisning",
|
||||
AssistiveMML: "Assisterande MathML",
|
||||
InTabOrder: "Inkludera i flikordning"
|
||||
}
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/localization/sv/MathMenu.js");
|
||||
98
AutoLaTeX/MathJax/localization/sv/TeX.js
vendored
Normal file
98
AutoLaTeX/MathJax/localization/sv/TeX.js
vendored
Normal file
@@ -0,0 +1,98 @@
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/sv/TeX.js
|
||||
*
|
||||
* Copyright (c) 2009-2016 The MathJax Consortium
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
MathJax.Localization.addTranslation("sv","TeX",{
|
||||
version: "2.7.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
ExtraOpenMissingClose: "Extra v\u00E4nsterklammerparentes eller h\u00F6gerklammerparentes saknas",
|
||||
ExtraCloseMissingOpen: "Extra h\u00F6gerklammerparentes eller v\u00E4nsterklammerparentes saknas",
|
||||
MissingLeftExtraRight: "Saknad \\left eller en extra \\right",
|
||||
ExtraLeftMissingRight: "Extra \\left eller en saknad \\right",
|
||||
Misplaced: "Felplacerad %1",
|
||||
MissingOpenForSub: "Saknad v\u00E4nsterklammerparentes f\u00F6r index",
|
||||
MissingOpenForSup: "Saknad v\u00E4nsterklammerparentes f\u00F6r exponent",
|
||||
AmbiguousUseOf: "Tvetydig anv\u00E4ndning av %1",
|
||||
EnvBadEnd: "\\begin{%1} slutade med \\end{%2}",
|
||||
EnvMissingEnd: "Saknad \\end{%1}",
|
||||
MissingBoxFor: "Saknad l\u00E5da f\u00F6r %1",
|
||||
MissingCloseBrace: "Saknad h\u00F6gerklammerparentes",
|
||||
UndefinedControlSequence: "Odefinierad kontrollsekvens %1",
|
||||
DoubleExponent: "Dubbel exponent: anv\u00E4nd klammerparenteser f\u00F6r att klarg\u00F6ra",
|
||||
DoubleSubscripts: "Dubbla index: anv\u00E4nd klammerparenteser f\u00F6r att klarg\u00F6ra",
|
||||
MisplacedMiddle: "%1 m\u00E5ste vara inom \\left och \\right",
|
||||
MisplacedLimits: "%1 till\u00E5ts endast p\u00E5 operat\u00F6rer",
|
||||
MisplacedMoveRoot: "%1 kan endast visas inom en rot",
|
||||
MultipleCommand: "Flera %1",
|
||||
IntegerArg: "Argumentet till %1 m\u00E5ste vara ett heltal",
|
||||
NotMathMLToken: "%1 \u00E4r inte ett token-element",
|
||||
InvalidMathMLAttr: "Ogiltigt MathML-attribut: %1",
|
||||
UnknownAttrForElement: "%1 \u00E4r inte ett igenk\u00E4ndt attribut f\u00F6r %2",
|
||||
MissingArgFor: "Saknat argument f\u00F6r %1",
|
||||
InvalidEnv: "Ogiltigt milj\u00F6namn '%1'",
|
||||
UnknownEnv: "Ok\u00E4nd milj\u00F6 '%1'",
|
||||
ExtraCloseLooking: "Extra h\u00F6gerklammerparentes n\u00E4r %1 s\u00F6ktes",
|
||||
MissingCloseBracket: "Kunde inte hitta avslutande ']' f\u00F6r argumentet till %1",
|
||||
TokenNotFoundForCommand: "Kunde inte hitta %1 f\u00F6r %2",
|
||||
CommandNotAllowedInEnv: "%1 till\u00E5ts inte i %2-milj\u00F6n",
|
||||
MultipleLabel: "Etiketten '%1' definierades flera g\u00E5nger",
|
||||
CommandAtTheBeginingOfLine: "%1 m\u00E5ste vara i b\u00F6rjan p\u00E5 raden",
|
||||
IllegalAlign: "Ogiltig justering anges i %1",
|
||||
MultipleBBoxProperty: "%1 anges tv\u00E5 g\u00E5nger i %2",
|
||||
ExtraEndMissingBegin: "Extra %1 eller en saknad \\begingroup",
|
||||
GlobalNotFollowedBy: "%1 f\u00F6ljs inte av \\let, \\def eller \\newcommand",
|
||||
UndefinedColorModel: "F\u00E4rgmodellen '%1' \u00E4r inte definierad",
|
||||
InvalidDecimalNumber: "Ogiltig decimaltal",
|
||||
InvalidNumber: "Ogiltigt nummer",
|
||||
NoClosingChar: "Kan inte hitta avslutande %1",
|
||||
IllegalControlSequenceName: "Ogiltigt kontrollsekvensnamn f\u00F6r %1",
|
||||
IllegalParamNumber: "Ogiltigt antal parametrar anges i %1",
|
||||
MissingScript: "Saknat argument f\u00F6r exponent- eller indexl\u00E4ge",
|
||||
DoubleExponentPrime: "Primtecken orsakar dubbla exponenter: Anv\u00E4nd klammerparenteser f\u00F6r att klarg\u00F6ra",
|
||||
CantUseHash1: "Du kan inte anv\u00E4nda 'makroparameter-tecknet #' i matematikl\u00E4ge",
|
||||
MaxMacroSub1: "MathJax maximala antal makro-substitutioner har \u00F6verskridits; finns det ett rekursivt makroanrop?",
|
||||
MaxMacroSub2: "MathJax maximala antal substitutioner har \u00F6verskridits; finns det en rekursiv LaTeX-milj\u00F6?",
|
||||
ExtraAlignTab: "Extra \u0026-tecken i \\cases-text",
|
||||
BracketMustBeDimension: "Argumentet innanf\u00F6r klammerparenteser till %1 m\u00E5ste vara en dimension",
|
||||
MissingOrUnrecognizedDelim: "Saknad eller \u00E4r ok\u00E4nd avgr\u00E4nsare f\u00F6r %1",
|
||||
MissingDimOrUnits: "Saknar dimension eller dess enheter f\u00F6r %1",
|
||||
MathNotTerminated: "Matematiskt uttryckt ej avslutat i textrutan",
|
||||
IllegalMacroParam: "Ogiltig referens till makroparameter",
|
||||
MaxBufferSize: "MathJax intern buffertstorlek har \u00F6verskridits; finns d\u00E4r ett rekursivt makroanrop?",
|
||||
BadMathStyleFor: "D\u00E5lig matematikstil f\u00F6r %1",
|
||||
PositiveIntegerArg: "Argumentet till %1 m\u00E5ste vara ett positivt heltal",
|
||||
ErroneousNestingEq: "Felaktigt n\u00E4stling av ekvationsstrukturer",
|
||||
MultlineRowsOneCol: "Raderna inom %1-milj\u00F6n m\u00E5ste ha exakt en kolumn",
|
||||
InvalidBBoxProperty: "'%1' verkar inte vara en f\u00E4rg, en utfyllnadsdimension eller en stil",
|
||||
ModelArg1: "F\u00E4rgv\u00E4rden f\u00F6r f\u00E4rgmodell %1 kr\u00E4ver 3 nummer",
|
||||
ModelArg2: "F\u00E4rgv\u00E4rden f\u00F6r f\u00E4rgmodell %1 m\u00E5ste vara mellan %2 och %3",
|
||||
NewextarrowArg1: "F\u00F6rsta argumentet till %1 m\u00E5ste vara namnet p\u00E5 en kontrollsekvens",
|
||||
NewextarrowArg2: "Andra argumentet till %1 m\u00E5ste vara tv\u00E5 heltal separerade av ett komma",
|
||||
NewextarrowArg3: "Tredje argumentet till %1 m\u00E5ste vara nummeret p\u00E5 ett Unicode-tecken",
|
||||
MissingCS: "%1 m\u00E5ste f\u00F6ljas av en kontrollsekvens",
|
||||
CantUseHash2: "Ogiltig anv\u00E4ndning av # i mallen f\u00F6r %1",
|
||||
SequentialParam: "Parametrar f\u00F6r %1 m\u00E5ste numreras sekventiellt",
|
||||
MissingReplacementString: "Saknar ers\u00E4ttningsstr\u00E4ngen f\u00F6r definition av %1",
|
||||
MismatchUseDef: "Anv\u00E4ndning av %1 matchar inte dess definition",
|
||||
RunawayArgument: "Skenande argument f\u00F6r %1?",
|
||||
NoClosingDelim: "Kunde inte hitta avslutande avgr\u00E4nsare f\u00F6r %1"
|
||||
}
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/localization/sv/TeX.js");
|
||||
59
AutoLaTeX/MathJax/localization/sv/sv.js
vendored
Normal file
59
AutoLaTeX/MathJax/localization/sv/sv.js
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/sv/sv.js
|
||||
*
|
||||
* Copyright (c) 2009-2016 The MathJax Consortium
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
MathJax.Localization.addTranslation("sv",null,{
|
||||
menuTitle: "svenska",
|
||||
version: "2.7.2",
|
||||
isLoaded: true,
|
||||
domains: {
|
||||
"_": {
|
||||
version: "2.7.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
CookieConfig: "MathJax har hittat en anv\u00E4ndarkonfigurations-cookie som inneh\u00E5ller kod som kan k\u00F6ras. Vill du k\u00F6ra den?\n\n(Du b\u00F6r trycka p\u00E5 Avbryt om du inte sj\u00E4lv har lagt upp denna cookie.)",
|
||||
MathProcessingError: "Matematikbearbetningsfel",
|
||||
MathError: "Matematikfel",
|
||||
LoadFile: "L\u00E4ser in %1",
|
||||
Loading: "L\u00E4ser in",
|
||||
LoadFailed: "Filen kunde inte l\u00E4sas in: %1",
|
||||
ProcessMath: "Bearbetar matematik: %1%%",
|
||||
Processing: "Bearbetar",
|
||||
TypesetMath: "Typs\u00E4tter matematik: %1%%",
|
||||
Typesetting: "Typs\u00E4ttning",
|
||||
MathJaxNotSupported: "Din webbl\u00E4sare st\u00F6der inte MathJax",
|
||||
ErrorTips: "Fels\u00F6kningstips: anv\u00E4nd %%1, inspektera %%2 i webbl\u00E4sarkonsolen"
|
||||
}
|
||||
},
|
||||
"FontWarnings": {},
|
||||
"HTML-CSS": {},
|
||||
"HelpDialog": {},
|
||||
"MathML": {},
|
||||
"MathMenu": {},
|
||||
"TeX": {}
|
||||
},
|
||||
plural: function (n) {
|
||||
if (n === 1) return 1; // one
|
||||
return 2; // other
|
||||
},
|
||||
number: function (n) {
|
||||
return n;
|
||||
}
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/localization/sv/sv.js");
|
||||
Reference in New Issue
Block a user