X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..b37ceabb82336ee82757cd32efe353cfab8ec267:/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 79104ea4..8dd91d89 100644 --- a/docs/source/ext-lang-pt_BR.html +++ b/docs/source/ext-lang-pt_BR.html @@ -1,12 +1,18 @@ - - - - The source code - - - - -
/** + + + + The source code + + + + +
/*!
+ * Ext JS Library 3.2.2
+ * Copyright(c) 2006-2010 Ext JS, Inc.
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+
/** * Portuguese/Brazil Translation by Weber Souza * 08 April 2007 * Updated by Allan Brazute Alves (EthraZa) @@ -193,7 +199,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 _' @@ -202,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)', @@ -210,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 : { @@ -265,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 : { @@ -302,6 +308,6 @@ if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){ collapsibleSplitTip : "Arraste para redimensionar. Duplo clique para esconder." }); } -
- +
+ \ No newline at end of file