MathMenu.js 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /*************************************************************
  2. *
  3. * MathJax/localization/sco/MathMenu.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("sco","MathMenu",{
  21. version: "2.7.2",
  22. isLoaded: true,
  23. strings: {
  24. Show: "Shaw maths aes",
  25. MathMLcode: "MathML code",
  26. OriginalMathML: "Oreeginal MathML",
  27. TeXCommands: "TeX commauns",
  28. AsciiMathInput: "AsciiMathML input",
  29. Original: "Oreeginal form",
  30. ErrorMessage: "Mistak message",
  31. Annotation: "Annotation",
  32. TeX: "TeX",
  33. StarMath: "StarMath",
  34. Maple: "Maple",
  35. ContentMathML: "Content MathML",
  36. OpenMath: "OpenMath",
  37. texHints: "Shaw TeX hints in MathML",
  38. Settings: "Maths settins",
  39. ZoomTrigger: "Zuim trigger",
  40. Hover: "Hover",
  41. Click: "Clap",
  42. DoubleClick: "Dooble-clap",
  43. NoZoom: "Naw zuim",
  44. TriggerRequires: "Trigger needs:",
  45. Option: "Optie",
  46. Alt: "Alt",
  47. Command: "Commaun",
  48. Control: "Control",
  49. Shift: "Shift",
  50. ZoomFactor: "Zuim facter",
  51. Renderer: "Maths renderer",
  52. MPHandles: "Let MathPlayer haunle:",
  53. MenuEvents: "Menu events",
  54. MouseEvents: "Moose events",
  55. MenuAndMouse: "Moose n menu events",
  56. FontPrefs: "Font preferences",
  57. ForHTMLCSS: "Fer HTML-CSS:",
  58. Auto: "Aut\u00E6",
  59. TeXLocal: "TeX (local)",
  60. TeXWeb: "TeX (wab)",
  61. TeXImage: "TeX (eimage)",
  62. STIXLocal: "STIX (local)",
  63. STIXWeb: "STIX (wab)",
  64. AsanaMathWeb: "Asana Math (wab)",
  65. GyrePagellaWeb: "Gyre Pagella (wab)",
  66. GyreTermesWeb: "Gyre Termes (wab)",
  67. LatinModernWeb: "Latin Modern (wab)",
  68. NeoEulerWeb: "Neo Euler (wab)",
  69. ContextMenu: "Contextual menu",
  70. Browser: "Brouser",
  71. Scale: "Scale aw maths ...",
  72. Discoverable: "Heilicht oan hover",
  73. Locale: "Leid",
  74. LoadLocale: "Laid fae URL ...",
  75. About: "Aneat MathJax",
  76. Help: "MathJax heelp",
  77. localTeXfonts: "uisin local TeX fonts",
  78. webTeXfonts: "uisin wab TeX font",
  79. imagefonts: "uisin Eimage fonts",
  80. localSTIXfonts: "uisin local STIX fonts",
  81. webSVGfonts: "uisin wab SVG fonts",
  82. genericfonts: "uisin generic Unicode fonts",
  83. wofforotffonts: "WOFF or OTF fonts",
  84. eotffonts: "EOT fonts",
  85. svgfonts: "SVG fonts",
  86. WebkitNativeMMLWarning: "Yer brouser disna seem tae support MathML nateevelie, sae switchin tae MathML ootput micht cause the mathematics oan the page tae become onreadable",
  87. MSIENativeMMLWarning: "Internet Explorer needs the MathPlayer plug-in fer tae process MathML ootput.",
  88. OperaNativeMMLWarning: "Opera's support fer MathML is leemitit, sae switchin tae MathML ootput micht cause some expressions tae render puirlie.",
  89. SafariNativeMMLWarning: "Yer brouser's native MathML disna implement aw the features uised bi MathJax, sae some expressions michtna render properlie.",
  90. FirefoxNativeMMLWarning: "Yer brouser's native MathML disna implement aw the features uised bi MathJax, sae some expressions michtna render properlie.",
  91. MSIESVGWarning: "SVG isna implemented in Internet Explorer prior til IE9 or whan it's emulating IE8 or ablo. Switchin til SVG ootput will cause the mathematics tae no displey properlie.",
  92. LoadURL: "Laid owersetin data fae this URL:",
  93. BadURL: "The URL shid be fer ae JavaScript file that defines MathJax owersetin data. JavaScript file names shid end wi '.js'",
  94. BadData: "Failed tae laid owersetin data fae %1",
  95. SwitchAnyway: "Switch the renderer oniewas?\n\n(Press OK tae switch, CANCEL tae continue wi the current renderer)",
  96. ScaleMath: "Scale aw mathematics (compared til surroondin tex) bi",
  97. NonZeroScale: "The scale shidna be zero",
  98. PercentScale: "The scale shid be ae percentage (fer example 120%%)",
  99. IE8warning: "This will disable the MathJax menu n zuim features, but ye can Alt-Clap oan aen expression tae obtain the MathJax menu insteid.\n\nReallie want tae chynge the MathPlayer settins?",
  100. IE9warning: "The MathJax contextual menu will be disabled, but ye can Alt-Clap oan aen expression tae obtain the MathJax menu insteid.",
  101. NoOriginalForm: "Naw oreeginal form available",
  102. Close: "Claise",
  103. EqSource: "MathJax Equation Soorce"
  104. }
  105. });
  106. MathJax.Ajax.loadComplete("[MathJax]/localization/sco/MathMenu.js");