scn.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*************************************************************
  2. *
  3. * MathJax/localization/scn/scn.js
  4. *
  5. * Copyright (c) 2009-2016 The MathJax Consortium
  6. *
  7. * Licensed under the Apache License, Version 2.0 (the "License");
  8. * you may not use this file except in compliance with the License.
  9. * You may obtain a copy of the License at
  10. *
  11. * http://www.apache.org/licenses/LICENSE-2.0
  12. *
  13. * Unless required by applicable law or agreed to in writing, software
  14. * distributed under the License is distributed on an "AS IS" BASIS,
  15. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. * See the License for the specific language governing permissions and
  17. * limitations under the License.
  18. *
  19. */
  20. MathJax.Localization.addTranslation("scn",null,{
  21. menuTitle: "sicilianu",
  22. version: "2.7.2",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.2",
  27. isLoaded: true,
  28. strings: {
  29. MathProcessingError: "Erruri nt\u00E2 labburazzioni d\u00EE f\u00F2rmuli matim\u00E0tichi",
  30. MathError: "Erruri nt\u00E2 matim\u00E0tica",
  31. LoadFile: "Carricamentu di %1",
  32. Loading: "Carricamentu",
  33. LoadFailed: "Nun arrinisc\u00ECu lu carricamentu di: %1",
  34. ProcessMath: "Labburazzioni d\u00EE f\u00F2rmuli matim\u00E0tichi: %1%%",
  35. Processing: "Labburazzioni",
  36. TypesetMath: "Mpagginazzioni d\u00EE f\u00F2rmuli matim\u00E0tichi: %1%%",
  37. Typesetting: "Mpagginazzioni",
  38. MathJaxNotSupported: "Lu t\u00F2 browser nun supporta MathJax"
  39. }
  40. },
  41. "FontWarnings": {},
  42. "HTML-CSS": {},
  43. "HelpDialog": {},
  44. "MathML": {},
  45. "MathMenu": {},
  46. "TeX": {}
  47. },
  48. plural: function (n) {
  49. if (n === 1) {return 1} // one
  50. return 2; // other
  51. },
  52. number: function (n) {
  53. return String(n).replace(".", ","); // replace dot by comma
  54. }
  55. });
  56. MathJax.Ajax.loadComplete("[MathJax]/localization/scn/scn.js");