* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / themes / advanced / langs / da.js
1 // DK lang variables contributed by Jan Moelgaard
2
3 tinyMCE.addToLang('',{
4 theme_style_select : 'Styles',
5 theme_code_desc : 'Rediger html-kode',
6 theme_code_title : 'HTML Kodeeditor',
7 theme_code_wordwrap : 'Word wrap',
8 theme_sub_desc : 'Sænket skrift',
9 theme_sup_desc : 'Hævet skrift',
10 theme_hr_desc : 'Indsæt horisontal linje',
11 theme_removeformat_desc : 'Fjern formatering',
12 theme_custom1_desc : 'Indsæt din egen beskrivelse her',
13 insert_image_border : 'Kant',
14 insert_image_dimensions : 'Dimensioner',
15 insert_image_vspace : 'VSpace',
16 insert_image_hspace : 'HSpace',
17 insert_image_align : 'Justering',
18 insert_image_align_default : 'Standard',
19 insert_image_align_baseline : 'Bundlinje',
20 insert_image_align_top : 'Top',
21 insert_image_align_middle : 'Midt i',
22 insert_image_align_bottom : 'I bunden',
23 insert_image_align_texttop : 'I toppen af teksten',
24 insert_image_align_absmiddle : 'Absolut midte',
25 insert_image_align_absbottom : 'Absolut bund',
26 insert_image_align_left : 'Venstre',
27 insert_image_align_right : 'Højre',
28 theme_font_size : '-- Font size --',
29 theme_fontdefault : '-- Font family --',
30 theme_block : '-- Format --',
31 theme_paragraph : 'Afsnit',
32 theme_div : 'Div',
33 theme_address : 'Addresse',
34 theme_pre : 'Præformateret',
35 theme_h1 : 'Overskrift 1',
36 theme_h2 : 'Overskrift 2',
37 theme_h3 : 'Overskrift 3',
38 theme_h4 : 'Overskrift 4',
39 theme_h5 : 'Overskrift 5',
40 theme_h6 : 'Overskrift 6',
41 theme_colorpicker_title : 'Vælg en farve',
42 theme_colorpicker_apply : 'Anvend',
43 theme_forecolor_desc : 'Vælg forgrundsfarve',
44 theme_backcolor_desc : 'Select background color',
45 theme_charmap_title : 'Vælg specialkarakter',
46 theme_charmap_desc : 'Indsæt specialkarakter',
47 theme_visualaid_desc : 'Slå linjer/usynlige elementer til og fra',
48 insert_anchor_title : 'Indsæt/rediger bogmærke',
49 insert_anchor_name : 'Bogmærkets navn',
50 theme_anchor_desc : 'Indsæt/rediger bogmærke',
51 theme_insert_link_titlefield : 'Title',
52 theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
53 theme_path : 'Path',
54 cut_desc : 'Cut',
55 copy_desc : 'Copy',
56 paste_desc : 'Paste',
57 link_list : 'Link list',
58 image_list : 'Image list',
59 browse : 'Browse',
60 image_props_desc : 'Image properties',
61 newdocument_desc : 'New document',
62 class_name : 'Klasse',
63 newdocument : 'Are you sure you want clear all contents?'
64 });