source: pro-violet-viettel/www/deploy/20150304/assets/js/jqGrid/i18n/grid.locale-mne.js @ 794

Last change on this file since 794 was 780, checked in by dungnv, 10 years ago
File size: 4.3 KB
Line 
1;(function($){
2/**
3 * jqGrid Montenegrian Translation
4 * Bild Studio info@bild-studio.net
5 * http://www.bild-studio.com
6 * Dual licensed under the MIT and GPL licenses:
7 * http://www.opensource.org/licenses/mit-license.php
8 * http://www.gnu.org/licenses/gpl.html
9**/
10$.jgrid = $.jgrid || {};
11$.extend($.jgrid,{
12        defaults : {
13                recordtext: "Pregled {0} - {1} od {2}",
14                emptyrecords: "Ne postoji nijedan zapis",
15                loadtext: "Učitivanje...",
16                pgtext : "Strana {0} od {1}"
17        },
18        search : {
19                caption: "TraÅŸenje...",
20                Find: "TraÅŸi",
21                Reset: "Resetuj",
22                odata: [{ oper:'eq', text:"jednako"},{ oper:'ne', text:"nije jednako"},{ oper:'lt', text:"manje"},{ oper:'le', text:"manje ili jednako"},{ oper:'gt', text:"veće"},{ oper:'ge', text:"veće ili jednako"},{ 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"}],
23                groupOps: [     { op: "AND", text: "sva" },     { op: "OR",  text: "bilo koje" }        ]
24        },
25        edit : {
26                addCaption: "Dodaj zapis",
27                editCaption: "Izmjeni zapis",
28                bSubmit: "PoÅ¡alji",
29                bCancel: "Odustani",
30                bClose: "Zatvori",
31                saveData: "Podatak je izmjenjen! Sačuvaj izmjene?",
32                bYes : "Da",
33                bNo : "Ne",
34                bExit : "Odustani",
35                msg: {
36                        required:"Polje je obavezno",
37                        number:"Unesite ispravan broj",
38                        minValue:"vrijednost mora biti veća od ili jednaka sa ",
39                        maxValue:"vrijednost mora biti manja ili jednaka sa",
40                        email: "nije ispravna email adresa, nije valjda da ne umijeÅ¡ ukucati mail!?",
41                        integer: "Ne zajebaji se unesi cjelobrojnu vrijednost ",
42                        date: "Unesite ispravan datum",
43                        url: "nije ispravan URL. Potreban je prefiks ('http://' or 'https://')",
44                        nodefined : " nije definisan!",
45                        novalue : " zahtjevana je povratna vrijednost!",
46                        customarray : "Prilagođena funkcija treba da vrati niz!",
47                        customfcheck : "Prilagođena funkcija treba da bude prisutana u slučaju prilagođene provjere!"
48                       
49                }
50        },
51        view : {
52                caption: "Pogledaj zapis",
53                bClose: "Zatvori"
54        },
55        del : {
56                caption: "Izbrisi",
57                msg: "Izbrisi izabran(e) zapise(e)?",
58                bSubmit: "IzbriÅ¡i",
59                bCancel: "Odbaci"
60        },
61        nav : {
62                edittext: "",
63                edittitle: "Izmjeni izabrani red",
64                addtext:"",
65                addtitle: "Dodaj novi red",
66                deltext: "",
67                deltitle: "IzbriÅ¡i izabran red",
68                searchtext: "",
69                searchtitle: "Nađi zapise",
70                refreshtext: "",
71                refreshtitle: "Ponovo učitaj podatke",
72                alertcap: "Upozorenje",
73                alerttext: "Izaberite red",
74                viewtext: "",
75                viewtitle: "Pogledaj izabrani red"
76        },
77        col : {
78                caption: "Izaberi kolone",
79                bSubmit: "OK",
80                bCancel: "Odbaci"
81        },
82        errors : {
83                errcap : "GreÅ¡ka",
84                nourl : "Nije postavljen URL",
85                norecords: "Nema zapisa za obradu",
86                model : "DuÅŸina modela colNames <> colModel!"
87        },
88        formatter : {
89                integer : {thousandsSeparator: " ", defaultValue: '0'},
90                number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
91                currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
92                date : {
93                        dayNames:   [
94                                "Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub",
95                                "Nedelja", "Ponedeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"
96                        ],
97                        monthNames: [
98                                "Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec",
99                                "Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"
100                        ],
101                        AmPm : ["am","pm","AM","PM"],
102                        S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
103                        srcformat: 'Y-m-d',
104                        newformat: 'd/m/Y',
105                        parseRe : /[Tt\\\/:_;.,\t\s-]/,
106                        masks : {
107                                ISO8601Long:"Y-m-d H:i:s",
108                                ISO8601Short:"Y-m-d",
109                                ShortDate: "n/j/Y",
110                                LongDate: "l, F d, Y",
111                                FullDateTime: "l, F d, Y g:i:s A",
112                                MonthDay: "F d",
113                                ShortTime: "g:i A",
114                                LongTime: "g:i:s A",
115                                SortableDateTime: "Y-m-d\\TH:i:s",
116                                UniversalSortableDateTime: "Y-m-d H:i:sO",
117                                YearMonth: "F, Y"
118                        },
119                        reformatAfterEdit : false
120                },
121                baseLinkUrl: '',
122                showAction: '',
123                target: '',
124                checkbox : {disabled:true},
125                idName : 'id'
126        }
127});
128})(jQuery);
Note: See TracBrowser for help on using the repository browser.