htmlarea.js.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. // danish version for htmlArea v3.0 - Alpha Release
  2. // - translated by rene<rene@laerke.net>
  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: "da",
  8. tooltips: {
  9. bold: "Fed",
  10. italic: "Kursiv",
  11. underline: "Understregning",
  12. strikethrough: "Overstregning ",
  13. subscript: "Sænket skrift",
  14. superscript: "Hævet skrift",
  15. justifyleft: "Venstrejuster",
  16. justifycenter: "Centrer",
  17. justifyright: "Højrejuster",
  18. justifyfull: "Lige margener",
  19. orderedlist: "Opstilling med tal",
  20. unorderedlist: "Opstilling med punkttegn",
  21. outdent: "Formindsk indrykning",
  22. indent: "Forøg indrykning",
  23. forecolor: "Skriftfarve",
  24. backcolor: "Baggrundsfarve",
  25. inserthorizontalrule: "Horisontal linie",
  26. createlink: "Indsæt hyperlink",
  27. insertimage: "Indsæt billede",
  28. inserttable: "Indsæt tabel",
  29. htmlmode: "HTML visning",
  30. popupeditor: "Vis editor i popup",
  31. about: "Om htmlarea",
  32. help: "Hjælp",
  33. textindicator: "Anvendt stil"
  34. }
  35. };