/*
This file is part of Ext JS 4.2
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-05-16 14:36:50 (f9be68accb407158ba2b1be2c226a6ce1f649314)
*/
/**
* Czech Translations
* Translated by Tomáš KorÄák (72)
* 2008/02/08 18:02, Ext-2.0.1
*/
Ext.onReady(function() {
if (Ext.Date) {
Ext.Date.monthNames = ["Leden", "Únor", "BÅ™ezen", "Duben", "KvÄ›ten", "ÄŒerven", "ÄŒervenec", "Srpen", "ZářÃ", "ŘÃjen", "Listopad", "Prosinec"];
Ext.Date.shortMonthNames = {
"Leden": "Led",
"Únor": "Úno",
"Březen": "Bře",
"Duben": "Dub",
"Květen": "Kvě",
"ÄŒerven": "ÄŒer",
"ÄŒervenec": "ÄŒvc",
"Srpen": "Srp",
"ZářÃ": "Zář",
"ŘÃjen": "ŘÃj",
"Listopad": "Lis",
"Prosinec": "Pro"
};
Ext.Date.getShortMonthName = function(month) {
return Ext.Date.shortMonthNames[Ext.Date.monthNames[month]];
};
Ext.Date.monthNumbers = {
"Leden": 0,
"Únor": 1,
"Březen": 2,
"Duben": 3,
"Květen": 4,
"ÄŒerven": 5,
"ÄŒervenec": 6,
"Srpen": 7,
"ZářÃ": 8,
"ŘÃjen": 9,
"Listopad": 10,
"Prosinec": 11
};
Ext.Date.getMonthNumber = function(name) {
return Ext.Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1).toLowerCase()];
};
Ext.Date.dayNames = ["NedÄ›le", "PondÄ›lÃ", "Úterý", "StÅ™eda", "ÄŒtvrtek", "Pátek", "Sobota"];
Ext.Date.getShortDayName = function(day) {
return Ext.Date.dayNames[day].substring(0, 3);
};
}
if (Ext.util && Ext.util.Format) {
Ext.apply(Ext.util.Format, {
thousandSeparator: '.',
decimalSeparator: ',',
currencySign: '\u004b\u010d',
// Czech Koruny
dateFormat: 'd.m.Y'
});
}
});
Ext.define("Ext.locale.cs.view.View", {
override: "Ext.view.View",
emptyText: ""
});
Ext.define("Ext.locale.cs.grid.plugin.DragDrop", {
override: "Ext.grid.plugin.DragDrop",
dragText: "{0} vybraných řádků"
});
Ext.define("Ext.locale.cs.tab.Tab", {
override: "Ext.tab.Tab",
closeText: "ZavÅ™Ãt záložku"
});
Ext.define("Ext.locale.cs.form.field.Base", {
override: "Ext.form.field.Base",
invalidText: "Hodnota v tomto poli je neplatná"
});
// changing the msg text below will affect the LoadMask
Ext.define("Ext.locale.cs.view.AbstractView", {
override: "Ext.view.AbstractView",
loadingText: "ProsÃm Äekejte..."
});
Ext.define("Ext.locale.cs.picker.Date", {
override: "Ext.picker.Date",
todayText: "Dnes",
minText: "Datum nesmà být starÅ¡Ã než je minimálnÃ",
maxText: "Datum nesmà být dÅ™ÃvÄ›jÅ¡Ã než je maximálnÃ",
disabledDaysText: "",
disabledDatesText: "",
nextText: 'NásledujÃcà mÄ›sÃc (Control+Right)',
prevText: 'PÅ™edcházejÃcà mÄ›sÃc (Control+Left)',
monthYearText: 'Zvolte mÄ›sÃc (ke zmÄ›nÄ› let použijte Control+Up/Down)',
todayTip: "{0} (Spacebar)",
format: "d.m.Y",
startDay: 1
});
Ext.define("Ext.locale.cs.picker.Month", {
override: "Ext.picker.Month",
okText: " OK ",
cancelText: "Storno"
});
Ext.define("Ext.locale.cs.toolbar.Paging", {
override: "Ext.PagingToolbar",
beforePageText: "Strana",
afterPageText: "z {0}",
firstText: "Prvnà strana",
prevText: "PÅ™echázejÃcà strana",
nextText: "NásledujÃcà strana",
lastText: "Poslednà strana",
refreshText: "Aktualizovat",
displayMsg: "Zobrazeno {0} - {1} z celkových {2}",
emptyMsg: 'Žádné záznamy nebyly nalezeny'
});
Ext.define("Ext.locale.cs.form.field.Text", {
override: "Ext.form.field.Text",
minLengthText: "Pole nesmà mÃt ménÄ› {0} znaků",
maxLengthText: "Pole nesmà být delšà než {0} znaků",
blankText: "Povinné pole",
regexText: "",
emptyText: null
});
Ext.define("Ext.locale.cs.form.field.Number", {
override: "Ext.form.field.Number",
minText: "Hodnota v tomto poli nesmà být menšà než {0}",
maxText: "Hodnota v tomto poli nesmà být většà než {0}",
nanText: "{0} nenà platné ÄÃslo"
});
Ext.define("Ext.locale.cs.form.field.Date", {
override: "Ext.form.field.Date",
disabledDaysText: "NeaktivnÃ",
disabledDatesText: "NeaktivnÃ",
minText: "Datum v tomto poli nesmà být staršà než {0}",
maxText: "Datum v tomto poli nesmà být novějšà než {0}",
invalidText: "{0} nenà platným datem - zkontrolujte zda-li je ve formátu {1}",
format: "d.m.Y",
altFormats: "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
});
Ext.define("Ext.locale.cs.form.field.ComboBox", {
override: "Ext.form.field.ComboBox",
valueNotFoundText: undefined
}, function() {
Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, {
loadingText: "ProsÃm Äekejte..."
});
});
Ext.define("Ext.locale.cs.form.field.VTypes", {
override: "Ext.form.field.VTypes",
emailText: 'V tomto poli může být vyplněna pouze emailová adresa ve formátu "uživatel@doména.cz"',
urlText: 'V tomto poli může být vyplněna pouze URL (adresa internetové stránky) ve formátu "http:/' + '/www.doména.cz"',
alphaText: 'Toto pole může obsahovat pouze pÃsmena abecedy a znak _',
alphanumText: 'Toto pole může obsahovat pouze pÃsmena abecedy, ÄÃsla a znak _'
});
Ext.define("Ext.locale.cs.form.field.HtmlEditor", {
override: "Ext.form.field.HtmlEditor",
createLinkText: 'Zadejte URL adresu odkazu:'
}, function() {
Ext.apply(Ext.form.field.HtmlEditor.prototype, {
buttonTips: {
bold: {
title: 'TuÄné (Ctrl+B)',
text: 'OznaÄà vybraný text tuÄnÄ›.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
italic: {
title: 'KurzÃva (Ctrl+I)',
text: 'OznaÄà vybraný text kurzÃvou.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
underline: {
title: 'Podtrženà (Ctrl+U)',
text: 'Podtrhne vybraný text.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
increasefontsize: {
title: 'ZvÄ›tÅ¡it pÃsmo',
text: 'ZvÄ›tÅ¡Ã velikost pÃsma.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
decreasefontsize: {
title: 'Zúžit pÃsmo',
text: 'ZmenÅ¡Ã velikost pÃsma.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
backcolor: {
title: 'Barva zvýrazněnà textu',
text: 'OznaÄà vybraný text tak, aby vypadal jako oznaÄený zvýrazňovaÄem.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
forecolor: {
title: 'Barva pÃsma',
text: 'Změnà barvu textu.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
justifyleft: {
title: 'Zarovnat text vlevo',
text: 'Zarovná text doleva.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
justifycenter: {
title: 'Zarovnat na střed',
text: 'Zarovná text na střed.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
justifyright: {
title: 'Zarovnat text vpravo',
text: 'Zarovná text doprava.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
insertunorderedlist: {
title: 'Odrážky',
text: 'ZaÄne seznam s odrážkami.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
insertorderedlist: {
title: 'ÄŒÃslovánÃ',
text: 'ZaÄne ÄÃslovaný seznam.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
createlink: {
title: 'Internetový odkaz',
text: 'Z vybraného textu vytvořà internetový odkaz.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
},
sourceedit: {
title: 'Zdrojový kód',
text: 'Přepne do módu úpravy zdrojového kódu.',
cls: Ext.baseCSSPrefix + 'html-editor-tip'
}
}
});
});
Ext.define("Ext.locale.cs.grid.header.Container", {
override: "Ext.grid.header.Container",
sortAscText: "Řadit vzestupně",
sortDescText: "Řadit sestupně",
lockText: "Ukotvit sloupec",
unlockText: "Uvolnit sloupec",
columnsText: "Sloupce"
});
Ext.define("Ext.locale.cs.grid.GroupingFeature", {
override: "Ext.grid.GroupingFeature",
emptyGroupText: '(Žádná data)',
groupByText: 'Seskupit dle tohoto pole',
showGroupsText: 'Zobrazit ve skupinÄ›'
});
Ext.define("Ext.locale.cs.grid.PropertyColumnModel", {
override: "Ext.grid.PropertyColumnModel",
nameText: "Název",
valueText: "Hodnota",
dateFormat: "j.m.Y"
});
Ext.define("Ext.locale.cs.window.MessageBox", {
override: "Ext.window.MessageBox",
buttonText: {
ok: "OK",
cancel: "Storno",
yes: "Ano",
no: "Ne"
}
});
// This is needed until we can refactor all of the locales into individual files
Ext.define("Ext.locale.cs.Component", {
override: "Ext.Component"
});
|