Alien-Web-ExtJS-V3
view release on metacpan or search on metacpan
share/src/locale/ext-lang-mk.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
*/
/*
* Macedonia translation
* By PetarD petar.dimitrijevic@vorteksed.com.mk (utf8 encoding)
* 23 April 2007
*/
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.dayNames = [
"Ðедела",
"Ðонеделник",
"ÐÑоÑник",
"СÑеда",
"ЧеÑвÑÑок",
"ÐеÑок",
"СабоÑа"
];
if(Ext.MessageBox){
Ext.MessageBox.buttonText = {
ok : "ÐоÑвÑди",
cancel : "ÐониÑÑи",
yes : "Ðа",
no : "Ðе"
};
}
if(Ext.util.Format){
( run in 1.846 second using v1.01-cache-2.11-cpan-e93a5daba3e )