bootstrap-wysihtml5.mo-MD.js 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /**
  2. * Moldavian translation for bootstrap-wysihtml5
  3. */
  4. (function($){
  5. $.fn.wysihtml5.locale["mo-MD"] = {
  6. font_styles: {
  7. normal: "Normal",
  8. h1: "Titlu 1",
  9. h2: "Titlu 2"
  10. },
  11. emphasis: {
  12. bold: "Bold",
  13. italic: "Cursiv",
  14. underline: "Accentuat"
  15. },
  16. lists: {
  17. unordered: "Neordonata",
  18. ordered: "Ordonata",
  19. outdent: "Margine",
  20. indent: "zimțuire"
  21. },
  22. link: {
  23. insert: "Indroduce link-ul",
  24. cancel: "Anula"
  25. },
  26. image: {
  27. insert: "Insera imagina",
  28. cancel: "Anula"
  29. },
  30. html: {
  31. edit: "Editare HTML"
  32. },
  33. colours: {
  34. black: "Negru",
  35. silver: "Argint",
  36. gray: "Gri",
  37. maroon: "Castaniu",
  38. red: "Roșu",
  39. purple: "Violet",
  40. green: "Verde",
  41. olive: "Oliv",
  42. navy: "Marin",
  43. blue: "Albastru",
  44. orange: "Portocaliu"
  45. }
  46. };
  47. }(jQuery));