X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fde.js;fp=_source%2Flang%2Fde.js;h=2d09650723bd863cca0d87cc3ba88d18fa84fc53;hb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;hp=43fd9807c473297b94ef9a4fa194bde0db671f21;hpb=9873d66421922c7aef8be0f5d2ab51e547b19e66;p=ckeditor.git diff --git a/_source/lang/de.js b/_source/lang/de.js index 43fd980..2d09650 100644 --- a/_source/lang/de.js +++ b/_source/lang/de.js @@ -105,10 +105,10 @@ CKEDITOR.lang['de'] = targetTop : 'Oberstes Fenster (_top)', targetSelf : 'Gleiches Fenster (_self)', targetParent : 'Oberes Fenster (_parent)', - langDirLTR : 'Left to Right (LTR)', // MISSING - langDirRTL : 'Right to Left (RTL)', // MISSING - styles : 'Style', // MISSING - cssClasses : 'Stylesheet Classes', // MISSING + langDirLTR : 'Links nach Rechts (LNR)', + langDirRTL : 'Rechts nach Links (RNL)', + styles : 'Style', + cssClasses : 'Stylesheet Klasse', // Put the voice-only part of the label in the span. unavailable : '%1, nicht verfügbar' @@ -256,11 +256,11 @@ CKEDITOR.lang['de'] = cellPad : 'Zellenabstand innen', caption : 'Überschrift', summary : 'Inhaltsübersicht', - headers : 'Überschriften', - headersNone : 'keine', + headers : 'Headers', + headersNone : 'Keine', headersColumn : 'Erste Spalte', headersRow : 'Erste Zeile', - headersBoth : 'keine', + headersBoth : 'Beide', invalidRows : 'Die Anzahl der Zeilen muß größer als 0 sein.', invalidCols : 'Die Anzahl der Spalten muß größer als 0 sein..', invalidBorder : 'Die Rahmenbreite muß eine Zahl sein.', @@ -752,7 +752,7 @@ CKEDITOR.lang['de'] = bidi : { - ltr : 'Text direction from left to right', // MISSING - rtl : 'Text direction from right to left' // MISSING + ltr : 'Leserichtung von Links nach Rechts', + rtl : 'Leserichtung von Rechts nach Links' } };