X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..530ef4b6c5b943cfa68b779d11cf7de29aa878bf:/src/locale/ext-lang-pt_BR.js diff --git a/src/locale/ext-lang-pt_BR.js b/src/locale/ext-lang-pt_BR.js index 1a9af7df..89bc5454 100644 --- a/src/locale/ext-lang-pt_BR.js +++ b/src/locale/ext-lang-pt_BR.js @@ -1,6 +1,6 @@ /*! - * Ext JS Library 3.1.0 - * Copyright(c) 2006-2009 Ext JS, LLC + * Ext JS Library 3.2.1 + * Copyright(c) 2006-2010 Ext JS, Inc. * licensing@extjs.com * http://www.extjs.com/license */ @@ -191,7 +191,7 @@ if(Ext.form.ComboBox){ if(Ext.form.VTypes){ Ext.apply(Ext.form.VTypes, { - emailText : 'Este campo deve ser um endereço de e-mail válido, no formado "usuario@dominio.com.br"', + emailText : 'Este campo deve ser um endereço de e-mail válido, no formato "usuario@dominio.com.br"', urlText : 'Este campo deve ser uma URL no formato "http:/'+'/www.dominio.com.br"', alphaText : 'Este campo deve conter apenas letras e _', alphanumText : 'Este campo deve conter apenas letras, números e _' @@ -200,7 +200,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)', @@ -208,8 +208,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 : { @@ -263,8 +263,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 : {