X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..530ef4b6c5b943cfa68b779d11cf7de29aa878bf:/docs/source/ext-lang-pt_BR.html diff --git a/docs/source/ext-lang-pt_BR.html b/docs/source/ext-lang-pt_BR.html index 4f7b4174..14cc746c 100644 --- a/docs/source/ext-lang-pt_BR.html +++ b/docs/source/ext-lang-pt_BR.html @@ -7,7 +7,7 @@
/*!
- * Ext JS Library 3.2.0
+ * Ext JS Library 3.2.1
  * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
@@ -208,7 +208,7 @@ if(Ext.form.VTypes){
 
 if(Ext.form.HtmlEditor){
    Ext.apply(Ext.form.HtmlEditor.prototype, {
-        createLinkText : 'Porfavor, entre com a URL do link:',
+        createLinkText : 'Por favor, entre com a URL do link:',
         buttonTips : {
             bold : {
                title: 'Negrito (Ctrl+B)',
@@ -216,8 +216,8 @@ if(Ext.form.HtmlEditor){
                cls: 'x-html-editor-tip'
             },
             italic : {
-               title: 'Italico (Ctrl+I)',
-               text: 'Deixa o texto selecionado em italico.',
+               title: 'Itálico (Ctrl+I)',
+               text: 'Deixa o texto selecionado em itálico.',
                cls: 'x-html-editor-tip'
             },
             underline : {
@@ -271,8 +271,8 @@ if(Ext.form.HtmlEditor){
                cls: 'x-html-editor-tip'
            },
            createlink : {
-               title: 'Hyperligação',
-               text: 'Transforma o texto selecionado em um hyperlink.',
+               title: 'Link',
+               text: 'Transforma o texto selecionado em um link.',
                cls: 'x-html-editor-tip'
            },
            sourceedit : {