Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / ext-lang-ca.html
1 <html>\r
2 <head>\r
3   <title>The source code</title>\r
4     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
5     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
6 </head>\r
7 <body  onload="prettyPrint();">\r
8     <pre class="prettyprint lang-js"><div id="prop-Ext.data.XmlStore-indicatorText"></div>/**
9  * Catalonian Translation by halkon_polako 6-12-2007
10  * December correction halkon_polako 11-12-2007
11  *
12  * Synchronized with 2.2 version of ext-lang-en.js (provided by Condor 8 aug 2008) 
13  *     by halkon_polako 14-aug-2008
14  */
15
16 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Carregant...</div>';
17
18 if(Ext.DataView){
19   Ext.DataView.prototype.emptyText = "";
20 }
21
22 if(Ext.grid.GridPanel){
23   Ext.grid.GridPanel.prototype.ddText = "{0} fila(es) seleccionada(es)";
24 }
25
26 if(Ext.LoadMask){
27   Ext.LoadMask.prototype.msg = "Carregant...";
28 }
29
30 Date.monthNames = [
31   "Gener",
32   "Febrer",
33   "Mar&#231;",
34   "Abril",
35   "Maig",
36   "Juny",
37   "Juliol",
38   "Agost",
39   "Setembre",
40   "Octubre",
41   "Novembre",
42   "Desembre"
43 ];
44
45 Date.getShortMonthName = function(month) {
46   return Date.monthNames[month].substring(0, 3);
47 };
48
49 Date.monthNumbers = {
50   Gen : 0,
51   Feb : 1,
52   Mar : 2,
53   Abr : 3,
54   Mai : 4,
55   Jun : 5,
56   Jul : 6,
57   Ago : 7,
58   Set : 8,
59   Oct : 9,
60   Nov : 10,
61   Dec : 11
62 };
63
64 Date.getMonthNumber = function(name) {
65   return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
66 };
67
68 Date.dayNames = [
69   "Diumenge",
70   "Dilluns",
71   "Dimarts",
72   "Dimecres",
73   "Dijous",
74   "Divendres",
75   "Dissabte"
76 ];
77
78 Date.getShortDayName = function(day) {
79   return Date.dayNames[day].substring(0, 3);
80 };
81
82 Date.parseCodes.S.s = "(?:st|nd|rd|th)";
83
84 if(Ext.MessageBox){
85   Ext.MessageBox.buttonText = {
86     ok     : "Acceptar",
87     cancel : "Cancel&#183;lar",
88     yes    : "S&#237;",
89     no     : "No"
90   };
91 }
92
93 if(Ext.util.Format){
94   Ext.util.Format.date = function(v, format){
95     if(!v) return "";
96     if(!(v instanceof Date)) v = new Date(Date.parse(v));
97     return v.dateFormat(format || "d/m/Y");
98   };
99 }
100
101 if(Ext.DatePicker){
102   Ext.apply(Ext.DatePicker.prototype, {
103     todayText         : "Avui",
104     minText           : "Aquesta data &#233;s anterior a la data m&#237;nima",
105     maxText           : "Aquesta data &#233;s posterior a la data m&#224;xima",
106     disabledDaysText  : "",
107     disabledDatesText : "",
108     monthNames        : Date.monthNames,
109     dayNames          : Date.dayNames,
110     nextText          : 'Mes Seg&#252;ent (Control+Fletxa Dreta)',
111     prevText          : 'Mes Anterior (Control+Fletxa Esquerra)',
112     monthYearText     : 'Seleccioni un mes (Control+Fletxa a Dalt o Abaix per canviar els anys)',
113     todayTip          : "{0} (Barra d&#39;espai)",
114     format            : "d/m/Y",
115     okText            : "&#160;Acceptar&#160;",
116     cancelText        : "Cancel&#183;lar",
117     startDay          : 1
118   });
119 }
120
121 if(Ext.PagingToolbar){
122   Ext.apply(Ext.PagingToolbar.prototype, {
123     beforePageText : "P&#224;gina",
124     afterPageText  : "de {0}",
125     firstText      : "Primera P&#224;gina",
126     prevText       : "P&#224;gina Anterior",
127     nextText       : "P&#224;gina Seg&#252;ent",
128     lastText       : "Darrera P&#224;gina",
129     refreshText    : "Refrescar",
130     displayMsg     : "Mostrant {0} - {1} de {2}",
131     emptyMsg       : 'Sense dades per mostrar'
132   });
133 }
134
135 if(Ext.form.Field){
136   Ext.form.Field.prototype.invalidText = "El valor d&#39;aquest camp &#233;s inv&#224;lid";
137 }
138
139 if(Ext.form.TextField){
140   Ext.apply(Ext.form.TextField.prototype, {
141     minLengthText : "El tamany m&#237;nim per aquest camp &#233;s {0}",
142     maxLengthText : "El tamany m&#224;xim per aquest camp &#233;s {0}",
143     blankText     : "Aquest camp &#233;s obligatori",
144     regexText     : "",
145     emptyText     : null
146   });
147 }
148
149 if(Ext.form.NumberField){
150   Ext.apply(Ext.form.NumberField.prototype, {
151     decimalSeparator : ",",
152     decimalPrecision : 2,
153     minText : "El valor m&#237;nim per aquest camp &#233;s {0}",
154     maxText : "El valor m&#224;xim per aquest camp &#233;s {0}",
155     nanText : "{0} no &#233;s un nombre v&#224;lid"
156   });
157 }
158
159 if(Ext.form.DateField){
160   Ext.apply(Ext.form.DateField.prototype, {
161     disabledDaysText  : "Deshabilitat",
162     disabledDatesText : "Deshabilitat",
163     minText           : "La data en aquest camp ha de ser posterior a {0}",
164     maxText           : "La data en aquest camp ha de ser inferior a {0}",
165     invalidText       : "{0} no &#233;s una data v&#224;lida - ha de tenir el format {1}",
166     format            : "d/m/Y",
167     altFormats        : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
168   });
169 }
170
171 if(Ext.form.ComboBox){
172   Ext.apply(Ext.form.ComboBox.prototype, {
173     loadingText       : "Carregant...",
174     valueNotFoundText : undefined
175   });
176 }
177
178 if(Ext.form.VTypes){
179   Ext.apply(Ext.form.VTypes, {
180     emailText    : 'Aquest camp ha de ser una adre&#231;a de e-mail amb el format "user@example.com"',
181     urlText      : 'Aquest camp ha de ser una URL amb el format "http:/'+'/www.example.com"',
182     alphaText    : 'Aquest camp nom&#233;s pot contenir lletres i _',
183     alphanumText : 'Aquest camp nom&#233;s por contenir lletres, nombres i _'
184   });
185 }
186
187 if(Ext.form.HtmlEditor){
188   Ext.apply(Ext.form.HtmlEditor.prototype, {
189     createLinkText : 'Si us plau, tecleixi la URL per l\'enlla&#231;:',
190     buttonTips : {
191       bold : {
192         title: 'Negreta (Ctrl+B)',
193         text: 'Posa el text seleccionat en negreta.',
194         cls: 'x-html-editor-tip'
195       },
196       italic : {
197         title: 'It&#224;lica (Ctrl+I)',
198         text: 'Posa el text seleccionat en it&#224;lica.',
199         cls: 'x-html-editor-tip'
200       },
201       underline : {
202         title: 'Subratllat (Ctrl+U)',
203         text: 'Subratlla el text seleccionat.',
204         cls: 'x-html-editor-tip'
205       },
206       increasefontsize : {
207         title: 'Augmentar Text',
208         text: 'Augmenta el tamany de la font de text.',
209         cls: 'x-html-editor-tip'
210       },
211       decreasefontsize : {
212         title: 'Disminuir Text',
213         text: 'Disminueix el tamany de la font de text.',
214         cls: 'x-html-editor-tip'
215       },
216       backcolor : {
217         title: 'Color de fons',
218         text: 'Canvia el color de fons del text seleccionat.',
219         cls: 'x-html-editor-tip'
220       },
221       forecolor : {
222         title: 'Color de la font de text',
223         text: 'Canvia el color del text seleccionat.',
224         cls: 'x-html-editor-tip'
225       },
226       justifyleft : {
227         title: 'Alinear a la esquerra',
228         text: 'Alinea el text a la esquerra.',
229         cls: 'x-html-editor-tip'
230       },
231       justifycenter : {
232         title: 'Centrar el text',
233         text: 'Centra el text a l\'editor',
234         cls: 'x-html-editor-tip'
235       },
236       justifyright : {
237         title: 'Alinear a la dreta',
238         text: 'Alinea el text a la dreta.',
239         cls: 'x-html-editor-tip'
240       },
241       insertunorderedlist : {
242         title: 'Llista amb vinyetes',
243         text: 'Comen&#231;a una llista amb vinyetes.',
244         cls: 'x-html-editor-tip'
245       },
246       insertorderedlist : {
247         title: 'Llista numerada',
248         text: 'Comen&#231;a una llista numerada.',
249         cls: 'x-html-editor-tip'
250       },
251       createlink : {
252         title: 'Enlla&#231;',
253         text: 'Transforma el text seleccionat en un enlla&#231;.',
254         cls: 'x-html-editor-tip'
255       },
256       sourceedit : {
257         title: 'Editar Codi',
258         text: 'Canvia al mode d\'edici&#243; de codi.',
259         cls: 'x-html-editor-tip'
260       }
261     }
262   });
263 }
264
265 if(Ext.grid.GridView){
266   Ext.apply(Ext.grid.GridView.prototype, {
267     sortAscText  : "Ordenaci&#243; Ascendent",
268     sortDescText : "Ordenaci&#243; Descendent",
269     columnsText  : "Columnes"
270   });
271 }
272
273 if(Ext.grid.GroupingView){
274   Ext.apply(Ext.grid.GroupingView.prototype, {
275     emptyGroupText : '(Buit)',
276     groupByText    : 'Agrupar Per Aquest Camp',
277     showGroupsText : 'Mostrar en Grups'
278   });
279 }
280
281 if(Ext.grid.PropertyColumnModel){
282   Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
283     nameText   : "Nom",
284     valueText  : "Valor",
285     dateFormat : "d/m/Y"
286   });
287 }
288
289 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
290   Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
291     splitTip            : "Cliqueu i arrossegueu per canviar el tamany del panell.",
292     collapsibleSplitTip : "Cliqueu i arrossegueu per canviar el tamany del panell. Doble clic per ocultar-ho."
293   });
294 }
295
296 if(Ext.form.TimeField){
297   Ext.apply(Ext.form.TimeField.prototype, {
298     minText : "L\'hora en aquest camp ha de ser igual o posterior a {0}",
299     maxText : "L\'hora en aquest camp ha de ser igual o anterior {0}",
300     invalidText : "{0} no &#233;s un hora v&#224;lida",
301     format : "g:i A",
302     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"
303   });
304 }
305
306 if(Ext.form.CheckboxGroup){
307   Ext.apply(Ext.form.CheckboxGroup.prototype, {
308     blankText : "Ha de seleccionar almenys un &#233;tem d\'aquest group"
309   });
310 }
311
312 if(Ext.form.RadioGroup){
313   Ext.apply(Ext.form.RadioGroup.prototype, {
314     blankText : "Ha de seleccionar un &#233;tem d\'aquest grup"
315   });
316 }</pre>    \r
317 </body>\r
318 </html>