X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fnl.js;h=4189f417e3d60d614837d5687dc41b745679e125;hb=9873d66421922c7aef8be0f5d2ab51e547b19e66;hp=58e938f3c0c035b5ee8ebfa45ddcf8e5d45888d8;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/lang/nl.js b/_source/lang/nl.js index 58e938f..4189f41 100644 --- a/_source/lang/nl.js +++ b/_source/lang/nl.js @@ -105,6 +105,10 @@ CKEDITOR.lang['nl'] = targetTop : 'Hele venster (_top)', targetSelf : 'Zelfde venster (_self)', targetParent : 'Origineel venster (_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, niet beschikbaar' @@ -744,5 +748,11 @@ CKEDITOR.lang['nl'] = }, toolbarCollapse : 'Werkbalk inklappen', - toolbarExpand : 'Werkbalk uitklappen' + toolbarExpand : 'Werkbalk uitklappen', + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };