source: pro-violet-viettel/sourcecode/assets/js/jqGrid/i18n/grid.locale-hr1250.js @ 694

Last change on this file since 694 was 294, checked in by dungnv, 11 years ago
  • Property svn:mime-type set to text/plain
File size: 6.3 KB
Line 
1;(function($){
2/**
3 * jqGrid Croatian Translation (charset windows-1250)
4 * Version 1.0.1 (developed for jQuery Grid 4.4)
5 * msajko@gmail.com
6 *
7 * Dual licensed under the MIT and GPL licenses:
8 * http://www.opensource.org/licenses/mit-license.php
9 * http://www.gnu.org/licenses/gpl.html
10**/
11$.jgrid = $.jgrid || {};
12$.extend($.jgrid,{
13        defaults : {
14                recordtext: "Pregled {0} - {1} od {2}",
15                emptyrecords: "Nema zapisa",
16                loadtext: "Uᅵitavam...",
17                pgtext : "Stranica {0} od {1}"
18        },
19        search : {
20                caption: "Traᅵi...",
21                Find: "Pretraᅵivanje",
22                Reset: "Poniᅵti",
23                odata : [{ oper:'eq', text:'jednak'}, { oper:'ne', text:'nije identiᅵan'}, { oper:'lt', text:'manje'}, { oper:'le', text:'manje ili identiᅵno'},{ oper:'gt', text:'veᅵe'},{ oper:'ge', text:'veᅵe ili identiᅵno'}, { oper:'bw', text:'poᅵinje sa'},{ oper:'bn', text:'ne poᅵinje sa '},{ oper:'in', text:'je u'},{ oper:'ni', text:'nije u'},{ oper:'ew', text:'zavrᅵava sa'},{ oper:'en', text:'ne zavrᅵava sa'},{ oper:'cn', text:'sadrᅵi'},{ oper:'nc', text:'ne sadrᅵi'}],
24                groupOps: [     { op: "I", text: "sve" },       { op: "ILI",  text: "bilo koji" }       ]
25        },
26        edit : {
27                addCaption: "Dodaj zapis",
28                editCaption: "Promijeni zapis",
29                bSubmit: "Preuzmi",
30                bCancel: "Odustani",
31                bClose: "Zatvri",
32                saveData: "Podaci su promijenjeni! Preuzmi promijene?",
33                bYes : "Da",
34                bNo : "Ne",
35                bExit : "Odustani",
36                msg: {
37                        required:"Polje je obavezno",
38                        number:"Molim, unesite ispravan broj",
39                        minValue:"Vrijednost mora biti veᅵa ili identiᅵna ",
40                        maxValue:"Vrijednost mora biti manja ili identiᅵna",
41                        email: "neispravan e-mail",
42                        integer: "Molim, unjeti ispravan cijeli broj (integer)",
43                        date: "Molim, unjeti ispravan datum ",
44                        url: "neispravan URL. Prefiks je obavezan ('http://' or 'https://')",
45                        nodefined : " nije definiran!",
46                        novalue : " zahtjevan podatak je obavezan!",
47                        customarray : "Opcionalna funkcija trebala bi bili polje (array)!",
48                        customfcheck : "Custom function should be present in case of custom checking!"
49                       
50                }
51        },
52        view : {
53                caption: "Otvori zapis",
54                bClose: "Zatvori"
55        },
56        del : {
57                caption: "Obriᅵi",
58                msg: "Obriᅵi oznaᅵen zapis ili viᅵe njih?",
59                bSubmit: "Obriᅵi",
60                bCancel: "Odustani"
61        },
62        nav : {
63                edittext: " ",
64                edittitle: "Promijeni obiljeᅵeni red",
65                addtext:" ",
66                addtitle: "Dodaj novi red",
67                deltext: " ",
68                deltitle: "Obriᅵi obiljeᅵeni red",
69                searchtext: " ",
70                searchtitle: "Potraᅵi zapise",
71                refreshtext: "",
72                refreshtitle: "Ponovo preuzmi podatke",
73                alertcap: "Upozorenje",
74                alerttext: "Molim, odaberi red",
75                viewtext: "",
76                viewtitle: "Pregled obiljeᅵenog reda"
77        },
78        col : {
79                caption: "Obiljeᅵi kolonu",
80                bSubmit: "Uredu",
81                bCancel: "Odustani"
82        },
83        errors : {
84                errcap : "Greᅵka",
85                nourl : "Nedostaje URL",
86                norecords: "Bez zapisa za obradu",
87                model : "colNames i colModel imaju razliᅵitu duljinu!"
88        },
89        formatter : {
90                integer : {thousandsSeparator: ".", defaultValue: '0'},
91                number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
92                currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:" Kn", defaultValue: '0,00'},
93                date : {
94                        dayNames:   [
95                                "Ned", "Pon", "Uto", "Sri", "ᅵet", "Pet", "Sub",
96                                "Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "ᅵetvrtak", "Petak", "Subota"
97                        ],
98                        monthNames: [
99                                "Sij", "Vel", "Oᅵu", "Tra", "Svi", "Lip", "Srp", "Kol", "Ruj", "Lis", "Stu", "Pro",
100                                "Sijeᅵanj", "Veljaᅵa", "Oᅵujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"
101                        ],
102                        AmPm : ["am","pm","AM","PM"],
103                        S: function (j) {return ''},
104                        srcformat: 'Y-m-d',
105                        newformat: 'd.m.Y.',
106                        parseRe : /[Tt\\\/:_;.,\t\s-]/,
107                        masks : {
108                                // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
109                                // and see http://docs.jquery.com/UI/Datepicker/formatDate
110                                // and https://github.com/jquery/globalize#dates for alternative formats used frequently
111                                ISO8601Long: "Y-m-d H:i:s",
112                                ISO8601Short: "Y-m-d",
113                                // short date:
114                                //    d - Day of the month, 2 digits with leading zeros
115                                //    m - Numeric representation of a month, with leading zeros
116                                //    Y - A full numeric representation of a year, 4 digits
117                                ShortDate: "d.m.Y.",    // in jQuery UI Datepicker: "dd.mm.yy."
118                                // long date:
119                                //    l - A full textual representation of the day of the week
120                                //    j - Day of the month without leading zeros
121                                //    F - A full textual representation of a month
122                                //    Y - A full numeric representation of a year, 4 digits
123                                LongDate: "l, j. F Y", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy"
124                                // long date with long time:
125                                //    l - A full textual representation of the day of the week
126                                //    j - Day of the month without leading zeros
127                                //    F - A full textual representation of a month
128                                //    Y - A full numeric representation of a year, 4 digits
129                                //    H - 24-hour format of an hour with leading zeros
130                                //    i - Minutes with leading zeros
131                                //    s - Seconds, with leading zeros
132                                FullDateTime: "l, j. F Y H:i:s", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy HH:mm:ss"
133                                // month day:
134                                //    d - Day of the month, 2 digits with leading zeros
135                                //    F - A full textual representation of a month
136                                MonthDay: "d F", // in jQuery UI Datepicker: "dd MMMM"
137                                // short time (without seconds)
138                                //    H - 24-hour format of an hour with leading zeros
139                                //    i - Minutes with leading zeros
140                                ShortTime: "H:i", // in jQuery UI Datepicker: "HH:mm"
141                                // long time (with seconds)
142                                //    H - 24-hour format of an hour with leading zeros
143                                //    i - Minutes with leading zeros
144                                //    s - Seconds, with leading zeros
145                                LongTime: "H:i:s", // in jQuery UI Datepicker: "HH:mm:ss"
146                                SortableDateTime: "Y-m-d\\TH:i:s",
147                                UniversalSortableDateTime: "Y-m-d H:i:sO",
148                                // month with year
149                                //    F - A full textual representation of a month
150                                //    Y - A full numeric representation of a year, 4 digits
151                                YearMonth: "F Y" // in jQuery UI Datepicker: "MMMM yyyy"
152                        },
153                        reformatAfterEdit : false
154                },
155                baseLinkUrl: '',
156                showAction: '',
157                target: '',
158                checkbox : {disabled:true},
159                idName : 'id'
160        }
161});
162})(jQuery);
Note: See TracBrowser for help on using the repository browser.