MathML.js 1.9 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*************************************************************
  2. *
  3. * MathJax/localization/ar/MathML.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("ar","MathML",{
  21. version: "2.7.2",
  22. isLoaded: true,
  23. strings: {
  24. BadMglyph: "mglyph \u0633\u064A\u0626\u0629: %1",
  25. BadMglyphFont: "\u062E\u0637 \u0633\u064A\u0621: %1",
  26. UnknownNodeType: "\u0646\u0648\u0639 \u0639\u0642\u062F\u0647 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641: %1",
  27. UnexpectedTextNode: "\u0639\u0642\u062F\u0647 \u063A\u064A\u0631 \u0645\u062A\u0648\u0642\u0639\u0629: %1",
  28. ErrorParsingMathML: "\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u062A\u062D\u0644\u064A\u0644 MathML",
  29. ParsingError: "\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u062A\u062D\u0644\u064A\u0644 MathML: %1",
  30. MathMLSingleElement: "MathML \u064A\u062C\u0628 \u0623\u0646 \u062A\u062A\u0643\u0648\u0646 \u0645\u0646 \u0639\u0646\u0635\u0631 \u0648\u0627\u062D\u062F",
  31. MathMLRootElement: "MathML \u064A\u062C\u0628 \u0623\u0646 \u062A\u062A\u0643\u0648\u0646 \u0645\u0646 \u003Cmath\u003E\u0639\u0646\u0635\u0631\u060C \u0644\u0627 %1"
  32. }
  33. });
  34. MathJax.Ajax.loadComplete("[MathJax]/localization/ar/MathML.js");