3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <title>The source code</title>
5 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
6 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
8 <body onload="prettyPrint();">
9 <pre class="prettyprint lang-js">/*!
10 * Ext JS Library 3.2.1
11 * Copyright(c) 2006-2010 Ext JS, Inc.
13 * http://www.extjs.com/license
15 <div id="prop-Ext.state.Provider-indicatorText"></div>/**
16 * Catalonian Translation by halkon_polako 6-12-2007
17 * December correction halkon_polako 11-12-2007
19 * Synchronized with 2.2 version of ext-lang-en.js (provided by Condor 8 aug 2008)
20 * by halkon_polako 14-aug-2008
23 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Carregant...</div>';
26 Ext.DataView.prototype.emptyText = "";
29 if(Ext.grid.GridPanel){
30 Ext.grid.GridPanel.prototype.ddText = "{0} fila(es) seleccionada(es)";
34 Ext.LoadMask.prototype.msg = "Carregant...";
52 Date.getShortMonthName = function(month) {
53 return Date.monthNames[month].substring(0, 3);
71 Date.getMonthNumber = function(name) {
72 return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
85 Date.getShortDayName = function(day) {
86 return Date.dayNames[day].substring(0, 3);
89 Date.parseCodes.S.s = "(?:st|nd|rd|th)";
92 Ext.MessageBox.buttonText = {
94 cancel : "Cancel·lar",
101 Ext.util.Format.date = function(v, format){
103 if(!(v instanceof Date)) v = new Date(Date.parse(v));
104 return v.dateFormat(format || "d/m/Y");
109 Ext.apply(Ext.DatePicker.prototype, {
111 minText : "Aquesta data és anterior a la data mínima",
112 maxText : "Aquesta data és posterior a la data màxima",
113 disabledDaysText : "",
114 disabledDatesText : "",
115 monthNames : Date.monthNames,
116 dayNames : Date.dayNames,
117 nextText : 'Mes Següent (Control+Fletxa Dreta)',
118 prevText : 'Mes Anterior (Control+Fletxa Esquerra)',
119 monthYearText : 'Seleccioni un mes (Control+Fletxa a Dalt o Abaix per canviar els anys)',
120 todayTip : "{0} (Barra d'espai)",
122 okText : " Acceptar ",
123 cancelText : "Cancel·lar",
128 if(Ext.PagingToolbar){
129 Ext.apply(Ext.PagingToolbar.prototype, {
130 beforePageText : "Pàgina",
131 afterPageText : "de {0}",
132 firstText : "Primera Pàgina",
133 prevText : "Pàgina Anterior",
134 nextText : "Pàgina Següent",
135 lastText : "Darrera Pàgina",
136 refreshText : "Refrescar",
137 displayMsg : "Mostrant {0} - {1} de {2}",
138 emptyMsg : 'Sense dades per mostrar'
143 Ext.form.Field.prototype.invalidText = "El valor d'aquest camp és invàlid";
146 if(Ext.form.TextField){
147 Ext.apply(Ext.form.TextField.prototype, {
148 minLengthText : "El tamany mínim per aquest camp és {0}",
149 maxLengthText : "El tamany màxim per aquest camp és {0}",
150 blankText : "Aquest camp és obligatori",
156 if(Ext.form.NumberField){
157 Ext.apply(Ext.form.NumberField.prototype, {
158 decimalSeparator : ",",
159 decimalPrecision : 2,
160 minText : "El valor mínim per aquest camp és {0}",
161 maxText : "El valor màxim per aquest camp és {0}",
162 nanText : "{0} no és un nombre vàlid"
166 if(Ext.form.DateField){
167 Ext.apply(Ext.form.DateField.prototype, {
168 disabledDaysText : "Deshabilitat",
169 disabledDatesText : "Deshabilitat",
170 minText : "La data en aquest camp ha de ser posterior a {0}",
171 maxText : "La data en aquest camp ha de ser inferior a {0}",
172 invalidText : "{0} no és una data vàlida - ha de tenir el format {1}",
174 altFormats : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
178 if(Ext.form.ComboBox){
179 Ext.apply(Ext.form.ComboBox.prototype, {
180 loadingText : "Carregant...",
181 valueNotFoundText : undefined
186 Ext.apply(Ext.form.VTypes, {
187 emailText : 'Aquest camp ha de ser una adreça de e-mail amb el format "user@example.com"',
188 urlText : 'Aquest camp ha de ser una URL amb el format "http:/'+'/www.example.com"',
189 alphaText : 'Aquest camp només pot contenir lletres i _',
190 alphanumText : 'Aquest camp només por contenir lletres, nombres i _'
194 if(Ext.form.HtmlEditor){
195 Ext.apply(Ext.form.HtmlEditor.prototype, {
196 createLinkText : 'Si us plau, tecleixi la URL per l\'enllaç:',
199 title: 'Negreta (Ctrl+B)',
200 text: 'Posa el text seleccionat en negreta.',
201 cls: 'x-html-editor-tip'
204 title: 'Itàlica (Ctrl+I)',
205 text: 'Posa el text seleccionat en itàlica.',
206 cls: 'x-html-editor-tip'
209 title: 'Subratllat (Ctrl+U)',
210 text: 'Subratlla el text seleccionat.',
211 cls: 'x-html-editor-tip'
214 title: 'Augmentar Text',
215 text: 'Augmenta el tamany de la font de text.',
216 cls: 'x-html-editor-tip'
219 title: 'Disminuir Text',
220 text: 'Disminueix el tamany de la font de text.',
221 cls: 'x-html-editor-tip'
224 title: 'Color de fons',
225 text: 'Canvia el color de fons del text seleccionat.',
226 cls: 'x-html-editor-tip'
229 title: 'Color de la font de text',
230 text: 'Canvia el color del text seleccionat.',
231 cls: 'x-html-editor-tip'
234 title: 'Alinear a la esquerra',
235 text: 'Alinea el text a la esquerra.',
236 cls: 'x-html-editor-tip'
239 title: 'Centrar el text',
240 text: 'Centra el text a l\'editor',
241 cls: 'x-html-editor-tip'
244 title: 'Alinear a la dreta',
245 text: 'Alinea el text a la dreta.',
246 cls: 'x-html-editor-tip'
248 insertunorderedlist : {
249 title: 'Llista amb vinyetes',
250 text: 'Comença una llista amb vinyetes.',
251 cls: 'x-html-editor-tip'
253 insertorderedlist : {
254 title: 'Llista numerada',
255 text: 'Comença una llista numerada.',
256 cls: 'x-html-editor-tip'
259 title: 'Enllaç',
260 text: 'Transforma el text seleccionat en un enllaç.',
261 cls: 'x-html-editor-tip'
264 title: 'Editar Codi',
265 text: 'Canvia al mode d\'edició de codi.',
266 cls: 'x-html-editor-tip'
272 if(Ext.grid.GridView){
273 Ext.apply(Ext.grid.GridView.prototype, {
274 sortAscText : "Ordenació Ascendent",
275 sortDescText : "Ordenació Descendent",
276 columnsText : "Columnes"
280 if(Ext.grid.GroupingView){
281 Ext.apply(Ext.grid.GroupingView.prototype, {
282 emptyGroupText : '(Buit)',
283 groupByText : 'Agrupar Per Aquest Camp',
284 showGroupsText : 'Mostrar en Grups'
288 if(Ext.grid.PropertyColumnModel){
289 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
296 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
297 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
298 splitTip : "Cliqueu i arrossegueu per canviar el tamany del panell.",
299 collapsibleSplitTip : "Cliqueu i arrossegueu per canviar el tamany del panell. Doble clic per ocultar-ho."
303 if(Ext.form.TimeField){
304 Ext.apply(Ext.form.TimeField.prototype, {
305 minText : "L\'hora en aquest camp ha de ser igual o posterior a {0}",
306 maxText : "L\'hora en aquest camp ha de ser igual o anterior {0}",
307 invalidText : "{0} no és un hora vàlida",
309 altFormats : "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"
313 if(Ext.form.CheckboxGroup){
314 Ext.apply(Ext.form.CheckboxGroup.prototype, {
315 blankText : "Ha de seleccionar almenys un étem d\'aquest group"
319 if(Ext.form.RadioGroup){
320 Ext.apply(Ext.form.RadioGroup.prototype, {
321 blankText : "Ha de seleccionar un étem d\'aquest grup"