X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fde.js;h=2d09650723bd863cca0d87cc3ba88d18fa84fc53;hb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;hp=d8db40c0557a7fa5ffe9bc787ee7d88d270e6c7d;hpb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;p=ckeditor.git diff --git a/_source/lang/de.js b/_source/lang/de.js index d8db40c..2d09650 100644 --- a/_source/lang/de.js +++ b/_source/lang/de.js @@ -105,11 +105,10 @@ CKEDITOR.lang['de'] = targetTop : 'Oberstes Fenster (_top)', targetSelf : 'Gleiches Fenster (_self)', targetParent : 'Oberes Fenster (_parent)', - advanced : 'Advanced', // MISSING - 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' @@ -257,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.', @@ -753,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' } };