123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- MathJax.Localization.addTranslation("oc",null,{
- menuTitle: "occitan",
- version: "2.7.2",
- isLoaded: true,
- domains: {
- "_": {
- version: "2.7.2",
- isLoaded: true,
- strings: {
- MathProcessingError: "Error de tractament de la formula matematica",
- MathError: "Error dins la formula matematica",
- LoadFile: "Telecargament de %1",
- Loading: "Cargament",
- LoadFailed: "Frac\u00E0s del telecargament de %1",
- ProcessMath: "Tractament de las formulas : %1%%",
- Processing: "Tractament",
- TypesetMath: "Composicion de las formulas : %1%%",
- Typesetting: "Composicion",
- MathJaxNotSupported: "V\u00F2stre navigador sup\u00F2rta pas MathJax"
- }
- },
- "FontWarnings": {},
- "HTML-CSS": {},
- "HelpDialog": {},
- "MathML": {},
- "MathMenu": {},
- "TeX": {}
- },
- plural: function (n) {
- if (n === 1) return 1;
- return 2;
- },
- number: function (n) {
- return n;
- }
- });
- MathJax.Ajax.loadComplete("[MathJax]/localization/oc/oc.js");
|