root / branches / new-dialogs / lang / da.js

Revision 60, 1.0 kB (checked in by niko, 7 years ago)

ticket #98: new i18n-system:
- changed every use of HTMLArea.I18N to HTMLArea._lc-function
- implemented HTMLArea._loadlang
- converted all language-files into the new system
- converted all language-files into utf-8
- removed all jp-* language-files except jp-utf8.js (and renamed it into jp.js)
- removed all en.js-files (not needed by the new system)
- removed all empty i18n-files

  • Property svn:eol-style set to native
  • Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
Line 
1// LANG: "da", ENCODING: UTF-8
2// Author: rene, <rene@laerke.net>
3
4{
5  "Bold": "Fed",
6  "Italic": "Kursiv",
7  "Underline": "Understregning",
8  "Strikethrough": "Overstregning ",
9  "Subscript": "SÊnket skrift",
10  "Superscript": "HÊvet skrift",
11  "Justify Left": "Venstrejuster",
12  "Justify Center": "Centrer",
13  "Justify Right": "HÞjrejuster",
14  "Justify Full": "Lige margener",
15  "Ordered List": "Opstilling med tal",
16  "Bulleted List": "Opstilling med punkttegn",
17  "Decrease Indent": "Formindsk indrykning",
18  "Increase Indent": "ForÞg indrykning",
19  "Font Color": "Skriftfarve",
20  "Background Color": "Baggrundsfarve",
21  "Horizontal Rule": "Horisontal linie",
22  "Insert Web Link": "IndsÊt hyperlink",
23  "Insert/Modify Image": "IndsÊt billede",
24  "Insert Table": "IndsÊt tabel",
25  "Toggle HTML Source": "HTML visning",
26  "Enlarge Editor": "Vis editor i popup",
27  "About this editor": "Om htmlarea",
28  "Help using editor": "HjÊlp",
29  "Current style": "Anvendt stil"
30}
Note: See TracBrowser for help on using the browser.