Upgrade to ExtJS 3.3.0 - Released 10/06/2010
[extjs.git] / docs / source / ext-lang-hr.html
diff --git a/docs/source/ext-lang-hr.html b/docs/source/ext-lang-hr.html
deleted file mode 100644 (file)
index 736224d..0000000
+++ /dev/null
@@ -1,306 +0,0 @@
-<html>
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    
-  <title>The source code</title>
-    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
-    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
-</head>
-<body  onload="prettyPrint();">
-    <pre class="prettyprint lang-js">/*!
- * Ext JS Library 3.2.2
- * Copyright(c) 2006-2010 Ext JS, Inc.
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
-/*
- * Croatian translation
- * By Ylodi (utf8 encoding)
- * 8 May 2007
- *
- * By Stjepan at gmail dot com (utf8 encoding)
- * 17 May 2008
- */
-Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Učitavanje...</div>';
-
-if(Ext.View){
-   Ext.View.prototype.emptyText = "";
-}
-
-if(Ext.grid.GridPanel){
-   Ext.grid.GridPanel.prototype.ddText = "{0} odabranih redova";
-}
-
-if(Ext.TabPanelItem){
-   Ext.TabPanelItem.prototype.closeText = "Zatvori ovaj tab";
-}
-
-if(Ext.form.Field){
-   Ext.form.Field.prototype.invalidText = "Unesena vrijednost u ovom polju je neispravna";
-}
-
-if(Ext.LoadMask){
-    Ext.LoadMask.prototype.msg = "Učitavanje...";
-}
-
-Date.monthNames = [
-   "Siječanj",
-   "Veljača",
-   "Ožujak",
-   "Travanj",
-   "Svibanj",
-   "Lipanj",
-   "Srpanj",
-   "Kolovoz",
-   "Rujan",
-   "Listopad",
-   "Studeni",
-   "Prosinac"
-];
-
-Date.getShortMonthName = function(month) {
-  return Date.monthNames[month].substring(0, 3);
-};
-
-Date.monthNumbers = {
-  Jan : 0,
-  Feb : 1,
-  Mar : 2,
-  Apr : 3,
-  May : 4,
-  Jun : 5,
-  Jul : 6,
-  Aug : 7,
-  Sep : 8,
-  Oct : 9,
-  Nov : 10,
-  Dec : 11
-};
-
-Date.getMonthNumber = function(name) {
-  return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
-};
-
-Date.dayNames = [
-   "Nedjelja",
-   "Ponedjeljak",
-   "Utorak",
-   "Srijeda",
-   "Četvrtak",
-   "Petak",
-   "Subota"
-];
-
-Date.getShortDayName = function(day) {
-  return Date.dayNames[day].substring(0, 3);
-};
-
-if(Ext.MessageBox){
-   Ext.MessageBox.buttonText = {
-      ok     : "U redu",
-      cancel : "Odustani",
-      yes    : "Da",
-      no     : "Ne"
-   };
-}
-
-if(Ext.util.Format){
-   Ext.util.Format.date = function(v, format){
-      if(!v) return "";
-      if(!(v instanceof Date)) v = new Date(Date.parse(v));
-      return v.dateFormat(format || "d.m.Y");
-   };
-}
-
-if(Ext.DatePicker){
-   Ext.apply(Ext.DatePicker.prototype, {
-      todayText         : "Danas",
-      minText           : "Taj datum je prije najmanjeg datuma",
-      maxText           : "Taj datum je poslije najvećeg datuma",
-      disabledDaysText  : "",
-      disabledDatesText : "",
-      monthNames       : Date.monthNames,
-      dayNames         : Date.dayNames,
-      nextText          : 'Slijedeći mjesec (Control+Desno)',
-      prevText          : 'Prethodni mjesec (Control+Lijevo)',
-      monthYearText     : 'Odaberite mjesec (Control+Gore/Dolje za promjenu godine)',
-      todayTip          : "{0} (Razmaknica)",
-      format            : "d.m.y",
-      okText            : "&#160;U redu&#160;",
-      cancelText        : "Odustani",      
-      startDay                  : 1
-   });
-}
-
-if(Ext.PagingToolbar){
-   Ext.apply(Ext.PagingToolbar.prototype, {
-      beforePageText : "Stranica",
-      afterPageText  : "od {0}",
-      firstText      : "Prva stranica",
-      prevText       : "Prethodna stranica",
-      nextText       : "Slijedeća stranica",
-      lastText       : "Posljednja stranica",
-      refreshText    : "Obnovi",
-      displayMsg     : "Prikazujem {0} - {1} od {2}",
-      emptyMsg       : 'Nema podataka za prikaz'
-   });
-}
-
-if(Ext.form.TextField){
-   Ext.apply(Ext.form.TextField.prototype, {
-      minLengthText : "Minimalna dužina za ovo polje je {0}",
-      maxLengthText : "Maksimalna dužina za ovo polje je {0}",
-      blankText     : "Ovo polje je obavezno",
-      regexText     : "",
-      emptyText     : null
-   });
-}
-
-if(Ext.form.NumberField){
-   Ext.apply(Ext.form.NumberField.prototype, {
-      minText : "Minimalna vrijednost za ovo polje je {0}",
-      maxText : "Maksimalna vrijednost za ovo polje je {0}",
-      nanText : "{0} nije ispravan broj"
-   });
-}
-
-if(Ext.form.DateField){
-   Ext.apply(Ext.form.DateField.prototype, {
-      disabledDaysText  : "Neaktivno",
-      disabledDatesText : "Neaktivno",
-      minText           : "Datum u ovom polje mora biti poslije {0}",
-      maxText           : "Datum u ovom polju mora biti prije {0}",
-      invalidText       : "{0} nije ispravan datum - mora biti u obliku {1}",
-      format            : "d.m.y"
-   });
-}
-
-if(Ext.form.ComboBox){
-   Ext.apply(Ext.form.ComboBox.prototype, {
-      loadingText       : "Učitavanje...",
-      valueNotFoundText : undefined
-   });
-}
-
-if(Ext.form.VTypes){
-   Ext.apply(Ext.form.VTypes, {
-      emailText    : 'Ovdje možete unijeti samo e-mail adresu u obliku "korisnik@domena.com"',
-      urlText      : 'Ovdje možete unijeti samo URL u obliku "http:/'+'/www.domena.com"',
-      alphaText    : 'Ovo polje može sadržavati samo slova i znak _',
-      alphanumText : 'Ovo polje može sadržavati samo slova, brojeve i znak _'
-   });
-}
-
-if(Ext.form.HtmlEditor){
-  Ext.apply(Ext.form.HtmlEditor.prototype, {
-    createLinkText : 'Unesite URL za link:',
-    buttonTips : {
-      bold : {
-        title: 'Podebljano (Ctrl+B)',
-        text: 'Podebljavanje označenog teksta.',
-        cls: 'x-html-editor-tip'
-      },
-      italic : {
-        title: 'Kurziv (Ctrl+I)',
-        text: 'Pretvaranje označenog tekst u kurziv',
-        cls: 'x-html-editor-tip'
-      },
-      underline : {
-        title: 'Podcrtano (Ctrl+U)',
-        text: 'Potcrtavanje označenog teksta',
-        cls: 'x-html-editor-tip'
-      },
-      increasefontsize : {
-        title: 'Povećanje teksta',
-        text: 'Povećavanje veličine fonta.',
-        cls: 'x-html-editor-tip'
-      },
-      decreasefontsize : {
-        title: 'Smanjivanje teksta',
-        text: 'Smanjivanje veličine fonta.',
-        cls: 'x-html-editor-tip'
-      },
-      backcolor : {
-        title: 'Boja označenog teksta',
-        text: 'Promjena boje pozadine označenog teksta.',
-        cls: 'x-html-editor-tip'
-      },
-      forecolor : {
-        title: 'Boja fonta',
-        text: 'Promjena boje označenog teksta.',
-        cls: 'x-html-editor-tip'
-      },
-      justifyleft : {
-        title: 'Lijevo poravnanje teksta',
-        text: 'Poravnanje teksta na lijevu stranu.',
-        cls: 'x-html-editor-tip'
-      },
-      justifycenter : {
-        title: 'Centriranje teksta',
-        text: 'Centriranje teksta u uređivaču teksta.',
-        cls: 'x-html-editor-tip'
-      },
-      justifyright : {
-        title: 'Desno poravnanje teksta',
-        text: 'Poravnanje teksta na desnu stranu.',
-        cls: 'x-html-editor-tip'
-      },
-      insertunorderedlist : {
-        title: 'Označena lista',
-        text: 'Započinjanje označene liste.',
-        cls: 'x-html-editor-tip'
-      },
-      insertorderedlist : {
-        title: 'Numerirana lista',
-        text: 'Započinjanje numerirane liste.',
-        cls: 'x-html-editor-tip'
-      },
-      createlink : {
-        title: 'Hiperveza',
-        text: 'Stvaranje hiperveze od označenog teksta.',
-        cls: 'x-html-editor-tip'
-      },
-      sourceedit : {
-        title: 'Uređivanje izvornog koda',
-        text: 'Prebacivanje u način rada za uređivanje izvornog koda.',
-        cls: 'x-html-editor-tip'
-      }
-    }
-  });
-}
-
-if(Ext.grid.GridView){
-   Ext.apply(Ext.grid.GridView.prototype, {
-      sortAscText  : "Sortiraj rastućim redoslijedom",
-      sortDescText : "Sortiraj padajućim redoslijedom",
-      lockText     : "Zaključaj stupac",
-      unlockText   : "Otključaj stupac",
-      columnsText  : "Stupci"
-   });
-}
-
-if(Ext.grid.GroupingView){
-  Ext.apply(Ext.grid.GroupingView.prototype, {
-    emptyGroupText : '(Ništa)',
-    groupByText    : 'Grupiranje po ovom polju',
-    showGroupsText : 'Prikaz u grupama'
-  });
-}
-
-if(Ext.grid.PropertyColumnModel){
-   Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
-      nameText   : "Naziv",
-      valueText  : "Vrijednost",
-      dateFormat : "d.m.Y"
-   });
-}
-
-if(Ext.layout.BorderLayout.SplitRegion){
-   Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
-      splitTip            : "Povuci za promjenu veličine.",
-      collapsibleSplitTip : "Povuci za promjenu veličine. Dvostruki klik za skrivanje."
-   });
-}
-</pre>    
-</body>
-</html>
\ No newline at end of file