bootstrap-wysihtml5.ca-CT.js 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /**
  2. * Catalan translation for bootstrap-wysihtml5
  3. */
  4. (function($){
  5. $.fn.wysihtml5.locale["ca-CT"] = {
  6. font_styles: {
  7. normal: "Text normal",
  8. h1: "Títol 1",
  9. h2: "Títol 2"
  10. },
  11. emphasis: {
  12. bold: "Negreta",
  13. italic: "Cursiva",
  14. underline: "Subratllat"
  15. },
  16. lists: {
  17. unordered: "Llista desordenada",
  18. ordered: "Llista ordenada",
  19. outdent: "Esborrar tabulació",
  20. indent: "Afegir tabulació"
  21. },
  22. link: {
  23. insert: "Afegir enllaç",
  24. cancel: "Cancelar"
  25. },
  26. image: {
  27. insert: "Afegir imatge",
  28. cancel: "Cancelar"
  29. },
  30. html: {
  31. edit: "Editar HTML"
  32. },
  33. colours: {
  34. black: "Negre",
  35. silver: "Plata",
  36. gray: "Gris",
  37. maroon: "Marró",
  38. red: "Vermell",
  39. purple: "Porpre",
  40. green: "Verd",
  41. olive: "Oliva",
  42. navy: "Blau marí",
  43. blue: "Blau",
  44. orange: "Taronja"
  45. }
  46. };
  47. }(jQuery));