1 | /*
|
---|
2 | Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
|
---|
3 | For licensing, see LICENSE.html or http://ckeditor.com/license
|
---|
4 | */
|
---|
5 |
|
---|
6 | /**
|
---|
7 | * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
|
---|
8 | * Danish language.
|
---|
9 | */
|
---|
10 |
|
---|
11 | /**#@+
|
---|
12 | @type String
|
---|
13 | @example
|
---|
14 | */
|
---|
15 |
|
---|
16 | /**
|
---|
17 | * Contains the dictionary of language entries.
|
---|
18 | * @namespace
|
---|
19 | */
|
---|
20 | CKEDITOR.lang['da'] =
|
---|
21 | {
|
---|
22 | /**
|
---|
23 | * The language reading direction. Possible values are "rtl" for
|
---|
24 | * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
|
---|
25 | * languages (like English).
|
---|
26 | * @default 'ltr'
|
---|
27 | */
|
---|
28 | dir : 'ltr',
|
---|
29 |
|
---|
30 | /*
|
---|
31 | * Screenreader titles. Please note that screenreaders are not always capable
|
---|
32 | * of reading non-English words. So be careful while translating it.
|
---|
33 | */
|
---|
34 | editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
|
---|
35 |
|
---|
36 | // ARIA descriptions.
|
---|
37 | toolbars : 'Editor toolbars', // MISSING
|
---|
38 | editor : 'Rich Text Editor', // MISSING
|
---|
39 |
|
---|
40 | // Toolbar buttons without dialogs.
|
---|
41 | source : 'Kilde',
|
---|
42 | newPage : 'Ny side',
|
---|
43 | save : 'Gem',
|
---|
44 | preview : 'Vis eksempel',
|
---|
45 | cut : 'Klip',
|
---|
46 | copy : 'Kopiér',
|
---|
47 | paste : 'Indsæt',
|
---|
48 | print : 'Udskriv',
|
---|
49 | underline : 'Understreget',
|
---|
50 | bold : 'Fed',
|
---|
51 | italic : 'Kursiv',
|
---|
52 | selectAll : 'Vælg alt',
|
---|
53 | removeFormat : 'Fjern formatering',
|
---|
54 | strike : 'Gennemstreget',
|
---|
55 | subscript : 'Sænket skrift',
|
---|
56 | superscript : 'Hævet skrift',
|
---|
57 | horizontalrule : 'Indsæt vandret streg',
|
---|
58 | pagebreak : 'Indsæt sideskift',
|
---|
59 | pagebreakAlt : 'Page Break', // MISSING
|
---|
60 | unlink : 'Fjern hyperlink',
|
---|
61 | undo : 'Fortryd',
|
---|
62 | redo : 'Annullér fortryd',
|
---|
63 |
|
---|
64 | // Common messages and labels.
|
---|
65 | common :
|
---|
66 | {
|
---|
67 | browseServer : 'Gennemse...',
|
---|
68 | url : 'URL',
|
---|
69 | protocol : 'Protokol',
|
---|
70 | upload : 'Upload',
|
---|
71 | uploadSubmit : 'Upload',
|
---|
72 | image : 'Indsæt billede',
|
---|
73 | flash : 'Indsæt Flash',
|
---|
74 | form : 'Indsæt formular',
|
---|
75 | checkbox : 'Indsæt afkrydsningsfelt',
|
---|
76 | radio : 'Indsæt alternativknap',
|
---|
77 | textField : 'Indsæt tekstfelt',
|
---|
78 | textarea : 'Indsæt tekstboks',
|
---|
79 | hiddenField : 'Indsæt skjult felt',
|
---|
80 | button : 'Indsæt knap',
|
---|
81 | select : 'Indsæt liste',
|
---|
82 | imageButton : 'Indsæt billedknap',
|
---|
83 | notSet : '<intet valgt>',
|
---|
84 | id : 'Id',
|
---|
85 | name : 'Navn',
|
---|
86 | langDir : 'Tekstretning',
|
---|
87 | langDirLtr : 'Fra venstre mod højre (LTR)',
|
---|
88 | langDirRtl : 'Fra højre mod venstre (RTL)',
|
---|
89 | langCode : 'Sprogkode',
|
---|
90 | longDescr : 'Udvidet beskrivelse',
|
---|
91 | cssClass : 'Typografiark (CSS)',
|
---|
92 | advisoryTitle : 'Titel',
|
---|
93 | cssStyle : 'Typografi (CSS)',
|
---|
94 | ok : 'OK',
|
---|
95 | cancel : 'Annullér',
|
---|
96 | close : 'Close', // MISSING
|
---|
97 | preview : 'Preview', // MISSING
|
---|
98 | generalTab : 'Generelt',
|
---|
99 | advancedTab : 'Avanceret',
|
---|
100 | validateNumberFailed : 'Værdien er ikke et tal.',
|
---|
101 | confirmNewPage : 'Alt indhold, der ikke er blevet gemt, vil gå tabt. Er du sikker på, at du vil indlæse en ny side?',
|
---|
102 | confirmCancel : 'Nogle af indstillingerne er blevet ændret. Er du sikker på, at du vil lukke vinduet?',
|
---|
103 | options : 'Options', // MISSING
|
---|
104 | target : 'Target', // MISSING
|
---|
105 | targetNew : 'New Window (_blank)', // MISSING
|
---|
106 | targetTop : 'Topmost Window (_top)', // MISSING
|
---|
107 | targetSelf : 'Same Window (_self)', // MISSING
|
---|
108 | targetParent : 'Parent Window (_parent)', // MISSING
|
---|
109 | langDirLTR : 'Left to Right (LTR)', // MISSING
|
---|
110 | langDirRTL : 'Right to Left (RTL)', // MISSING
|
---|
111 | styles : 'Style', // MISSING
|
---|
112 | cssClasses : 'Stylesheet Classes', // MISSING
|
---|
113 | width : 'Bredde',
|
---|
114 | height : 'Højde',
|
---|
115 | align : 'Justering',
|
---|
116 | alignLeft : 'Venstre',
|
---|
117 | alignRight : 'Højre',
|
---|
118 | alignCenter : 'Centreret',
|
---|
119 | alignTop : 'Øverst',
|
---|
120 | alignMiddle : 'Centreret',
|
---|
121 | alignBottom : 'Nederst',
|
---|
122 | invalidHeight : 'Højde skal være et tal.',
|
---|
123 | invalidWidth : 'Bredde skal være et tal.',
|
---|
124 | invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
|
---|
125 | invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
|
---|
126 | invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
|
---|
127 | cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
|
---|
128 |
|
---|
129 | // Put the voice-only part of the label in the span.
|
---|
130 | unavailable : '%1<span class="cke_accessibility">, ikke tilgængelig</span>'
|
---|
131 | },
|
---|
132 |
|
---|
133 | contextmenu :
|
---|
134 | {
|
---|
135 | options : 'Context Menu Options' // MISSING
|
---|
136 | },
|
---|
137 |
|
---|
138 | // Special char dialog.
|
---|
139 | specialChar :
|
---|
140 | {
|
---|
141 | toolbar : 'Indsæt symbol',
|
---|
142 | title : 'Vælg symbol',
|
---|
143 | options : 'Special Character Options' // MISSING
|
---|
144 | },
|
---|
145 |
|
---|
146 | // Link dialog.
|
---|
147 | link :
|
---|
148 | {
|
---|
149 | toolbar : 'Indsæt/redigér hyperlink',
|
---|
150 | other : '<anden>',
|
---|
151 | menu : 'Redigér hyperlink',
|
---|
152 | title : 'Egenskaber for hyperlink',
|
---|
153 | info : 'Generelt',
|
---|
154 | target : 'Mål',
|
---|
155 | upload : 'Upload',
|
---|
156 | advanced : 'Avanceret',
|
---|
157 | type : 'Type',
|
---|
158 | toUrl : 'URL', // MISSING
|
---|
159 | toAnchor : 'Bogmærke på denne side',
|
---|
160 | toEmail : 'E-mail',
|
---|
161 | targetFrame : '<ramme>',
|
---|
162 | targetPopup : '<popup vindue>',
|
---|
163 | targetFrameName : 'Destinationsvinduets navn',
|
---|
164 | targetPopupName : 'Popup vinduets navn',
|
---|
165 | popupFeatures : 'Egenskaber for popup',
|
---|
166 | popupResizable : 'Justérbar',
|
---|
167 | popupStatusBar : 'Statuslinje',
|
---|
168 | popupLocationBar: 'Adresselinje',
|
---|
169 | popupToolbar : 'Værktøjslinje',
|
---|
170 | popupMenuBar : 'Menulinje',
|
---|
171 | popupFullScreen : 'Fuld skærm (IE)',
|
---|
172 | popupScrollBars : 'Scrollbar',
|
---|
173 | popupDependent : 'Koblet/dependent (Netscape)',
|
---|
174 | popupLeft : 'Position fra venstre',
|
---|
175 | popupTop : 'Position fra toppen',
|
---|
176 | id : 'Id',
|
---|
177 | langDir : 'Tekstretning',
|
---|
178 | langDirLTR : 'Fra venstre mod højre (LTR)',
|
---|
179 | langDirRTL : 'Fra højre mod venstre (RTL)',
|
---|
180 | acccessKey : 'Genvejstast',
|
---|
181 | name : 'Navn',
|
---|
182 | langCode : 'Tekstretning',
|
---|
183 | tabIndex : 'Tabulator indeks',
|
---|
184 | advisoryTitle : 'Titel',
|
---|
185 | advisoryContentType : 'Indholdstype',
|
---|
186 | cssClasses : 'Typografiark',
|
---|
187 | charset : 'Tegnsæt',
|
---|
188 | styles : 'Typografi',
|
---|
189 | rel : 'Relationship', // MISSING
|
---|
190 | selectAnchor : 'Vælg et anker',
|
---|
191 | anchorName : 'Efter anker navn',
|
---|
192 | anchorId : 'Efter element Id',
|
---|
193 | emailAddress : 'E-mail adresse',
|
---|
194 | emailSubject : 'Emne',
|
---|
195 | emailBody : 'Besked',
|
---|
196 | noAnchors : '(Ingen bogmærker i dokumentet)',
|
---|
197 | noUrl : 'Indtast hyperlink URL!',
|
---|
198 | noEmail : 'Indtast e-mail adresse!'
|
---|
199 | },
|
---|
200 |
|
---|
201 | // Anchor dialog
|
---|
202 | anchor :
|
---|
203 | {
|
---|
204 | toolbar : 'Indsæt/redigér bogmærke',
|
---|
205 | menu : 'Egenskaber for bogmærke',
|
---|
206 | title : 'Egenskaber for bogmærke',
|
---|
207 | name : 'Bogmærke navn',
|
---|
208 | errorName : 'Indtast bogmærke navn',
|
---|
209 | remove : 'Remove Anchor' // MISSING
|
---|
210 | },
|
---|
211 |
|
---|
212 | // List style dialog
|
---|
213 | list:
|
---|
214 | {
|
---|
215 | numberedTitle : 'Numbered List Properties', // MISSING
|
---|
216 | bulletedTitle : 'Bulleted List Properties', // MISSING
|
---|
217 | type : 'Type', // MISSING
|
---|
218 | start : 'Start', // MISSING
|
---|
219 | validateStartNumber :'List start number must be a whole number.', // MISSING
|
---|
220 | circle : 'Circle', // MISSING
|
---|
221 | disc : 'Disc', // MISSING
|
---|
222 | square : 'Square', // MISSING
|
---|
223 | none : 'None', // MISSING
|
---|
224 | notset : '<not set>', // MISSING
|
---|
225 | armenian : 'Armenian numbering', // MISSING
|
---|
226 | georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
|
---|
227 | lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
|
---|
228 | upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
|
---|
229 | lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
|
---|
230 | upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
|
---|
231 | lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
|
---|
232 | decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
|
---|
233 | decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
|
---|
234 | },
|
---|
235 |
|
---|
236 | // Find And Replace Dialog
|
---|
237 | findAndReplace :
|
---|
238 | {
|
---|
239 | title : 'Søg og erstat',
|
---|
240 | find : 'Søg',
|
---|
241 | replace : 'Erstat',
|
---|
242 | findWhat : 'Søg efter:',
|
---|
243 | replaceWith : 'Erstat med:',
|
---|
244 | notFoundMsg : 'Søgeteksten blev ikke fundet',
|
---|
245 | findOptions : 'Find Options', // MISSING
|
---|
246 | matchCase : 'Forskel på store og små bogstaver',
|
---|
247 | matchWord : 'Kun hele ord',
|
---|
248 | matchCyclic : 'Match cyklisk',
|
---|
249 | replaceAll : 'Erstat alle',
|
---|
250 | replaceSuccessMsg : '%1 forekomst(er) erstattet.'
|
---|
251 | },
|
---|
252 |
|
---|
253 | // Table Dialog
|
---|
254 | table :
|
---|
255 | {
|
---|
256 | toolbar : 'Tabel',
|
---|
257 | title : 'Egenskaber for tabel',
|
---|
258 | menu : 'Egenskaber for tabel',
|
---|
259 | deleteTable : 'Slet tabel',
|
---|
260 | rows : 'Rækker',
|
---|
261 | columns : 'Kolonner',
|
---|
262 | border : 'Rammebredde',
|
---|
263 | widthPx : 'pixels',
|
---|
264 | widthPc : 'procent',
|
---|
265 | widthUnit : 'width unit', // MISSING
|
---|
266 | cellSpace : 'Celleafstand',
|
---|
267 | cellPad : 'Cellemargen',
|
---|
268 | caption : 'Titel',
|
---|
269 | summary : 'Resumé',
|
---|
270 | headers : 'Header',
|
---|
271 | headersNone : 'Ingen',
|
---|
272 | headersColumn : 'Første kolonne',
|
---|
273 | headersRow : 'Første række',
|
---|
274 | headersBoth : 'Begge',
|
---|
275 | invalidRows : 'Antallet af rækker skal være større end 0.',
|
---|
276 | invalidCols : 'Antallet af kolonner skal være større end 0.',
|
---|
277 | invalidBorder : 'Rammetykkelse skal være et tal.',
|
---|
278 | invalidWidth : 'Tabelbredde skal være et tal.',
|
---|
279 | invalidHeight : 'Tabelhøjde skal være et tal.',
|
---|
280 | invalidCellSpacing : 'Celleafstand skal være et tal.',
|
---|
281 | invalidCellPadding : 'Cellemargen skal være et tal.',
|
---|
282 |
|
---|
283 | cell :
|
---|
284 | {
|
---|
285 | menu : 'Celle',
|
---|
286 | insertBefore : 'Indsæt celle før',
|
---|
287 | insertAfter : 'Indsæt celle efter',
|
---|
288 | deleteCell : 'Slet celle',
|
---|
289 | merge : 'Flet celler',
|
---|
290 | mergeRight : 'Flet til højre',
|
---|
291 | mergeDown : 'Flet nedad',
|
---|
292 | splitHorizontal : 'Del celle vandret',
|
---|
293 | splitVertical : 'Del celle lodret',
|
---|
294 | title : 'Celleegenskaber',
|
---|
295 | cellType : 'Celletype',
|
---|
296 | rowSpan : 'Række span (rows span)',
|
---|
297 | colSpan : 'Kolonne span (columns span)',
|
---|
298 | wordWrap : 'Tekstombrydning',
|
---|
299 | hAlign : 'Vandret justering',
|
---|
300 | vAlign : 'Lodret justering',
|
---|
301 | alignBaseline : 'Grundlinje',
|
---|
302 | bgColor : 'Baggrundsfarve',
|
---|
303 | borderColor : 'Rammefarve',
|
---|
304 | data : 'Data',
|
---|
305 | header : 'Header',
|
---|
306 | yes : 'Ja',
|
---|
307 | no : 'Nej',
|
---|
308 | invalidWidth : 'Cellebredde skal være et tal.',
|
---|
309 | invalidHeight : 'Cellehøjde skal være et tal.',
|
---|
310 | invalidRowSpan : 'Række span skal være et heltal.',
|
---|
311 | invalidColSpan : 'Kolonne span skal være et heltal.',
|
---|
312 | chooseColor : 'Choose' // MISSING
|
---|
313 | },
|
---|
314 |
|
---|
315 | row :
|
---|
316 | {
|
---|
317 | menu : 'Række',
|
---|
318 | insertBefore : 'Indsæt række før',
|
---|
319 | insertAfter : 'Indsæt række efter',
|
---|
320 | deleteRow : 'Slet række'
|
---|
321 | },
|
---|
322 |
|
---|
323 | column :
|
---|
324 | {
|
---|
325 | menu : 'Kolonne',
|
---|
326 | insertBefore : 'Indsæt kolonne før',
|
---|
327 | insertAfter : 'Indsæt kolonne efter',
|
---|
328 | deleteColumn : 'Slet kolonne'
|
---|
329 | }
|
---|
330 | },
|
---|
331 |
|
---|
332 | // Button Dialog.
|
---|
333 | button :
|
---|
334 | {
|
---|
335 | title : 'Egenskaber for knap',
|
---|
336 | text : 'Tekst',
|
---|
337 | type : 'Type',
|
---|
338 | typeBtn : 'Knap',
|
---|
339 | typeSbm : 'Send',
|
---|
340 | typeRst : 'Nulstil'
|
---|
341 | },
|
---|
342 |
|
---|
343 | // Checkbox and Radio Button Dialogs.
|
---|
344 | checkboxAndRadio :
|
---|
345 | {
|
---|
346 | checkboxTitle : 'Egenskaber for afkrydsningsfelt',
|
---|
347 | radioTitle : 'Egenskaber for alternativknap',
|
---|
348 | value : 'Værdi',
|
---|
349 | selected : 'Valgt'
|
---|
350 | },
|
---|
351 |
|
---|
352 | // Form Dialog.
|
---|
353 | form :
|
---|
354 | {
|
---|
355 | title : 'Egenskaber for formular',
|
---|
356 | menu : 'Egenskaber for formular',
|
---|
357 | action : 'Handling',
|
---|
358 | method : 'Metode',
|
---|
359 | encoding : 'Kodning (encoding)'
|
---|
360 | },
|
---|
361 |
|
---|
362 | // Select Field Dialog.
|
---|
363 | select :
|
---|
364 | {
|
---|
365 | title : 'Egenskaber for liste',
|
---|
366 | selectInfo : 'Generelt',
|
---|
367 | opAvail : 'Valgmuligheder',
|
---|
368 | value : 'Værdi',
|
---|
369 | size : 'Størrelse',
|
---|
370 | lines : 'Linjer',
|
---|
371 | chkMulti : 'Tillad flere valg',
|
---|
372 | opText : 'Tekst',
|
---|
373 | opValue : 'Værdi',
|
---|
374 | btnAdd : 'Tilføj',
|
---|
375 | btnModify : 'Redigér',
|
---|
376 | btnUp : 'Op',
|
---|
377 | btnDown : 'Ned',
|
---|
378 | btnSetValue : 'Sæt som valgt',
|
---|
379 | btnDelete : 'Slet'
|
---|
380 | },
|
---|
381 |
|
---|
382 | // Textarea Dialog.
|
---|
383 | textarea :
|
---|
384 | {
|
---|
385 | title : 'Egenskaber for tekstboks',
|
---|
386 | cols : 'Kolonner',
|
---|
387 | rows : 'Rækker'
|
---|
388 | },
|
---|
389 |
|
---|
390 | // Text Field Dialog.
|
---|
391 | textfield :
|
---|
392 | {
|
---|
393 | title : 'Egenskaber for tekstfelt',
|
---|
394 | name : 'Navn',
|
---|
395 | value : 'Værdi',
|
---|
396 | charWidth : 'Bredde (tegn)',
|
---|
397 | maxChars : 'Max. antal tegn',
|
---|
398 | type : 'Type',
|
---|
399 | typeText : 'Tekst',
|
---|
400 | typePass : 'Adgangskode'
|
---|
401 | },
|
---|
402 |
|
---|
403 | // Hidden Field Dialog.
|
---|
404 | hidden :
|
---|
405 | {
|
---|
406 | title : 'Egenskaber for skjult felt',
|
---|
407 | name : 'Navn',
|
---|
408 | value : 'Værdi'
|
---|
409 | },
|
---|
410 |
|
---|
411 | // Image Dialog.
|
---|
412 | image :
|
---|
413 | {
|
---|
414 | title : 'Egenskaber for billede',
|
---|
415 | titleButton : 'Egenskaber for billedknap',
|
---|
416 | menu : 'Egenskaber for billede',
|
---|
417 | infoTab : 'Generelt',
|
---|
418 | btnUpload : 'Upload',
|
---|
419 | upload : 'Upload',
|
---|
420 | alt : 'Alternativ tekst',
|
---|
421 | lockRatio : 'Lås størrelsesforhold',
|
---|
422 | resetSize : 'Nulstil størrelse',
|
---|
423 | border : 'Ramme',
|
---|
424 | hSpace : 'Vandret margen',
|
---|
425 | vSpace : 'Lodret margen',
|
---|
426 | alertUrl : 'Indtast stien til billedet',
|
---|
427 | linkTab : 'Hyperlink',
|
---|
428 | button2Img : 'Vil du lave billedknappen om til et almindeligt billede?',
|
---|
429 | img2Button : 'Vil du lave billedet om til en billedknap?',
|
---|
430 | urlMissing : 'Image source URL is missing.', // MISSING
|
---|
431 | validateBorder : 'Border must be a whole number.', // MISSING
|
---|
432 | validateHSpace : 'HSpace must be a whole number.', // MISSING
|
---|
433 | validateVSpace : 'VSpace must be a whole number.' // MISSING
|
---|
434 | },
|
---|
435 |
|
---|
436 | // Flash Dialog
|
---|
437 | flash :
|
---|
438 | {
|
---|
439 | properties : 'Egenskaber for Flash',
|
---|
440 | propertiesTab : 'Egenskaber',
|
---|
441 | title : 'Egenskaber for Flash',
|
---|
442 | chkPlay : 'Automatisk afspilning',
|
---|
443 | chkLoop : 'Gentagelse',
|
---|
444 | chkMenu : 'Vis Flash menu',
|
---|
445 | chkFull : 'Tillad fuldskærm',
|
---|
446 | scale : 'Skalér',
|
---|
447 | scaleAll : 'Vis alt',
|
---|
448 | scaleNoBorder : 'Ingen ramme',
|
---|
449 | scaleFit : 'Tilpas størrelse',
|
---|
450 | access : 'Script adgang',
|
---|
451 | accessAlways : 'Altid',
|
---|
452 | accessSameDomain: 'Samme domæne',
|
---|
453 | accessNever : 'Aldrig',
|
---|
454 | alignAbsBottom : 'Absolut nederst',
|
---|
455 | alignAbsMiddle : 'Absolut centreret',
|
---|
456 | alignBaseline : 'Grundlinje',
|
---|
457 | alignTextTop : 'Toppen af teksten',
|
---|
458 | quality : 'Kvalitet',
|
---|
459 | qualityBest : 'Bedste',
|
---|
460 | qualityHigh : 'Høj',
|
---|
461 | qualityAutoHigh : 'Auto høj',
|
---|
462 | qualityMedium : 'Medium',
|
---|
463 | qualityAutoLow : 'Auto lav',
|
---|
464 | qualityLow : 'Lav',
|
---|
465 | windowModeWindow: 'Vindue',
|
---|
466 | windowModeOpaque: 'Gennemsigtig (opaque)',
|
---|
467 | windowModeTransparent : 'Transparent',
|
---|
468 | windowMode : 'Vinduestilstand',
|
---|
469 | flashvars : 'Variabler for Flash',
|
---|
470 | bgcolor : 'Baggrundsfarve',
|
---|
471 | hSpace : 'Vandret margen',
|
---|
472 | vSpace : 'Lodret margen',
|
---|
473 | validateSrc : 'Indtast hyperlink URL!',
|
---|
474 | validateHSpace : 'Vandret margen skal være et tal.',
|
---|
475 | validateVSpace : 'Lodret margen skal være et tal.'
|
---|
476 | },
|
---|
477 |
|
---|
478 | // Speller Pages Dialog
|
---|
479 | spellCheck :
|
---|
480 | {
|
---|
481 | toolbar : 'Stavekontrol',
|
---|
482 | title : 'Stavekontrol',
|
---|
483 | notAvailable : 'Stavekontrol er desværre ikke tilgængelig.',
|
---|
484 | errorLoading : 'Fejl ved indlæsning af host: %s.',
|
---|
485 | notInDic : 'Ikke i ordbogen',
|
---|
486 | changeTo : 'Forslag',
|
---|
487 | btnIgnore : 'Ignorér',
|
---|
488 | btnIgnoreAll : 'Ignorér alle',
|
---|
489 | btnReplace : 'Erstat',
|
---|
490 | btnReplaceAll : 'Erstat alle',
|
---|
491 | btnUndo : 'Tilbage',
|
---|
492 | noSuggestions : '(ingen forslag)',
|
---|
493 | progress : 'Stavekontrollen arbejder...',
|
---|
494 | noMispell : 'Stavekontrol færdig: Ingen fejl fundet',
|
---|
495 | noChanges : 'Stavekontrol færdig: Ingen ord ændret',
|
---|
496 | oneChange : 'Stavekontrol færdig: Et ord ændret',
|
---|
497 | manyChanges : 'Stavekontrol færdig: %1 ord ændret',
|
---|
498 | ieSpellDownload : 'Stavekontrol ikke installeret. Vil du installere den nu?'
|
---|
499 | },
|
---|
500 |
|
---|
501 | smiley :
|
---|
502 | {
|
---|
503 | toolbar : 'Smiley',
|
---|
504 | title : 'Vælg smiley',
|
---|
505 | options : 'Smiley Options' // MISSING
|
---|
506 | },
|
---|
507 |
|
---|
508 | elementsPath :
|
---|
509 | {
|
---|
510 | eleLabel : 'Elements path', // MISSING
|
---|
511 | eleTitle : '%1 element'
|
---|
512 | },
|
---|
513 |
|
---|
514 | numberedlist : 'Talopstilling',
|
---|
515 | bulletedlist : 'Punktopstilling',
|
---|
516 | indent : 'Forøg indrykning',
|
---|
517 | outdent : 'Formindsk indrykning',
|
---|
518 |
|
---|
519 | justify :
|
---|
520 | {
|
---|
521 | left : 'Venstrestillet',
|
---|
522 | center : 'Centreret',
|
---|
523 | right : 'Højrestillet',
|
---|
524 | block : 'Lige margener'
|
---|
525 | },
|
---|
526 |
|
---|
527 | blockquote : 'Blokcitat',
|
---|
528 |
|
---|
529 | clipboard :
|
---|
530 | {
|
---|
531 | title : 'Indsæt',
|
---|
532 | cutError : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.<br><br>Brug i stedet tastaturet til at klippe teksten (Ctrl/Cmd+X).',
|
---|
533 | copyError : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.<br><br>Brug i stedet tastaturet til at kopiere teksten (Ctrl/Cmd+C).',
|
---|
534 | pasteMsg : 'Indsæt i feltet herunder (<STRONG>Ctrl/Cmd+V</STRONG>) og klik på <STRONG>OK</STRONG>.',
|
---|
535 | securityMsg : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.<br><br>Du skal indsætte udklipsholderens indhold i dette vindue igen.',
|
---|
536 | pasteArea : 'Paste Area' // MISSING
|
---|
537 | },
|
---|
538 |
|
---|
539 | pastefromword :
|
---|
540 | {
|
---|
541 | confirmCleanup : 'Den tekst du forsøger at indsætte ser ud til at komme fra Word. Vil du rense teksten før den indsættes?',
|
---|
542 | toolbar : 'Indsæt fra Word',
|
---|
543 | title : 'Indsæt fra Word',
|
---|
544 | error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
|
---|
545 | },
|
---|
546 |
|
---|
547 | pasteText :
|
---|
548 | {
|
---|
549 | button : 'Indsæt som ikke-formateret tekst',
|
---|
550 | title : 'Indsæt som ikke-formateret tekst'
|
---|
551 | },
|
---|
552 |
|
---|
553 | templates :
|
---|
554 | {
|
---|
555 | button : 'Skabeloner',
|
---|
556 | title : 'Indholdsskabeloner',
|
---|
557 | options : 'Template Options', // MISSING
|
---|
558 | insertOption : 'Erstat det faktiske indhold',
|
---|
559 | selectPromptMsg : 'Vælg den skabelon, som skal åbnes i editoren (nuværende indhold vil blive overskrevet):',
|
---|
560 | emptyListMsg : '(Der er ikke defineret nogen skabelon)'
|
---|
561 | },
|
---|
562 |
|
---|
563 | showBlocks : 'Vis afsnitsmærker',
|
---|
564 |
|
---|
565 | stylesCombo :
|
---|
566 | {
|
---|
567 | label : 'Typografi',
|
---|
568 | panelTitle : 'Formatting Styles', // MISSING
|
---|
569 | panelTitle1 : 'Block typografi',
|
---|
570 | panelTitle2 : 'Inline typografi',
|
---|
571 | panelTitle3 : 'Object typografi'
|
---|
572 | },
|
---|
573 |
|
---|
574 | format :
|
---|
575 | {
|
---|
576 | label : 'Formatering',
|
---|
577 | panelTitle : 'Formatering',
|
---|
578 |
|
---|
579 | tag_p : 'Normal',
|
---|
580 | tag_pre : 'Formateret',
|
---|
581 | tag_address : 'Adresse',
|
---|
582 | tag_h1 : 'Overskrift 1',
|
---|
583 | tag_h2 : 'Overskrift 2',
|
---|
584 | tag_h3 : 'Overskrift 3',
|
---|
585 | tag_h4 : 'Overskrift 4',
|
---|
586 | tag_h5 : 'Overskrift 5',
|
---|
587 | tag_h6 : 'Overskrift 6',
|
---|
588 | tag_div : 'Normal (DIV)'
|
---|
589 | },
|
---|
590 |
|
---|
591 | div :
|
---|
592 | {
|
---|
593 | title : 'Create Div Container', // MISSING
|
---|
594 | toolbar : 'Create Div Container', // MISSING
|
---|
595 | cssClassInputLabel : 'Stylesheet Classes', // MISSING
|
---|
596 | styleSelectLabel : 'Style', // MISSING
|
---|
597 | IdInputLabel : 'Id', // MISSING
|
---|
598 | languageCodeInputLabel : ' Language Code', // MISSING
|
---|
599 | inlineStyleInputLabel : 'Inline Style', // MISSING
|
---|
600 | advisoryTitleInputLabel : 'Advisory Title', // MISSING
|
---|
601 | langDirLabel : 'Language Direction', // MISSING
|
---|
602 | langDirLTRLabel : 'Left to Right (LTR)', // MISSING
|
---|
603 | langDirRTLLabel : 'Right to Left (RTL)', // MISSING
|
---|
604 | edit : 'Edit Div', // MISSING
|
---|
605 | remove : 'Remove Div' // MISSING
|
---|
606 | },
|
---|
607 |
|
---|
608 | iframe :
|
---|
609 | {
|
---|
610 | title : 'IFrame Properties', // MISSING
|
---|
611 | toolbar : 'IFrame', // MISSING
|
---|
612 | noUrl : 'Please type the iframe URL', // MISSING
|
---|
613 | scrolling : 'Enable scrollbars', // MISSING
|
---|
614 | border : 'Show frame border' // MISSING
|
---|
615 | },
|
---|
616 |
|
---|
617 | font :
|
---|
618 | {
|
---|
619 | label : 'Skrifttype',
|
---|
620 | voiceLabel : 'Skrifttype',
|
---|
621 | panelTitle : 'Skrifttype'
|
---|
622 | },
|
---|
623 |
|
---|
624 | fontSize :
|
---|
625 | {
|
---|
626 | label : 'Skriftstørrelse',
|
---|
627 | voiceLabel : 'Skriftstørrelse',
|
---|
628 | panelTitle : 'Skriftstørrelse'
|
---|
629 | },
|
---|
630 |
|
---|
631 | colorButton :
|
---|
632 | {
|
---|
633 | textColorTitle : 'Tekstfarve',
|
---|
634 | bgColorTitle : 'Baggrundsfarve',
|
---|
635 | panelTitle : 'Colors', // MISSING
|
---|
636 | auto : 'Automatisk',
|
---|
637 | more : 'Flere farver...'
|
---|
638 | },
|
---|
639 |
|
---|
640 | colors :
|
---|
641 | {
|
---|
642 | '000' : 'Black', // MISSING
|
---|
643 | '800000' : 'Maroon', // MISSING
|
---|
644 | '8B4513' : 'Saddle Brown', // MISSING
|
---|
645 | '2F4F4F' : 'Dark Slate Gray', // MISSING
|
---|
646 | '008080' : 'Teal', // MISSING
|
---|
647 | '000080' : 'Navy', // MISSING
|
---|
648 | '4B0082' : 'Indigo', // MISSING
|
---|
649 | '696969' : 'Dark Gray', // MISSING
|
---|
650 | 'B22222' : 'Fire Brick', // MISSING
|
---|
651 | 'A52A2A' : 'Brown', // MISSING
|
---|
652 | 'DAA520' : 'Golden Rod', // MISSING
|
---|
653 | '006400' : 'Dark Green', // MISSING
|
---|
654 | '40E0D0' : 'Turquoise', // MISSING
|
---|
655 | '0000CD' : 'Medium Blue', // MISSING
|
---|
656 | '800080' : 'Purple', // MISSING
|
---|
657 | '808080' : 'Gray', // MISSING
|
---|
658 | 'F00' : 'Red', // MISSING
|
---|
659 | 'FF8C00' : 'Dark Orange', // MISSING
|
---|
660 | 'FFD700' : 'Gold', // MISSING
|
---|
661 | '008000' : 'Green', // MISSING
|
---|
662 | '0FF' : 'Cyan', // MISSING
|
---|
663 | '00F' : 'Blue', // MISSING
|
---|
664 | 'EE82EE' : 'Violet', // MISSING
|
---|
665 | 'A9A9A9' : 'Dim Gray', // MISSING
|
---|
666 | 'FFA07A' : 'Light Salmon', // MISSING
|
---|
667 | 'FFA500' : 'Orange', // MISSING
|
---|
668 | 'FFFF00' : 'Yellow', // MISSING
|
---|
669 | '00FF00' : 'Lime', // MISSING
|
---|
670 | 'AFEEEE' : 'Pale Turquoise', // MISSING
|
---|
671 | 'ADD8E6' : 'Light Blue', // MISSING
|
---|
672 | 'DDA0DD' : 'Plum', // MISSING
|
---|
673 | 'D3D3D3' : 'Light Grey', // MISSING
|
---|
674 | 'FFF0F5' : 'Lavender Blush', // MISSING
|
---|
675 | 'FAEBD7' : 'Antique White', // MISSING
|
---|
676 | 'FFFFE0' : 'Light Yellow', // MISSING
|
---|
677 | 'F0FFF0' : 'Honeydew', // MISSING
|
---|
678 | 'F0FFFF' : 'Azure', // MISSING
|
---|
679 | 'F0F8FF' : 'Alice Blue', // MISSING
|
---|
680 | 'E6E6FA' : 'Lavender', // MISSING
|
---|
681 | 'FFF' : 'White' // MISSING
|
---|
682 | },
|
---|
683 |
|
---|
684 | scayt :
|
---|
685 | {
|
---|
686 | title : 'Stavekontrol mens du skriver',
|
---|
687 | opera_title : 'Not supported by Opera', // MISSING
|
---|
688 | enable : 'Aktivér SCAYT',
|
---|
689 | disable : 'Deaktivér SCAYT',
|
---|
690 | about : 'Om SCAYT',
|
---|
691 | toggle : 'Skift/toggle SCAYT',
|
---|
692 | options : 'Indstillinger',
|
---|
693 | langs : 'Sprog',
|
---|
694 | moreSuggestions : 'Flere forslag',
|
---|
695 | ignore : 'Ignorér',
|
---|
696 | ignoreAll : 'Ignorér alle',
|
---|
697 | addWord : 'Tilføj ord',
|
---|
698 | emptyDic : 'Ordbogsnavn må ikke være tom.',
|
---|
699 |
|
---|
700 | optionsTab : 'Indstillinger',
|
---|
701 | allCaps : 'Ignore All-Caps Words', // MISSING
|
---|
702 | ignoreDomainNames : 'Ignore Domain Names', // MISSING
|
---|
703 | mixedCase : 'Ignore Words with Mixed Case', // MISSING
|
---|
704 | mixedWithDigits : 'Ignore Words with Numbers', // MISSING
|
---|
705 |
|
---|
706 | languagesTab : 'Sprog',
|
---|
707 |
|
---|
708 | dictionariesTab : 'Ordbøger',
|
---|
709 | dic_field_name : 'Dictionary name', // MISSING
|
---|
710 | dic_create : 'Create', // MISSING
|
---|
711 | dic_restore : 'Restore', // MISSING
|
---|
712 | dic_delete : 'Delete', // MISSING
|
---|
713 | dic_rename : 'Rename', // MISSING
|
---|
714 | dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
|
---|
715 |
|
---|
716 | aboutTab : 'Om'
|
---|
717 | },
|
---|
718 |
|
---|
719 | about :
|
---|
720 | {
|
---|
721 | title : 'Om CKEditor',
|
---|
722 | dlgTitle : 'Om CKEditor',
|
---|
723 | help : 'Check $1 for help.', // MISSING
|
---|
724 | userGuide : 'CKEditor User\'s Guide', // MISSING
|
---|
725 | moreInfo : 'For informationer omkring licens, se venligst vores hjemmeside (på engelsk):',
|
---|
726 | copy : 'Copyright © $1. Alle rettigheder forbeholdes.'
|
---|
727 | },
|
---|
728 |
|
---|
729 | maximize : 'Maximér',
|
---|
730 | minimize : 'Minimize', // MISSING
|
---|
731 |
|
---|
732 | fakeobjects :
|
---|
733 | {
|
---|
734 | anchor : 'Anker',
|
---|
735 | flash : 'Flashanimation',
|
---|
736 | iframe : 'IFrame', // MISSING
|
---|
737 | hiddenfield : 'Hidden Field', // MISSING
|
---|
738 | unknown : 'Ukendt objekt'
|
---|
739 | },
|
---|
740 |
|
---|
741 | resize : 'Træk for at skalere',
|
---|
742 |
|
---|
743 | colordialog :
|
---|
744 | {
|
---|
745 | title : 'Select color', // MISSING
|
---|
746 | options : 'Color Options', // MISSING
|
---|
747 | highlight : 'Highlight', // MISSING
|
---|
748 | selected : 'Selected Color', // MISSING
|
---|
749 | clear : 'Clear' // MISSING
|
---|
750 | },
|
---|
751 |
|
---|
752 | toolbarCollapse : 'Collapse Toolbar', // MISSING
|
---|
753 | toolbarExpand : 'Expand Toolbar', // MISSING
|
---|
754 |
|
---|
755 | toolbarGroups :
|
---|
756 | {
|
---|
757 | document : 'Document', // MISSING
|
---|
758 | clipboard : 'Clipboard/Undo', // MISSING
|
---|
759 | editing : 'Editing', // MISSING
|
---|
760 | forms : 'Forms', // MISSING
|
---|
761 | basicstyles : 'Basic Styles', // MISSING
|
---|
762 | paragraph : 'Paragraph', // MISSING
|
---|
763 | links : 'Links', // MISSING
|
---|
764 | insert : 'Insert', // MISSING
|
---|
765 | styles : 'Styles', // MISSING
|
---|
766 | colors : 'Colors', // MISSING
|
---|
767 | tools : 'Tools' // MISSING
|
---|
768 | },
|
---|
769 |
|
---|
770 | bidi :
|
---|
771 | {
|
---|
772 | ltr : 'Text direction from left to right', // MISSING
|
---|
773 | rtl : 'Text direction from right to left' // MISSING
|
---|
774 | },
|
---|
775 |
|
---|
776 | docprops :
|
---|
777 | {
|
---|
778 | label : 'Egenskaber for dokument',
|
---|
779 | title : 'Egenskaber for dokument',
|
---|
780 | design : 'Design', // MISSING
|
---|
781 | meta : 'Meta Tags', // MISSING
|
---|
782 | chooseColor : 'Choose', // MISSING
|
---|
783 | other : '<anden>',
|
---|
784 | docTitle : 'Sidetitel',
|
---|
785 | charset : 'Tegnsæt kode',
|
---|
786 | charsetOther : 'Anden tegnsæt kode',
|
---|
787 | charsetASCII : 'ASCII', // MISSING
|
---|
788 | charsetCE : 'Centraleuropæisk',
|
---|
789 | charsetCT : 'Traditionel kinesisk (Big5)',
|
---|
790 | charsetCR : 'Kyrillisk',
|
---|
791 | charsetGR : 'Græsk',
|
---|
792 | charsetJP : 'Japansk',
|
---|
793 | charsetKR : 'Koreansk',
|
---|
794 | charsetTR : 'Tyrkisk',
|
---|
795 | charsetUN : 'Unicode (UTF-8)', // MISSING
|
---|
796 | charsetWE : 'Vesteuropæisk',
|
---|
797 | docType : 'Dokumenttype kategori',
|
---|
798 | docTypeOther : 'Anden dokumenttype kategori',
|
---|
799 | xhtmlDec : 'Inkludere XHTML deklartion',
|
---|
800 | bgColor : 'Baggrundsfarve',
|
---|
801 | bgImage : 'Baggrundsbillede URL',
|
---|
802 | bgFixed : 'Fastlåst baggrund',
|
---|
803 | txtColor : 'Tekstfarve',
|
---|
804 | margin : 'Sidemargen',
|
---|
805 | marginTop : 'Øverst',
|
---|
806 | marginLeft : 'Venstre',
|
---|
807 | marginRight : 'Højre',
|
---|
808 | marginBottom : 'Nederst',
|
---|
809 | metaKeywords : 'Dokument index nøgleord (kommasepareret)',
|
---|
810 | metaDescription : 'Dokument beskrivelse',
|
---|
811 | metaAuthor : 'Forfatter',
|
---|
812 | metaCopyright : 'Copyright', // MISSING
|
---|
813 | previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
|
---|
814 | }
|
---|
815 | };
|
---|