Alien-Web-ExtJS-V3
view release on metacpan or search on metacpan
share/src/locale/ext-lang-el_GR.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
*/
/**
* Greek translation
* By thesilentman (utf8 encoding)
* 27 Apr 2008
*
* Changes since previous (second) Version:
* + added Date.shortMonthNames
* + added Date.getShortMonthName
* + added Date.monthNumbers
* + added Ext.grid.GroupingView
*/
Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">ÎεÏαÏÏÏÏÏÏη δεδομÎνÏν...</div>';
if(Ext.View){
Ext.View.prototype.emptyText = "";
}
if(Ext.grid.GridPanel){
Ext.grid.GridPanel.prototype.ddText = "{0} ÎÏιλεγμÎÎ½ÎµÏ ÏειÏÎÏ";
}
if(Ext.TabPanelItem){
Ext.TabPanelItem.prototype.closeText = "ÎλείÏÏε Ïο tab";
}
if(Ext.form.Field){
Ext.form.Field.prototype.invalidText = "Το ÏεÏιεÏÏμενο ÏοÏ
ÏεδίοÏ
δεν είναι αÏοδεκÏÏ";
}
if(Ext.LoadMask){
Ext.LoadMask.prototype.msg = "ÎεÏαÏÏÏÏÏÏη δεδομÎνÏν...";
}
Date.monthNames = [
"ÎανοÏ
άÏιοÏ",
"ΦεβÏοÏ
άÏιοÏ",
"ÎάÏÏιοÏ",
"ÎÏÏίλιοÏ",
"ÎάιοÏ",
"ÎοÏνιοÏ",
"ÎοÏλιοÏ",
"ÎÏγοÏ
ÏÏοÏ",
"ΣεÏÏÎμβÏιοÏ",
"ÎκÏÏβÏιοÏ",
"ÎοÎμβÏιοÏ",
"ÎεκÎμβÏιοÏ"
];
Date.shortMonthNames = [
"Îαν",
"Φεβ",
"ÎάÏ",
"ÎÏÏ",
"Îάι",
"ÎοÏ",
"ÎοÏ",
"ÎÏγ",
"ΣεÏ",
"ÎκÏ",
"ÎοÎ",
"Îεκ"
];
( run in 0.539 second using v1.01-cache-2.11-cpan-e93a5daba3e )