Skip to content

Commit

Permalink
Merge pull request jhollingworth#206 from boh1996/patch-1
Browse files Browse the repository at this point in the history
Create bootstrap-wysihtml5.da-DK.js
  • Loading branch information
jhollingworth committed Feb 18, 2013
2 parents 87647cd + d7195c8 commit 110dc34
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions src/locales/bootstrap-wysihtml5.da-DK.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
/**
* Danish translations
*/
(function($){
$.fn.wysihtml5.locale["da-DK"] = {
font_styles: {
normal: "Normal tekst",
h1: "Overskrift 1",
h2: "Overskrift 2",
h3: "Overskrift 3"
},
emphasis: {
bold: "Fed",
italic: "Kursiv",
underline: "Understreget"
},
lists: {
unordered: "Uordnet liste",
ordered: "Ordnet liste",
outdent: "Udryk",
indent: "Indryk"
},
link: {
insert: "Indsæt Link",
cancel: "Annuler"
},
image: {
insert: "Indsæt billede",
cancel: "Annuler"
},
html: {
edit: "Rediger HTML"
},
colours: {
black: "Sort",
silver: "Sølv",
gray: "Grå",
maroon: "Mørkerød",
red: "Rød",
purple: "Lilla",
green: "Grøn",
olive: "Lysegrøn",
navy: "Mørkeblå",
blue: "Blå",
orange: "Orange"
}
};
}(jQuery));

0 comments on commit 110dc34

Please sign in to comment.