Merge pull request #11 from nivit/master
Add Italian localization files
This commit is contained in:
commit
7ee798cb17
90
unpacked/localization/it/FontWarnings.js
Normal file
90
unpacked/localization/it/FontWarnings.js
Normal file
|
@ -0,0 +1,90 @@
|
|||
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
|
||||
/* vim: set ts=2 et sw=2 tw=80: */
|
||||
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/it/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("it","FontWarnings",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
webFont:
|
||||
"MathJax sta usando dei web font per visualizzare le formule "+
|
||||
"di questa pagina. Tali font richiedono tempo per essere "+
|
||||
"scaricati, perci\u00F2 la pagina sarebbe resa pi\u00F9 velocemente se "+
|
||||
"tu installassi dei font matematici direttamente nella cartella "+
|
||||
"dei font di sistema.",
|
||||
//"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 sta usando dei font immagine invece di quelli locali o dei "+
|
||||
"web font. Questo rallenta la resa oltremodo e le formule potrebbero "+
|
||||
"non essere stampate alla massima risoluzione dalla tua stampante.",
|
||||
//"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 non \u00E8 in grado di trovare un font adatto a visualizzare "+
|
||||
"le formule e i font immagini non sono disponibili; perci\u00F2 "+
|
||||
"utilizzer\u00E1 dei generici caratteri unicode sperando che "+
|
||||
"il tuo browser sia in grado di visualizzarli. Alcuni caratteri "+
|
||||
"potrebbero non essere mostrati correttamente o mancare del tutto.",
|
||||
//"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:
|
||||
"I browser attuali permettono di scaricare i font dal web. "+
|
||||
"Aggiornando il tuo browser a una versione pi\u00F9 recente "+
|
||||
"(o cambiando del tutto browser) la qualit\u00E1 delle formule di "+
|
||||
"questa pagina potrebbe migliorare.",
|
||||
//"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 pu\u00F2 usare sia gli [STIX font](%1) che i [MathJax TeX font](%2). " +
|
||||
"Scarica e installa uno di questi font per avere una resa migliore da MathJax.",
|
||||
//"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:
|
||||
"Questa pagina richiede l'uso degli [STIX font](%1). " +
|
||||
"Scarica e installa i suddetti font per avere una resa migliore da MathJax.",
|
||||
//"This page is designed to use the [STIX fonts](%1). " +
|
||||
//"Download and install those fonts to improve your MathJax experience.",
|
||||
|
||||
TeXPage:
|
||||
"Questa pagina richiede l'uso dei [MathJax TeX font](%1). " +
|
||||
"Scarica e installa i suddetti font per avere una resa migliore da MathJax."
|
||||
//"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/it/FontWarnings.js");
|
53
unpacked/localization/it/HTML-CSS.js
Normal file
53
unpacked/localization/it/HTML-CSS.js
Normal file
|
@ -0,0 +1,53 @@
|
|||
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
|
||||
/* vim: set ts=2 et sw=2 tw=80: */
|
||||
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/it/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("it","HTML-CSS",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
LoadWebFont:
|
||||
"Caricamento web-font %1",
|
||||
//"Loading web-font %1",
|
||||
// NOTE: %1 is the name of a webfont file
|
||||
|
||||
CantLoadWebFont:
|
||||
"Impossibile caricare il web font %1",
|
||||
//"Can't load web font %1",
|
||||
|
||||
FirefoxCantLoadWebFont:
|
||||
"Firefox non pu\u00F2 scaricare i web font dal server remoto",
|
||||
//"Firefox can't load web fonts from a remote host",
|
||||
|
||||
CantFindFontUsing:
|
||||
"Impossibile trovare un font valido tra %1",
|
||||
//"Can't find a valid font using %1", // Note: %1 is a list of font names
|
||||
|
||||
WebFontsNotAvailable:
|
||||
"Web font non disponibili -- font immagini in uso"
|
||||
//"Web-Fonts not available -- using image fonts instead"
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/localization/it/HTML-CSS.js");
|
99
unpacked/localization/it/HelpDialog.js
Normal file
99
unpacked/localization/it/HelpDialog.js
Normal file
|
@ -0,0 +1,99 @@
|
|||
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
|
||||
/* vim: set ts=2 et sw=2 tw=80: */
|
||||
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/it/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("it","HelpDialog",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
Help:
|
||||
"Aiuto su MathJax",
|
||||
//"MathJax Help",
|
||||
|
||||
MathJax:
|
||||
"*MathJax* \u00E8 una libreria JavaScript che permette agli autori di includere " +
|
||||
"formule matematiche nelle loro pagine web. Come lettore, non devi " +
|
||||
"far nulla perch\u00E9 questo accada.",
|
||||
//"*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:
|
||||
"*Browser*: MathJax funziona con tutti i moderni browser inclusi IE6+, " +
|
||||
"Firefox 3+, Chrome 0.2+, Safari 2+, Opera 9.6+ e gran parte di quelli per " +
|
||||
"cellulare.",
|
||||
//"*Browsers*: MathJax works with all modern browsers including IE6+, Firefox 3+, " +
|
||||
//"Chrome 0.2+, Safari 2+, Opera 9.6+ and most mobile browsers.",
|
||||
|
||||
Menu:
|
||||
"*Menu Formule*: MathJax aggiunge un menu contestuale alle equazioni. Fai click " +
|
||||
"col tasto destro del mouse oppure CTRL-click su una qualsiasi formula per " +
|
||||
"accedere a tale menu.",
|
||||
//"*Math Menu*: MathJax adds a contextual menu to equations. Right-click or " +
|
||||
//"CTRL-click on any mathematics to access the menu.",
|
||||
|
||||
ShowMath:
|
||||
"*Mostra formula come* ti permette di visualizzare il codice sorgente " +
|
||||
"per il copia e incolla (in formato MathML o in quello originale).",
|
||||
//"*Show Math As* allows you to view the formula's source markup " +
|
||||
//"for copy & paste (as MathML or in its original format).",
|
||||
|
||||
Settings:
|
||||
"*Impostazioni* permette di controllare le caratteristiche di MathJax, " +
|
||||
"come la grandezza delle formule e il meccanismo usato per mostrare " +
|
||||
"le equazioni.",
|
||||
//"*Settings* gives you control over features of MathJax, such as the " +
|
||||
//"size of the mathematics, and the mechanism used to display equations.",
|
||||
|
||||
Language:
|
||||
"*Lingua* ti permette di selezionare la lingua usata da MathJax nei propri " +
|
||||
"menu e nei messaggi d'avviso.",
|
||||
//"*Language* lets you select the language used by MathJax for its menus " +
|
||||
//"and warning messages.",
|
||||
|
||||
Zoom:
|
||||
"*Zoom formula*: se hai difficolt\u00E1 nella lettura di un'equazione, MathJax pu\u00F2 " +
|
||||
"ingrandirla per permetterti di vederla meglio.",
|
||||
//"*Math Zoom*: If you are having difficulty reading an equation, MathJax can " +
|
||||
//"enlarge it to help you see it better.",
|
||||
|
||||
Accessibilty:
|
||||
"*Accessibilit\u00E1*: MathJax funzioner\u00E1 automaticamente con gli screen reader " +
|
||||
"per rendere le formule accessibili a chi ha problemi di vista.",
|
||||
//"*Accessibility*: MathJax will automatically work with screen readers to make " +
|
||||
//"mathematics accessible to the visually impaired.",
|
||||
|
||||
Fonts:
|
||||
"*Font*: MathJax user\u00E1 certi tipi di font se presenti sul tuo computer; " +
|
||||
"altrimenti usera i web font. Sebbene non sia richiesto, font installati " +
|
||||
"sul proprio computer velocizzeranno l'esecuzione di MathJax. Ti suggeriamo " +
|
||||
"di installare se puoi gli [STIX font](%1)."
|
||||
//"*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/it/HelpDialog.js");
|
98
unpacked/localization/it/MathML.js
Normal file
98
unpacked/localization/it/MathML.js
Normal file
|
@ -0,0 +1,98 @@
|
|||
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
|
||||
/* vim: set ts=2 et sw=2 tw=80: */
|
||||
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/it/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("it","MathML",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
BadMglyph: // NOTE: refers to MathML's mglyph element.
|
||||
"mglyph errato: %1",
|
||||
//"Bad mglyph: %1",
|
||||
|
||||
BadMglyphFont:
|
||||
"Font errato: %1",
|
||||
//"Bad font: %1",
|
||||
|
||||
MathPlayer:
|
||||
"MathJax non \u00E8 stato in grado di avviare MathPlayer.\n\n"+
|
||||
"Se MathPlayer non \u00E8 installato, devi prima installarlo.\n"+
|
||||
"Pu\u00F2 darsi anche che le tue impostazioni di sicurezza stiano impedendo\n"+
|
||||
"l'esecuzione dei controlli ActiveX. Controlla la voce Opzioni Internet\n"+
|
||||
"del menu Strumenti e seleziona il pannello Protezione, quindi premi\n"+
|
||||
"il pulsante 'Livello personalizzato...'. Verifica che siano abilitati\n"+
|
||||
"'Esegui controlli ActiveX e plug-in' e 'Comportamento file binari e script'\n\n"+
|
||||
"Ora come ora vedrai dei messaggi d'errore al posto delle formule.",
|
||||
//"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 non \u00E8 in grado di creare un parser XML per MathML. Verifica che\n"+
|
||||
"l'impostazione 'Esegui script controlli ActiveX contrassegnati come sicuri'\n"+
|
||||
"sia abilitata (usa la voce Opzioni Internet nel menu Strumenti,\n"+
|
||||
"e seleziona il pannello Sicurezza, quindi premi il pulsante\n"+
|
||||
"'Livello personalizzato...' per far questo).\n\n"+
|
||||
"Le equazioni in MathML non potranno essere elaborate da MathJax.",
|
||||
//"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:
|
||||
"Tipo di nodo sconosciuto: %1",
|
||||
//"Unknown node type: %1", // NOTE: refers to XML nodes
|
||||
|
||||
UnexpectedTextNode:
|
||||
"Nodo di testo non previsto: %1",
|
||||
//"Unexpected text node: %1",
|
||||
|
||||
ErrorParsingMathML:
|
||||
"Errore nell'analisi di MathML",
|
||||
//"Error parsing MathML",
|
||||
|
||||
ParsingError:
|
||||
"Errore nell'analisi di MathML: %1",
|
||||
//"Error parsing MathML: %1",
|
||||
|
||||
MathMLSingleElement:
|
||||
"MathML deve essere formato da un singolo elemento",
|
||||
//"MathML must be formed by a single element",
|
||||
|
||||
MathMLRootElement:
|
||||
"MathML deve essere formato da un elemento <math>, non %1"
|
||||
//"MathML must be formed by a <math> element, not %1"
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/localization/it/MathML.js");
|
188
unpacked/localization/it/MathMenu.js
Normal file
188
unpacked/localization/it/MathMenu.js
Normal file
|
@ -0,0 +1,188 @@
|
|||
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
|
||||
/* vim: set ts=2 et sw=2 tw=80: */
|
||||
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/it/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("it","MathMenu",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
Show: "Mostra formula come",
|
||||
MathMLcode: "Codice MathML", // NOTE: This menu item shows the MathML code that MathJax has produced internally (sanitized, indented etc)
|
||||
OriginalMathML: "MathML originale", // NOTE: This menu item shows the MathML code if that was originally in the page source
|
||||
TeXCommands: "Comandi TeX", // NOTE: This menu item shows the TeX code if that was originally in the page source
|
||||
AsciiMathInput: "Input AsciiMathML", // NOTE: This menu item shows the asciimath code if that was originally in the page source
|
||||
Original: "Modulo originale", // 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: "Messaggio d'errore", // NOTE: This menu item shows the error message if MathJax fails to process the source
|
||||
texHints: "Aggiungi suggerimenti Tex a MathML", // NOTE: This menu option adds comments to the code produced by 'MathMLCode'
|
||||
Settings: "Impostazioni formule",
|
||||
ZoomTrigger: "Attivazione zoom", // NOTE: This menu determines how MathJax's zoom is triggered
|
||||
Hover: "Sopra",
|
||||
Click: "Click",
|
||||
DoubleClick: "Doppio-Click",
|
||||
NoZoom: "Niente zoom",
|
||||
TriggerRequires: "L'attivazione richiede:", // 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: "Fattore di zoom",
|
||||
Renderer: "Processore per le formule", // NOTE: This menu changes the output processor used by MathJax
|
||||
MPHandles: "Affida a MathPlayer", // NOTE: MathJax recognizes MathPlayer when present. This submenu deals with MathJax/MathPlayer interaction.
|
||||
MenuEvents: "Eventi menu", // NOTE: refers to contextual menu selections
|
||||
MouseEvents: "Eventi mouse", // NOTE: refers to mouse clicks
|
||||
MenuAndMouse: "Eventi mouse e menu",
|
||||
FontPrefs: "Preferenze font", // NOTE: This menu item allows selection of the font to use (and is mostly for development purposes)
|
||||
ForHTMLCSS: "Per HTML-CSS:",
|
||||
Auto: "Auto",
|
||||
TeXLocal: "TeX (locale)", // NOTE: 'TeX' refers to the MathJax fonts
|
||||
TeXWeb: "TeX (web)",
|
||||
TeXImage: "TeX (immagini)",
|
||||
STIXLocal: "STIX (locale)",
|
||||
ContextMenu: "Menu contestuale",
|
||||
Browser: "Browser",
|
||||
Scale: "Scala tutte le formule...", // NOTE: This menu item allows users to set a scaling factor for the MathJax output (relative to the surrounding content)
|
||||
Discoverable: "Evidenzia al passaggio",
|
||||
Locale: "Lingua",
|
||||
LoadLocale: "Scarica dall'URL ...",
|
||||
About: "Informazioni su MathJax",
|
||||
Help: "Aiuto di MathJax",
|
||||
|
||||
localTeXfonts: "usare font TeX locale", // NOTE: This section deals with the 'About' overlay popup
|
||||
webTeXfonts: "usare font Tex dal web",
|
||||
imagefonts: "usare font immagine",
|
||||
localSTIXfonts: "usare font STIX locale",
|
||||
webSVGfonts: "usare font SVG dal web",
|
||||
genericfonts: "usare generici font unicode",
|
||||
|
||||
wofforotffonts: "font woff oppure otf",
|
||||
eotffonts: "font eot",
|
||||
svgfonts: "font svg",
|
||||
|
||||
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
|
||||
"Il tuo browser non sembra supportare MathML nativamente, "+
|
||||
"perci\u00F2 il passaggio ora all'output MathML potrebbe rendere "+
|
||||
"illegibili le formule della pagina.",
|
||||
//"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 richiede il plugin MathPlayer " +
|
||||
"per processare output MathML.",
|
||||
//"Internet Explorer requires the MathPlayer plugin " +
|
||||
//"in order to process MathML output.",
|
||||
|
||||
OperaNativeMMLWarning:
|
||||
"Il supporto di Opera a MathML \u00E8 limitato, perci\u00F2 passando ora " +
|
||||
"all'output MathML potrebbe succedere che alcune espressioni " +
|
||||
"siano rese in modo scadente.",
|
||||
//"Opera's support for MathML is limited, so switching to " +
|
||||
//"MathML output may cause some expressions to render poorly.",
|
||||
|
||||
SafariNativeMMLWarning:
|
||||
"L'implementazione di MathML del tuo browser non comprende tutte " +
|
||||
"le caratteristiche usate da MathJax, perci\u00F2 alcune espressioni " +
|
||||
"potrebbero non essere visualizzate perfettamente.",
|
||||
//"Your browser's native MathML does not implement all the features " +
|
||||
//"used by MathJax, so some expressions may not render properly.",
|
||||
|
||||
FirefoxNativeMMLWarning:
|
||||
"L'implementazione di MathML del tuo browser non comprende tutte " +
|
||||
"le caratteristiche usate da MathJax, perci\u00F2 alcune espressioni " +
|
||||
"potrebbero non essere visualizzate perfettamente.",
|
||||
//"Your browser's native MathML does not implement all the features " +
|
||||
//"used by MathJax, so some expressions may not render properly.",
|
||||
|
||||
MSIESVGWarning:
|
||||
"SVG non \u00E8 implementato nelle versioni precedenti IE9 " +
|
||||
"oppure quando si sta emulando IE8 o precedenti. " +
|
||||
"Passando all'output SVG le formule non saranno " +
|
||||
"visualizzate correttamente.",
|
||||
//"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:
|
||||
"Scaricamento traduzione da questo indirizzo:",
|
||||
//"Load translation data from this URL:",
|
||||
|
||||
BadURL:
|
||||
"L'indirizzo dovrebbe puntare a un file Javascript con una traduzione di MathJax. " +
|
||||
"I nomi di file Javascript dovrebbero avere estensione '.js'",
|
||||
//"The URL should be for a javascript file that defines MathJax translation data. " +
|
||||
//"Javascript file names should end with '.js'",
|
||||
|
||||
BadData:
|
||||
"Impossibile scaricare la traduzione da %1",
|
||||
//"Failed to load translation data from %1",
|
||||
|
||||
SwitchAnyway:
|
||||
"Passare comunque a questo interprete?\n\n" +
|
||||
"(Premi OK per cambiare, ANNULLA per continuare con la modalit\u00E1 corrente",
|
||||
//"Switch the renderer anyway?\n\n" +
|
||||
//"(Press OK to switch, CANCEL to continue with the current renderer)",
|
||||
|
||||
ScaleMath:
|
||||
"Scala tutte le formule (comparate al testo circostante) del",
|
||||
//"Scale all mathematics (compared to surrounding text) by", // NOTE: This section deals with 'MathJax menu-> Scale all math'
|
||||
|
||||
NonZeroScale:
|
||||
"Il fattore di scala non deve essere zero",
|
||||
//"The scale should not be zero",
|
||||
|
||||
PercentScale:
|
||||
"Il fattore di scala deve essere in percentuale (es. 120%%)",
|
||||
//"The scale should be a percentage (e.g., 120%%)",
|
||||
|
||||
IE8warning: // NOTE: This section deals with MathPlayer and menu/mouse event handling
|
||||
"Questo disabiliter\u00E1 il menu di MathJax e la possibilit\u00E1 di zoom, " +
|
||||
"puoi per\u00F2 accedere lo stesso al menu con Alt-Click su una formula.\n\n" +
|
||||
"Cambiare davvero le impostazioni di MathPlayer?",
|
||||
//"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:
|
||||
"Il menu contestuale di MathJax verr\u00E1 disabilitato, ma puoi " +
|
||||
"sempre premere Alt-Click sopra una formula per accedervi comunque.",
|
||||
//"The MathJax contextual menu will be disabled, but you can " +
|
||||
//"Alt-Click on an expression to obtain the MathJax menu instead.",
|
||||
|
||||
NoOriginalForm:
|
||||
"Modulo originale non disponibile",
|
||||
//"No original form available", // NOTE: This refers to missing source formats when using 'MathJax Menu -> show math as"
|
||||
|
||||
Close:
|
||||
"Chiudi",
|
||||
//"Close", // NOTE: for closing button in the 'MathJax Menu => SHow Math As' window.
|
||||
|
||||
EqSource:
|
||||
"Codice sorgente formula MathJax"
|
||||
//"MathJax Equation Source"
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/localization/it/MathMenu.js");
|
340
unpacked/localization/it/TeX.js
Normal file
340
unpacked/localization/it/TeX.js
Normal file
|
@ -0,0 +1,340 @@
|
|||
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
|
||||
/* vim: set ts=2 et sw=2 tw=80: */
|
||||
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/it/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("it","TeX",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
ExtraOpenMissingClose:
|
||||
"Graffa d'apertura in pi\u00F9 o di chiusura mancante",
|
||||
//"Extra open brace or missing close brace", // NOTE: TeX commands use braces and brackets as delimiters
|
||||
|
||||
ExtraCloseMissingOpen:
|
||||
"Graffa di chiusura in pi\u00F9 o d'apertura mancante",
|
||||
//"Extra close brace or missing open brace",
|
||||
|
||||
MissingLeftExtraRight:
|
||||
"Comando \\left mancante oppure \\right extra",
|
||||
//"Missing \\left or extra \\right", // NOTE: do not translate \\left and \\right; they are TeX commands
|
||||
|
||||
MissingScript:
|
||||
"Argomento per l'esponente o per l'indice mancante",
|
||||
//"Missing superscript or subscript argument",
|
||||
|
||||
ExtraLeftMissingRight:
|
||||
"Comando \\left extra oppure \\right mancante",
|
||||
//"Extra \\left or missing \\right", // NOTE: do not translate \\left and \\right; they are TeX commands
|
||||
|
||||
Misplaced:
|
||||
"%1 mal posizionato",
|
||||
//"Misplaced %1",
|
||||
|
||||
MissingOpenForSub:
|
||||
"Graffa d'apertura per l'indice mancante",
|
||||
//"Missing open brace for subscript",
|
||||
|
||||
MissingOpenForSup:
|
||||
"Graffa d'apertura per l'esponente mancante",
|
||||
//"Missing open brace for superscript",
|
||||
|
||||
AmbiguousUseOf:
|
||||
"Uso ambiguo di %1",
|
||||
//"Ambiguous use of %1",// NOTE: %1 will be a TeX command
|
||||
|
||||
EnvBadEnd:
|
||||
"\\begin{%1} terminato con \\end{%2}",
|
||||
//"\\begin{%1} ended with \\end{%2}", // NOTE: do not translate \\begin{%1} and \\end{%1}; they are TeX commands
|
||||
|
||||
EnvMissingEnd:
|
||||
"\\end{%1} mancante",
|
||||
//"Missing \\end{%1}", // NOTE: do not translate \\end
|
||||
|
||||
MissingBoxFor:
|
||||
"Box per %1 mancante",
|
||||
//"Missing box for %1", //NOTE: refers to TeX boxes
|
||||
|
||||
MissingCloseBrace:
|
||||
"Graffa di chiusura mancante",
|
||||
//"Missing close brace",
|
||||
|
||||
UndefinedControlSequence:
|
||||
"Sequenza di controllo %1 indefinita",
|
||||
//"Undefined control sequence %1", // NOTE: %1 will be a TeX command
|
||||
|
||||
DoubleExponent:
|
||||
"Esponente doppio: usa le parentesi per distinguerli",
|
||||
//"Double exponent: use braces to clarify", // NOTE: example: x^3^2 should be x^{3^2} or {x^3}^2
|
||||
|
||||
DoubleSubscripts:
|
||||
"Doppio indice: usa le parentesi per distinguerli",
|
||||
//"Double subscripts: use braces to clarify",
|
||||
|
||||
DoubleExponentPrime:
|
||||
"Simbolo di primo visto come secondo esponente: usa le parentesi per chiarire",
|
||||
//"Prime causes double exponent: use braces to clarify", // NOTE: example: x^a' should be {x^a}' or x^{a'}
|
||||
|
||||
CantUseHash1:
|
||||
"Non puoi usare il carattere # come parametro delle macro in modalit\u00E1 matematica",
|
||||
//"You can't use 'macro parameter character #' in math mode", // NOTE: '#' is used in TeX macros
|
||||
|
||||
MisplacedMiddle:
|
||||
"%1 deve trovarsi tra \\left e \\right",
|
||||
//"%1 must be within \\left and \\right", // NOTE: do not translate \\left and \\right; they are TeX commands
|
||||
|
||||
MisplacedLimits:
|
||||
"%1 \u00E8 consentito solo con operatori",
|
||||
//"%1 is allowed only on operators", // NOTE: %1 will be \limits
|
||||
|
||||
MisplacedMoveRoot:
|
||||
"%1 pu\u00F2 appare solo sotto radice",
|
||||
//"%1 can appear only within a root", // NOTE: %1 will be \uproot or \leftroot
|
||||
|
||||
MultipleCommand:
|
||||
"%1 multipli",
|
||||
//"Multiple %1", // NOTE: happens when a command or token can only be present once, e.g., \tag{}
|
||||
|
||||
IntegerArg:
|
||||
"L'argomento di %1 deve essere un intero",
|
||||
//"The argument to %1 must be an integer",
|
||||
|
||||
NotMathMLToken:
|
||||
"%1 non \u00E8 un token",
|
||||
//"%1 is not a token element", // NOTE: MathJax has a non-standard \mmltoken command to insert MathML token elements
|
||||
|
||||
InvalidMathMLAttr:
|
||||
"Attributo MathML non valido: %1",
|
||||
//"Invalid MathML attribute: %1", // NOTE: MathJax has non standard MathML and HTML related commands which can contain attributes
|
||||
|
||||
UnknownAttrForElement:
|
||||
"%1 non \u00E8 un attributo riconosciuto per %2",
|
||||
//"%1 is not a recognized attribute for %2",
|
||||
|
||||
MaxMacroSub1:
|
||||
"Numero massimo per le sostituzioni di macro superato da MathJax; " +
|
||||
//"MathJax maximum macro substitution count exceeded; " + // NOTE: MathJax limits the number of macro substitutions to prevent infinite loops
|
||||
"forse una chiamata di macro ricorsiva?",
|
||||
//"is there a recursive macro call?",
|
||||
|
||||
MaxMacroSub2:
|
||||
"Numero massimo per le sostituzioni superato da MathJax; " +
|
||||
//"MathJax maximum substitution count exceeded; " + // NOTE: MathJax limits the number of nested environements to prevent infinite loops
|
||||
"forse un'ambiente LaTeX ricorsivo?",
|
||||
//"is there a recursive latex environment?",
|
||||
|
||||
MissingArgFor:
|
||||
"Argomento di %1 mancante",
|
||||
//"Missing argument for %1", // NOTE: %1 will be a macro name
|
||||
|
||||
ExtraAlignTab:
|
||||
"Tabulazione d'allineamento extra nel testo di \\cases",
|
||||
//"Extra alignment tab in \\cases text", // NOTE: do not translate \\cases; it is a TeX command
|
||||
|
||||
BracketMustBeDimension:
|
||||
"L'argomento tra parentesi per %1 deve essere una dimensione",
|
||||
//"Bracket argument to %1 must be a dimension",
|
||||
|
||||
InvalidEnv:
|
||||
"Nome d'ambiente non valido '%1'",
|
||||
//"Invalid environment name '%1'",
|
||||
|
||||
UnknownEnv:
|
||||
"Ambiente sconosciuto '%1'",
|
||||
//"Unknown environment '%1'",
|
||||
|
||||
ExtraClose:
|
||||
"Graffa di chiusura extra",
|
||||
//"Extra close brace",
|
||||
|
||||
ExtraCloseLooking:
|
||||
"Graffa di chiusura extra durante la ricerca di %1",
|
||||
//"Extra close brace while looking for %1",
|
||||
|
||||
MissingCloseBracket:
|
||||
"Parentesi ] per l'argomento di %1 non trovata",
|
||||
//"Couldn't find closing ']' for argument to %1",
|
||||
|
||||
MissingOrUnrecognizedDelim:
|
||||
"Delimitatore per %1 mancante o non riconosciuto",
|
||||
//"Missing or unrecognized delimiter for %1",
|
||||
|
||||
MissingDimOrUnits:
|
||||
"Dimensione o sue unit\u00E1 mancanti per %1",
|
||||
//"Missing dimension or its units for %1",
|
||||
|
||||
TokenNotFoundForCommand:
|
||||
"Impossibile trovare %1 per %2",
|
||||
//"Couldn't find %1 for %2", // NOTE: %1 is a token (e.g.,macro or symbol) and %2 is a macro name
|
||||
|
||||
MathNotTerminated:
|
||||
"Formula non terminata in box di testo",
|
||||
//"Math not terminated in text box",
|
||||
|
||||
IllegalMacroParam:
|
||||
"Riferimento a un parametro di macro illegale",
|
||||
//"Illegal macro parameter reference",
|
||||
|
||||
MaxBufferSize:
|
||||
"Dimensione del buffer interno di MathJax superato; chiamata di macro ricorsiva?",
|
||||
//"MathJax internal buffer size exceeded; is there a recursive macro call?",
|
||||
|
||||
/* AMSmath */
|
||||
|
||||
CommandNotAllowedInEnv:
|
||||
"%1 non \u00E8 consentito nell'ambiente %2",
|
||||
//"%1 not allowed in %2 environment",
|
||||
|
||||
MultipleLabel:
|
||||
"Etichetta '%1' definita pi\u00F9 volte",
|
||||
//"Label '%1' multiply defined",
|
||||
|
||||
CommandAtTheBeginingOfLine:
|
||||
"%1 deve trovarsi all'inizio della riga",
|
||||
//"%1 must come at the beginning of the line", // NOTE: %1 will be a macro name
|
||||
|
||||
IllegalAlign:
|
||||
"Allineamento specificato in %1 illegale",
|
||||
//"Illegal alignment specified in %1", // NOTE: %1 will be an environment name
|
||||
|
||||
BadMathStyleFor:
|
||||
"Stile math inadatto a %1",
|
||||
//"Bad math style for %1",
|
||||
|
||||
PositiveIntegerArg:
|
||||
"L'argomento di %1 deve essere un intero positivo",
|
||||
//"Argument to %1 must me a positive integer",
|
||||
|
||||
ErroneousNestingEq:
|
||||
"Annidamento di strutture di equazioni errato",
|
||||
//"Erroneous nesting of equation structures",
|
||||
|
||||
MultlineRowsOneCol:
|
||||
"Le righe nell'ambiente %1 devono avere esattamente una colonna",
|
||||
//"The rows within the %1 environment must have exactly one column",
|
||||
|
||||
/* bbox */
|
||||
|
||||
MultipleBBoxProperty:
|
||||
"%1 specificato due volte in %2",
|
||||
//"%1 specified twice in %2",
|
||||
|
||||
InvalidBBoxProperty:
|
||||
"'%1' non sembra un colore, una spaziatura o uno stile",
|
||||
//"'%1' doesn't look like a color, a padding dimension, or a style",
|
||||
|
||||
/* begingroup */
|
||||
|
||||
ExtraEndMissingBegin:
|
||||
"%1 extra oppure \\begingroup mancante",
|
||||
//"Extra %1 or missing \\begingroup", // NOTE: do not translate \\begingroup
|
||||
|
||||
GlobalNotFollowedBy:
|
||||
"%1 non seguito da \\let, \\def o \\newcommand",
|
||||
//"%1 not followed by \\let, \\def, or \\newcommand", // NOTE: do not translate \\let, \\def, or \\newcommand; they are TeX commands
|
||||
|
||||
/* color */
|
||||
|
||||
UndefinedColorModel:
|
||||
"Modello colore '%1' non definito",
|
||||
//"Color model '%1' not defined",
|
||||
|
||||
ModelArg1:
|
||||
"I valori di colore per il modello %1 richiedono tre numeri",
|
||||
//"Color values for the %1 model require 3 numbers",
|
||||
|
||||
InvalidDecimalNumber:
|
||||
"Numero decimale non valido",
|
||||
//"Invalid decimal number",
|
||||
|
||||
ModelArg2:
|
||||
"I valori di colore per il modello %1 devono essere compresi tra %2 e %3",
|
||||
//"Color values for the %1 model must be between %2 and %3",
|
||||
|
||||
InvalidNumber:
|
||||
"Numero non valido",
|
||||
//"Invalid number",
|
||||
|
||||
/* extpfeil */
|
||||
|
||||
NewextarrowArg1:
|
||||
"Il primo argomento di %1 deve essere il nome di una sequenza di controllo",
|
||||
//"First argument to %1 must be a control sequence name",
|
||||
|
||||
NewextarrowArg2:
|
||||
"Il secondo argomento di %1 devono essere due numeri separati da una virgola",
|
||||
//"Second argument to %1 must be two integers separated by a comma",
|
||||
|
||||
NewextarrowArg3:
|
||||
"Il terzo argomento di %1 deve essere un codice di un carattere unicode",
|
||||
//"Third argument to %1 must be a unicode character number",
|
||||
|
||||
/* mhchem */
|
||||
|
||||
NoClosingChar:
|
||||
"Impossibile trovare la parentesi di chiusura %1",
|
||||
//"Can't find closing %1", // NOTE: %1 will be ) or } or ]
|
||||
|
||||
/* newcommand */
|
||||
|
||||
IllegalControlSequenceName:
|
||||
"Nome sequenza di controllo illegale per %1",
|
||||
//"Illegal control sequence name for %1",
|
||||
|
||||
IllegalParamNumber:
|
||||
"Numero di parametri specificato in %1 illegale",
|
||||
//"Illegal number of parameters specified in %1",
|
||||
|
||||
DoubleBackSlash:
|
||||
"\\ deve essere seguito da una sequenza di controllo",
|
||||
//"\\ must be followed by a control sequence",
|
||||
|
||||
CantUseHash2:
|
||||
"Uso di # non consentito nel modello di %1",
|
||||
//"Illegal use of # in template for %1",
|
||||
|
||||
SequentialParam:
|
||||
"I parametri per %1 devono essere numerati consecutivamente",
|
||||
//"Parameters for %1 must be numbered sequentially",
|
||||
|
||||
MissingReplacementString:
|
||||
"Stringa di sostituzione per la definizione di %1 mancante",
|
||||
//"Missing replacement string for definition of %1",
|
||||
|
||||
MismatchUseDef:
|
||||
"L'uso di %1 non combacia con la sua definizione",
|
||||
//"Use of %1 doesn't match its definition",
|
||||
|
||||
RunawayArgument:
|
||||
"Perso un argomento per %1?",
|
||||
//"Runaway argument for %1?",
|
||||
|
||||
/* verb */
|
||||
|
||||
NoClosingDelim:
|
||||
"Impossibile trovare delimitatore di chiusura per %1",
|
||||
//"Can't find closing delimiter for %1"
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/localization/it/TeX.js");
|
104
unpacked/localization/it/it.js
Normal file
104
unpacked/localization/it/it.js
Normal file
|
@ -0,0 +1,104 @@
|
|||
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
|
||||
/* vim: set ts=2 et sw=2 tw=80: */
|
||||
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/localization/it/it.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("it",null,{ // NOTE use correct ISO-639-1 two letter code http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
||||
menuTitle: "Italiano", // 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 ha trovato un cookie di configurazione utente che include del "+
|
||||
"codice eseguibile. Vuoi eseguirlo?\n\n"+
|
||||
"(Premi Annulla a meno che non l'abbia effettivamente impostato tu.)",
|
||||
//"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:
|
||||
"Errore elaborazione della formula",
|
||||
//"Math Processing Error", // NOTE: MathJax uses 'Math' as a distinct UI choice. Please translate it literally whenever possible.
|
||||
|
||||
MathError:
|
||||
"Errore nella formula"
|
||||
//"Math Error", // Error message used in obsolete Accessible configurations
|
||||
|
||||
LoadFile:
|
||||
"Caricamento %1",
|
||||
//"Loading %1",
|
||||
|
||||
Loading:
|
||||
"Caricamento",
|
||||
//"Loading", // NOTE: followed by growing sequence of dots
|
||||
|
||||
LoadFailed:
|
||||
"Caricamento del file fallito: %1",
|
||||
//"File failed to load: %1",
|
||||
|
||||
ProcessMath:
|
||||
"Elaborazione formula: %1%%",
|
||||
//"Processing Math: %1%%", // NOTE: appears during the conversion process from an input format (e.g., LaTeX, asciimath) to MathJax's internal format
|
||||
|
||||
Processing:
|
||||
"Elaborazione in corso",
|
||||
//"Processing", // NOTE: followed by growing sequence of dots
|
||||
|
||||
TypesetMath:
|
||||
"Composizione della formula: %1%%",
|
||||
//"Typesetting Math: %1%%", // NOTE: appears during the layout process of converting the internal format to the output format
|
||||
|
||||
Typesetting:
|
||||
"Composizione",
|
||||
//"Typesetting", // NOTE: followed by growing sequence of dots
|
||||
|
||||
MathJaxNotSupported:
|
||||
"Il tuo browser non supporta MathJax"
|
||||
//"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/it/it.js");
|
Loading…
Reference in New Issue
Block a user