Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
/**
 * jqGrid Croatian Translation
 * Version 1.0.1 (developed for jQuery Grid 4.4)
 * msajko@gmail.com
 * 
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
**/
/*global jQuery, define */
(function( factory ) {
    "use strict";
    if ( typeof define === "function" && define.amd ) {
        // AMD. Register as an anonymous module.
        define([
            "jquery",
            "../grid.base"
        ], factory );
    } else {
        // Browser globals
        factory( jQuery );
    }
}(function( $ ) {
 
$.jgrid = $.jgrid || {};
if(!$.jgrid.hasOwnProperty("regional")) {
    $.jgrid.regional = [];
}
$.jgrid.regional["hr"] = {
    defaults : {
        recordtext: "Pregled {0} - {1} od {2}",
        emptyrecords: "Nema zapisa",
        loadtext: "Učitavam...",
        pgtext : "Stranica {0} od {1}",
        savetext: "Saving...",
        pgfirst : "First Page",
        pglast : "Last Page",
        pgnext : "Next Page",
        pgprev : "Previous Page",
        pgrecs : "Records per Page",
        showhide: "Toggle Expand Collapse Grid",
        // mobile
        pagerCaption : "Grid::Page Settings",
        pageText : "Page:",
        recordPage : "Records per Page",
        nomorerecs : "No more records...",
        scrollPullup: "Pull up to load more...",
        scrollPulldown : "Pull down to refresh...",
        scrollRefresh : "Release to refresh..."
    },
    search : {
        caption: "Traži...",
        Find: "Pretraživanje",
        Reset: "Poništi",
        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"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
        groupOps: [    { op: "I", text: "sve" },    { op: "ILI",  text: "bilo koji" }    ],
        operandTitle : "Click to select search operation.",
        resetTitle : "Reset Search Value"
    },
    edit : {
        addCaption: "Dodaj zapis",
        editCaption: "Promijeni zapis",
        bSubmit: "Preuzmi",
        bCancel: "Odustani",
        bClose: "Zatvri",
        saveData: "Podaci su promijenjeni! Preuzmi promijene?",
        bYes : "Da",
        bNo : "Ne",
        bExit : "Odustani",
        msg: {
            required:"Polje je obavezno",
            number:"Molim, unesite ispravan broj",
            minValue:"Vrijednost mora biti veća ili identična ",
            maxValue:"Vrijednost mora biti manja ili identična",
            email: "neispravan e-mail",
            integer: "Molim, unjeti ispravan cijeli broj (integer)",
            date: "Molim, unjeti ispravan datum ",
            url: "neispravan URL. Prefiks je obavezan ('http://' or 'https://')",
            nodefined : " nije definiran!",
            novalue : " zahtjevan podatak je obavezan!",
            customarray : "Opcionalna funkcija trebala bi bili polje (array)!",
            customfcheck : "Custom function should be present in case of custom checking!"
            
        }
    },
    view : {
        caption: "Otvori zapis",
        bClose: "Zatvori"
    },
    del : {
        caption: "Obriši",
        msg: "Obriši označen zapis ili više njih?",
        bSubmit: "Obriši",
        bCancel: "Odustani"
    },
    nav : {
        edittext: "",
        edittitle: "Promijeni obilježeni red",
        addtext: "",
        addtitle: "Dodaj novi red",
        deltext: "",
        deltitle: "Obriši obilježeni red",
        searchtext: "",
        searchtitle: "Potraži zapise",
        refreshtext: "",
        refreshtitle: "Ponovo preuzmi podatke",
        alertcap: "Upozorenje",
        alerttext: "Molim, odaberi red",
        viewtext: "",
        viewtitle: "Pregled obilježenog reda",
        savetext: "",
        savetitle: "Save row",
        canceltext: "",
        canceltitle : "Cancel row editing",
        selectcaption : "Actions..."
    },
    col : {
        caption: "Obilježi kolonu",
        bSubmit: "Uredu",
        bCancel: "Odustani"
    },
    errors : {
        errcap : "Greška",
        nourl : "Nedostaje URL",
        norecords: "Bez zapisa za obradu",
        model : "colNames i colModel imaju različitu duljinu!"
    },
    formatter : {
        integer : {thousandsSeparator: ".", defaultValue: '0'},
        number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
        currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
        date : {
            dayNames:   [
                "Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub",
                "Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"
            ],
            monthNames: [
                "Sij", "Velj", "Ožu", "Tra", "Svi", "Lip", "Srp", "Kol", "Ruj", "Lis", "Stu", "Pro",
                "Siječanj", "Veljača", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"
            ],
            AmPm : ["am","pm","AM","PM"],
            S: function (j) {return ''},
            srcformat: 'Y-m-d',
            newformat: 'd.m.Y.',
            parseRe : /[#%\\\/:_;.,\t\s-]/,
            masks : {
                // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
                // and see http://docs.jquery.com/UI/Datepicker/formatDate
                // and https://github.com/jquery/globalize#dates for alternative formats used frequently
                ISO8601Long: "Y-m-d H:i:s",
                ISO8601Short: "Y-m-d",
                // short date:
                //    d - Day of the month, 2 digits with leading zeros
                //    m - Numeric representation of a month, with leading zeros
                //    Y - A full numeric representation of a year, 4 digits
                ShortDate: "d.m.Y.",    // in jQuery UI Datepicker: "dd.mm.yy."
                // long date:
                //    l - A full textual representation of the day of the week
                //    j - Day of the month without leading zeros
                //    F - A full textual representation of a month
                //    Y - A full numeric representation of a year, 4 digits
                LongDate: "l, j. F Y", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy"
                // long date with long time:
                //    l - A full textual representation of the day of the week
                //    j - Day of the month without leading zeros
                //    F - A full textual representation of a month
                //    Y - A full numeric representation of a year, 4 digits
                //    H - 24-hour format of an hour with leading zeros
                //    i - Minutes with leading zeros
                //    s - Seconds, with leading zeros
                FullDateTime: "l, j. F Y H:i:s", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy HH:mm:ss"
                // month day:
                //    d - Day of the month, 2 digits with leading zeros
                //    F - A full textual representation of a month
                MonthDay: "d F", // in jQuery UI Datepicker: "dd MMMM"
                // short time (without seconds)
                //    H - 24-hour format of an hour with leading zeros
                //    i - Minutes with leading zeros
                ShortTime: "H:i", // in jQuery UI Datepicker: "HH:mm"
                // long time (with seconds)
                //    H - 24-hour format of an hour with leading zeros
                //    i - Minutes with leading zeros
                //    s - Seconds, with leading zeros
                LongTime: "H:i:s", // in jQuery UI Datepicker: "HH:mm:ss"
                SortableDateTime: "Y-m-d\\TH:i:s",
                UniversalSortableDateTime: "Y-m-d H:i:sO",
                // month with year
                //    F - A full textual representation of a month
                //    Y - A full numeric representation of a year, 4 digits
                YearMonth: "F Y" // in jQuery UI Datepicker: "MMMM yyyy"
            },
            reformatAfterEdit : false,
            userLocalTime : false
        },
        baseLinkUrl: '',
        showAction: '',
        target: '',
        checkbox : {disabled:true},
        idName : 'id'
    }
};
}));