X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fnb.js;h=270615b0efbbe6bc480fff1a1660b9c42aac90c8;hb=refs%2Ftags%2Fv3.4;hp=98aae2ff6ff86716d1b7ca682874185c4ca90ac5;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/lang/nb.js b/_source/lang/nb.js index 98aae2f..270615b 100644 --- a/_source/lang/nb.js +++ b/_source/lang/nb.js @@ -105,6 +105,10 @@ CKEDITOR.lang['nb'] = targetTop : 'Hele vindu (_top)', targetSelf : 'Samme vindu (_self)', targetParent : 'Foreldrevindu (_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, utilgjenglig' @@ -744,5 +748,11 @@ CKEDITOR.lang['nb'] = }, toolbarCollapse : 'Slå sammen verktøylinje', - toolbarExpand : 'Vis verktøylinje' + toolbarExpand : 'Vis verktøylinje', + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };