X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fda.js;h=a78a167c167f2fae2880fbaa5980a1329e3058db;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hp=713eab0a20fd41bf5d841ec12d519ff0c9697782;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git diff --git a/_source/lang/da.js b/_source/lang/da.js index 713eab0..a78a167 100644 --- a/_source/lang/da.js +++ b/_source/lang/da.js @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['da'] = @@ -34,8 +34,8 @@ CKEDITOR.lang['da'] = editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING // ARIA descriptions. - toolbar : 'Toolbar', // MISSING - editor : 'Rich Text Editor', // MISSING + toolbars : 'Editor toolbars', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Kilde', @@ -121,6 +121,10 @@ CKEDITOR.lang['da'] = alignBottom : 'Nederst', invalidHeight : 'Højde skal være et tal.', invalidWidth : 'Bredde skal være et tal.', + 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 + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING + 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 + 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 // Put the voice-only part of the label in the span. unavailable : '%1, ikke tilgængelig' @@ -201,7 +205,8 @@ CKEDITOR.lang['da'] = menu : 'Egenskaber for bogmærke', title : 'Egenskaber for bogmærke', name : 'Bogmærke navn', - errorName : 'Indtast bogmærke navn' + errorName : 'Indtast bogmærke navn', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -237,6 +242,7 @@ CKEDITOR.lang['da'] = findWhat : 'Søg efter:', replaceWith : 'Erstat med:', notFoundMsg : 'Søgeteksten blev ikke fundet', + findOptions : 'Find Options', // MISSING matchCase : 'Forskel pÃ¥ store og smÃ¥ bogstaver', matchWord : 'Kun hele ord', matchCyclic : 'Match cyklisk', @@ -413,7 +419,6 @@ CKEDITOR.lang['da'] = upload : 'Upload', alt : 'Alternativ tekst', lockRatio : 'LÃ¥s størrelsesforhold', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Nulstil størrelse', border : 'Ramme', hSpace : 'Vandret margen', @@ -715,6 +720,8 @@ CKEDITOR.lang['da'] = { title : 'Om CKEditor', dlgTitle : 'Om CKEditor', + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'For informationer omkring licens, se venligst vores hjemmeside (pÃ¥ engelsk):', copy : 'Copyright © $1. Alle rettigheder forbeholdes.' }, @@ -745,9 +752,64 @@ CKEDITOR.lang['da'] = toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarExpand : 'Expand Toolbar', // MISSING + toolbarGroups : + { + document : 'Document', // MISSING + clipboard : 'Clipboard/Undo', // MISSING + editing : 'Editing', // MISSING + forms : 'Forms', // MISSING + basicstyles : 'Basic Styles', // MISSING + paragraph : 'Paragraph', // MISSING + links : 'Links', // MISSING + insert : 'Insert', // MISSING + styles : 'Styles', // MISSING + colors : 'Colors', // MISSING + tools : 'Tools' // MISSING + }, + bidi : { ltr : 'Text direction from left to right', // MISSING rtl : 'Text direction from right to left' // MISSING + }, + + docprops : + { + label : 'Egenskaber for dokument', + title : 'Egenskaber for dokument', + design : 'Design', // MISSING + meta : 'Meta Tags', // MISSING + chooseColor : 'Choose', // MISSING + other : '', + docTitle : 'Sidetitel', + charset : 'Tegnsæt kode', + charsetOther : 'Anden tegnsæt kode', + charsetASCII : 'ASCII', // MISSING + charsetCE : 'Centraleuropæisk', + charsetCT : 'Traditionel kinesisk (Big5)', + charsetCR : 'Kyrillisk', + charsetGR : 'Græsk', + charsetJP : 'Japansk', + charsetKR : 'Koreansk', + charsetTR : 'Tyrkisk', + charsetUN : 'Unicode (UTF-8)', // MISSING + charsetWE : 'Vesteuropæisk', + docType : 'Dokumenttype kategori', + docTypeOther : 'Anden dokumenttype kategori', + xhtmlDec : 'Inkludere XHTML deklartion', + bgColor : 'Baggrundsfarve', + bgImage : 'Baggrundsbillede URL', + bgFixed : 'FastlÃ¥st baggrund', + txtColor : 'Tekstfarve', + margin : 'Sidemargen', + marginTop : 'Øverst', + marginLeft : 'Venstre', + marginRight : 'Højre', + marginBottom : 'Nederst', + metaKeywords : 'Dokument index nøgleord (kommasepareret)', + metaDescription : 'Dokument beskrivelse', + metaAuthor : 'Forfatter', + metaCopyright : 'Copyright', // MISSING + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };