X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fda.js;h=a5ba5dc4a922ba5cf184d21829dea87acef95440;hp=8b939c3d616699194b8f01f4c88e7b3315c3703e;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_source/lang/da.js b/_source/lang/da.js index 8b939c3..a5ba5dc 100644 --- a/_source/lang/da.js +++ b/_source/lang/da.js @@ -121,6 +121,8 @@ 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 // Put the voice-only part of the label in the span. unavailable : '%1, ikke tilgængelig' @@ -201,7 +203,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 @@ -413,7 +416,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', @@ -770,40 +772,40 @@ CKEDITOR.lang['da'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : 'Egenskaber for dokument', + title : 'Egenskaber for dokument', design : 'Design', // MISSING meta : 'Meta Tags', // MISSING chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING + other : '', + docTitle : 'Sidetitel', + charset : 'Tegnsæt kode', + charsetOther : 'Anden tegnsæt kode', charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // 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 : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // 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 }