X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/ext-lang-sl.html diff --git a/docs/source/ext-lang-sl.html b/docs/source/ext-lang-sl.html index 565d538c..dd7a5651 100644 --- a/docs/source/ext-lang-sl.html +++ b/docs/source/ext-lang-sl.html @@ -1,11 +1,17 @@ - - - The source code - - - - -
/** + + + The source code + + + + +
/*!
+ * Ext JS Library 3.0.3
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+
/** * Slovenian translation by Matjaž (UTF-8 encoding) * 25 April 2007 */ @@ -60,7 +66,7 @@ Date.dayNames = [ if(Ext.MessageBox){ Ext.MessageBox.buttonText = { ok : "V redu", - cancel : "Prekliči", + cancel : "PrekliÄ?i", yes : "Da", no : "Ne" }; @@ -126,8 +132,8 @@ if(Ext.form.NumberField){ if(Ext.form.DateField){ Ext.apply(Ext.form.DateField.prototype, { - disabledDaysText : "Onemogočen", - disabledDatesText : "Onemogočen", + disabledDaysText : "OnemogoÄ?en", + disabledDatesText : "OnemogoÄ?en", minText : "Datum mora biti po {0}", maxText : "Datum mora biti pred {0}", invalidText : "{0} ni veljaven datum - mora biti v tem formatu {1}", @@ -146,15 +152,15 @@ if(Ext.form.VTypes){ Ext.apply(Ext.form.VTypes, { emailText : 'To polje je e-mail naslov formata "ime@domena.si"', urlText : 'To polje je URL naslov formata "http:/'+'/www.domena.si"', - alphaText : 'To polje lahko vsebuje samo črke in _', - alphanumText : 'To polje lahko vsebuje samo črke, Å¡tevilke in _' + alphaText : 'To polje lahko vsebuje samo Ä?rke in _', + alphanumText : 'To polje lahko vsebuje samo Ä?rke, Å¡tevilke in _' }); } if(Ext.grid.GridView){ Ext.apply(Ext.grid.GridView.prototype, { - sortAscText : "Sortiraj naraščajoče", - sortDescText : "Sortiraj padajoče", + sortAscText : "Sortiraj naraÅ¡Ä?ajoÄ?e", + sortDescText : "Sortiraj padajoÄ?e", lockText : "Zakleni stolpec", unlockText : "Odkleni stolpec", columnsText : "Stolpci" @@ -172,8 +178,8 @@ if(Ext.grid.PropertyColumnModel){ if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){ Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, { splitTip : "Potegni za razÅ¡iritev.", - collapsibleSplitTip : "Potegni za razÅ¡iritev. Dvojni klik, če želite skriti." + collapsibleSplitTip : "Potegni za razÅ¡iritev. Dvojni klik, Ä?e želite skriti." }); -}
- +}
+ \ No newline at end of file