Skip to content

Commit 7ee798c

Browse files
committed
Merge pull request #11 from nivit/master
Add Italian localization files
2 parents 1065cbb + 8772e0d commit 7ee798c

File tree

7 files changed

+972
-0
lines changed

7 files changed

+972
-0
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
2+
/* vim: set ts=2 et sw=2 tw=80: */
3+
4+
/*************************************************************
5+
*
6+
* MathJax/localization/it/FontWarnings.js
7+
*
8+
* Copyright (c) 2013 The MathJax Consortium
9+
*
10+
* Licensed under the Apache License, Version 2.0 (the "License");
11+
* you may not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
13+
*
14+
* http://www.apache.org/licenses/LICENSE-2.0
15+
*
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS,
18+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
21+
*
22+
*/
23+
24+
MathJax.Localization.addTranslation("it","FontWarnings",{
25+
version: "2.2",
26+
isLoaded: true,
27+
strings: {
28+
29+
webFont:
30+
"MathJax sta usando dei web font per visualizzare le formule "+
31+
"di questa pagina. Tali font richiedono tempo per essere "+
32+
"scaricati, perci\u00F2 la pagina sarebbe resa pi\u00F9 velocemente se "+
33+
"tu installassi dei font matematici direttamente nella cartella "+
34+
"dei font di sistema.",
35+
//"MathJax is using web-based fonts to display the mathematics "+
36+
//"on this page. These take time to download, so the page would "+
37+
//"render faster if you installed math fonts directly in your "+
38+
//"system's font folder.",
39+
40+
imageFonts:
41+
"MathJax sta usando dei font immagine invece di quelli locali o dei "+
42+
"web font. Questo rallenta la resa oltremodo e le formule potrebbero "+
43+
"non essere stampate alla massima risoluzione dalla tua stampante.",
44+
//"MathJax is using its image fonts rather than local or web-based fonts. "+
45+
//"This will render slower than usual, and the mathematics may not print "+
46+
//"at the full resolution of your printer.",
47+
48+
noFonts:
49+
"MathJax non \u00E8 in grado di trovare un font adatto a visualizzare "+
50+
"le formule e i font immagini non sono disponibili; perci\u00F2 "+
51+
"utilizzer\u00E1 dei generici caratteri unicode sperando che "+
52+
"il tuo browser sia in grado di visualizzarli. Alcuni caratteri "+
53+
"potrebbero non essere mostrati correttamente o mancare del tutto.",
54+
//"MathJax is unable to locate a font to use to display "+
55+
//"its mathematics, and image fonts are not available, so it "+
56+
//"is falling back on generic unicode characters in hopes that "+
57+
//"your browser will be able to display them. Some characters "+
58+
//"may not show up properly, or possibly not at all.",
59+
60+
webFonts:
61+
"I browser attuali permettono di scaricare i font dal web. "+
62+
"Aggiornando il tuo browser a una versione pi\u00F9 recente "+
63+
"(o cambiando del tutto browser) la qualit\u00E1 delle formule di "+
64+
"questa pagina potrebbe migliorare.",
65+
//"Most modern browsers allow for fonts to be downloaded over the web. "+
66+
//"Updating to a more recent version of your browser (or changing "+
67+
//"browsers) could improve the quality of the mathematics on this page.",
68+
69+
fonts:
70+
"MathJax pu\u00F2 usare sia gli [STIX font](%1) che i [MathJax TeX font](%2). " +
71+
"Scarica e installa uno di questi font per avere una resa migliore da MathJax.",
72+
//"MathJax can use either the [STIX fonts](%1) or the [MathJax TeX fonts](%2). " +
73+
//"Download and install one of those fonts to improve your MathJax experience.",
74+
75+
STIXPage:
76+
"Questa pagina richiede l'uso degli [STIX font](%1). " +
77+
"Scarica e installa i suddetti font per avere una resa migliore da MathJax.",
78+
//"This page is designed to use the [STIX fonts](%1). " +
79+
//"Download and install those fonts to improve your MathJax experience.",
80+
81+
TeXPage:
82+
"Questa pagina richiede l'uso dei [MathJax TeX font](%1). " +
83+
"Scarica e installa i suddetti font per avere una resa migliore da MathJax."
84+
//"This page is designed to use the [MathJax TeX fonts](%1). " +
85+
//"Download and install those fonts to improve your MathJax experience."
86+
87+
}
88+
});
89+
90+
MathJax.Ajax.loadComplete("[MathJax]/localization/it/FontWarnings.js");

unpacked/localization/it/HTML-CSS.js

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
2+
/* vim: set ts=2 et sw=2 tw=80: */
3+
4+
/*************************************************************
5+
*
6+
* MathJax/localization/it/HTML-CSS.js
7+
*
8+
* Copyright (c) 2013 The MathJax Consortium
9+
*
10+
* Licensed under the Apache License, Version 2.0 (the "License");
11+
* you may not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
13+
*
14+
* http://www.apache.org/licenses/LICENSE-2.0
15+
*
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS,
18+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
21+
*
22+
*/
23+
24+
MathJax.Localization.addTranslation("it","HTML-CSS",{
25+
version: "2.2",
26+
isLoaded: true,
27+
strings: {
28+
29+
LoadWebFont:
30+
"Caricamento web-font %1",
31+
//"Loading web-font %1",
32+
// NOTE: %1 is the name of a webfont file
33+
34+
CantLoadWebFont:
35+
"Impossibile caricare il web font %1",
36+
//"Can't load web font %1",
37+
38+
FirefoxCantLoadWebFont:
39+
"Firefox non pu\u00F2 scaricare i web font dal server remoto",
40+
//"Firefox can't load web fonts from a remote host",
41+
42+
CantFindFontUsing:
43+
"Impossibile trovare un font valido tra %1",
44+
//"Can't find a valid font using %1", // Note: %1 is a list of font names
45+
46+
WebFontsNotAvailable:
47+
"Web font non disponibili -- font immagini in uso"
48+
//"Web-Fonts not available -- using image fonts instead"
49+
50+
}
51+
});
52+
53+
MathJax.Ajax.loadComplete("[MathJax]/localization/it/HTML-CSS.js");
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
2+
/* vim: set ts=2 et sw=2 tw=80: */
3+
4+
/*************************************************************
5+
*
6+
* MathJax/localization/it/HelpDialog.js
7+
*
8+
* Copyright (c) 2013 The MathJax Consortium
9+
*
10+
* Licensed under the Apache License, Version 2.0 (the "License");
11+
* you may not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
13+
*
14+
* http://www.apache.org/licenses/LICENSE-2.0
15+
*
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS,
18+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
21+
*
22+
*/
23+
24+
MathJax.Localization.addTranslation("it","HelpDialog",{
25+
version: "2.2",
26+
isLoaded: true,
27+
strings: {
28+
29+
Help:
30+
"Aiuto su MathJax",
31+
//"MathJax Help",
32+
33+
MathJax:
34+
"*MathJax* \u00E8 una libreria JavaScript che permette agli autori di includere " +
35+
"formule matematiche nelle loro pagine web. Come lettore, non devi " +
36+
"far nulla perch\u00E9 questo accada.",
37+
//"*MathJax* is a JavaScript library that allows page authors to include " + // NOTE: Markdown syntax *...*
38+
//"mathematics within their web pages. As a reader, you don't need to do " +
39+
//"anything to make that happen.",
40+
41+
Browsers:
42+
"*Browser*: MathJax funziona con tutti i moderni browser inclusi IE6+, " +
43+
"Firefox 3+, Chrome 0.2+, Safari 2+, Opera 9.6+ e gran parte di quelli per " +
44+
"cellulare.",
45+
//"*Browsers*: MathJax works with all modern browsers including IE6+, Firefox 3+, " +
46+
//"Chrome 0.2+, Safari 2+, Opera 9.6+ and most mobile browsers.",
47+
48+
Menu:
49+
"*Menu Formule*: MathJax aggiunge un menu contestuale alle equazioni. Fai click " +
50+
"col tasto destro del mouse oppure CTRL-click su una qualsiasi formula per " +
51+
"accedere a tale menu.",
52+
//"*Math Menu*: MathJax adds a contextual menu to equations. Right-click or " +
53+
//"CTRL-click on any mathematics to access the menu.",
54+
55+
ShowMath:
56+
"*Mostra formula come* ti permette di visualizzare il codice sorgente " +
57+
"per il copia e incolla (in formato MathML o in quello originale).",
58+
//"*Show Math As* allows you to view the formula's source markup " +
59+
//"for copy & paste (as MathML or in its original format).",
60+
61+
Settings:
62+
"*Impostazioni* permette di controllare le caratteristiche di MathJax, " +
63+
"come la grandezza delle formule e il meccanismo usato per mostrare " +
64+
"le equazioni.",
65+
//"*Settings* gives you control over features of MathJax, such as the " +
66+
//"size of the mathematics, and the mechanism used to display equations.",
67+
68+
Language:
69+
"*Lingua* ti permette di selezionare la lingua usata da MathJax nei propri " +
70+
"menu e nei messaggi d'avviso.",
71+
//"*Language* lets you select the language used by MathJax for its menus " +
72+
//"and warning messages.",
73+
74+
Zoom:
75+
"*Zoom formula*: se hai difficolt\u00E1 nella lettura di un'equazione, MathJax pu\u00F2 " +
76+
"ingrandirla per permetterti di vederla meglio.",
77+
//"*Math Zoom*: If you are having difficulty reading an equation, MathJax can " +
78+
//"enlarge it to help you see it better.",
79+
80+
Accessibilty:
81+
"*Accessibilit\u00E1*: MathJax funzioner\u00E1 automaticamente con gli screen reader " +
82+
"per rendere le formule accessibili a chi ha problemi di vista.",
83+
//"*Accessibility*: MathJax will automatically work with screen readers to make " +
84+
//"mathematics accessible to the visually impaired.",
85+
86+
Fonts:
87+
"*Font*: MathJax user\u00E1 certi tipi di font se presenti sul tuo computer; " +
88+
"altrimenti usera i web font. Sebbene non sia richiesto, font installati " +
89+
"sul proprio computer velocizzeranno l'esecuzione di MathJax. Ti suggeriamo " +
90+
"di installare se puoi gli [STIX font](%1)."
91+
//"*Fonts*: MathJax will use certain math fonts if they are installed on your " +
92+
//"computer; otherwise, it will use web-based fonts. Although not required, " +
93+
//"locally installed fonts will speed up typesetting. We suggest installing " +
94+
//"the [STIX fonts](%1)." // NOTE: Markdown syntax for links. %1 is a URL to the STIX fonts
95+
96+
}
97+
});
98+
99+
MathJax.Ajax.loadComplete("[MathJax]/localization/it/HelpDialog.js");

unpacked/localization/it/MathML.js

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
2+
/* vim: set ts=2 et sw=2 tw=80: */
3+
4+
/*************************************************************
5+
*
6+
* MathJax/localization/it/MathML.js
7+
*
8+
* Copyright (c) 2013 The MathJax Consortium
9+
*
10+
* Licensed under the Apache License, Version 2.0 (the "License");
11+
* you may not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
13+
*
14+
* http://www.apache.org/licenses/LICENSE-2.0
15+
*
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS,
18+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
21+
*
22+
*/
23+
24+
MathJax.Localization.addTranslation("it","MathML",{
25+
version: "2.2",
26+
isLoaded: true,
27+
strings: {
28+
29+
BadMglyph: // NOTE: refers to MathML's mglyph element.
30+
"mglyph errato: %1",
31+
//"Bad mglyph: %1",
32+
33+
BadMglyphFont:
34+
"Font errato: %1",
35+
//"Bad font: %1",
36+
37+
MathPlayer:
38+
"MathJax non \u00E8 stato in grado di avviare MathPlayer.\n\n"+
39+
"Se MathPlayer non \u00E8 installato, devi prima installarlo.\n"+
40+
"Pu\u00F2 darsi anche che le tue impostazioni di sicurezza stiano impedendo\n"+
41+
"l'esecuzione dei controlli ActiveX. Controlla la voce Opzioni Internet\n"+
42+
"del menu Strumenti e seleziona il pannello Protezione, quindi premi\n"+
43+
"il pulsante 'Livello personalizzato...'. Verifica che siano abilitati\n"+
44+
"'Esegui controlli ActiveX e plug-in' e 'Comportamento file binari e script'\n\n"+
45+
"Ora come ora vedrai dei messaggi d'errore al posto delle formule.",
46+
//"MathJax was not able to set up MathPlayer.\n\n"+
47+
//"If MathPlayer is not installed, you need to install it first.\n"+
48+
//"Otherwise, your security settings may be preventing ActiveX \n"+
49+
//"controls from running. Use the Internet Options item under\n"+
50+
//"the Tools menu and select the Security tab, then press the\n"+
51+
//"Custom Level button. Check that the settings for\n"+
52+
//"'Run ActiveX Controls', and 'Binary and script behaviors'\n"+
53+
//"are enabled.\n\n"+
54+
//"Currently you will see error messages rather than\n"+
55+
//"typeset mathematics.",
56+
57+
CantCreateXMLParser:
58+
"MathJax non \u00E8 in grado di creare un parser XML per MathML. Verifica che\n"+
59+
"l'impostazione 'Esegui script controlli ActiveX contrassegnati come sicuri'\n"+
60+
"sia abilitata (usa la voce Opzioni Internet nel menu Strumenti,\n"+
61+
"e seleziona il pannello Sicurezza, quindi premi il pulsante\n"+
62+
"'Livello personalizzato...' per far questo).\n\n"+
63+
"Le equazioni in MathML non potranno essere elaborate da MathJax.",
64+
//"MathJax can't create an XML parser for MathML. Check that\n"+
65+
//"the 'Script ActiveX controls marked safe for scripting' security\n"+
66+
//"setting is enabled (use the Internet Options item in the Tools\n"+
67+
//"menu, and select the Security panel, then press the Custom Level\n"+
68+
//"button to check this).\n\n"+
69+
//"MathML equations will not be able to be processed by MathJax.",
70+
71+
UnknownNodeType:
72+
"Tipo di nodo sconosciuto: %1",
73+
//"Unknown node type: %1", // NOTE: refers to XML nodes
74+
75+
UnexpectedTextNode:
76+
"Nodo di testo non previsto: %1",
77+
//"Unexpected text node: %1",
78+
79+
ErrorParsingMathML:
80+
"Errore nell'analisi di MathML",
81+
//"Error parsing MathML",
82+
83+
ParsingError:
84+
"Errore nell'analisi di MathML: %1",
85+
//"Error parsing MathML: %1",
86+
87+
MathMLSingleElement:
88+
"MathML deve essere formato da un singolo elemento",
89+
//"MathML must be formed by a single element",
90+
91+
MathMLRootElement:
92+
"MathML deve essere formato da un elemento <math>, non %1"
93+
//"MathML must be formed by a <math> element, not %1"
94+
95+
}
96+
});
97+
98+
MathJax.Ajax.loadComplete("[MathJax]/localization/it/MathML.js");

0 commit comments

Comments
 (0)