X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/source/ext-lang-sk.html diff --git a/docs/source/ext-lang-sk.html b/docs/source/ext-lang-sk.html index 15712e40..0b4f41e5 100644 --- a/docs/source/ext-lang-sk.html +++ b/docs/source/ext-lang-sk.html @@ -1,17 +1,18 @@
+/*! - * Ext JS Library 3.0.3 - * Copyright(c) 2006-2009 Ext JS, LLC + * Ext JS Library 3.2.1 + * Copyright(c) 2006-2010 Ext JS, Inc. * licensing@extjs.com * http://www.extjs.com/license */ -/** +/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! */ @@ -27,7 +28,7 @@ if(Ext.View){ } if(Ext.grid.GridPanel){ - Ext.grid.GridPanel.prototype.ddText = "{0} oznaÄ?ených riadkov"; + Ext.grid.GridPanel.prototype.ddText = "{0} oznaÄených riadkov"; } if(Ext.TabPanelItem){ @@ -71,7 +72,7 @@ if(Ext.MessageBox){ Ext.MessageBox.buttonText = { ok : "OK", cancel : "ZruÅ¡iÅ¥", - yes : "Ã?no", + yes : "Ãno", no : "Nie" }; } @@ -89,7 +90,7 @@ if(Ext.DatePicker){ Ext.apply(Ext.DatePicker.prototype, { todayText : "Dnes", minText : "Tento dátum je menÅ¡Ã ako minimálny možný dátum", - maxText : "Tento dátum je väÄ?Å¡Ã ako maximálny možný dátum", + maxText : "Tento dátum je väÄÅ¡Ã ako maximálny možný dátum", disabledDaysText : "", disabledDatesText : "", monthNames : Date.monthNames, @@ -132,7 +133,7 @@ if(Ext.form.NumberField){ Ext.apply(Ext.form.NumberField.prototype, { minText : "Minimálna hodnota pre toto pole je {0}", maxText : "Maximálna hodnota pre toto pole je {0}", - nanText : "{0} je nesprávne Ä?Ãslo" + nanText : "{0} je nesprávne ÄÃslo" }); } @@ -159,7 +160,7 @@ if(Ext.form.VTypes){ emailText : 'Toto pole musà byÅ¥ e-mailová adresa vo formáte "user@example.com"', urlText : 'Toto pole musà byÅ¥ URL vo formáte "http:/'+'/www.example.com"', alphaText : 'Toto pole može obsahovaÅ¥ iba pÃsmená a znak _', - alphanumText : 'Toto pole može obsahovaÅ¥ iba pÃsmená, Ä?Ãsla a znak _' + alphanumText : 'Toto pole može obsahovaÅ¥ iba pÃsmená, ÄÃsla a znak _' }); } @@ -187,6 +188,6 @@ if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){ collapsibleSplitTip : "Potiahnite pre zmenu rozmeru. Dvojklikom schováte." }); } -+ \ No newline at end of file