Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
Line 1... Line 1...
1
/*
1
/*
2
 * FCKeditor - The text editor for internet
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
-
 
4
 *
-
 
5
 * == BEGIN LICENSE ==
4
 * 
6
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
7
 * Licensed under the terms of any of the following licenses at your
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
8
 * choice:
7
 * 
9
 *
8
 * For further information visit:
10
 *  - GNU General Public License Version 2 or later (the "GPL")
9
 * 		http://www.fckeditor.net/
11
 *    http://www.gnu.org/licenses/gpl.html
10
 * 
12
 *
11
 * "Support Open Source software. What about a donation today?"
13
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-
 
14
 *    http://www.gnu.org/licenses/lgpl.html
12
 * 
15
 *
13
 * File Name: da.js
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
14
 * 	Danish language file.
17
 *    http://www.mozilla.org/MPL/MPL-1.1.html
15
 * 
18
 *
16
 * File Authors:
19
 * == END LICENSE ==
17
 * 		Jørgen Nordstrøm (jn@FirstWeb.dk)
-
 
18
 * 		Jesper Michelsen (jm@i-deVision.dk)
-
 
-
 
20
 *
19
 * 		Bo Brandt (bbr@dynamicweb.dk)
21
 * Danish language file.
20
 */
22
 */
Line 21... Line 23...
21
 
23
 
22
var FCKLang =
24
var FCKLang =
23
{
25
{
Line 40... Line 42...
40
SelectAll			: "Vælg alt",
42
SelectAll			: "Vælg alt",
41
RemoveFormat		: "Fjern formatering",
43
RemoveFormat		: "Fjern formatering",
42
InsertLinkLbl		: "Hyperlink",
44
InsertLinkLbl		: "Hyperlink",
43
InsertLink			: "Indsæt/rediger hyperlink",
45
InsertLink			: "Indsæt/rediger hyperlink",
44
RemoveLink			: "Fjern hyperlink",
46
RemoveLink			: "Fjern hyperlink",
-
 
47
VisitLink			: "Open Link",	//MISSING
45
Anchor				: "Indsæt/rediger bogmærke",
48
Anchor				: "Indsæt/rediger bogmærke",
-
 
49
AnchorDelete		: "Remove Anchor",	//MISSING
46
InsertImageLbl		: "Indsæt billede",
50
InsertImageLbl		: "Indsæt billede",
47
InsertImage			: "Indsæt/rediger billede",
51
InsertImage			: "Indsæt/rediger billede",
48
InsertFlashLbl		: "Flash",
52
InsertFlashLbl		: "Flash",
49
InsertFlash			: "Indsæt/rediger Flash",
53
InsertFlash			: "Indsæt/rediger Flash",
50
InsertTableLbl		: "Table",
54
InsertTableLbl		: "Table",
Line 66... Line 70...
66
CenterJustify		: "Centreret",
70
CenterJustify		: "Centreret",
67
RightJustify		: "Højrestillet",
71
RightJustify		: "Højrestillet",
68
BlockJustify		: "Lige margener",
72
BlockJustify		: "Lige margener",
69
DecreaseIndent		: "Formindsk indrykning",
73
DecreaseIndent		: "Formindsk indrykning",
70
IncreaseIndent		: "Forøg indrykning",
74
IncreaseIndent		: "Forøg indrykning",
-
 
75
Blockquote			: "Blockquote",	//MISSING
-
 
76
CreateDiv			: "Create Div Container",	//MISSING
-
 
77
EditDiv				: "Edit Div Container",	//MISSING
-
 
78
DeleteDiv			: "Remove Div Container",	//MISSING
71
Undo				: "Fortryd",
79
Undo				: "Fortryd",
72
Redo				: "Annuller fortryd",
80
Redo				: "Annuller fortryd",
73
NumberedListLbl		: "Talopstilling",
81
NumberedListLbl		: "Talopstilling",
74
NumberedList		: "Indsæt/fjern talopstilling",
82
NumberedList		: "Indsæt/fjern talopstilling",
75
BulletedListLbl		: "Punktopstilling",
83
BulletedListLbl		: "Punktopstilling",
Line 99... Line 107...
99
Button			: "Indsæt knap",
107
Button			: "Indsæt knap",
100
SelectionField	: "Indsæt liste",
108
SelectionField	: "Indsæt liste",
101
ImageButton		: "Indsæt billedknap",
109
ImageButton		: "Indsæt billedknap",
Line 102... Line 110...
102
 
110
 
-
 
111
FitWindow		: "Maksimer editor vinduet",
Line 103... Line 112...
103
FitWindow		: "Maksimer editor vinduet",
112
ShowBlocks		: "Show Blocks",	//MISSING
104
 
113
 
105
// Context Menu
114
// Context Menu
106
EditLink			: "Rediger hyperlink",
115
EditLink			: "Rediger hyperlink",
107
CellCM				: "Celle",
116
CellCM				: "Celle",
108
RowCM				: "Række",
117
RowCM				: "Række",
-
 
118
ColumnCM			: "Kolonne",
109
ColumnCM			: "Kolonne",
119
InsertRowAfter		: "Insert Row After",	//MISSING
110
InsertRow			: "Indsæt række",
120
InsertRowBefore		: "Insert Row Before",	//MISSING
-
 
121
DeleteRows			: "Slet række",
111
DeleteRows			: "Slet række",
122
InsertColumnAfter	: "Insert Column After",	//MISSING
112
InsertColumn		: "Indsæt kolonne",
123
InsertColumnBefore	: "Insert Column Before",	//MISSING
-
 
124
DeleteColumns		: "Slet kolonne",
113
DeleteColumns		: "Slet kolonne",
125
InsertCellAfter		: "Insert Cell After",	//MISSING
114
InsertCell			: "Indsæt celle",
126
InsertCellBefore	: "Insert Cell Before",	//MISSING
-
 
127
DeleteCells			: "Slet celle",
-
 
128
MergeCells			: "Flet celler",
-
 
129
MergeRight			: "Merge Right",	//MISSING
115
DeleteCells			: "Slet celle",
130
MergeDown			: "Merge Down",	//MISSING
116
MergeCells			: "Flet celler",
131
HorizontalSplitCell	: "Split Cell Horizontally",	//MISSING
117
SplitCell			: "Opdel celle",
132
VerticalSplitCell	: "Split Cell Vertically",	//MISSING
118
TableDelete			: "Slet tabel",
133
TableDelete			: "Slet tabel",
119
CellProperties		: "Egenskaber for celle",
134
CellProperties		: "Egenskaber for celle",
120
TableProperties		: "Egenskaber for tabel",
135
TableProperties		: "Egenskaber for tabel",
Line 144... Line 159...
144
NotImplemented		: "Kommandoen er ikke implementeret!",
159
NotImplemented		: "Kommandoen er ikke implementeret!",
145
UnknownToolbarSet	: "Værktøjslinjen \"%1\" eksisterer ikke!",
160
UnknownToolbarSet	: "Værktøjslinjen \"%1\" eksisterer ikke!",
146
NoActiveX			: "Din browsers sikkerhedsindstillinger begrænser nogle af editorens muligheder.<br>Slå \"Kør ActiveX-objekter og plug-ins\" til, ellers vil du opleve fejl og manglende muligheder.",
161
NoActiveX			: "Din browsers sikkerhedsindstillinger begrænser nogle af editorens muligheder.<br>Slå \"Kør ActiveX-objekter og plug-ins\" til, ellers vil du opleve fejl og manglende muligheder.",
147
BrowseServerBlocked : "Browseren kunne ikke åbne de nødvendige ressourcer!<br>Slå pop-up blokering fra.",
162
BrowseServerBlocked : "Browseren kunne ikke åbne de nødvendige ressourcer!<br>Slå pop-up blokering fra.",
148
DialogBlocked		: "Dialogvinduet kunne ikke åbnes!<br>Slå pop-up blokering fra.",
163
DialogBlocked		: "Dialogvinduet kunne ikke åbnes!<br>Slå pop-up blokering fra.",
-
 
164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING
Line 149... Line 165...
149
 
165
 
150
// Dialogs
166
// Dialogs
151
DlgBtnOK			: "OK",
167
DlgBtnOK			: "OK",
152
DlgBtnCancel		: "Annuller",
168
DlgBtnCancel		: "Annuller",
Line 225... Line 241...
225
DlgLnkProtoOther	: "<anden>",
241
DlgLnkProtoOther	: "<anden>",
226
DlgLnkURL			: "URL",
242
DlgLnkURL			: "URL",
227
DlgLnkAnchorSel		: "Vælg et anker",
243
DlgLnkAnchorSel		: "Vælg et anker",
228
DlgLnkAnchorByName	: "Efter anker navn",
244
DlgLnkAnchorByName	: "Efter anker navn",
229
DlgLnkAnchorById	: "Efter element Id",
245
DlgLnkAnchorById	: "Efter element Id",
230
DlgLnkNoAnchors		: "<Ingen bogmærker dokumentet>",
246
DlgLnkNoAnchors		: "(Ingen bogmærker dokumentet)",
231
DlgLnkEMail			: "E-mailadresse",
247
DlgLnkEMail			: "E-mailadresse",
232
DlgLnkEMailSubject	: "Emne",
248
DlgLnkEMailSubject	: "Emne",
233
DlgLnkEMailBody		: "Brødtekst",
249
DlgLnkEMailBody		: "Brødtekst",
234
DlgLnkUpload		: "Upload",
250
DlgLnkUpload		: "Upload",
235
DlgLnkBtnUpload		: "Upload",
251
DlgLnkBtnUpload		: "Upload",
Line 318... Line 334...
318
DlgCellCollSpan		: "Bredde i antal kolonner",
334
DlgCellCollSpan		: "Bredde i antal kolonner",
319
DlgCellBackColor	: "Baggrundsfarve",
335
DlgCellBackColor	: "Baggrundsfarve",
320
DlgCellBorderColor	: "Rammefarve",
336
DlgCellBorderColor	: "Rammefarve",
321
DlgCellBtnSelect	: "Vælg...",
337
DlgCellBtnSelect	: "Vælg...",
Line -... Line 338...
-
 
338
 
-
 
339
// Find and Replace Dialog
-
 
340
DlgFindAndReplaceTitle	: "Find and Replace",	//MISSING
322
 
341
 
323
// Find Dialog
342
// Find Dialog
324
DlgFindTitle		: "Find",
343
DlgFindTitle		: "Find",
325
DlgFindFindBtn		: "Find",
344
DlgFindFindBtn		: "Find",
Line 333... Line 352...
333
DlgReplaceReplaceBtn	: "Erstat",
352
DlgReplaceReplaceBtn	: "Erstat",
334
DlgReplaceReplAllBtn	: "Erstat alle",
353
DlgReplaceReplAllBtn	: "Erstat alle",
335
DlgReplaceWordChk		: "Kun hele ord",
354
DlgReplaceWordChk		: "Kun hele ord",
Line 336... Line 355...
336
 
355
 
337
// Paste Operations / Dialog
-
 
338
PasteErrorPaste	: "Din browsers sikkerhedsindstillinger tillader ikke editoren at indsætte tekst automatisk!<br>Brug i stedet tastaturet til at indsætte teksten (Ctrl+V).",
356
// Paste Operations / Dialog
339
PasteErrorCut	: "Din browsers sikkerhedsindstillinger tillader ikke editoren at klippe tekst automatisk!<br>Brug i stedet tastaturet til at klippe teksten (Ctrl+X).",
357
PasteErrorCut	: "Din browsers sikkerhedsindstillinger tillader ikke editoren at klippe tekst automatisk!<br>Brug i stedet tastaturet til at klippe teksten (Ctrl+X).",
Line 340... Line 358...
340
PasteErrorCopy	: "Din browsers sikkerhedsindstillinger tillader ikke editoren at kopiere tekst automatisk!<br>Brug i stedet tastaturet til at kopiere teksten (Ctrl+C).",
358
PasteErrorCopy	: "Din browsers sikkerhedsindstillinger tillader ikke editoren at kopiere tekst automatisk!<br>Brug i stedet tastaturet til at kopiere teksten (Ctrl+C).",
341
 
359
 
Line 342... Line 360...
342
PasteAsText		: "Indsæt som ikke-formateret tekst",
360
PasteAsText		: "Indsæt som ikke-formateret tekst",
-
 
361
PasteFromWord	: "Indsæt fra Word",
343
PasteFromWord	: "Indsæt fra Word",
362
 
344
 
363
DlgPasteMsg2	: "Indsæt i feltet herunder (<STRONG>Ctrl+V</STRONG>) og klik <STRONG>OK</STRONG>.",
345
DlgPasteMsg2	: "Indsæt i feltet herunder (<STRONG>Ctrl+V</STRONG>) og klik <STRONG>OK</STRONG>.",
-
 
Line 346... Line 364...
346
DlgPasteIgnoreFont		: "Ignorer font definitioner",
364
DlgPasteSec		: "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.",	//MISSING
347
DlgPasteRemoveStyles	: "Ignorer typografi",
365
DlgPasteIgnoreFont		: "Ignorer font definitioner",
348
DlgPasteCleanBox		: "Slet indhold",
366
DlgPasteRemoveStyles	: "Ignorer typografi",
Line 496... Line 514...
496
// About Dialog
514
// About Dialog
497
DlgAboutAboutTab	: "Om",
515
DlgAboutAboutTab	: "Om",
498
DlgAboutBrowserInfoTab	: "Generelt",
516
DlgAboutBrowserInfoTab	: "Generelt",
499
DlgAboutLicenseTab	: "Licens",
517
DlgAboutLicenseTab	: "Licens",
500
DlgAboutVersion		: "version",
518
DlgAboutVersion		: "version",
501
DlgAboutLicense		: "Licens under vilkår for GNU Lesser General Public License",
-
 
502
DlgAboutInfo		: "For yderlig information gå til"
-
 
503
}
-
 
504
519
DlgAboutInfo		: "For yderlig information gå til",
-
 
520
 
-
 
521
// Div Dialog
-
 
522
DlgDivGeneralTab	: "General",	//MISSING
-
 
523
DlgDivAdvancedTab	: "Advanced",	//MISSING
-
 
524
DlgDivStyle		: "Style",	//MISSING
-
 
525
DlgDivInlineStyle	: "Inline Style"	//MISSING
-
 
526
};
-
 
527