PHP Classes

File: web/bundles/extjs/locale/ext-lang-cs.js

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/bundles/extjs/locale/ext-lang-cs.js   Download  
File: web/bundles/extjs/locale/ext-lang-cs.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 10,303 bytes
 

 

Contents

Class file image Download
/* 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" });