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 * Romanian translations for ExtJS 2.1
17 * First released by Lucian Lature on 2007-04-24
18 * Changed locale for Romania (date formats) as suggested by keypoint
19 * on ExtJS forums: http://www.extjs.com/forum/showthread.php?p=129524#post129524
20 * Removed some useless parts
21 * Changed by: Emil Cazamir, 2008-04-24
22 * Fixed some errors left behind
23 * Changed by: Emil Cazamir, 2008-09-01
26 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Încărcare...</div>';
28 if(Ext.grid.GridPanel){
29 Ext.grid.GridPanel.prototype.ddText = "{0} rând(uri) selectate";
33 Ext.TabPanelItem.prototype.closeText = "Închide acest tab";
37 Ext.form.Field.prototype.invalidText = "Valoarea acestui câmp este invalidă";
41 Ext.LoadMask.prototype.msg = "Încărcare...";
59 Date.getShortMonthName = function(month) {
60 return Date.monthNames[month].substring(0, 3);
78 Date.getMonthNumber = function(name) {
79 return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
92 Date.getShortDayName = function(day) {
93 return Date.dayNames[day].substring(0, 3);
97 Ext.MessageBox.buttonText = {
106 Ext.util.Format.date = function(v, format){
108 if(!(v instanceof Date)) v = new Date(Date.parse(v));
109 return v.dateFormat(format || "d.m.Y");
114 Ext.apply(Ext.DatePicker.prototype, {
115 todayText : "Astăzi",
116 minText : "Această dată este anterioară datei minime",
117 maxText : "Această dată este ulterioară datei maxime",
118 disabledDaysText : "",
119 disabledDatesText : "",
120 monthNames : Date.monthNames,
121 dayNames : Date.dayNames,
122 nextText : 'Luna următoare (Control+Dreapta)',
123 prevText : 'Luna precedentă (Control+Stânga)',
124 monthYearText : 'Alege o lună (Control+Sus/Jos pentru a parcurge anii)',
125 todayTip : "{0} (Bara spațiu)",
127 okText : " OK ",
128 cancelText : "Renunță",
133 if(Ext.PagingToolbar){
134 Ext.apply(Ext.PagingToolbar.prototype, {
135 beforePageText : "Pagina",
136 afterPageText : "din {0}",
137 firstText : "Prima pagină",
138 prevText : "Pagina anterioară",
139 nextText : "Pagina următoare",
140 lastText : "Ultima pagină",
141 refreshText : "Împrospătează",
142 displayMsg : "Afișare înregistrările {0} - {1} din {2}",
143 emptyMsg : 'Nu sunt date de afișat'
147 if(Ext.form.TextField){
148 Ext.apply(Ext.form.TextField.prototype, {
149 minLengthText : "Lungimea minimă pentru acest câmp este de {0}",
150 maxLengthText : "Lungimea maximă pentru acest câmp este {0}",
151 blankText : "Acest câmp este obligatoriu",
157 if(Ext.form.NumberField){
158 Ext.apply(Ext.form.NumberField.prototype, {
159 minText : "Valoarea minimă permisă a acestui câmp este {0}",
160 maxText : "Valaorea maximă permisă a acestui câmp este {0}",
161 nanText : "{0} nu este un număr valid"
165 if(Ext.form.DateField){
166 Ext.apply(Ext.form.DateField.prototype, {
167 disabledDaysText : "Indisponibil",
168 disabledDatesText : "Indisponibil",
169 minText : "Data din această casetă trebuie să fie după {0}",
170 maxText : "Data din această casetă trebuie să fie inainte de {0}",
171 invalidText : "{0} nu este o dată validă, trebuie să fie în formatul {1}",
173 altFormats : "d-m-Y|d.m.y|d-m-y|d.m|d-m|dm|d|Y-m-d"
177 if(Ext.form.ComboBox){
178 Ext.apply(Ext.form.ComboBox.prototype, {
179 loadingText : "Încărcare...",
180 valueNotFoundText : undefined
185 Ext.apply(Ext.form.VTypes, {
186 emailText : 'Acest câmp trebuie să conţină o adresă de e-mail în formatul "user@domeniu.com"',
187 urlText : 'Acest câmp trebuie să conţină o adresă URL în formatul "http:/'+'/www.domeniu.com"',
188 alphaText : 'Acest câmp trebuie să conţină doar litere şi _',
189 alphanumText : 'Acest câmp trebuie să conţină doar litere, cifre şi _'
193 if(Ext.form.HtmlEditor){
194 Ext.apply(Ext.form.HtmlEditor.prototype, {
195 createLinkText : 'Vă rugăm introduceti un URL pentru această legătură web:',
198 title: 'Îngroşat (Ctrl+B)',
199 text: 'Îngroşati caracterele textului selectat.',
200 cls: 'x-html-editor-tip'
203 title: 'Înclinat (Ctrl+I)',
204 text: 'Înclinaţi caracterele textului selectat.',
205 cls: 'x-html-editor-tip'
208 title: 'Subliniat (Ctrl+U)',
209 text: 'Subliniaţi caracterele textului selectat.',
210 cls: 'x-html-editor-tip'
214 text: 'Măreşte dimensiunea fontului.',
215 cls: 'x-html-editor-tip'
219 text: 'Micşorează dimensiunea textului.',
220 cls: 'x-html-editor-tip'
223 title: 'Culoarea fundalului',
224 text: 'Schimbă culoarea fundalului pentru textul selectat.',
225 cls: 'x-html-editor-tip'
228 title: 'Culoarea textului',
229 text: 'Schimbă culoarea textului selectat.',
230 cls: 'x-html-editor-tip'
233 title: 'Aliniat la stânga',
234 text: 'Aliniază textul la stânga.',
235 cls: 'x-html-editor-tip'
239 text: 'Centrează textul în editor.',
240 cls: 'x-html-editor-tip'
243 title: 'Aliniat la dreapta',
244 text: 'Aliniază textul la dreapta.',
245 cls: 'x-html-editor-tip'
247 insertunorderedlist : {
248 title: 'Listă cu puncte',
249 text: 'Inserează listă cu puncte.',
250 cls: 'x-html-editor-tip'
252 insertorderedlist : {
253 title: 'Listă numerotată',
254 text: 'Inserează o listă numerotată.',
255 cls: 'x-html-editor-tip'
258 title: 'Legătură web',
259 text: 'Transformă textul selectat în legătură web.',
260 cls: 'x-html-editor-tip'
263 title: 'Editare sursă',
264 text: 'Schimbă pe modul de editare al codului HTML.',
265 cls: 'x-html-editor-tip'
272 if(Ext.grid.GridView){
273 Ext.apply(Ext.grid.GridView.prototype, {
274 sortAscText : "Sortare ascendentă",
275 sortDescText : "Sortare descendentă",
276 lockText : "Blochează coloana",
277 unlockText : "Deblochează coloana",
278 columnsText : "Coloane"
282 if(Ext.grid.GroupingView){
283 Ext.apply(Ext.grid.GroupingView.prototype, {
284 emptyGroupText : '(Fără)',
285 groupByText : 'Grupează după această coloană',
286 showGroupsText : 'Afișează grupat'
290 if(Ext.grid.PropertyColumnModel){
291 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
293 valueText : "Valoare",
298 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
299 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
300 splitTip : "Trage pentru redimensionare.",
301 collapsibleSplitTip : "Trage pentru redimensionare. Dublu-click pentru ascundere."