X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fde.js;h=03831a063bd06612fb2d0ab6cc5399f47eae7b90;hp=eccb3699712cf16d0ebf9f7829549d4915bc0007;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hpb=f0610347140239143439a511ee2bd48cb784f470 diff --git a/_source/lang/de.js b/_source/lang/de.js index eccb369..03831a0 100644 --- a/_source/lang/de.js +++ b/_source/lang/de.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['de'] = @@ -121,8 +121,10 @@ CKEDITOR.lang['de'] = alignBottom : 'Unten', invalidHeight : 'Höhe muss eine Zahl sein.', invalidWidth : 'Breite muss eine Zahl sein.', - 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 + invalidCssLength : 'Wert spezifiziert für "%1" Feld muss ein positiver numerischer Wert sein mit oder ohne korrekte CSS Messeinheit (px, %, in, cm, mm, em, ex, pt oder pc).', + invalidHtmlLength : 'Wert spezifiziert für "%1" Feld muss ein positiver numerischer Wert sein mit oder ohne korrekte HTML Messeinheit (px oder %).', + invalidInlineStyle : 'Wert spezifiziert für inline Stilart muss enthalten ein oder mehr Tupels mit dem Format "Name : Wert" getrennt mit Semikolons.', + cssLengthTooltip : 'Gebe eine Zahl ein für ein Wert in pixels oder eine Zahl mit einer korrekten CSS Messeinheit (px, %, in, cm, mm, em, ex, pt oder pc).', // Put the voice-only part of the label in the span. unavailable : '%1, nicht verfügbar' @@ -240,6 +242,7 @@ CKEDITOR.lang['de'] = findWhat : 'Suche nach:', replaceWith : 'Ersetze mit:', notFoundMsg : 'Der gesuchte Text wurde nicht gefunden.', + findOptions : 'Suchoptionen', matchCase : 'Groß-Kleinschreibung beachten', matchWord : 'Nur ganze Worte suchen', matchCyclic : 'Zyklische Suche', @@ -717,8 +720,8 @@ CKEDITOR.lang['de'] = { title : 'Über CKEditor', dlgTitle : 'Über CKEditor', - help : 'Check $1 for help.', // MISSING - userGuide : 'CKEditor User\'s Guide', // MISSING + help : 'Prüfe $1 für Hilfe.', + userGuide : 'CKEditor Benutzerhandbuch', moreInfo : 'Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:', copy : 'Copyright © $1. Alle Rechte vorbehalten.' }, @@ -807,6 +810,6 @@ CKEDITOR.lang['de'] = metaDescription : 'Dokument-Beschreibung', metaAuthor : 'Autor', metaCopyright : 'Copyright', - previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING + previewHtml : '

Das ist ein Beispieltext. Du schreibst in CKEditor.

' } };