X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fde.js;h=43fd9807c473297b94ef9a4fa194bde0db671f21;hb=9873d66421922c7aef8be0f5d2ab51e547b19e66;hp=b6f9b7fe8329e6c74dc3775389a68369affd36ab;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/lang/de.js b/_source/lang/de.js index b6f9b7f..43fd980 100644 --- a/_source/lang/de.js +++ b/_source/lang/de.js @@ -105,6 +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 // Put the voice-only part of the label in the span. unavailable : '%1, nicht verfügbar' @@ -744,5 +748,11 @@ CKEDITOR.lang['de'] = }, toolbarCollapse : 'Symbolleiste einklappen', - toolbarExpand : 'Symbolleiste ausklappen' + toolbarExpand : 'Symbolleiste ausklappen', + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };