Add source files for Italian localization

This commit is contained in:
Nicola Vitale 2013-05-19 00:50:37 +02:00
parent 94e5077f73
commit a43a4af8ae
7 changed files with 774 additions and 0 deletions

View File

@ -0,0 +1,67 @@
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/*************************************************************
*
* MathJax/localization/en/FontWarnings.js
*
* Copyright (c) 2013 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("en","FontWarnings",{
version: "2.2",
isLoaded: true,
strings: {
webFont:
"MathJax is using web-based fonts to display the mathematics "+
"on this page. These take time to download, so the page would "+
"render faster if you installed math fonts directly in your "+
"system's font folder.",
imageFonts:
"MathJax is using its image fonts rather than local or web-based fonts. "+
"This will render slower than usual, and the mathematics may not print "+
"at the full resolution of your printer.",
noFonts:
"MathJax is unable to locate a font to use to display "+
"its mathematics, and image fonts are not available, so it "+
"is falling back on generic unicode characters in hopes that "+
"your browser will be able to display them. Some characters "+
"may not show up properly, or possibly not at all.",
webFonts:
"Most modern browsers allow for fonts to be downloaded over the web. "+
"Updating to a more recent version of your browser (or changing "+
"browsers) could improve the quality of the mathematics on this page.",
fonts:
"MathJax can use either the [STIX fonts](%1) or the [MathJax TeX fonts](%2). " +
"Download and install one of those fonts to improve your MathJax experience.",
STIXPage:
"This page is designed to use the [STIX fonts](%1). " +
"Download and install those fonts to improve your MathJax experience.",
TeXPage:
"This page is designed to use the [MathJax TeX fonts](%1). " +
"Download and install those fonts to improve your MathJax experience."
}
});
MathJax.Ajax.loadComplete("[MathJax]/localization/en/FontWarnings.js");

View File

@ -0,0 +1,47 @@
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/*************************************************************
*
* MathJax/localization/en/HTML-CSS.js
*
* Copyright (c) 2013 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("en","HTML-CSS",{
version: "2.2",
isLoaded: true,
strings: {
LoadWebFont:
"Loading web-font %1", // NOTE: %1 is the name of a webfont file
CantLoadWebFont:
"Can't load web font %1",
FirefoxCantLoadWebFont:
"Firefox can't load web fonts from a remote host",
CantFindFontUsing:
"Can't find a valid font using %1", // Note: %1 is a list of font names
WebFontsNotAvailable:
"Web-Fonts not available -- using image fonts instead"
}
});
MathJax.Ajax.loadComplete("[MathJax]/localization/en/HTML-CSS.js");

View File

@ -0,0 +1,74 @@
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/*************************************************************
*
* MathJax/localization/en/HelpDialog.js
*
* Copyright (c) 2013 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("en","HelpDialog",{
version: "2.2",
isLoaded: true,
strings: {
Help:
"MathJax Help",
MathJax:
"*MathJax* is a JavaScript library that allows page authors to include " + // NOTE: Markdown syntax *...*
"mathematics within their web pages. As a reader, you don't need to do " +
"anything to make that happen.",
Browsers:
"*Browsers*: MathJax works with all modern browsers including IE6+, Firefox 3+, " +
"Chrome 0.2+, Safari 2+, Opera 9.6+ and most mobile browsers.",
Menu:
"*Math Menu*: MathJax adds a contextual menu to equations. Right-click or " +
"CTRL-click on any mathematics to access the menu.",
ShowMath:
"*Show Math As* allows you to view the formula's source markup " +
"for copy & paste (as MathML or in its original format).",
Settings:
"*Settings* gives you control over features of MathJax, such as the " +
"size of the mathematics, and the mechanism used to display equations.",
Language:
"*Language* lets you select the language used by MathJax for its menus " +
"and warning messages.",
Zoom:
"*Math Zoom*: If you are having difficulty reading an equation, MathJax can " +
"enlarge it to help you see it better.",
Accessibilty:
"*Accessibility*: MathJax will automatically work with screen readers to make " +
"mathematics accessible to the visually impaired.",
Fonts:
"*Fonts*: MathJax will use certain math fonts if they are installed on your " +
"computer; otherwise, it will use web-based fonts. Although not required, " +
"locally installed fonts will speed up typesetting. We suggest installing " +
"the [STIX fonts](%1)." // NOTE: Markdown syntax for links. %1 is a URL to the STIX fonts
}
});
MathJax.Ajax.loadComplete("[MathJax]/localization/en/HelpDialog.js");

View File

@ -0,0 +1,76 @@
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/*************************************************************
*
* MathJax/localization/en/MathML.js
*
* Copyright (c) 2013 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("en","MathML",{
version: "2.2",
isLoaded: true,
strings: {
BadMglyph: // NOTE: refers to MathML's mglyph element.
"Bad mglyph: %1",
BadMglyphFont:
"Bad font: %1",
MathPlayer:
"MathJax was not able to set up MathPlayer.\n\n"+
"If MathPlayer is not installed, you need to install it first.\n"+
"Otherwise, your security settings may be preventing ActiveX \n"+
"controls from running. Use the Internet Options item under\n"+
"the Tools menu and select the Security tab, then press the\n"+
"Custom Level button. Check that the settings for\n"+
"'Run ActiveX Controls', and 'Binary and script behaviors'\n"+
"are enabled.\n\n"+
"Currently you will see error messages rather than\n"+
"typeset mathematics.",
CantCreateXMLParser:
"MathJax can't create an XML parser for MathML. Check that\n"+
"the 'Script ActiveX controls marked safe for scripting' security\n"+
"setting is enabled (use the Internet Options item in the Tools\n"+
"menu, and select the Security panel, then press the Custom Level\n"+
"button to check this).\n\n"+
"MathML equations will not be able to be processed by MathJax.",
UnknownNodeType:
"Unknown node type: %1", // NOTE: refers to XML nodes
UnexpectedTextNode:
"Unexpected text node: %1",
ErrorParsingMathML:
"Error parsing MathML",
ParsingError:
"Error parsing MathML: %1",
MathMLSingleElement:
"MathML must be formed by a single element",
MathMLRootElement:
"MathML must be formed by a <math> element, not %1"
}
});
MathJax.Ajax.loadComplete("[MathJax]/localization/en/MathML.js");

View File

@ -0,0 +1,153 @@
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/*************************************************************
*
* MathJax/localization/en/MathMenu.js
*
* Copyright (c) 2013 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("en","MathMenu",{
version: "2.2",
isLoaded: true,
strings: {
Show: "Show Math As", // NOTE: MathJax uses 'Math' as a distinct UI choice. Please translate it literally whenever possible.
MathMLcode: "MathML Code", // NOTE: This menu item shows the MathML code that MathJax has produced internally (sanitized, indented etc)
OriginalMathML: "Original MathML", // NOTE: This menu item shows the MathML code if that was originally in the page source
TeXCommands: "TeX Commands", // NOTE: This menu item shows the TeX code if that was originally in the page source
AsciiMathInput: "AsciiMathML input", // NOTE: This menu item shows the asciimath code if that was originally in the page source
Original: "Original Form", // NOTE: This menu item shows the code that was originally in the page source but has no registered type. This can happen when extensions add new input formats but fail to provide an adequate format name.
ErrorMessage: "Error Message", // NOTE: This menu item shows the error message if MathJax fails to process the source
texHints: "Show TeX hints in MathML", // NOTE: This menu option adds comments to the code produced by 'MathMLCode'
Settings: "Math Settings",
ZoomTrigger: "Zoom Trigger", // NOTE: This menu determines how MathJax's zoom is triggered
Hover: "Hover",
Click: "Click",
DoubleClick: "Double-Click",
NoZoom: "No Zoom",
TriggerRequires: "Trigger Requires:", // NOTE: This menu item determines if the ZoomTrigger requires additional keys
Option: "Option", // NOTE: refers to Apple-style OPTION key
Alt: "Alt", // NOTE: refers to Windows-style ALT key
Command: "Command", // NOTE: refers to Apple-style COMMAND key
Control: "Control",
Shift: "Shift",
ZoomFactor: "Zoom Factor",
Renderer: "Math Renderer", // NOTE: This menu changes the output processor used by MathJax
MPHandles: "Let MathPlayer Handle:", // NOTE: MathJax recognizes MathPlayer when present. This submenu deals with MathJax/MathPlayer interaction.
MenuEvents: "Menu Events", // NOTE: refers to contextual menu selections
MouseEvents: "Mouse Events", // NOTE: refers to mouse clicks
MenuAndMouse: "Mouse and Menu Events",
FontPrefs: "Font Preferences", // NOTE: This menu item allows selection of the font to use (and is mostly for development purposes)
ForHTMLCSS: "For HTML-CSS:",
Auto: "Auto",
TeXLocal: "TeX (local)", // NOTE: 'TeX' refers to the MathJax fonts
TeXWeb: "TeX (web)",
TeXImage: "TeX (image)",
STIXLocal: "STIX (local)",
ContextMenu: "Contextual Menu",
Browser: "Browser",
Scale: "Scale All Math ...", // NOTE: This menu item allows users to set a scaling factor for the MathJax output (relative to the surrounding content)
Discoverable: "Highlight on Hover",
Locale: "Language",
LoadLocale: "Load from URL ...",
About: "About MathJax",
Help: "MathJax Help",
localTeXfonts: "using local TeX fonts", // NOTE: This section deals with the 'About' overlay popup
webTeXfonts: "using web TeX font",
imagefonts: "using Image fonts",
localSTIXfonts: "using local STIX fonts",
webSVGfonts: "using web SVG fonts",
genericfonts: "using generic unicode fonts",
wofforotffonts: "woff or otf fonts",
eotffonts: "eot fonts",
svgfonts: "svg fonts",
WebkitNativeMMLWarning: // NOTE: This section deals with warnings for when a user changes the rendering output via the MathJax menu but a browser does not support the chosen mechanism
"Your browser doesn't seem to support MathML natively, " +
"so switching to MathML output may cause the mathematics " +
"on the page to become unreadable.",
MSIENativeMMLWarning:
"Internet Explorer requires the MathPlayer plugin " +
"in order to process MathML output.",
OperaNativeMMLWarning:
"Opera's support for MathML is limited, so switching to " +
"MathML output may cause some expressions to render poorly.",
SafariNativeMMLWarning:
"Your browser's native MathML does not implement all the features " +
"used by MathJax, so some expressions may not render properly.",
FirefoxNativeMMLWarning:
"Your browser's native MathML does not implement all the features " +
"used by MathJax, so some expressions may not render properly.",
MSIESVGWarning:
"SVG is not implemented in Internet Explorer prior to " +
"IE9 or when it is emulating IE8 or below. " +
"Switching to SVG output will cause the mathematics to " +
"not display properly.",
LoadURL:
"Load translation data from this URL:",
BadURL:
"The URL should be for a javascript file that defines MathJax translation data. " +
"Javascript file names should end with '.js'",
BadData:
"Failed to load translation data from %1",
SwitchAnyway:
"Switch the renderer anyway?\n\n" +
"(Press OK to switch, CANCEL to continue with the current renderer)",
ScaleMath:
"Scale all mathematics (compared to surrounding text) by", // NOTE: This section deals with 'MathJax menu-> Scale all math'
NonZeroScale:
"The scale should not be zero",
PercentScale:
"The scale should be a percentage (e.g., 120%%)",
IE8warning: // NOTE: This section deals with MathPlayer and menu/mouse event handling
"This will disable the MathJax menu and zoom features, " +
"but you can Alt-Click on an expression to obtain the MathJax " +
"menu instead.\n\nReally change the MathPlayer settings?",
IE9warning:
"The MathJax contextual menu will be disabled, but you can " +
"Alt-Click on an expression to obtain the MathJax menu instead.",
NoOriginalForm:
"No original form available", // NOTE: This refers to missing source formats when using 'MathJax Menu -> show math as"
Close:
"Close", // NOTE: for closing button in the 'MathJax Menu => SHow Math As' window.
EqSource:
"MathJax Equation Source"
}
});
MathJax.Ajax.loadComplete("[MathJax]/localization/en/MathMenu.js");

View File

@ -0,0 +1,266 @@
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/*************************************************************
*
* MathJax/localization/en/TeX.js
*
* Copyright (c) 2013 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("en","TeX",{
version: "2.2",
isLoaded: true,
strings: {
ExtraOpenMissingClose:
"Extra open brace or missing close brace", // NOTE: TeX commands use braces and brackets as delimiters
ExtraCloseMissingOpen:
"Extra close brace or missing open brace",
MissingLeftExtraRight:
"Missing \\left or extra \\right", // NOTE: do not translate \\left and \\right; they are TeX commands
MissingScript:
"Missing superscript or subscript argument",
ExtraLeftMissingRight:
"Extra \\left or missing \\right", // NOTE: do not translate \\left and \\right; they are TeX commands
Misplaced:
"Misplaced %1",
MissingOpenForSub:
"Missing open brace for subscript",
MissingOpenForSup:
"Missing open brace for superscript",
AmbiguousUseOf:
"Ambiguous use of %1", // NOTE: %1 will be a TeX command
EnvBadEnd:
"\\begin{%1} ended with \\end{%2}", // NOTE: do not translate \\begin{%1} and \\end{%1}; they are TeX commands
EnvMissingEnd:
"Missing \\end{%1}", // NOTE: do not translate \\end
MissingBoxFor:
"Missing box for %1", //NOTE: refers to TeX boxes
MissingCloseBrace:
"Missing close brace",
UndefinedControlSequence:
"Undefined control sequence %1", // NOTE: %1 will be a TeX command
DoubleExponent:
"Double exponent: use braces to clarify", // NOTE: example: x^3^2 should be x^{3^2} or {x^3}^2
DoubleSubscripts:
"Double subscripts: use braces to clarify",
DoubleExponentPrime:
"Prime causes double exponent: use braces to clarify", // NOTE: example: x^a' should be {x^a}' or x^{a'}
CantUseHash1:
"You can't use 'macro parameter character #' in math mode", // NOTE: '#' is used in TeX macros
MisplacedMiddle:
"%1 must be within \\left and \\right", // NOTE: do not translate \\left and \\right; they are TeX commands
MisplacedLimits:
"%1 is allowed only on operators", // NOTE: %1 will be \limits
MisplacedMoveRoot:
"%1 can appear only within a root", // NOTE: %1 will be \uproot or \leftroot
MultipleCommand:
"Multiple %1", // NOTE: happens when a command or token can only be present once, e.g., \tag{}
IntegerArg:
"The argument to %1 must be an integer",
NotMathMLToken:
"%1 is not a token element", // NOTE: MathJax has a non-standard \mmltoken command to insert MathML token elements
InvalidMathMLAttr:
"Invalid MathML attribute: %1", // NOTE: MathJax has non standard MathML and HTML related commands which can contain attributes
UnknownAttrForElement:
"%1 is not a recognized attribute for %2",
MaxMacroSub1:
"MathJax maximum macro substitution count exceeded; " + // NOTE: MathJax limits the number of macro substitutions to prevent infinite loops
"is there a recursive macro call?",
MaxMacroSub2:
"MathJax maximum substitution count exceeded; " + // NOTE: MathJax limits the number of nested environements to prevent infinite loops
"is there a recursive latex environment?",
MissingArgFor:
"Missing argument for %1", // NOTE: %1 will be a macro name
ExtraAlignTab:
"Extra alignment tab in \\cases text", // NOTE: do not translate \\cases; it is a TeX command
BracketMustBeDimension:
"Bracket argument to %1 must be a dimension",
InvalidEnv:
"Invalid environment name '%1'",
UnknownEnv:
"Unknown environment '%1'",
ExtraClose:
"Extra close brace",
ExtraCloseLooking:
"Extra close brace while looking for %1",
MissingCloseBracket:
"Couldn't find closing ']' for argument to %1",
MissingOrUnrecognizedDelim:
"Missing or unrecognized delimiter for %1",
MissingDimOrUnits:
"Missing dimension or its units for %1",
TokenNotFoundForCommand:
"Couldn't find %1 for %2", // NOTE: %1 is a token (e.g.,macro or symbol) and %2 is a macro name
MathNotTerminated:
"Math not terminated in text box",
IllegalMacroParam:
"Illegal macro parameter reference",
MaxBufferSize:
"MathJax internal buffer size exceeded; is there a recursive macro call?",
/* AMSmath */
CommandNotAllowedInEnv:
"%1 not allowed in %2 environment",
MultipleLabel:
"Label '%1' multiply defined",
CommandAtTheBeginingOfLine:
"%1 must come at the beginning of the line", // NOTE: %1 will be a macro name
IllegalAlign:
"Illegal alignment specified in %1", // NOTE: %1 will be an environment name
BadMathStyleFor:
"Bad math style for %1",
PositiveIntegerArg:
"Argument to %1 must me a positive integer",
ErroneousNestingEq:
"Erroneous nesting of equation structures",
MultlineRowsOneCol:
"The rows within the %1 environment must have exactly one column",
/* bbox */
MultipleBBoxProperty:
"%1 specified twice in %2",
InvalidBBoxProperty:
"'%1' doesn't look like a color, a padding dimension, or a style",
/* begingroup */
ExtraEndMissingBegin:
"Extra %1 or missing \\begingroup", // NOTE: do not translate \\begingroup
GlobalNotFollowedBy:
"%1 not followed by \\let, \\def, or \\newcommand", // NOTE: do not translate \\let, \\def, or \\newcommand; they are TeX commands
/* color */
UndefinedColorModel:
"Color model '%1' not defined",
ModelArg1:
"Color values for the %1 model require 3 numbers",
InvalidDecimalNumber:
"Invalid decimal number",
ModelArg2:
"Color values for the %1 model must be between %2 and %3",
InvalidNumber:
"Invalid number",
/* extpfeil */
NewextarrowArg1:
"First argument to %1 must be a control sequence name",
NewextarrowArg2:
"Second argument to %1 must be two integers separated by a comma",
NewextarrowArg3:
"Third argument to %1 must be a unicode character number",
/* mhchem */
NoClosingChar:
"Can't find closing %1", // NOTE: %1 will be ) or } or ]
/* newcommand */
IllegalControlSequenceName:
"Illegal control sequence name for %1",
IllegalParamNumber:
"Illegal number of parameters specified in %1",
DoubleBackSlash:
"\\ must be followed by a control sequence",
CantUseHash2:
"Illegal use of # in template for %1",
SequentialParam:
"Parameters for %1 must be numbered sequentially",
MissingReplacementString:
"Missing replacement string for definition of %1",
MismatchUseDef:
"Use of %1 doesn't match its definition",
RunawayArgument:
"Runaway argument for %1?",
/* verb */
NoClosingDelim:
"Can't find closing delimiter for %1"
}
});
MathJax.Ajax.loadComplete("[MathJax]/localization/en/TeX.js");

View File

@ -0,0 +1,91 @@
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/*************************************************************
*
* MathJax/localization/en/en.js
*
* Copyright (c) 2013 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("en",null,{ // NOTE use correct ISO-639-1 two letter code http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
menuTitle: "English", // NOTE language name; will appear in the MathJax submenu for switching locales
version: "2.2",
isLoaded: true,
domains: {
"_": {
version: "2.2",
isLoaded: true,
strings: {
CookieConfig:
"MathJax has found a user-configuration cookie that includes code to "+
"be run. Do you want to run it?\n\n"+
"(You should press Cancel unless you set up the cookie yourself.)",
MathProcessingError:
"Math Processing Error", // NOTE: MathJax uses 'Math' as a distinct UI choice. Please translate it literally whenever possible.
MathError:
"Math Error", // Error message used in obsolete Accessible configurations
LoadFile:
"Loading %1",
Loading:
"Loading", // NOTE: followed by growing sequence of dots
LoadFailed:
"File failed to load: %1",
ProcessMath:
"Processing Math: %1%%", // NOTE: appears during the conversion process from an input format (e.g., LaTeX, asciimath) to MathJax's internal format
Processing:
"Processing", // NOTE: followed by growing sequence of dots
TypesetMath:
"Typesetting Math: %1%%", // NOTE: appears during the layout process of converting the internal format to the output format
Typesetting:
"Typesetting", // NOTE: followed by growing sequence of dots
MathJaxNotSupported:
"Your browser does not support MathJax" // NOTE: will load when MathJax determines the browser does not have adequate features
}
},
MathMenu: {},
FontWarnings: {},
HelpDialog: {},
TeX: {},
MathML: {},
"HTML-CSS": {}
},
plural: function(n) {
if (n === 1) {return 1} // one
return 2; // other
},
number: function(n) {
// return String(n).replace(".", ","); // replace dot by comma
return n;
}
});
MathJax.Ajax.loadComplete("[MathJax]/localization/en/en.js");