MathMenu.js 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*************************************************************
  2. *
  3. * MathJax/localization/bg/MathMenu.js
  4. *
  5. * Copyright (c) 2009-2018 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("bg","MathMenu",{
  21. version: "2.7.5",
  22. isLoaded: true,
  23. strings: {
  24. Show: "\u041F\u043E\u043A\u0430\u0436\u0438 \u043A\u0430\u0442\u043E",
  25. MathMLcode: "MathML \u043A\u043E\u0434",
  26. OriginalMathML: "\u041E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u043D\u0438\u044F\u0442 MathML \u043A\u043E\u0434",
  27. TeXCommands: "TeX \u043A\u043E\u043C\u0430\u043D\u0434\u0438",
  28. AsciiMathInput: "AsciiMathML \u043A\u043E\u0434",
  29. ErrorMessage: "\u0421\u044A\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u0437\u0430 \u0433\u0440\u0435\u0448\u043A\u0430",
  30. Annotation: "\u0410\u043D\u043E\u0442\u0430\u0446\u0438\u044F",
  31. TeX: "TeX",
  32. StarMath: "StarMath",
  33. Maple: "Maple",
  34. OpenMath: "OpenMath",
  35. Settings: "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",
  36. ZoomTrigger: "\u0423\u0432\u0435\u043B\u0438\u0447\u0430\u0432\u0430\u0439 \u0447\u0440\u0435\u0437",
  37. Hover: "\u041F\u043E\u0441\u043E\u0447\u0432\u0430\u043D\u0435",
  38. Click: "\u041A\u043B\u0438\u043A",
  39. DoubleClick: "\u0414\u0432\u043E\u0435\u043D \u043A\u043B\u0438\u043A",
  40. NoZoom: "\u0418\u0437\u043A\u043B\u044E\u0447\u0435\u043D\u043E",
  41. TriggerRequires: "\u0418\u0437\u0438\u0441\u043A\u0432\u0430\u0439 \u043D\u0430\u0442\u0438\u0441\u043D\u0430\u0442:",
  42. Option: "Option",
  43. Alt: "Alt",
  44. Command: "Command",
  45. Control: "Ctrl",
  46. Shift: "Shift",
  47. ZoomFactor: "\u0423\u0432\u0435\u043B\u0438\u0447\u0438 \u043D\u0430",
  48. Auto: "\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E",
  49. Browser: "\u0411\u0440\u0430\u0443\u0437\u044A\u0440",
  50. Locale: "\u0415\u0437\u0438\u043A",
  51. About: "\u0417\u0430 MathJax",
  52. Close: "\u0417\u0430\u0442\u0432\u043E\u0440\u0438"
  53. }
  54. });
  55. MathJax.Ajax.loadComplete("[MathJax]/localization/bg/MathMenu.js");