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"><div id="prop-Ext.Direct.Transaction-indicatorText"></div>/**
10 * Catalonian Translation by halkon_polako 6-12-2007
11 * December correction halkon_polako 11-12-2007
13 * Synchronized with 2.2 version of ext-lang-en.js (provided by Condor 8 aug 2008)
14 * by halkon_polako 14-aug-2008
17 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Carregant...</div>';
20 Ext.DataView.prototype.emptyText = "";
23 if(Ext.grid.GridPanel){
24 Ext.grid.GridPanel.prototype.ddText = "{0} fila(es) seleccionada(es)";
28 Ext.LoadMask.prototype.msg = "Carregant...";
46 Date.getShortMonthName = function(month) {
47 return Date.monthNames[month].substring(0, 3);
65 Date.getMonthNumber = function(name) {
66 return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
79 Date.getShortDayName = function(day) {
80 return Date.dayNames[day].substring(0, 3);
83 Date.parseCodes.S.s = "(?:st|nd|rd|th)";
86 Ext.MessageBox.buttonText = {
88 cancel : "Cancel·lar",
95 Ext.util.Format.date = function(v, format){
97 if(!(v instanceof Date)) v = new Date(Date.parse(v));
98 return v.dateFormat(format || "d/m/Y");
103 Ext.apply(Ext.DatePicker.prototype, {
105 minText : "Aquesta data és anterior a la data mínima",
106 maxText : "Aquesta data és posterior a la data màxima",
107 disabledDaysText : "",
108 disabledDatesText : "",
109 monthNames : Date.monthNames,
110 dayNames : Date.dayNames,
111 nextText : 'Mes Següent (Control+Fletxa Dreta)',
112 prevText : 'Mes Anterior (Control+Fletxa Esquerra)',
113 monthYearText : 'Seleccioni un mes (Control+Fletxa a Dalt o Abaix per canviar els anys)',
114 todayTip : "{0} (Barra d'espai)",
116 okText : " Acceptar ",
117 cancelText : "Cancel·lar",
122 if(Ext.PagingToolbar){
123 Ext.apply(Ext.PagingToolbar.prototype, {
124 beforePageText : "Pàgina",
125 afterPageText : "de {0}",
126 firstText : "Primera Pàgina",
127 prevText : "Pàgina Anterior",
128 nextText : "Pàgina Següent",
129 lastText : "Darrera Pàgina",
130 refreshText : "Refrescar",
131 displayMsg : "Mostrant {0} - {1} de {2}",
132 emptyMsg : 'Sense dades per mostrar'
137 Ext.form.Field.prototype.invalidText = "El valor d'aquest camp és invàlid";
140 if(Ext.form.TextField){
141 Ext.apply(Ext.form.TextField.prototype, {
142 minLengthText : "El tamany mínim per aquest camp és {0}",
143 maxLengthText : "El tamany màxim per aquest camp és {0}",
144 blankText : "Aquest camp és obligatori",
150 if(Ext.form.NumberField){
151 Ext.apply(Ext.form.NumberField.prototype, {
152 decimalSeparator : ",",
153 decimalPrecision : 2,
154 minText : "El valor mínim per aquest camp és {0}",
155 maxText : "El valor màxim per aquest camp és {0}",
156 nanText : "{0} no és un nombre vàlid"
160 if(Ext.form.DateField){
161 Ext.apply(Ext.form.DateField.prototype, {
162 disabledDaysText : "Deshabilitat",
163 disabledDatesText : "Deshabilitat",
164 minText : "La data en aquest camp ha de ser posterior a {0}",
165 maxText : "La data en aquest camp ha de ser inferior a {0}",
166 invalidText : "{0} no és una data vàlida - ha de tenir el format {1}",
168 altFormats : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
172 if(Ext.form.ComboBox){
173 Ext.apply(Ext.form.ComboBox.prototype, {
174 loadingText : "Carregant...",
175 valueNotFoundText : undefined
180 Ext.apply(Ext.form.VTypes, {
181 emailText : 'Aquest camp ha de ser una adreça de e-mail amb el format "user@example.com"',
182 urlText : 'Aquest camp ha de ser una URL amb el format "http:/'+'/www.example.com"',
183 alphaText : 'Aquest camp només pot contenir lletres i _',
184 alphanumText : 'Aquest camp només por contenir lletres, nombres i _'
188 if(Ext.form.HtmlEditor){
189 Ext.apply(Ext.form.HtmlEditor.prototype, {
190 createLinkText : 'Si us plau, tecleixi la URL per l\'enllaç:',
193 title: 'Negreta (Ctrl+B)',
194 text: 'Posa el text seleccionat en negreta.',
195 cls: 'x-html-editor-tip'
198 title: 'Itàlica (Ctrl+I)',
199 text: 'Posa el text seleccionat en itàlica.',
200 cls: 'x-html-editor-tip'
203 title: 'Subratllat (Ctrl+U)',
204 text: 'Subratlla el text seleccionat.',
205 cls: 'x-html-editor-tip'
208 title: 'Augmentar Text',
209 text: 'Augmenta el tamany de la font de text.',
210 cls: 'x-html-editor-tip'
213 title: 'Disminuir Text',
214 text: 'Disminueix el tamany de la font de text.',
215 cls: 'x-html-editor-tip'
218 title: 'Color de fons',
219 text: 'Canvia el color de fons del text seleccionat.',
220 cls: 'x-html-editor-tip'
223 title: 'Color de la font de text',
224 text: 'Canvia el color del text seleccionat.',
225 cls: 'x-html-editor-tip'
228 title: 'Alinear a la esquerra',
229 text: 'Alinea el text a la esquerra.',
230 cls: 'x-html-editor-tip'
233 title: 'Centrar el text',
234 text: 'Centra el text a l\'editor',
235 cls: 'x-html-editor-tip'
238 title: 'Alinear a la dreta',
239 text: 'Alinea el text a la dreta.',
240 cls: 'x-html-editor-tip'
242 insertunorderedlist : {
243 title: 'Llista amb vinyetes',
244 text: 'Comença una llista amb vinyetes.',
245 cls: 'x-html-editor-tip'
247 insertorderedlist : {
248 title: 'Llista numerada',
249 text: 'Comença una llista numerada.',
250 cls: 'x-html-editor-tip'
253 title: 'Enllaç',
254 text: 'Transforma el text seleccionat en un enllaç.',
255 cls: 'x-html-editor-tip'
258 title: 'Editar Codi',
259 text: 'Canvia al mode d\'edició de codi.',
260 cls: 'x-html-editor-tip'
266 if(Ext.grid.GridView){
267 Ext.apply(Ext.grid.GridView.prototype, {
268 sortAscText : "Ordenació Ascendent",
269 sortDescText : "Ordenació Descendent",
270 columnsText : "Columnes"
274 if(Ext.grid.GroupingView){
275 Ext.apply(Ext.grid.GroupingView.prototype, {
276 emptyGroupText : '(Buit)',
277 groupByText : 'Agrupar Per Aquest Camp',
278 showGroupsText : 'Mostrar en Grups'
282 if(Ext.grid.PropertyColumnModel){
283 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
290 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
291 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
292 splitTip : "Cliqueu i arrossegueu per canviar el tamany del panell.",
293 collapsibleSplitTip : "Cliqueu i arrossegueu per canviar el tamany del panell. Doble clic per ocultar-ho."
297 if(Ext.form.TimeField){
298 Ext.apply(Ext.form.TimeField.prototype, {
299 minText : "L\'hora en aquest camp ha de ser igual o posterior a {0}",
300 maxText : "L\'hora en aquest camp ha de ser igual o anterior {0}",
301 invalidText : "{0} no és un hora vàlida",
303 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"
307 if(Ext.form.CheckboxGroup){
308 Ext.apply(Ext.form.CheckboxGroup.prototype, {
309 blankText : "Ha de seleccionar almenys un étem d\'aquest group"
313 if(Ext.form.RadioGroup){
314 Ext.apply(Ext.form.RadioGroup.prototype, {
315 blankText : "Ha de seleccionar un étem d\'aquest grup"