X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fpt-br.js;h=adfbd67f20aa11c6c023ed3e0bf231cf9964f284;hp=ba3b9c37267287fb610595782e7aedf0b41fc9c8;hb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab diff --git a/_source/lang/pt-br.js b/_source/lang/pt-br.js index ba3b9c3..adfbd67 100644 --- a/_source/lang/pt-br.js +++ b/_source/lang/pt-br.js @@ -104,6 +104,11 @@ CKEDITOR.lang['pt-br'] = targetTop : 'Janela de Cima (_top)', targetSelf : 'Mesma Janela (_self)', targetParent : 'Janela Pai (_parent)', + advanced : 'Advanced', // 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, indisponível' @@ -743,5 +748,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 + } };