3 <title>The source code</title>
4 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
5 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
7 <body onload="prettyPrint();">
8 <pre class="prettyprint lang-js">/*!
10 * Copyright(c) 2006-2009 Ext JS, LLC
12 * http://www.extjs.com/license
14 <div id="prop-Ext.Direct.Transaction-indicatorText"></div>/**
15 * Romanian translations for ExtJS 2.1
16 * First released by Lucian Lature on 2007-04-24
17 * Changed locale for Romania (date formats) as suggested by keypoint
18 * on ExtJS forums: http://www.extjs.com/forum/showthread.php?p=129524#post129524
19 * Removed some useless parts
20 * Changed by: Emil Cazamir, 2008-04-24
21 * Fixed some errors left behind
22 * Changed by: Emil Cazamir, 2008-09-01
25 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Încărcare...</div>';
27 if(Ext.grid.GridPanel){
28 Ext.grid.GridPanel.prototype.ddText = "{0} rând(uri) selectate";
32 Ext.TabPanelItem.prototype.closeText = "Închide acest tab";
36 Ext.form.Field.prototype.invalidText = "Valoarea acestui câmp este invalidă";
40 Ext.LoadMask.prototype.msg = "Încărcare...";
58 Date.getShortMonthName = function(month) {
59 return Date.monthNames[month].substring(0, 3);
77 Date.getMonthNumber = function(name) {
78 return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
91 Date.getShortDayName = function(day) {
92 return Date.dayNames[day].substring(0, 3);
96 Ext.MessageBox.buttonText = {
105 Ext.util.Format.date = function(v, format){
107 if(!(v instanceof Date)) v = new Date(Date.parse(v));
108 return v.dateFormat(format || "d.m.Y");
113 Ext.apply(Ext.DatePicker.prototype, {
114 todayText : "Astăzi",
115 minText : "Această dată este anterioară datei minime",
116 maxText : "Această dată este ulterioară datei maxime",
117 disabledDaysText : "",
118 disabledDatesText : "",
119 monthNames : Date.monthNames,
120 dayNames : Date.dayNames,
121 nextText : 'Luna următoare (Control+Dreapta)',
122 prevText : 'Luna precedentă (Control+Stânga)',
123 monthYearText : 'Alege o lună (Control+Sus/Jos pentru a parcurge anii)',
124 todayTip : "{0} (Bara spațiu)",
126 okText : " OK ",
127 cancelText : "Renunță",
132 if(Ext.PagingToolbar){
133 Ext.apply(Ext.PagingToolbar.prototype, {
134 beforePageText : "Pagina",
135 afterPageText : "din {0}",
136 firstText : "Prima pagină",
137 prevText : "Pagina anterioară",
138 nextText : "Pagina următoare",
139 lastText : "Ultima pagină",
140 refreshText : "Împrospătează",
141 displayMsg : "Afișare înregistrările {0} - {1} din {2}",
142 emptyMsg : 'Nu sunt date de afișat'
146 if(Ext.form.TextField){
147 Ext.apply(Ext.form.TextField.prototype, {
148 minLengthText : "Lungimea minimă pentru acest câmp este de {0}",
149 maxLengthText : "Lungimea maximă pentru acest câmp este {0}",
150 blankText : "Acest câmp este obligatoriu",
156 if(Ext.form.NumberField){
157 Ext.apply(Ext.form.NumberField.prototype, {
158 minText : "Valoarea minimă permisă a acestui câmp este {0}",
159 maxText : "Valaorea maximă permisă a acestui câmp este {0}",
160 nanText : "{0} nu este un număr valid"
164 if(Ext.form.DateField){
165 Ext.apply(Ext.form.DateField.prototype, {
166 disabledDaysText : "Indisponibil",
167 disabledDatesText : "Indisponibil",
168 minText : "Data din această casetă trebuie să fie după {0}",
169 maxText : "Data din această casetă trebuie să fie inainte de {0}",
170 invalidText : "{0} nu este o dată validă, trebuie să fie în formatul {1}",
172 altFormats : "d-m-Y|d.m.y|d-m-y|d.m|d-m|dm|d|Y-m-d"
176 if(Ext.form.ComboBox){
177 Ext.apply(Ext.form.ComboBox.prototype, {
178 loadingText : "Încărcare...",
179 valueNotFoundText : undefined
184 Ext.apply(Ext.form.VTypes, {
185 emailText : 'Acest câmp trebuie să conţină o adresă de e-mail în formatul "user@domeniu.com"',
186 urlText : 'Acest câmp trebuie să conţină o adresă URL în formatul "http:/'+'/www.domeniu.com"',
187 alphaText : 'Acest câmp trebuie să conţină doar litere şi _',
188 alphanumText : 'Acest câmp trebuie să conţină doar litere, cifre şi _'
192 if(Ext.form.HtmlEditor){
193 Ext.apply(Ext.form.HtmlEditor.prototype, {
194 createLinkText : 'Vă rugăm introduceti un URL pentru această legătură web:',
197 title: 'Îngroşat (Ctrl+B)',
198 text: 'Îngroşati caracterele textului selectat.',
199 cls: 'x-html-editor-tip'
202 title: 'Înclinat (Ctrl+I)',
203 text: 'Înclinaţi caracterele textului selectat.',
204 cls: 'x-html-editor-tip'
207 title: 'Subliniat (Ctrl+U)',
208 text: 'Subliniaţi caracterele textului selectat.',
209 cls: 'x-html-editor-tip'
213 text: 'Măreşte dimensiunea fontului.',
214 cls: 'x-html-editor-tip'
218 text: 'Micşorează dimensiunea textului.',
219 cls: 'x-html-editor-tip'
222 title: 'Culoarea fundalului',
223 text: 'Schimbă culoarea fundalului pentru textul selectat.',
224 cls: 'x-html-editor-tip'
227 title: 'Culoarea textului',
228 text: 'Schimbă culoarea textului selectat.',
229 cls: 'x-html-editor-tip'
232 title: 'Aliniat la stânga',
233 text: 'Aliniază textul la stânga.',
234 cls: 'x-html-editor-tip'
238 text: 'Centrează textul în editor.',
239 cls: 'x-html-editor-tip'
242 title: 'Aliniat la dreapta',
243 text: 'Aliniază textul la dreapta.',
244 cls: 'x-html-editor-tip'
246 insertunorderedlist : {
247 title: 'Listă cu puncte',
248 text: 'Inserează listă cu puncte.',
249 cls: 'x-html-editor-tip'
251 insertorderedlist : {
252 title: 'Listă numerotată',
253 text: 'Inserează o listă numerotată.',
254 cls: 'x-html-editor-tip'
257 title: 'Legătură web',
258 text: 'Transformă textul selectat în legătură web.',
259 cls: 'x-html-editor-tip'
262 title: 'Editare sursă',
263 text: 'Schimbă pe modul de editare al codului HTML.',
264 cls: 'x-html-editor-tip'
271 if(Ext.grid.GridView){
272 Ext.apply(Ext.grid.GridView.prototype, {
273 sortAscText : "Sortare ascendentă",
274 sortDescText : "Sortare descendentă",
275 lockText : "Blochează coloana",
276 unlockText : "Deblochează coloana",
277 columnsText : "Coloane"
281 if(Ext.grid.GroupingView){
282 Ext.apply(Ext.grid.GroupingView.prototype, {
283 emptyGroupText : '(Fără)',
284 groupByText : 'Grupează după această coloană',
285 showGroupsText : 'Afișează grupat'
289 if(Ext.grid.PropertyColumnModel){
290 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
292 valueText : "Valoare",
297 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
298 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
299 splitTip : "Trage pentru redimensionare.",
300 collapsibleSplitTip : "Trage pentru redimensionare. Dublu-click pentru ascundere."