lb.js 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*************************************************************
  2. *
  3. * MathJax/localization/lb/lb.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("lb",null,{
  21. menuTitle: "L\u00EBtzebuergesch",
  22. version: "2.7.5",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.5",
  27. isLoaded: true,
  28. strings: {
  29. MathError: "Math Feeler",
  30. LoadFile: "%1 lueden",
  31. Loading: "Lueden",
  32. LoadFailed: "De Fichier konnt net geluede ginn: %1",
  33. Processing: "Verschaffen",
  34. MathJaxNotSupported: "\u00C4re browser \u00EBnnerst\u00EBtzt MathJax net"
  35. }
  36. },
  37. "FontWarnings": {},
  38. "HTML-CSS": {},
  39. "HelpDialog": {},
  40. "MathML": {},
  41. "MathMenu": {},
  42. "TeX": {}
  43. },
  44. plural: function (n) {
  45. if (n === 1) return 1; // one
  46. return 2; // other
  47. },
  48. number: function (n) {
  49. return n;
  50. }
  51. });
  52. MathJax.Ajax.loadComplete("[MathJax]/localization/lb/lb.js");