compass-jquery-plugin 0.2.4.4 → 0.2.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. data/README.textile +2 -2
  2. data/VERSION.yml +2 -2
  3. data/compass-jquery-plugin.gemspec +2 -2
  4. data/lib/jquery/jqgrid.rb +59 -19
  5. data/templates/jqgrid/i18n/jqgrid/locale-bg.js +132 -132
  6. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +132 -132
  7. data/templates/jqgrid/i18n/jqgrid/locale-cat.js +128 -128
  8. data/templates/jqgrid/i18n/jqgrid/locale-cs.js +127 -127
  9. data/templates/jqgrid/i18n/jqgrid/locale-de.js +127 -127
  10. data/templates/jqgrid/i18n/jqgrid/locale-dk.js +128 -128
  11. data/templates/jqgrid/i18n/jqgrid/locale-el.js +126 -126
  12. data/templates/jqgrid/i18n/jqgrid/locale-en.js +128 -128
  13. data/templates/jqgrid/i18n/jqgrid/locale-fa.js +125 -125
  14. data/templates/jqgrid/i18n/jqgrid/locale-fi.js +128 -128
  15. data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -126
  16. data/templates/jqgrid/i18n/jqgrid/locale-he.js +127 -127
  17. data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -126
  18. data/templates/jqgrid/i18n/jqgrid/locale-it.js +126 -126
  19. data/templates/jqgrid/i18n/jqgrid/locale-jp.js +127 -127
  20. data/templates/jqgrid/i18n/jqgrid/locale-nl.js +148 -148
  21. data/templates/jqgrid/i18n/jqgrid/locale-no.js +121 -121
  22. data/templates/jqgrid/i18n/jqgrid/locale-pl.js +126 -126
  23. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +127 -127
  24. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
  25. data/templates/jqgrid/i18n/jqgrid/locale-pt.js +125 -125
  26. data/templates/jqgrid/i18n/jqgrid/locale-ro.js +139 -139
  27. data/templates/jqgrid/i18n/jqgrid/locale-ru.js +127 -127
  28. data/templates/jqgrid/i18n/jqgrid/locale-sp.js +128 -128
  29. data/templates/jqgrid/i18n/jqgrid/locale-sv.js +117 -117
  30. data/templates/jqgrid/i18n/jqgrid/locale-tr.js +126 -126
  31. data/templates/jqgrid/i18n/jqgrid/locale-ua.js +127 -127
  32. data/templates/jqgrid/jquery.jqGrid.js +9921 -9913
  33. data/templates/jqgrid/jquery.jqGrid.min.js +1 -1
  34. data/templates/jqgrid/jquery.ui/jqGrid.sass +746 -745
  35. data/templates/jqgrid/manifest.rb +62 -62
  36. data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +13 -13
  37. data/templates/jrails/jquery.js +7644 -7644
  38. data/templates/jrails/jquery.min.js +18 -18
  39. data/templates/jrails/jrails.js +192 -192
  40. data/templates/secret_sauce/app/views/ui/_ui_grid_for_without_block.js.haml +139 -139
  41. metadata +2 -2
@@ -1,117 +1,117 @@
1
- ;(function($){
2
- /**
3
- * jqGrid Swedish Translation
4
- * Anders Nyberg anders.nyberg@alecta.com
5
- * http://wwww.alecta.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 = {
11
- defaults : {
12
- recordtext: "post(er)",
13
- loadtext: "Laddar...",
14
- pgtext : "/"
15
- },
16
- search : {
17
- caption: "Sök...",
18
- Find: "Hitta",
19
- Reset: "Återställ",
20
- odata : ['lika', 'ej lika', 'mindre', 'mindre eller lika','större','större eller lika', 'börjar med','slutar med','innehåller' ]
21
- },
22
- edit : {
23
- addCaption: "Skapa post",
24
- editCaption: "Ändra post",
25
- bSubmit: "Utför",
26
- bCancel: "Avbryt",
27
- bClose: "Stäng",
28
- saveData: "Data has been changed! Save changes?",
29
- bYes : "Yes",
30
- bNo : "No",
31
- bExit : "Cancel",
32
- msg: {
33
- required:"Fält är obligatoriskt",
34
- number:"Välj korrekt nummer",
35
- minValue:"värdet måste vara större än eller lika med",
36
- maxValue:"värdet måste vara mindre än eller lika med",
37
- email: "är inte korrekt e-mail adress",
38
- integer: "Var god ange korrekt heltal",
39
- date: "Var god att ange korrekt datum",
40
- url: "is not a valid URL. Prefix required ('http://' or 'https://')",
41
- nodefined : " is not defined!",
42
- novalue : " return value is required!",
43
- customarray : "Custom function should return array!",
44
- customfcheck : "Custom function should be present in case of custom checking!"
45
- }
46
- },
47
- del : {
48
- caption: "Ta bort",
49
- msg: "Ta bort vald post(er)?",
50
- bSubmit: "Utför",
51
- bCancel: "Avbryt"
52
- },
53
- nav : {
54
- edittext: " ",
55
- edittitle: "Ändra vald rad",
56
- addtext:" ",
57
- addtitle: "Skapa ny rad",
58
- deltext: " ",
59
- deltitle: "Ta bort vald rad",
60
- searchtext: " ",
61
- searchtitle: "Hitta poster",
62
- refreshtext: "",
63
- refreshtitle: "Ladda om Grid",
64
- alertcap: "Varning",
65
- alerttext: "Var god välj rad"
66
- },
67
- col : {
68
- caption: "Visa/Göm kolumner",
69
- bSubmit: "Utför",
70
- bCancel: "Avbryt"
71
- },
72
- errors : {
73
- errcap : "Fel",
74
- nourl : "Ingen URL är definierad",
75
- norecords: "Inga poster att processa",
76
- model : "Längden av colNames <> colModel!"
77
- },
78
- formatter : {
79
- integer : {thousandsSeparator: " ", defaultValue: '0'},
80
- number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
81
- currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
82
- date : {
83
- dayNames: [
84
- "Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör",
85
- "Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"
86
- ],
87
- monthNames: [
88
- "Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec",
89
- "Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"
90
- ],
91
- AmPm : ["fm","em","FM","EM"],
92
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
93
- srcformat: 'Y-m-d',
94
- newformat: 'Y-m-d',
95
- masks : {
96
- ISO8601Long:"Y-m-d H:i:s",
97
- ISO8601Short:"Y-m-d",
98
- ShortDate: "n/j/Y",
99
- LongDate: "l, F d, Y",
100
- FullDateTime: "l, F d, Y g:i:s A",
101
- MonthDay: "F d",
102
- ShortTime: "g:i A",
103
- LongTime: "g:i:s A",
104
- SortableDateTime: "Y-m-d\\TH:i:s",
105
- UniversalSortableDateTime: "Y-m-d H:i:sO",
106
- YearMonth: "F, Y"
107
- },
108
- reformatAfterEdit : false
109
- },
110
- baseLinkUrl: '',
111
- showAction: '',
112
- target: '',
113
- checkbox : {disabled:true},
114
- idName : 'id'
115
- }
116
- };
117
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Swedish Translation
4
+ * Anders Nyberg anders.nyberg@alecta.com
5
+ * http://wwww.alecta.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 = {
11
+ defaults : {
12
+ recordtext: "post(er)",
13
+ loadtext: "Laddar...",
14
+ pgtext : "/"
15
+ },
16
+ search : {
17
+ caption: "Sök...",
18
+ Find: "Hitta",
19
+ Reset: "Återställ",
20
+ odata : ['lika', 'ej lika', 'mindre', 'mindre eller lika','större','större eller lika', 'börjar med','slutar med','innehåller' ]
21
+ },
22
+ edit : {
23
+ addCaption: "Skapa post",
24
+ editCaption: "Ändra post",
25
+ bSubmit: "Utför",
26
+ bCancel: "Avbryt",
27
+ bClose: "Stäng",
28
+ saveData: "Data has been changed! Save changes?",
29
+ bYes : "Yes",
30
+ bNo : "No",
31
+ bExit : "Cancel",
32
+ msg: {
33
+ required:"Fält är obligatoriskt",
34
+ number:"Välj korrekt nummer",
35
+ minValue:"värdet måste vara större än eller lika med",
36
+ maxValue:"värdet måste vara mindre än eller lika med",
37
+ email: "är inte korrekt e-mail adress",
38
+ integer: "Var god ange korrekt heltal",
39
+ date: "Var god att ange korrekt datum",
40
+ url: "is not a valid URL. Prefix required ('http://' or 'https://')",
41
+ nodefined : " is not defined!",
42
+ novalue : " return value is required!",
43
+ customarray : "Custom function should return array!",
44
+ customfcheck : "Custom function should be present in case of custom checking!"
45
+ }
46
+ },
47
+ del : {
48
+ caption: "Ta bort",
49
+ msg: "Ta bort vald post(er)?",
50
+ bSubmit: "Utför",
51
+ bCancel: "Avbryt"
52
+ },
53
+ nav : {
54
+ edittext: " ",
55
+ edittitle: "Ändra vald rad",
56
+ addtext:" ",
57
+ addtitle: "Skapa ny rad",
58
+ deltext: " ",
59
+ deltitle: "Ta bort vald rad",
60
+ searchtext: " ",
61
+ searchtitle: "Hitta poster",
62
+ refreshtext: "",
63
+ refreshtitle: "Ladda om Grid",
64
+ alertcap: "Varning",
65
+ alerttext: "Var god välj rad"
66
+ },
67
+ col : {
68
+ caption: "Visa/Göm kolumner",
69
+ bSubmit: "Utför",
70
+ bCancel: "Avbryt"
71
+ },
72
+ errors : {
73
+ errcap : "Fel",
74
+ nourl : "Ingen URL är definierad",
75
+ norecords: "Inga poster att processa",
76
+ model : "Längden av colNames <> colModel!"
77
+ },
78
+ formatter : {
79
+ integer : {thousandsSeparator: " ", defaultValue: '0'},
80
+ number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
81
+ currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
82
+ date : {
83
+ dayNames: [
84
+ "Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör",
85
+ "Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"
86
+ ],
87
+ monthNames: [
88
+ "Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec",
89
+ "Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"
90
+ ],
91
+ AmPm : ["fm","em","FM","EM"],
92
+ S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
93
+ srcformat: 'Y-m-d',
94
+ newformat: 'Y-m-d',
95
+ masks : {
96
+ ISO8601Long:"Y-m-d H:i:s",
97
+ ISO8601Short:"Y-m-d",
98
+ ShortDate: "n/j/Y",
99
+ LongDate: "l, F d, Y",
100
+ FullDateTime: "l, F d, Y g:i:s A",
101
+ MonthDay: "F d",
102
+ ShortTime: "g:i A",
103
+ LongTime: "g:i:s A",
104
+ SortableDateTime: "Y-m-d\\TH:i:s",
105
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
106
+ YearMonth: "F, Y"
107
+ },
108
+ reformatAfterEdit : false
109
+ },
110
+ baseLinkUrl: '',
111
+ showAction: '',
112
+ target: '',
113
+ checkbox : {disabled:true},
114
+ idName : 'id'
115
+ }
116
+ };
117
+ })(jQuery);
@@ -1,126 +1,126 @@
1
- ;(function($){
2
- /**
3
- * jqGrid Turkish Translation
4
- * Erhan Gündoğan (erhan@trposta.net)
5
- * http://blog.zakkum.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 = {
11
- defaults : {
12
- recordtext: "{0}-{1} listeleniyor. Toplam:{2}",
13
- emptyrecords: "Kayıt bulunamadı",
14
- loadtext: "Yükleniyor...",
15
- pgtext : "{0}/{1}. Sayfa"
16
- },
17
- search : {
18
- caption: "Arama...",
19
- Find: "Bul",
20
- Reset: "Temizle",
21
- odata : ['eşit', 'eşit değil', 'daha az', 'daha az veya eşit', 'daha fazla', 'daha fazla veya eşit', 'ile başlayan', 'ile başlamayan', 'içinde', 'içinde değil', 'ile biten', 'ile bitmeyen', 'içeren', 'içermeyen'],
22
- groupOps: [ { op: "VE", text: "tüm" }, { op: "VEYA", text: "herhangi" } ],
23
- matchText: " uyan",
24
- rulesText: " kurallar"
25
- },
26
- edit : {
27
- addCaption: "Kayıt Ekle",
28
- editCaption: "Kayıt Düzenle",
29
- bSubmit: "Gönder",
30
- bCancel: "İptal",
31
- bClose: "Kapat",
32
- saveData: "Veriler değişti! Kayıt edilsin mi?",
33
- bYes : "Evet",
34
- bNo : "Hayıt",
35
- bExit : "İptal",
36
- msg: {
37
- required:"Alan gerekli",
38
- number:"Lütfen bir numara giriniz",
39
- minValue:"girilen değer daha büyük ya da buna eşit olmalıdır",
40
- maxValue:"girilen değer daha küçük ya da buna eşit olmalıdır",
41
- email: "geçerli bir e-posta adresi değildir",
42
- integer: "Lütfen bir tamsayı giriniz",
43
- url: "Geçerli bir URL değil. ('http://' or 'https://') ön eki gerekli.",
44
- nodefined : " is not defined!",
45
- novalue : " return value is required!",
46
- customarray : "Custom function should return array!",
47
- customfcheck : "Custom function should be present in case of custom checking!"
48
- }
49
- },
50
- view : {
51
- caption: "Kayıt Görüntüle",
52
- bClose: "Kapat"
53
- },
54
- del : {
55
- caption: "Sil",
56
- msg: "Seçilen kayıtlar silinsin mi?",
57
- bSubmit: "Sil",
58
- bCancel: "İptal"
59
- },
60
- nav : {
61
- edittext: " ",
62
- edittitle: "Seçili satırı düzenle",
63
- addtext:" ",
64
- addtitle: "Yeni satır ekle",
65
- deltext: " ",
66
- deltitle: "Seçili satırı sil",
67
- searchtext: " ",
68
- searchtitle: "Kayıtları bul",
69
- refreshtext: "",
70
- refreshtitle: "Tabloyu yenile",
71
- alertcap: "Uyarı",
72
- alerttext: "Lütfen bir satır seçiniz",
73
- viewtext: "",
74
- viewtitle: "Seçilen satırı görüntüle"
75
- },
76
- col : {
77
- caption: "Sütunları göster/gizle",
78
- bSubmit: "Gönder",
79
- bCancel: "İptal"
80
- },
81
- errors : {
82
- errcap : "Hata",
83
- nourl : "Bir url yapılandırılmamış",
84
- norecords: "İşlem yapılacak bir kayıt yok",
85
- model : "colNames uzunluğu <> colModel!"
86
- },
87
- formatter : {
88
- integer : {thousandsSeparator: " ", defaultValue: '0'},
89
- number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
90
- currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
91
- date : {
92
- dayNames: [
93
- "Paz", "Pts", "Sal", "Çar", "Per", "Cum", "Cts",
94
- "Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"
95
- ],
96
- monthNames: [
97
- "Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara",
98
- "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"
99
- ],
100
- AmPm : ["am","pm","AM","PM"],
101
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
102
- srcformat: 'Y-m-d',
103
- newformat: 'd/m/Y',
104
- masks : {
105
- ISO8601Long:"Y-m-d H:i:s",
106
- ISO8601Short:"Y-m-d",
107
- ShortDate: "n/j/Y",
108
- LongDate: "l, F d, Y",
109
- FullDateTime: "l, F d, Y g:i:s A",
110
- MonthDay: "F d",
111
- ShortTime: "g:i A",
112
- LongTime: "g:i:s A",
113
- SortableDateTime: "Y-m-d\\TH:i:s",
114
- UniversalSortableDateTime: "Y-m-d H:i:sO",
115
- YearMonth: "F, Y"
116
- },
117
- reformatAfterEdit : false
118
- },
119
- baseLinkUrl: '',
120
- showAction: '',
121
- target: '',
122
- checkbox : {disabled:true},
123
- idName : 'id'
124
- }
125
- };
126
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Turkish Translation
4
+ * Erhan Gündoğan (erhan@trposta.net)
5
+ * http://blog.zakkum.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 = {
11
+ defaults : {
12
+ recordtext: "{0}-{1} listeleniyor. Toplam:{2}",
13
+ emptyrecords: "Kayıt bulunamadı",
14
+ loadtext: "Yükleniyor...",
15
+ pgtext : "{0}/{1}. Sayfa"
16
+ },
17
+ search : {
18
+ caption: "Arama...",
19
+ Find: "Bul",
20
+ Reset: "Temizle",
21
+ odata : ['eşit', 'eşit değil', 'daha az', 'daha az veya eşit', 'daha fazla', 'daha fazla veya eşit', 'ile başlayan', 'ile başlamayan', 'içinde', 'içinde değil', 'ile biten', 'ile bitmeyen', 'içeren', 'içermeyen'],
22
+ groupOps: [ { op: "VE", text: "tüm" }, { op: "VEYA", text: "herhangi" } ],
23
+ matchText: " uyan",
24
+ rulesText: " kurallar"
25
+ },
26
+ edit : {
27
+ addCaption: "Kayıt Ekle",
28
+ editCaption: "Kayıt Düzenle",
29
+ bSubmit: "Gönder",
30
+ bCancel: "İptal",
31
+ bClose: "Kapat",
32
+ saveData: "Veriler değişti! Kayıt edilsin mi?",
33
+ bYes : "Evet",
34
+ bNo : "Hayıt",
35
+ bExit : "İptal",
36
+ msg: {
37
+ required:"Alan gerekli",
38
+ number:"Lütfen bir numara giriniz",
39
+ minValue:"girilen değer daha büyük ya da buna eşit olmalıdır",
40
+ maxValue:"girilen değer daha küçük ya da buna eşit olmalıdır",
41
+ email: "geçerli bir e-posta adresi değildir",
42
+ integer: "Lütfen bir tamsayı giriniz",
43
+ url: "Geçerli bir URL değil. ('http://' or 'https://') ön eki gerekli.",
44
+ nodefined : " is not defined!",
45
+ novalue : " return value is required!",
46
+ customarray : "Custom function should return array!",
47
+ customfcheck : "Custom function should be present in case of custom checking!"
48
+ }
49
+ },
50
+ view : {
51
+ caption: "Kayıt Görüntüle",
52
+ bClose: "Kapat"
53
+ },
54
+ del : {
55
+ caption: "Sil",
56
+ msg: "Seçilen kayıtlar silinsin mi?",
57
+ bSubmit: "Sil",
58
+ bCancel: "İptal"
59
+ },
60
+ nav : {
61
+ edittext: " ",
62
+ edittitle: "Seçili satırı düzenle",
63
+ addtext:" ",
64
+ addtitle: "Yeni satır ekle",
65
+ deltext: " ",
66
+ deltitle: "Seçili satırı sil",
67
+ searchtext: " ",
68
+ searchtitle: "Kayıtları bul",
69
+ refreshtext: "",
70
+ refreshtitle: "Tabloyu yenile",
71
+ alertcap: "Uyarı",
72
+ alerttext: "Lütfen bir satır seçiniz",
73
+ viewtext: "",
74
+ viewtitle: "Seçilen satırı görüntüle"
75
+ },
76
+ col : {
77
+ caption: "Sütunları göster/gizle",
78
+ bSubmit: "Gönder",
79
+ bCancel: "İptal"
80
+ },
81
+ errors : {
82
+ errcap : "Hata",
83
+ nourl : "Bir url yapılandırılmamış",
84
+ norecords: "İşlem yapılacak bir kayıt yok",
85
+ model : "colNames uzunluğu <> colModel!"
86
+ },
87
+ formatter : {
88
+ integer : {thousandsSeparator: " ", defaultValue: '0'},
89
+ number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
90
+ currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
91
+ date : {
92
+ dayNames: [
93
+ "Paz", "Pts", "Sal", "Çar", "Per", "Cum", "Cts",
94
+ "Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"
95
+ ],
96
+ monthNames: [
97
+ "Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara",
98
+ "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"
99
+ ],
100
+ AmPm : ["am","pm","AM","PM"],
101
+ S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
102
+ srcformat: 'Y-m-d',
103
+ newformat: 'd/m/Y',
104
+ masks : {
105
+ ISO8601Long:"Y-m-d H:i:s",
106
+ ISO8601Short:"Y-m-d",
107
+ ShortDate: "n/j/Y",
108
+ LongDate: "l, F d, Y",
109
+ FullDateTime: "l, F d, Y g:i:s A",
110
+ MonthDay: "F d",
111
+ ShortTime: "g:i A",
112
+ LongTime: "g:i:s A",
113
+ SortableDateTime: "Y-m-d\\TH:i:s",
114
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
115
+ YearMonth: "F, Y"
116
+ },
117
+ reformatAfterEdit : false
118
+ },
119
+ baseLinkUrl: '',
120
+ showAction: '',
121
+ target: '',
122
+ checkbox : {disabled:true},
123
+ idName : 'id'
124
+ }
125
+ };
126
+ })(jQuery);