TeX.js 5.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /*************************************************************
  2. *
  3. * MathJax/localization/sco/TeX.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","TeX",{
  21. version: "2.7.2",
  22. isLoaded: true,
  23. strings: {
  24. ExtraOpenMissingClose: "Eixtra apen brace or missin claise bracket",
  25. ExtraCloseMissingOpen: "Eixtra claise brace or missin apen bracket",
  26. MissingLeftExtraRight: "Missin \\left or eixtra \\right",
  27. MissingScript: "Missin superscreept or subscreept argument",
  28. ExtraLeftMissingRight: "Eixtra \\left or missin \\right",
  29. Misplaced: "Misplaced %1",
  30. MissingOpenForSub: "Missin apen bracket fer subscreept",
  31. MissingOpenForSup: "Missin apen bracket fer superscreept",
  32. AmbiguousUseOf: "Ambeeguous uise o %1",
  33. EnvBadEnd: "\\begin{%1} ended wi \\end{%2}",
  34. EnvMissingEnd: "Missin \\end{%1}",
  35. MissingBoxFor: "Missin kist fer %1",
  36. MissingCloseBrace: "Missin claise bracket",
  37. UndefinedControlSequence: "Ondefined control sequence %1",
  38. DoubleExponent: "Dooble exponent: uise brackets tae clarifie",
  39. DoubleSubscripts: "Dooble subscreepts: uise brackets tae clarifie",
  40. DoubleExponentPrime: "Prime causes dooble exponent: Uise brackets tae clarifie",
  41. CantUseHash1: "Ye canna uise 'macro parameter chairacter #' in maths mode",
  42. MisplacedMiddle: "%1 mau be wiin \\left n \\right",
  43. MisplacedLimits: "%1 is yinlie permited oan operaters",
  44. MisplacedMoveRoot: "%1 can yinlie appear wiin ae ruit",
  45. MultipleCommand: "Multiple %1",
  46. IntegerArg: "The aurgument til %1 mau be aen integer",
  47. NotMathMLToken: "%1 isna ae token element",
  48. InvalidMathMLAttr: "Onvalid MathML attreebute: %1",
  49. UnknownAttrForElement: "%1 isna ae recognized attribute fer %2",
  50. MaxMacroSub1: "MathJax mucklest macro substitution coont exceeded; is thaur ae recursive macro caw?",
  51. MaxMacroSub2: "MathJax mucklest substitution coont exceeded; is thaur ae recursive LaTeX environment?",
  52. MissingArgFor: "Missin aurgument fer %1",
  53. ExtraAlignTab: "Eixtra alignment tab in \\cases tex",
  54. BracketMustBeDimension: "Bracket aurgument til %1 maun be ae dimension",
  55. InvalidEnv: "Onvalid environment name '%1'",
  56. UnknownEnv: "Onkent environment '%1'",
  57. ExtraCloseLooking: "Eixtra claise bracket while luikin fer %1",
  58. MissingCloseBracket: "Coudna fynd claisin ']' fer aurgument til %1",
  59. MissingOrUnrecognizedDelim: "Missin or onrecognized delimiter fer %1",
  60. MissingDimOrUnits: "Missin dimension or its units fer %1",
  61. TokenNotFoundForCommand: "Coudna fynd %1 fer %2",
  62. MathNotTerminated: "Maths no terminated in tex kist",
  63. IllegalMacroParam: "Onlegal macro parameter reference",
  64. MaxBufferSize: "MathJax internal buffer size exceeded; is thaur ae recursive macro caw?",
  65. CommandNotAllowedInEnv: "%1 no permited in %2 environment",
  66. MultipleLabel: "Label '%1' multiplie defined",
  67. CommandAtTheBeginingOfLine: "%1 maun come at the beginnin o the line",
  68. IllegalAlign: "Onlegal alignment speceefied in %1",
  69. BadMathStyleFor: "Puir maths style fer %1",
  70. PositiveIntegerArg: "Argument til %1 maun be ae positeeve integer",
  71. ErroneousNestingEq: "Mistaken nestin o equation structures",
  72. MultlineRowsOneCol: "The lines wiin the %1 environment maun hae exactlie yin column",
  73. MultipleBBoxProperty: "%1 speceefied twice in %2",
  74. InvalidBBoxProperty: "'%1' disna luik like ae colour, ae paddin dimension, or ae style",
  75. ExtraEndMissingBegin: "Eixtra %1 or missin \\begingroup",
  76. GlobalNotFollowedBy: "%1 isna follaed bi \\let, \\def, or \\newcommand",
  77. UndefinedColorModel: "Colour model '%1' no defined",
  78. ModelArg1: "Colour values fer the %1 model need 3 nummers",
  79. InvalidDecimalNumber: "Onvalid decimal nummer",
  80. ModelArg2: "Colour values fer the %1 model maun be atween %2 n %3",
  81. InvalidNumber: "Onvalid nummer",
  82. NewextarrowArg1: "Foremait argument til %1 maun be ae control sequence name",
  83. NewextarrowArg2: "Seicont argument til %1 maun be twa integers separated bi ae comma",
  84. NewextarrowArg3: "Third argument til %1 maun be ae Unicode chairacter nummer",
  85. NoClosingChar: "Canna fynd claisin %1",
  86. IllegalControlSequenceName: "Onlegal control sequence name fer %1",
  87. IllegalParamNumber: "Onlegal nummer o parameters speceefied in %1",
  88. MissingCS: "%1 maun be follaeed bi ae control sequence",
  89. CantUseHash2: "Onlegal uiss o # in template fer %1",
  90. SequentialParam: "Parameters fer %1 maun be nummer't sequentiallie",
  91. MissingReplacementString: "Missin replacement string fer defineetion o %1",
  92. MismatchUseDef: "Uiss o %1 disna match its defineetion",
  93. RunawayArgument: "Rinawa argument fer %1?",
  94. NoClosingDelim: "Canna fynd claisin delimiter fer %1"
  95. }
  96. });
  97. MathJax.Ajax.loadComplete("[MathJax]/localization/sco/TeX.js");