File tree 1 file changed +48
-0
lines changed
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * Danish translations
3
+ */
4
+ ( function ( $ ) {
5
+ $ . fn . wysihtml5 . locale [ "da-DK" ] = {
6
+ font_styles : {
7
+ normal : "Normal tekst" ,
8
+ h1 : "Overskrift 1" ,
9
+ h2 : "Overskrift 2" ,
10
+ h3 : "Overskrift 3"
11
+ } ,
12
+ emphasis : {
13
+ bold : "Fed" ,
14
+ italic : "Kursiv" ,
15
+ underline : "Understreget"
16
+ } ,
17
+ lists : {
18
+ unordered : "Uordnet liste" ,
19
+ ordered : "Ordnet liste" ,
20
+ outdent : "Udryk" ,
21
+ indent : "Indryk"
22
+ } ,
23
+ link : {
24
+ insert : "Indsæt Link" ,
25
+ cancel : "Annuler"
26
+ } ,
27
+ image : {
28
+ insert : "Indsæt billede" ,
29
+ cancel : "Annuler"
30
+ } ,
31
+ html : {
32
+ edit : "Rediger HTML"
33
+ } ,
34
+ colours : {
35
+ black : "Sort" ,
36
+ silver : "Sølv" ,
37
+ gray : "Grå" ,
38
+ maroon : "Mørkerød" ,
39
+ red : "Rød" ,
40
+ purple : "Lilla" ,
41
+ green : "Grøn" ,
42
+ olive : "Lysegrøn" ,
43
+ navy : "Mørkeblå" ,
44
+ blue : "Blå" ,
45
+ orange : "Orange"
46
+ }
47
+ } ;
48
+ } ( jQuery ) ) ;
You can’t perform that action at this time.
0 commit comments