- Replaced color picker form control with a more robust version.
This commit is contained in:
parent
6fe068e42d
commit
6e0470771e
1193 changed files with 342 additions and 223 deletions
170
www/extras/extjs/docs/output/ext-lang-ro.jss.html
vendored
Normal file
170
www/extras/extjs/docs/output/ext-lang-ro.jss.html
vendored
Normal file
|
|
@ -0,0 +1,170 @@
|
|||
<html><head><title>ext-lang-ro.js</title><link rel="stylesheet" type="text/css" href="../resources/style.css" media="screen"/></head><body><h1>ext-lang-ro.js</h1><pre class="highlighted"><code><i>/**
|
||||
* Translation by Lucian Lature 04-24-2007
|
||||
* Romanian Translations
|
||||
*/</i>
|
||||
|
||||
Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Încărcare...</div>';
|
||||
|
||||
<b>if</b>(Ext.View){
|
||||
Ext.View.prototype.emptyText = "";
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.grid.Grid){
|
||||
Ext.grid.Grid.prototype.ddText = "{0} rând(uri) selectate";
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.TabPanelItem){
|
||||
Ext.TabPanelItem.prototype.closeText = "ÃŽnchide acest tab";
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.form.Field){
|
||||
Ext.form.Field.prototype.invalidText = "Valoarea acestui câmp este invalidă";
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.LoadMask){
|
||||
Ext.LoadMask.prototype.msg = "Încărcare...";
|
||||
}
|
||||
|
||||
Date.monthNames = [
|
||||
"Ianuarie",
|
||||
"Februarie",
|
||||
"Martie",
|
||||
"Aprilie",
|
||||
"Mai",
|
||||
"Iunie",
|
||||
"Iulie",
|
||||
"August",
|
||||
"Septembrie",
|
||||
"Octombrie",
|
||||
"Noiembrie",
|
||||
"Decembrie"
|
||||
];
|
||||
|
||||
Date.dayNames = [
|
||||
"Duminică",
|
||||
"Luni",
|
||||
"Marţi",
|
||||
"Miercuri",
|
||||
"Joi",
|
||||
"Vineri",
|
||||
"Sâmbătă"
|
||||
];
|
||||
|
||||
<b>if</b>(Ext.MessageBox){
|
||||
Ext.MessageBox.buttonText = {
|
||||
ok : "OK",
|
||||
cancel : "Renunţă",
|
||||
yes : "Da",
|
||||
no : "Nu"
|
||||
};
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.util.Format){
|
||||
Ext.util.Format.date = <b>function</b>(v, format){
|
||||
<b>if</b>(!v) <b>return</b> "";
|
||||
<b>if</b>(!(v instanceof Date)) v = <b>new</b> Date(Date.parse(v));
|
||||
<b>return</b> v.dateFormat(format || "d-m-Y");
|
||||
};
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.DatePicker){
|
||||
Ext.apply(Ext.DatePicker.prototype, {
|
||||
todayText : "Astăzi",
|
||||
minText : "Această zi este înaintea datei de început",
|
||||
maxText : "Această zi este după ultimul termen",
|
||||
disabledDaysText : "",
|
||||
disabledDatesText : "",
|
||||
monthNames : Date.monthNames,
|
||||
dayNames : Date.dayNames,
|
||||
nextText : 'Următoarea lună (Control+Right)',
|
||||
prevText : 'Luna anterioară (Control+Left)',
|
||||
monthYearText : 'Alege o lună (Control+Up/Down pentru a parcurge anii)',
|
||||
todayTip : "{0} (Spacebar)",
|
||||
format : "d-m-y"
|
||||
});
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.PagingToolbar){
|
||||
Ext.apply(Ext.PagingToolbar.prototype, {
|
||||
beforePageText : "Pagina",
|
||||
afterPageText : "din {0}",
|
||||
firstText : "Prima pagină",
|
||||
prevText : "Pagina precedentă",
|
||||
nextText : "Următoarea pagină",
|
||||
lastText : "Ultima pagină",
|
||||
refreshText : "Reîmprospătare",
|
||||
displayMsg : "Afişează {0} - {1} din {2}",
|
||||
emptyMsg : 'Nu sunt date de afiÅŸat'
|
||||
});
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.form.TextField){
|
||||
Ext.apply(Ext.form.TextField.prototype, {
|
||||
minLengthText : "Lungimea minimă pentru acest câmp este de {0}",
|
||||
maxLengthText : "Lungimea maximă pentru acest câmp este {0}",
|
||||
blankText : "Acest câmp este obligatoriu",
|
||||
regexText : "",
|
||||
emptyText : null
|
||||
});
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.form.NumberField){
|
||||
Ext.apply(Ext.form.NumberField.prototype, {
|
||||
minText : "Valoarea minimă permisă a acestui câmp este {0}",
|
||||
maxText : "Valaorea maximă permisă a acestui câmp este {0}",
|
||||
nanText : "{0} nu este un număr valid"
|
||||
});
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.form.DateField){
|
||||
Ext.apply(Ext.form.DateField.prototype, {
|
||||
disabledDaysText : "Inactiv",
|
||||
disabledDatesText : "Inactiv",
|
||||
minText : "Data acestui câmp trebuie să fie după {0}",
|
||||
maxText : "Data acestui câmp trebuie sa fie înainte de {0}",
|
||||
invalidText : "{0} nu este o dată validă - trebuie să fie în formatul {1}",
|
||||
format : "d-m-y"
|
||||
});
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.form.ComboBox){
|
||||
Ext.apply(Ext.form.ComboBox.prototype, {
|
||||
loadingText : "Încărcare...",
|
||||
valueNotFoundText : undefined
|
||||
});
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.form.VTypes){
|
||||
Ext.apply(Ext.form.VTypes, {
|
||||
emailText : 'Acest câmp trebuie să conţ<b>in</b>ă o adresă de e-mail în formatul "user@domain.com"',
|
||||
urlText : 'Acest câmp trebuie să conţ<b>in</b>ă o adresă URL în formatul "http:/'+'/www.domain.com"',
|
||||
alphaText : 'Acest câmp trebuie să conţ<b>in</b>ă doar litere şi _',
|
||||
alphanumText : 'Acest câmp trebuie să conţ<b>in</b>ă doar litere, cifre şi _'
|
||||
});
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.grid.GridView){
|
||||
Ext.apply(Ext.grid.GridView.prototype, {
|
||||
sortAscText : "Sortare ascendentă",
|
||||
sortDescText : "Sortare descendentă",
|
||||
lockText : "Blochează coloana",
|
||||
unlockText : "Deblochează coloana",
|
||||
columnsText : "Coloane"
|
||||
});
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.grid.PropertyColumnModel){
|
||||
Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
|
||||
nameText : "Nume",
|
||||
valueText : "Valoare",
|
||||
dateFormat : "m/j/Y"
|
||||
});
|
||||
}
|
||||
|
||||
<b>if</b>(Ext.SplitLayoutRegion){
|
||||
Ext.apply(Ext.SplitLayoutRegion.prototype, {
|
||||
splitTip : "Trage pentru redimensionare.",
|
||||
collapsibleSplitTip : "Trage pentru redimensionare. Dublu-click pentru ascundere."
|
||||
});
|
||||
}</code></pre><hr><div style="font-size:10px;text-align:center;color:gray;">Ext - Copyright © 2006-2007 Ext JS, LLC<br />All rights reserved.</div>
|
||||
</body></html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue