Alien-Web-ExtJS-V3
view release on metacpan or search on metacpan
share/src/locale/ext-lang-ro.js view on Meta::CPAN
/*
This file is part of Ext JS 3.4
Copyright (c) 2011-2013 Sencha Inc
Contact: http://www.sencha.com/contact
GNU General Public License Usage
This file may be used under the terms of the GNU General Public License version 3.0 as
published by the Free Software Foundation and appearing in the file LICENSE included in the
packaging of this file.
Please review the following information to ensure the GNU General Public License version 3.0
requirements will be met: http://www.gnu.org/copyleft/gpl.html.
If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.
Build date: 2013-04-03 15:07:25
*/
/**
* Romanian translations for ExtJS 2.1
* First released by Lucian Lature on 2007-04-24
* Changed locale for Romania (date formats) as suggested by keypoint
* on ExtJS forums: http://www.extjs.com/forum/showthread.php?p=129524#post129524
* Removed some useless parts
* Changed by: Emil Cazamir, 2008-04-24
* Fixed some errors left behind
* Changed by: Emil Cazamir, 2008-09-01
*/
Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">ÃncÄrcare...</div>';
if(Ext.grid.GridPanel){
Ext.grid.GridPanel.prototype.ddText = "{0} rând(uri) selectate";
}
if(Ext.TabPanelItem){
Ext.TabPanelItem.prototype.closeText = "Ãnchide acest tab";
}
if(Ext.form.Field){
Ext.form.Field.prototype.invalidText = "Valoarea acestui câmp este invalidÄ";
}
if(Ext.LoadMask){
Ext.LoadMask.prototype.msg = "ÃncÄrcare...";
}
Date.monthNames = [
"Ianuarie",
"Februarie",
"Martie",
"Aprilie",
"Mai",
"Iunie",
"Iulie",
"August",
"Septembrie",
"Octombrie",
"Noiembrie",
"Decembrie"
];
Date.getShortMonthName = function(month) {
return Date.monthNames[month].substring(0, 3);
};
Date.monthNumbers = {
Ian : 0,
Feb : 1,
Mar : 2,
Apr : 3,
Mai : 4,
Iun : 5,
Iul : 6,
Aug : 7,
Sep : 8,
Oct : 9,
Noi : 10,
Dec : 11
};
Date.getMonthNumber = function(name) {
( run in 0.440 second using v1.01-cache-2.11-cpan-5735350b133 )