htmlarea.js.php 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. // Swedish version for htmlArea v3.0 - Alpha Release
  2. // - translated by pat<pat@engvall.nu>
  3. // term´s and licenses are equal to htmlarea!
  4. HTMLArea.I18N = {
  5. // the following should be the filename without .js extension
  6. // it will be used for automatically load plugin language.
  7. lang: "se",
  8. tooltips: {
  9. bold: "Fet",
  10. italic: "Kursiv",
  11. underline: "Understruken",
  12. strikethrough: "Genomstruken",
  13. subscript: "Nedsänkt",
  14. superscript: "Upphöjd",
  15. justifyleft: "Vänsterjustera",
  16. justifycenter: "Centrera",
  17. justifyright: "Högerjustera",
  18. justifyfull: "Marginaljustera",
  19. orderedlist: "Numrerad lista",
  20. unorderedlist: "Punktlista",
  21. outdent: "Minska indrag",
  22. indent: "Öka indrag",
  23. forecolor: "Textfärg",
  24. backcolor: "Bakgrundsfärg",
  25. inserthorizontalrule: "Vågrät linje",
  26. createlink: "Infoga länk",
  27. insertimage: "Infoga bild",
  28. inserttable: "Infoga tabell",
  29. htmlmode: "Visa källkod",
  30. popupeditor: "Visa i eget fönster",
  31. about: "Om denna editor",
  32. help: "Hjälp",
  33. textindicator: "Nuvarande stil"
  34. }
  35. };