summernote-da-DK.js 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. (function($) {
  2. $.extend($.summernote.lang, {
  3. 'da-DK': {
  4. font: {
  5. bold: 'Fed',
  6. italic: 'Kursiv',
  7. underline: 'Understreget',
  8. clear: 'Fjern formatering',
  9. height: 'Højde',
  10. name: 'Skrifttype',
  11. strikethrough: 'Gennemstreget',
  12. subscript: 'Sænket skrift',
  13. superscript: 'Hævet skrift',
  14. size: 'Skriftstørrelse',
  15. },
  16. image: {
  17. image: 'Billede',
  18. insert: 'Indsæt billede',
  19. resizeFull: 'Original størrelse',
  20. resizeHalf: 'Halv størrelse',
  21. resizeQuarter: 'Kvart størrelse',
  22. floatLeft: 'Venstrestillet',
  23. floatRight: 'Højrestillet',
  24. floatNone: 'Fjern formatering',
  25. shapeRounded: 'Form: Runde kanter',
  26. shapeCircle: 'Form: Cirkel',
  27. shapeThumbnail: 'Form: Miniature',
  28. shapeNone: 'Form: Ingen',
  29. dragImageHere: 'Træk billede hertil',
  30. dropImage: 'Slip billede',
  31. selectFromFiles: 'Vælg billed-fil',
  32. maximumFileSize: 'Maks fil størrelse',
  33. maximumFileSizeError: 'Filen er større end maks tilladte fil størrelse!',
  34. url: 'Billede URL',
  35. remove: 'Fjern billede',
  36. original: 'Original',
  37. },
  38. video: {
  39. video: 'Video',
  40. videoLink: 'Video Link',
  41. insert: 'Indsæt Video',
  42. url: 'Video URL?',
  43. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion eller Youku)',
  44. },
  45. link: {
  46. link: 'Link',
  47. insert: 'Indsæt link',
  48. unlink: 'Fjern link',
  49. edit: 'Rediger',
  50. textToDisplay: 'Visningstekst',
  51. url: 'Hvor skal linket pege hen?',
  52. openInNewWindow: 'Åbn i nyt vindue',
  53. },
  54. table: {
  55. table: 'Tabel',
  56. addRowAbove: 'Tilføj række over',
  57. addRowBelow: 'Tilføj række under',
  58. addColLeft: 'Tilføj venstre kolonne',
  59. addColRight: 'Tilføj højre kolonne',
  60. delRow: 'Slet række',
  61. delCol: 'Slet kolonne',
  62. delTable: 'Slet tabel',
  63. },
  64. hr: {
  65. insert: 'Indsæt horisontal linje',
  66. },
  67. style: {
  68. style: 'Stil',
  69. p: 'p',
  70. blockquote: 'Citat',
  71. pre: 'Kode',
  72. h1: 'Overskrift 1',
  73. h2: 'Overskrift 2',
  74. h3: 'Overskrift 3',
  75. h4: 'Overskrift 4',
  76. h5: 'Overskrift 5',
  77. h6: 'Overskrift 6',
  78. },
  79. lists: {
  80. unordered: 'Punktopstillet liste',
  81. ordered: 'Nummereret liste',
  82. },
  83. options: {
  84. help: 'Hjælp',
  85. fullscreen: 'Fuld skærm',
  86. codeview: 'HTML-Visning',
  87. },
  88. paragraph: {
  89. paragraph: 'Afsnit',
  90. outdent: 'Formindsk indryk',
  91. indent: 'Forøg indryk',
  92. left: 'Venstrestillet',
  93. center: 'Centreret',
  94. right: 'Højrestillet',
  95. justify: 'Blokjuster',
  96. },
  97. color: {
  98. recent: 'Nyligt valgt farve',
  99. more: 'Flere farver',
  100. background: 'Baggrund',
  101. foreground: 'Forgrund',
  102. transparent: 'Transparent',
  103. setTransparent: 'Sæt transparent',
  104. reset: 'Nulstil',
  105. resetToDefault: 'Gendan standardindstillinger',
  106. },
  107. shortcut: {
  108. shortcuts: 'Genveje',
  109. close: 'Luk',
  110. textFormatting: 'Tekstformatering',
  111. action: 'Handling',
  112. paragraphFormatting: 'Afsnitsformatering',
  113. documentStyle: 'Dokumentstil',
  114. extraKeys: 'Extra keys',
  115. },
  116. help: {
  117. 'insertParagraph': 'Indsæt paragraf',
  118. 'undo': 'Undoes the last command',
  119. 'redo': 'Redoes the last command',
  120. 'tab': 'Tab',
  121. 'untab': 'Untab',
  122. 'bold': 'Set a bold style',
  123. 'italic': 'Set a italic style',
  124. 'underline': 'Set a underline style',
  125. 'strikethrough': 'Set a strikethrough style',
  126. 'removeFormat': 'Clean a style',
  127. 'justifyLeft': 'Set left align',
  128. 'justifyCenter': 'Set center align',
  129. 'justifyRight': 'Set right align',
  130. 'justifyFull': 'Set full align',
  131. 'insertUnorderedList': 'Toggle unordered list',
  132. 'insertOrderedList': 'Toggle ordered list',
  133. 'outdent': 'Outdent on current paragraph',
  134. 'indent': 'Indent on current paragraph',
  135. 'formatPara': 'Change current block\'s format as a paragraph(P tag)',
  136. 'formatH1': 'Change current block\'s format as H1',
  137. 'formatH2': 'Change current block\'s format as H2',
  138. 'formatH3': 'Change current block\'s format as H3',
  139. 'formatH4': 'Change current block\'s format as H4',
  140. 'formatH5': 'Change current block\'s format as H5',
  141. 'formatH6': 'Change current block\'s format as H6',
  142. 'insertHorizontalRule': 'Insert horizontal rule',
  143. 'linkDialog.show': 'Vis Link Dialog',
  144. },
  145. history: {
  146. undo: 'Fortryd',
  147. redo: 'Annuller fortryd',
  148. },
  149. specialChar: {
  150. specialChar: 'SPECIAL CHARACTERS',
  151. select: 'Vælg special karakterer',
  152. },
  153. },
  154. });
  155. })(jQuery);