X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fpt.js;h=86c366c28dbcb48f986e9ad6fbff9bce67875d4d;hb=9873d66421922c7aef8be0f5d2ab51e547b19e66;hp=d1e8350c1d6bd19bc6a317ceb4ec1483f649ca9b;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/lang/pt.js b/_source/lang/pt.js index d1e8350..86c366c 100644 --- a/_source/lang/pt.js +++ b/_source/lang/pt.js @@ -105,6 +105,10 @@ CKEDITOR.lang['pt'] = 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['pt'] = }, 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 + } };