3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
\r
4 <title>The source code</title>
\r
5 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
\r
6 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
\r
8 <body onload="prettyPrint();">
\r
9 <pre class="prettyprint lang-js">/*
10 * Portuguese/Brazil Translation by Weber Souza
12 * Updated by Allan Brazute Alves (EthraZa)
14 * Adapted to European Portuguese by Helder Batista (hbatista)
18 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Carregando...</div>';
21 Ext.View.prototype.emptyText = "";
24 if(Ext.grid.GridPanel){
25 Ext.grid.GridPanel.prototype.ddText = "{0} linha(s) seleccionada(s)";
29 Ext.TabPanelItem.prototype.closeText = "Fechar";
33 Ext.form.Field.prototype.invalidText = "O valor para este campo é inválido";
37 Ext.LoadMask.prototype.msg = "Carregando...";
66 Ext.MessageBox.buttonText = {
75 Ext.util.Format.date = function(v, format){
77 if(!(v instanceof Date)) v = new Date(Date.parse(v));
78 return v.dateFormat(format || "d/m/Y");
83 Ext.apply(Ext.DatePicker.prototype, {
85 minText : "Esta data é anterior à menor data",
86 maxText : "Esta data é posterior à maior data",
87 disabledDaysText : "",
88 disabledDatesText : "",
89 monthNames : Date.monthNames,
90 dayNames : Date.dayNames,
91 nextText : 'Próximo Mês (Control+Direita)',
92 prevText : 'Mês Anterior (Control+Esquerda)',
93 monthYearText : 'Escolha um Mês (Control+Cima/Baixo para mover entre os anos)',
94 todayTip : "{0} (Espaço)",
96 okText : " OK ",
97 cancelText : "Cancelar",
102 if(Ext.PagingToolbar){
103 Ext.apply(Ext.PagingToolbar.prototype, {
104 beforePageText : "Página",
105 afterPageText : "de {0}",
106 firstText : "Primeira Página",
107 prevText : "Página Anterior",
108 nextText : "Próxima Página",
109 lastText : "Última Página",
110 refreshText : "Atualizar",
111 displayMsg : "<b>{0} à {1} de {2} registo(s)</b>",
112 emptyMsg : 'Sem registos para exibir'
116 if(Ext.form.TextField){
117 Ext.apply(Ext.form.TextField.prototype, {
118 minLengthText : "O tamanho mínimo para este campo é {0}",
119 maxLengthText : "O tamanho máximo para este campo é {0}",
120 blankText : "Este campo é obrigatório.",
126 if(Ext.form.NumberField){
127 Ext.apply(Ext.form.NumberField.prototype, {
128 minText : "O valor mínimo para este campo é {0}",
129 maxText : "O valor máximo para este campo é {0}",
130 nanText : "{0} não é um número válido"
134 if(Ext.form.DateField){
135 Ext.apply(Ext.form.DateField.prototype, {
136 disabledDaysText : "Desabilitado",
137 disabledDatesText : "Desabilitado",
138 minText : "A data deste campo deve ser posterior a {0}",
139 maxText : "A data deste campo deve ser anterior a {0}",
140 invalidText : "{0} não é uma data válida - deve ser usado o formato {1}",
145 if(Ext.form.ComboBox){
146 Ext.apply(Ext.form.ComboBox.prototype, {
147 loadingText : "Carregando...",
148 valueNotFoundText : undefined
153 Ext.apply(Ext.form.VTypes, {
154 emailText : 'Este campo deve ser um endereço de e-mail válido, no formato "utilizador@dominio.com"',
155 urlText : 'Este campo deve ser um URL no formato "http:/'+'/www.dominio.com"',
156 alphaText : 'Este campo deve conter apenas letras e _',
157 alphanumText : 'Este campo deve conter apenas letras, números e _'
161 if(Ext.form.HtmlEditor){
162 Ext.apply(Ext.form.HtmlEditor.prototype, {
163 createLinkText : 'Por favor, entre com o URL do link:',
166 title: 'Negrito (Ctrl+B)',
167 text: 'Deixa o texto seleccionado em negrito.',
168 cls: 'x-html-editor-tip'
171 title: 'Italico (Ctrl+I)',
172 text: 'Deixa o texto seleccionado em italico.',
173 cls: 'x-html-editor-tip'
176 title: 'Sublinhado (Ctrl+U)',
177 text: 'Sublinha o texto seleccionado.',
178 cls: 'x-html-editor-tip'
181 title: 'Aumentar Texto',
182 text: 'Aumenta o tamanho da fonte.',
183 cls: 'x-html-editor-tip'
186 title: 'Diminuir Texto',
187 text: 'Diminui o tamanho da fonte.',
188 cls: 'x-html-editor-tip'
191 title: 'Cor de Fundo',
192 text: 'Muda a cor do fundo do texto seleccionado.',
193 cls: 'x-html-editor-tip'
196 title: 'Cor da Fonte',
197 text: 'Muda a cor do texto seleccionado.',
198 cls: 'x-html-editor-tip'
201 title: 'Alinhar à Esquerda',
202 text: 'Alinha o texto à esquerda.',
203 cls: 'x-html-editor-tip'
206 title: 'Centrar Texto',
207 text: 'Centra o texto no editor.',
208 cls: 'x-html-editor-tip'
211 title: 'Alinhar à Direita',
212 text: 'Alinha o texto à direita.',
213 cls: 'x-html-editor-tip'
215 insertunorderedlist : {
216 title: 'Lista com Marcadores',
217 text: 'Inicia uma lista com marcadores.',
218 cls: 'x-html-editor-tip'
220 insertorderedlist : {
221 title: 'Lista Numerada',
222 text: 'Inicia uma lista numerada.',
223 cls: 'x-html-editor-tip'
226 title: 'Hyperligação',
227 text: 'Transforma o texto selecionado num hyperlink.',
228 cls: 'x-html-editor-tip'
231 title: 'Editar Fonte',
232 text: 'Troca para o modo de edição de código fonte.',
233 cls: 'x-html-editor-tip'
239 if(Ext.grid.GridView){
240 Ext.apply(Ext.grid.GridView.prototype, {
241 sortAscText : "Ordem Ascendente",
242 sortDescText : "Ordem Descendente",
243 lockText : "Bloquear Coluna",
244 unlockText : "Desbloquear Coluna",
245 columnsText : "Colunas"
249 if(Ext.grid.PropertyColumnModel){
250 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
257 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
258 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
259 splitTip : "Arraste para redimensionar.",
260 collapsibleSplitTip : "Arraste para redimensionar. Duplo clique para esconder."