jqgrid-jquery-rails 4.5.2.0 → 4.5.200

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +13 -5
  2. data/.gitignore +6 -1
  3. data/.rspec +2 -0
  4. data/.ruby-gemset +1 -0
  5. data/.ruby-version +1 -0
  6. data/.travis.yml +4 -0
  7. data/Gemfile +5 -1
  8. data/README.md +8 -3
  9. data/Rakefile +32 -1
  10. data/jqgrid-jquery-rails.gemspec +8 -1
  11. data/lib/jqgrid-jquery-rails/version.rb +8 -7
  12. data/script/rails +8 -0
  13. data/spec/features/asset_pipeline_spec.rb +21 -0
  14. data/spec/jqgrid-jquery-rails_spec.rb +11 -0
  15. data/spec/spec_helper.rb +56 -0
  16. data/spec/test_app/Rakefile +7 -0
  17. data/spec/test_app/app/assets/javascripts/application.js +2 -0
  18. data/spec/test_app/app/assets/stylesheets/application.css +4 -0
  19. data/spec/test_app/app/controllers/application_controller.rb +6 -0
  20. data/spec/test_app/app/views/application/index.html.erb +0 -0
  21. data/spec/test_app/app/views/layouts/application.html.erb +14 -0
  22. data/spec/test_app/config.ru +4 -0
  23. data/spec/test_app/config/application.rb +64 -0
  24. data/spec/test_app/config/boot.rb +10 -0
  25. data/spec/test_app/config/database.yml +25 -0
  26. data/spec/test_app/config/environment.rb +5 -0
  27. data/spec/test_app/config/environments/development.rb +37 -0
  28. data/spec/test_app/config/environments/test.rb +37 -0
  29. data/spec/test_app/config/initializers/secret_token.rb +7 -0
  30. data/spec/test_app/config/initializers/session_store.rb +8 -0
  31. data/spec/test_app/config/initializers/wrap_parameters.rb +14 -0
  32. data/spec/test_app/config/routes.rb +3 -0
  33. data/spec/test_app/db/schema.rb +16 -0
  34. data/spec/test_app/public/404.html +26 -0
  35. data/spec/test_app/public/422.html +26 -0
  36. data/spec/test_app/public/500.html +25 -0
  37. data/spec/test_app/public/favicon.ico +0 -0
  38. data/spec/test_app/script/rails +6 -0
  39. data/vendor/assets/javascripts/i18n/grid.locale-ar.js +126 -126
  40. data/vendor/assets/javascripts/i18n/grid.locale-fa.js +144 -144
  41. data/vendor/assets/javascripts/i18n/grid.locale-fi.js +129 -129
  42. data/vendor/assets/javascripts/i18n/grid.locale-fr.js +126 -126
  43. data/vendor/assets/javascripts/i18n/grid.locale-hr.js +161 -161
  44. data/vendor/assets/javascripts/i18n/grid.locale-hr1250.js +161 -161
  45. data/vendor/assets/javascripts/i18n/grid.locale-id.js +168 -168
  46. data/vendor/assets/javascripts/i18n/grid.locale-is.js +126 -126
  47. data/vendor/assets/javascripts/i18n/grid.locale-mne.js +128 -128
  48. data/vendor/assets/javascripts/i18n/grid.locale-no.js +1 -1
  49. data/vendor/assets/javascripts/i18n/grid.locale-sr-latin.js +128 -128
  50. data/vendor/assets/javascripts/i18n/grid.locale-sr.js +128 -128
  51. data/vendor/assets/javascripts/i18n/grid.locale-th.js +128 -128
  52. data/vendor/assets/javascripts/jqgrid-jquery-rails.js +1 -1
  53. metadata +163 -8
@@ -1,128 +1,128 @@
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);
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);
@@ -1 +1 @@
1
- (function(a){a.jgrid= a.jgrid || {};a.jgrid.defaults={recordtext:"Rad {0} - {1}, totalt {2}",loadtext:"Laster...",pgtext:"Side {0} av {1}"};a.jgrid.search={caption:"S�k...",Find:"Finn",Reset:"Nullstill",odata:[{oper:'eq', text:"lik"},{oper:'ne', text:"forskjellig fra"},{oper:'lt', text:"mindre enn"},{oper:'le', text:"mindre eller lik"},{oper:'gt', text:"st�rre enn"},{oper:'ge', text:" st�rre eller lik"},{oper:'bw', text:"starter med"},{oper:'ew', text:"slutter med"},{oper:'cn', text:"inneholder"}]};a.jgrid.edit={addCaption:"Ny rad",editCaption:"Rediger",bSubmit:"Send",bCancel:"Avbryt",bClose:"Lukk",processData:"Laster...",msg:{required:"Felt er obligatorisk",number:"Legg inn et gyldig tall",minValue:"verdi m� v�re st�rre enn eller lik",maxValue:"verdi m� v�re mindre enn eller lik",email:"er ikke en gyldig e-post adresse",integer:"Legg inn et gyldig heltall",date:"Legg inn en gyldig dato",url:"er ikke en gyldig URL. Prefiks p�krevd ('http://' eller 'https://')",nodefined:" er ikke definert!",novalue:" returverdi er p�krevd!",customarray:"Tilpasset funksjon m� returnere en tabell!",customfcheck:"Tilpasset funksjon m� eksistere!"}};a.jgrid.view={caption:"�pne post",bClose:"Lukk"};a.jgrid.del={caption:"Slett",msg:"Slett valgte rad(er)?",bSubmit:"Slett",bCancel:"Avbryt",processData:"Behandler..."};a.jgrid.nav={edittext:" ",edittitle:"Rediger valgte rad(er)",addtext:" ",addtitle:"Legg til ny rad",deltext:" ",deltitle:"Slett valgte rad(er)",searchtext:" ",searchtitle:"S�k",refreshtext:"",refreshtitle:"Oppdater tabell",alertcap:"Advarsel",alerttext:"Velg rad",viewtext:" ",viewtitle:"�pne valgt rad"};a.jgrid.col={caption:"Vis/skjul kolonner",bSubmit:"Utf�r",bCancel:"Avbryt"};a.jgrid.errors={errcap:"Feil",nourl:"Ingen url er satt",norecords:"Ingen poster � behandle",model:"colNames og colModel har forskjellig lengde!"};a.jgrid.formatter={integer:{thousandsSeparator:" ",defaultValue:0},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaulValue:0},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaulValue:0},date:{dayNames:["s�.","ma.","ti.","on.","to.","fr.","l�.","S�ndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","L�rdag"],monthNames:["jan.","feb.","mars","april","mai","juni","juli","aug.","sep.","okt.","nov.","des.","januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],AmPm:["","","",""],S:function(b){return"."},srcformat:"Y-m-d H:i:s",newformat:"Y-m-d H:i:s",parseRe : /[Tt\\\/:_;.,\t\s-]/,masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"j.n.Y",LongDate:"l j. F Y",FullDateTime:"l j. F Y kl. G.i.s",MonthDay:"j. F",ShortTime:"H:i",LongTime:"H:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"show",addParam:"",checkbox:{disabled:true}}})(jQuery);
1
+ (function(a){a.jgrid= a.jgrid || {};a.jgrid.defaults={recordtext:"Rad {0} - {1}, totalt {2}",loadtext:"Laster...",pgtext:"Side {0} av {1}"};a.jgrid.search={caption:"S�k...",Find:"Finn",Reset:"Nullstill",odata:[{oper:'eq', text:"lik"},{oper:'ne', text:"forskjellig fra"},{oper:'lt', text:"mindre enn"},{oper:'le', text:"mindre eller lik"},{oper:'gt', text:"st�rre enn"},{oper:'ge', text:" st�rre eller lik"},{oper:'bw', text:"starter med"},{oper:'ew', text:"slutter med"},{oper:'cn', text:"inneholder"}]};a.jgrid.edit={addCaption:"Ny rad",editCaption:"Rediger",bSubmit:"Send",bCancel:"Avbryt",bClose:"Lukk",processData:"Laster...",msg:{required:"Felt er obligatorisk",number:"Legg inn et gyldig tall",minValue:"verdi m� v�re st�rre enn eller lik",maxValue:"verdi m� v�re mindre enn eller lik",email:"er ikke en gyldig e-post adresse",integer:"Legg inn et gyldig heltall",date:"Legg inn en gyldig dato",url:"er ikke en gyldig URL. Prefiks p�krevd ('http://' eller 'https://')",nodefined:" er ikke definert!",novalue:" returverdi er p�krevd!",customarray:"Tilpasset funksjon m� returnere en tabell!",customfcheck:"Tilpasset funksjon m� eksistere!"}};a.jgrid.view={caption:"�pne post",bClose:"Lukk"};a.jgrid.del={caption:"Slett",msg:"Slett valgte rad(er)?",bSubmit:"Slett",bCancel:"Avbryt",processData:"Behandler..."};a.jgrid.nav={edittext:" ",edittitle:"Rediger valgte rad(er)",addtext:" ",addtitle:"Legg til ny rad",deltext:" ",deltitle:"Slett valgte rad(er)",searchtext:" ",searchtitle:"S�k",refreshtext:"",refreshtitle:"Oppdater tabell",alertcap:"Advarsel",alerttext:"Velg rad",viewtext:" ",viewtitle:"�pne valgt rad"};a.jgrid.col={caption:"Vis/skjul kolonner",bSubmit:"Utf�r",bCancel:"Avbryt"};a.jgrid.errors={errcap:"Feil",nourl:"Ingen url er satt",norecords:"Ingen poster � behandle",model:"colNames og colModel har forskjellig lengde!"};a.jgrid.formatter={integer:{thousandsSeparator:" ",defaultValue:0},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaulValue:0},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaulValue:0},date:{dayNames:["s�.","ma.","ti.","on.","to.","fr.","l�.","S�ndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","L�rdag"],monthNames:["jan.","feb.","mars","april","mai","juni","juli","aug.","sep.","okt.","nov.","des.","januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],AmPm:["","","",""],S:function(b){return"."},srcformat:"Y-m-d H:i:s",newformat:"Y-m-d H:i:s",parseRe : /[Tt\\\/:_;.,\t\s-]/,masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"j.n.Y",LongDate:"l j. F Y",FullDateTime:"l j. F Y kl. G.i.s",MonthDay:"j. F",ShortTime:"H:i",LongTime:"H:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"show",addParam:"",checkbox:{disabled:true}}})(jQuery);
@@ -1,128 +1,128 @@
1
- ;(function($){
2
- /**
3
- * jqGrid Serbian latin 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čitavanje…",
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: "Izmeni zapis",
28
- bSubmit: "Pošalji",
29
- bCancel: "Odustani",
30
- bClose: "Zatvori",
31
- saveData: "Podatak je izmenjen! Sačuvaj izmene?",
32
- bYes : "Da",
33
- bNo : "Ne",
34
- bExit : "Odustani",
35
- msg: {
36
- required: "Polje je obavezno",
37
- number: "Unesite ispravan broj",
38
- minValue: "vrednost mora biti veća od ili jednaka sa ",
39
- maxValue: "vrednost mora biti manja ili jednaka sa",
40
- email: "nije ispravna email adresa, nije valjda da ne umeš ukucati mail!?",
41
- integer: "Unesi celobrojnu vrednost ",
42
- date: "Unesite ispravan datum",
43
- url: "nije ispravan URL. Potreban je prefiks ('http://' or 'https://')",
44
- nodefined : " nije definisan!",
45
- novalue : " zahtevana je povratna vrednost!",
46
- customarray : "Prilagođena funkcija treba da vrati niz!",
47
- customfcheck : "Prilagođena funkcija treba da bude prisutana u slučaju prilagođene provere!"
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: "Izmeni 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);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Serbian latin 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čitavanje…",
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: "Izmeni zapis",
28
+ bSubmit: "Pošalji",
29
+ bCancel: "Odustani",
30
+ bClose: "Zatvori",
31
+ saveData: "Podatak je izmenjen! Sačuvaj izmene?",
32
+ bYes : "Da",
33
+ bNo : "Ne",
34
+ bExit : "Odustani",
35
+ msg: {
36
+ required: "Polje je obavezno",
37
+ number: "Unesite ispravan broj",
38
+ minValue: "vrednost mora biti veća od ili jednaka sa ",
39
+ maxValue: "vrednost mora biti manja ili jednaka sa",
40
+ email: "nije ispravna email adresa, nije valjda da ne umeš ukucati mail!?",
41
+ integer: "Unesi celobrojnu vrednost ",
42
+ date: "Unesite ispravan datum",
43
+ url: "nije ispravan URL. Potreban je prefiks ('http://' or 'https://')",
44
+ nodefined : " nije definisan!",
45
+ novalue : " zahtevana je povratna vrednost!",
46
+ customarray : "Prilagođena funkcija treba da vrati niz!",
47
+ customfcheck : "Prilagođena funkcija treba da bude prisutana u slučaju prilagođene provere!"
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: "Izmeni 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);