X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fpt-br.js;h=80a8a2cdcca7de8be460d13ae5c02233e3ccf178;hb=9873d66421922c7aef8be0f5d2ab51e547b19e66;hp=ba3b9c37267287fb610595782e7aedf0b41fc9c8;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/lang/pt-br.js b/_source/lang/pt-br.js index ba3b9c3..80a8a2c 100644 --- a/_source/lang/pt-br.js +++ b/_source/lang/pt-br.js @@ -104,6 +104,10 @@ CKEDITOR.lang['pt-br'] = targetTop : 'Janela de Cima (_top)', targetSelf : 'Mesma Janela (_self)', targetParent : 'Janela Pai (_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, indisponível' @@ -743,5 +747,11 @@ CKEDITOR.lang['pt-br'] = }, toolbarCollapse : 'Diminuir Barra de Ferramentas', - toolbarExpand : 'Aumentar Barra de Ferramentas' + toolbarExpand : 'Aumentar Barra de Ferramentas', + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };