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
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
12 * Synchronized with 2.2 version of ext-lang-en.js (provided by Condor 8 aug 2008)
13 * by halkon_polako 14-aug-2008
16 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Carregant...</div>';
19 Ext.DataView.prototype.emptyText = "";
22 if(Ext.grid.GridPanel){
23 Ext.grid.GridPanel.prototype.ddText = "{0} fila(es) seleccionada(es)";
27 Ext.LoadMask.prototype.msg = "Carregant...";
45 Date.getShortMonthName = function(month) {
46 return Date.monthNames[month].substring(0, 3);
64 Date.getMonthNumber = function(name) {
65 return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
78 Date.getShortDayName = function(day) {
79 return Date.dayNames[day].substring(0, 3);
82 Date.parseCodes.S.s = "(?:st|nd|rd|th)";
85 Ext.MessageBox.buttonText = {
87 cancel : "Cancel·lar",
94 Ext.util.Format.date = function(v, format){
96 if(!(v instanceof Date)) v = new Date(Date.parse(v));
97 return v.dateFormat(format || "d/m/Y");
102 Ext.apply(Ext.DatePicker.prototype, {
104 minText : "Aquesta data és anterior a la data mínima",
105 maxText : "Aquesta data és posterior a la data màxima",
106 disabledDaysText : "",
107 disabledDatesText : "",
108 monthNames : Date.monthNames,
109 dayNames : Date.dayNames,
110 nextText : 'Mes Segü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'espai)",
115 okText : " Acceptar ",
116 cancelText : "Cancel·lar",
121 if(Ext.PagingToolbar){
122 Ext.apply(Ext.PagingToolbar.prototype, {
123 beforePageText : "Pàgina",
124 afterPageText : "de {0}",
125 firstText : "Primera Pàgina",
126 prevText : "Pàgina Anterior",
127 nextText : "Pàgina Següent",
128 lastText : "Darrera Pàgina",
129 refreshText : "Refrescar",
130 displayMsg : "Mostrant {0} - {1} de {2}",
131 emptyMsg : 'Sense dades per mostrar'
136 Ext.form.Field.prototype.invalidText = "El valor d'aquest camp és invàlid";
139 if(Ext.form.TextField){
140 Ext.apply(Ext.form.TextField.prototype, {
141 minLengthText : "El tamany mínim per aquest camp és {0}",
142 maxLengthText : "El tamany màxim per aquest camp és {0}",
143 blankText : "Aquest camp és obligatori",
149 if(Ext.form.NumberField){
150 Ext.apply(Ext.form.NumberField.prototype, {
151 decimalSeparator : ",",
152 decimalPrecision : 2,
153 minText : "El valor mínim per aquest camp és {0}",
154 maxText : "El valor màxim per aquest camp és {0}",
155 nanText : "{0} no és un nombre vàlid"
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 és una data vàlida - ha de tenir el format {1}",
167 altFormats : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
171 if(Ext.form.ComboBox){
172 Ext.apply(Ext.form.ComboBox.prototype, {
173 loadingText : "Carregant...",
174 valueNotFoundText : undefined
179 Ext.apply(Ext.form.VTypes, {
180 emailText : 'Aquest camp ha de ser una adreç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és pot contenir lletres i _',
183 alphanumText : 'Aquest camp només por contenir lletres, nombres i _'
187 if(Ext.form.HtmlEditor){
188 Ext.apply(Ext.form.HtmlEditor.prototype, {
189 createLinkText : 'Si us plau, tecleixi la URL per l\'enllaç:',
192 title: 'Negreta (Ctrl+B)',
193 text: 'Posa el text seleccionat en negreta.',
194 cls: 'x-html-editor-tip'
197 title: 'Itàlica (Ctrl+I)',
198 text: 'Posa el text seleccionat en itàlica.',
199 cls: 'x-html-editor-tip'
202 title: 'Subratllat (Ctrl+U)',
203 text: 'Subratlla el text seleccionat.',
204 cls: 'x-html-editor-tip'
207 title: 'Augmentar Text',
208 text: 'Augmenta el tamany de la font de text.',
209 cls: 'x-html-editor-tip'
212 title: 'Disminuir Text',
213 text: 'Disminueix el tamany de la font de text.',
214 cls: 'x-html-editor-tip'
217 title: 'Color de fons',
218 text: 'Canvia el color de fons del text seleccionat.',
219 cls: 'x-html-editor-tip'
222 title: 'Color de la font de text',
223 text: 'Canvia el color del text seleccionat.',
224 cls: 'x-html-editor-tip'
227 title: 'Alinear a la esquerra',
228 text: 'Alinea el text a la esquerra.',
229 cls: 'x-html-editor-tip'
232 title: 'Centrar el text',
233 text: 'Centra el text a l\'editor',
234 cls: 'x-html-editor-tip'
237 title: 'Alinear a la dreta',
238 text: 'Alinea el text a la dreta.',
239 cls: 'x-html-editor-tip'
241 insertunorderedlist : {
242 title: 'Llista amb vinyetes',
243 text: 'Comença una llista amb vinyetes.',
244 cls: 'x-html-editor-tip'
246 insertorderedlist : {
247 title: 'Llista numerada',
248 text: 'Comença una llista numerada.',
249 cls: 'x-html-editor-tip'
252 title: 'Enllaç',
253 text: 'Transforma el text seleccionat en un enllaç.',
254 cls: 'x-html-editor-tip'
257 title: 'Editar Codi',
258 text: 'Canvia al mode d\'edició de codi.',
259 cls: 'x-html-editor-tip'
265 if(Ext.grid.GridView){
266 Ext.apply(Ext.grid.GridView.prototype, {
267 sortAscText : "Ordenació Ascendent",
268 sortDescText : "Ordenació Descendent",
269 columnsText : "Columnes"
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'
281 if(Ext.grid.PropertyColumnModel){
282 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
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."
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 és un hora vàlida",
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"
306 if(Ext.form.CheckboxGroup){
307 Ext.apply(Ext.form.CheckboxGroup.prototype, {
308 blankText : "Ha de seleccionar almenys un étem d\'aquest group"
312 if(Ext.form.RadioGroup){
313 Ext.apply(Ext.form.RadioGroup.prototype, {
314 blankText : "Ha de seleccionar un étem d\'aquest grup"