]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/plugins/advimage/langs/da.js
* new tinymce
[citadel.git] / webcit / tiny_mce / plugins / advimage / langs / da.js
1 // DK lang variables contributed by Jan Moelgaard
2
3 tinyMCE.addToLang('advimage',{
4 tab_general : 'Generelt',
5 tab_appearance : 'Udseende',
6 tab_advanced : 'Avanceret',
7 general : 'Generelt',
8 title : 'Overskrift',
9 preview : 'Se',
10 constrain_proportions : 'Fasthold proportioner',
11 langdir : 'Tekstretning',
12 langcode : 'Sprogkode',
13 long_desc : 'Langt beskrivelseslink',
14 style : 'Style',
15 classes : 'Klasser',
16 ltr : 'Venstre til højre',
17 rtl : 'Højre til venstre',
18 id : 'Id',
19 image_map : 'Billedkort',
20 swap_image : 'Alternativt billede',
21 alt_image : 'Alternative image',
22 mouseover : 'ved mouse over',
23 mouseout : 'ved mouse out',
24 misc : 'Diverse',
25 example_img : 'Appearance preview image',
26 missing_alt : 'Are you sure you want to continue without including an Image Description? Without  it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.'
27 });