da.js 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* ===========================================================
  2. * da.js
  3. * Danish translation for Trumbowyg
  4. * http://alex-d.github.com/Trumbowyg
  5. * ===========================================================
  6. * Author : Christian Pedersen
  7. * Github : https://github.com/chripede
  8. */
  9. jQuery.trumbowyg.langs.da = {
  10. viewHTML: 'Vis HTML',
  11. undo: 'Fortryd',
  12. redo: 'Anuller fortryd',
  13. formatting: 'Formattering',
  14. p: 'Afsnit',
  15. blockquote: 'Citat',
  16. code: 'Kode',
  17. header: 'Overskrift',
  18. bold: 'Fed',
  19. italic: 'Kursiv',
  20. strikethrough: 'Gennemstreg',
  21. underline: 'Understreg',
  22. strong: 'Vigtig',
  23. em: 'Fremhæv',
  24. del: 'Slettet',
  25. superscript: 'Hævet skrift',
  26. subscript: 'Sænket skrift',
  27. unorderedList: 'Uordnet liste',
  28. orderedList: 'Ordnet liste',
  29. insertImage: 'Indsæt billede',
  30. insertVideo: 'Indsæt video',
  31. link: 'Link',
  32. createLink: 'Indsæt link',
  33. unlink: 'Fjern link',
  34. justifyLeft: 'Venstrestil',
  35. justifyCenter: 'Centrer',
  36. justifyRight: 'Højrestil',
  37. justifyFull: 'Lige margener',
  38. horizontalRule: 'Horisontal linie',
  39. removeformat: 'Ryd formattering',
  40. fullscreen: 'Fuld skærm',
  41. close: 'Luk',
  42. submit: 'Bekræft',
  43. reset: 'Annuller',
  44. required: 'Påkrævet',
  45. description: 'Beskrivelse',
  46. title: 'Titel',
  47. text: 'Tekst',
  48. target: 'Mål',
  49. width: 'Bredde'
  50. };