X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Faf.js;h=b2beedf059a3e4980dcaa6c8c4416b14830c99f4;hb=refs%2Ftags%2Fv3.4;hp=8603b22dcb957f0f90e80dd49a106c9dc5e54055;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/lang/af.js b/_source/lang/af.js index 8603b22..b2beedf 100644 --- a/_source/lang/af.js +++ b/_source/lang/af.js @@ -105,6 +105,10 @@ CKEDITOR.lang['af'] = targetTop : 'Topmost Window (_top)', // MISSING targetSelf : 'Same Window (_self)', // MISSING targetParent : 'Parent Window (_parent)', // MISSING + 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, unavailable' // MISSING @@ -744,5 +748,11 @@ CKEDITOR.lang['af'] = }, toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarExpand : 'Expand Toolbar', // MISSING + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };