X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/src/locale/ext-lang-sl.js diff --git a/src/locale/ext-lang-sl.js b/src/locale/ext-lang-sl.js index 79828b95..7226a0da 100644 --- a/src/locale/ext-lang-sl.js +++ b/src/locale/ext-lang-sl.js @@ -1,5 +1,5 @@ /*! - * Ext JS Library 3.0.0 + * Ext JS Library 3.0.3 * Copyright(c) 2006-2009 Ext JS, LLC * licensing@extjs.com * http://www.extjs.com/license @@ -59,7 +59,7 @@ Date.dayNames = [ if(Ext.MessageBox){ Ext.MessageBox.buttonText = { ok : "V redu", - cancel : "Prekliči", + cancel : "PrekliÄ?i", yes : "Da", no : "Ne" }; @@ -125,8 +125,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}", @@ -145,15 +145,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" @@ -171,6 +171,6 @@ 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