compass-jquery-plugin 0.2.4.1 → 0.2.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. data/README.textile +6 -6
  2. data/VERSION.yml +1 -1
  3. data/compass-jquery-plugin.gemspec +7 -2
  4. data/gem_tasks/jqgrid.rake +13 -4
  5. data/lib/jquery/jqgrid.rb +11 -10
  6. data/lib/jquery/jrails.rb +10 -18
  7. data/templates/jqgrid/i18n/jqgrid/locale-bg.js +132 -128
  8. data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +1 -1
  9. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +132 -128
  10. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +1 -1
  11. data/templates/jqgrid/i18n/jqgrid/locale-cat.js +128 -124
  12. data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +1 -1
  13. data/templates/jqgrid/i18n/jqgrid/locale-cs.js +127 -123
  14. data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +1 -1
  15. data/templates/jqgrid/i18n/jqgrid/locale-de.js +127 -123
  16. data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +1 -1
  17. data/templates/jqgrid/i18n/jqgrid/locale-dk.js +128 -124
  18. data/templates/jqgrid/i18n/jqgrid/locale-dk.min.js +1 -1
  19. data/templates/jqgrid/i18n/jqgrid/locale-el.js +126 -122
  20. data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +1 -1
  21. data/templates/jqgrid/i18n/jqgrid/locale-en.js +128 -123
  22. data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +1 -1
  23. data/templates/jqgrid/i18n/jqgrid/locale-fa.js +125 -121
  24. data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +1 -1
  25. data/templates/jqgrid/i18n/jqgrid/locale-fi.js +128 -124
  26. data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +1 -1
  27. data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -122
  28. data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +1 -1
  29. data/templates/jqgrid/i18n/jqgrid/locale-he.js +127 -0
  30. data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +1 -0
  31. data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -122
  32. data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +1 -1
  33. data/templates/jqgrid/i18n/jqgrid/locale-it.js +126 -122
  34. data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +1 -1
  35. data/templates/jqgrid/i18n/jqgrid/locale-jp.js +127 -123
  36. data/templates/jqgrid/i18n/jqgrid/locale-jp.min.js +1 -1
  37. data/templates/jqgrid/i18n/jqgrid/locale-nl.js +148 -144
  38. data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +1 -1
  39. data/templates/jqgrid/i18n/jqgrid/locale-no.js +121 -116
  40. data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +1 -1
  41. data/templates/jqgrid/i18n/jqgrid/locale-pl.js +126 -122
  42. data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +1 -1
  43. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +127 -123
  44. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
  45. data/templates/jqgrid/i18n/jqgrid/locale-pt.js +125 -121
  46. data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +1 -1
  47. data/templates/jqgrid/i18n/jqgrid/locale-ro.js +139 -0
  48. data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +1 -0
  49. data/templates/jqgrid/i18n/jqgrid/locale-ru.js +127 -123
  50. data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +1 -1
  51. data/templates/jqgrid/i18n/jqgrid/locale-sp.js +128 -124
  52. data/templates/jqgrid/i18n/jqgrid/locale-sp.min.js +1 -1
  53. data/templates/jqgrid/i18n/jqgrid/locale-sv.js +117 -112
  54. data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +1 -1
  55. data/templates/jqgrid/i18n/jqgrid/locale-tr.js +126 -122
  56. data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +1 -1
  57. data/templates/jqgrid/i18n/jqgrid/locale-ua.js +127 -123
  58. data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +1 -1
  59. data/templates/jqgrid/jquery.jqGrid.js +9913 -8988
  60. data/templates/jqgrid/jquery.jqGrid.min.js +1 -1
  61. data/templates/jqgrid/jquery.ui/jqGrid.sass +745 -580
  62. data/templates/jqgrid/manifest.rb +62 -57
  63. data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +13 -0
  64. data/templates/jrails/jquery.js +7644 -7626
  65. data/templates/jrails/jquery.min.js +19 -19
  66. data/templates/jrails/jrails.js +192 -197
  67. data/templates/jrails/jrails.min.js +1 -1
  68. data/templates/secret_sauce/app/views/ui/_ui_grid_for_without_block.js.haml +139 -136
  69. metadata +7 -2
@@ -1 +1 @@
1
- (function(a){a.jgrid={defaults:{recordtext:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"بارگزاري...",pgtext:"Page {0} of {1}"},search:{caption:"جستجو...",Find:"يافته ها",Reset:"نتايج",odata:["equal","not equal","less","less or equal","greater","greater or equal","begins with","does not begin with","is in","is not in","ends with","does not end with","contains","does not contain"],groupOps:[{op:"AND",text:"all"},{op:"OR",text:"any"}],matchText:" match",rulesText:" rules"},edit:{addCaption:"اضافه کردن رکورد",editCaption:"ويرايش رکورد",bSubmit:"ثبت",bCancel:"انصراف",bClose:"بستن",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"فيلدها بايد ختما پر شوند",number:"لطفا عدد وعتبر وارد کنيد",minValue:"مقدار وارد شده بايد بزرگتر يا مساوي با",maxValue:"مقدار وارد شده بايد کوچکتر يا مساوي",email:"پست الکترونيک وارد شده معتبر نيست",integer:"لطفا يک عدد صحيح وارد کنيد",date:"لطفا يک تاريخ معتبر وارد کنيد",url:"is not a valid URL. Prefix required ('http://' or 'https://')"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"حذف",msg:"از حذف گزينه هاي انتخاب شده مطمئن هستيد؟",bSubmit:"حذف",bCancel:"ابطال"},nav:{edittext:" ",edittitle:"ويرايش رديف هاي انتخاب شده",addtext:" ",addtitle:"افزودن رديف جديد",deltext:" ",deltitle:"حذف ردبف هاي انتخاب شده",searchtext:" ",searchtitle:"جستجوي رديف",refreshtext:"",refreshtitle:"بازيابي مجدد صفحه",alertcap:"اخطار",alerttext:"لطفا يک رديف انتخاب کنيد",viewtext:"",viewtitle:"View selected row"},col:{caption:"نمايش/عدم نمايش ستون",bSubmit:"ثبت",bCancel:"انصراف"},errors:{errcap:"خطا",nourl:"هيچ آدرسي تنظيم نشده است",norecords:"هيچ رکوردي براي پردازش موجود نيست",model:"طول نام ستون ها محالف ستون هاي مدل مي باشد!"},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:["يک","دو","سه","چهار","پنج","جمع","شنب","يکشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","ژانويه","فوريه","مارس","آوريل","مه","ژوئن","ژوئيه","اوت","سپتامبر","اکتبر","نوامبر","December"],AmPm:["ب.ظ","ب.ظ","ق.ظ","ق.ظ"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"نمايش",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
1
+ (function(a){a.jgrid={defaults:{recordtext:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"بارگزاري...",pgtext:"Page {0} of {1}"},search:{caption:"جستجو...",Find:"يافته ها",Reset:"نتايج",odata:["equal","not equal","less","less or equal","greater","greater or equal","begins with","does not begin with","is in","is not in","ends with","does not end with","contains","does not contain"],groupOps:[{op:"AND",text:"all"},{op:"OR",text:"any"}],matchText:" match",rulesText:" rules"},edit:{addCaption:"اضافه کردن رکورد",editCaption:"ويرايش رکورد",bSubmit:"ثبت",bCancel:"انصراف",bClose:"بستن",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"فيلدها بايد ختما پر شوند",number:"لطفا عدد وعتبر وارد کنيد",minValue:"مقدار وارد شده بايد بزرگتر يا مساوي با",maxValue:"مقدار وارد شده بايد کوچکتر يا مساوي",email:"پست الکترونيک وارد شده معتبر نيست",integer:"لطفا يک عدد صحيح وارد کنيد",date:"لطفا يک تاريخ معتبر وارد کنيد",url:"is not a valid URL. Prefix required ('http://' or 'https://')",nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"حذف",msg:"از حذف گزينه هاي انتخاب شده مطمئن هستيد؟",bSubmit:"حذف",bCancel:"ابطال"},nav:{edittext:" ",edittitle:"ويرايش رديف هاي انتخاب شده",addtext:" ",addtitle:"افزودن رديف جديد",deltext:" ",deltitle:"حذف ردبف هاي انتخاب شده",searchtext:" ",searchtitle:"جستجوي رديف",refreshtext:"",refreshtitle:"بازيابي مجدد صفحه",alertcap:"اخطار",alerttext:"لطفا يک رديف انتخاب کنيد",viewtext:"",viewtitle:"View selected row"},col:{caption:"نمايش/عدم نمايش ستون",bSubmit:"ثبت",bCancel:"انصراف"},errors:{errcap:"خطا",nourl:"هيچ آدرسي تنظيم نشده است",norecords:"هيچ رکوردي براي پردازش موجود نيست",model:"طول نام ستون ها محالف ستون هاي مدل مي باشد!"},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:["يک","دو","سه","چهار","پنج","جمع","شنب","يکشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","ژانويه","فوريه","مارس","آوريل","مه","ژوئن","ژوئيه","اوت","سپتامبر","اکتبر","نوامبر","December"],AmPm:["ب.ظ","ب.ظ","ق.ظ","ق.ظ"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"نمايش",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
@@ -1,124 +1,128 @@
1
- ;(function($){
2
- /**
3
- * jqGrid (fi) Finnish Translation
4
- * Jukka Inkeri awot.fi
5
- * http://awot.fi
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: "View {0} - {1} of {2}",
13
- emptyrecords: "No records to view",
14
- loadtext: "Haetaan...",
15
- pgtext : "Page {0} of {1}"
16
- },
17
- search : {
18
- caption: "Etsi...",
19
- Find: "Etsi",
20
- Reset: "Tyhj&auml;&auml;",
21
- odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
22
- groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
23
- matchText: " match",
24
- rulesText: " rules"
25
- },
26
- edit : {
27
- addCaption: "Uusi rivi",
28
- editCaption: "Muokkaa rivi",
29
- bSubmit: "OK",
30
- bCancel: "Peru",
31
- bClose: "Sulje",
32
- saveData: "Data has been changed! Save changes?",
33
- bYes : "Yes",
34
- bNo : "No",
35
- bExit : "Cancel",
36
- msg: {
37
- required:"pakollinen",
38
- number:"Anna kelvollinen nro",
39
- minValue:"arvo oltava >= ",
40
- maxValue:"arvo oltava <= ",
41
- email: "virheellinen sposti ",
42
- integer: "Anna kelvollinen kokonaisluku",
43
- date: "Anna kelvollinen pvm",
44
- url: "is not a valid URL. Prefix required ('http://' or 'https://')"
45
- }
46
- },
47
- view : {
48
- caption: "View Record",
49
- bClose: "Close"
50
- },
51
- del : {
52
- caption: "Poista",
53
- msg: "Poista valitut rivi(t)?",
54
- bSubmit: "Poista",
55
- bCancel: "Peru"
56
- },
57
- nav : {
58
- edittext: " ",
59
- edittitle: "Muokkaa valittu rivi",
60
- addtext:" ",
61
- addtitle: "Uusi rivi",
62
- deltext: " ",
63
- deltitle: "Poista valittu rivi",
64
- searchtext: " ",
65
- searchtitle: "Etsi tietoja",
66
- refreshtext: "",
67
- refreshtitle: "Lataa uudelleen",
68
- alertcap: "Varoitus",
69
- alerttext: "Valitse rivi",
70
- viewtext: "",
71
- viewtitle: "View selected row"
72
- },
73
- col : {
74
- caption: "Nayta/Piilota sarakkeet",
75
- bSubmit: "OK",
76
- bCancel: "Peru"
77
- },
78
- errors : {
79
- errcap : "Virhe",
80
- nourl : "url asettamatta",
81
- norecords: "Ei muokattavia tietoja",
82
- model : "Pituus colNames <> colModel!"
83
- },
84
- formatter : {
85
- integer : {thousandsSeparator: "", defaultValue: '0'},
86
- number : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, defaultValue: '0,00'},
87
- currency : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
88
- date : {
89
- dayNames: [
90
- "Su", "Ma", "Ti", "Ke", "To", "Pe", "La",
91
- "Sunnuntai", "Maanantai", "Tiista", "Keskiviikko", "Torstai", "Perjantai", "Lauantai"
92
- ],
93
- monthNames: [
94
- "Tam", "Hel", "Maa", "Huh", "Tou", "Kes", "Hei", "Elo", "Syy", "Lok", "Mar", "Jou",
95
- "Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kes&auml;kuu", "Hein&auml;kuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu"
96
- ],
97
- AmPm : ["am","pm","AM","PM"],
98
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
99
- srcformat: 'Y-m-d',
100
- newformat: 'd/m/Y',
101
- masks : {
102
- ISO8601Long:"Y-m-d H:i:s",
103
- ISO8601Short:"Y-m-d",
104
- ShortDate: "d.m.Y",
105
- LongDate: "l, F d, Y",
106
- FullDateTime: "l, F d, Y g:i:s A",
107
- MonthDay: "F d",
108
- ShortTime: "g:i A",
109
- LongTime: "g:i:s A",
110
- SortableDateTime: "Y-m-d\\TH:i:s",
111
- UniversalSortableDateTime: "Y-m-d H:i:sO",
112
- YearMonth: "F, Y"
113
- },
114
- reformatAfterEdit : false
115
- },
116
- baseLinkUrl: '',
117
- showAction: '',
118
- target: '',
119
- checkbox : {disabled:true},
120
- idName : 'id'
121
- }
122
- };
123
- // FI
124
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid (fi) Finnish Translation
4
+ * Jukka Inkeri awot.fi
5
+ * http://awot.fi
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: "View {0} - {1} of {2}",
13
+ emptyrecords: "No records to view",
14
+ loadtext: "Haetaan...",
15
+ pgtext : "Page {0} of {1}"
16
+ },
17
+ search : {
18
+ caption: "Etsi...",
19
+ Find: "Etsi",
20
+ Reset: "Tyhj&auml;&auml;",
21
+ odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
22
+ groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
23
+ matchText: " match",
24
+ rulesText: " rules"
25
+ },
26
+ edit : {
27
+ addCaption: "Uusi rivi",
28
+ editCaption: "Muokkaa rivi",
29
+ bSubmit: "OK",
30
+ bCancel: "Peru",
31
+ bClose: "Sulje",
32
+ saveData: "Data has been changed! Save changes?",
33
+ bYes : "Yes",
34
+ bNo : "No",
35
+ bExit : "Cancel",
36
+ msg: {
37
+ required:"pakollinen",
38
+ number:"Anna kelvollinen nro",
39
+ minValue:"arvo oltava >= ",
40
+ maxValue:"arvo oltava <= ",
41
+ email: "virheellinen sposti ",
42
+ integer: "Anna kelvollinen kokonaisluku",
43
+ date: "Anna kelvollinen pvm",
44
+ url: "is not a valid URL. Prefix required ('http://' or 'https://')",
45
+ nodefined : " is not defined!",
46
+ novalue : " return value is required!",
47
+ customarray : "Custom function should return array!",
48
+ customfcheck : "Custom function should be present in case of custom checking!"
49
+ }
50
+ },
51
+ view : {
52
+ caption: "View Record",
53
+ bClose: "Close"
54
+ },
55
+ del : {
56
+ caption: "Poista",
57
+ msg: "Poista valitut rivi(t)?",
58
+ bSubmit: "Poista",
59
+ bCancel: "Peru"
60
+ },
61
+ nav : {
62
+ edittext: " ",
63
+ edittitle: "Muokkaa valittu rivi",
64
+ addtext:" ",
65
+ addtitle: "Uusi rivi",
66
+ deltext: " ",
67
+ deltitle: "Poista valittu rivi",
68
+ searchtext: " ",
69
+ searchtitle: "Etsi tietoja",
70
+ refreshtext: "",
71
+ refreshtitle: "Lataa uudelleen",
72
+ alertcap: "Varoitus",
73
+ alerttext: "Valitse rivi",
74
+ viewtext: "",
75
+ viewtitle: "View selected row"
76
+ },
77
+ col : {
78
+ caption: "Nayta/Piilota sarakkeet",
79
+ bSubmit: "OK",
80
+ bCancel: "Peru"
81
+ },
82
+ errors : {
83
+ errcap : "Virhe",
84
+ nourl : "url asettamatta",
85
+ norecords: "Ei muokattavia tietoja",
86
+ model : "Pituus 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
+ "Su", "Ma", "Ti", "Ke", "To", "Pe", "La",
95
+ "Sunnuntai", "Maanantai", "Tiista", "Keskiviikko", "Torstai", "Perjantai", "Lauantai"
96
+ ],
97
+ monthNames: [
98
+ "Tam", "Hel", "Maa", "Huh", "Tou", "Kes", "Hei", "Elo", "Syy", "Lok", "Mar", "Jou",
99
+ "Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kes&auml;kuu", "Hein&auml;kuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu"
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
+ masks : {
106
+ ISO8601Long:"Y-m-d H:i:s",
107
+ ISO8601Short:"Y-m-d",
108
+ ShortDate: "d.m.Y",
109
+ LongDate: "l, F d, Y",
110
+ FullDateTime: "l, F d, Y g:i:s A",
111
+ MonthDay: "F d",
112
+ ShortTime: "g:i A",
113
+ LongTime: "g:i:s A",
114
+ SortableDateTime: "Y-m-d\\TH:i:s",
115
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
116
+ YearMonth: "F, Y"
117
+ },
118
+ reformatAfterEdit : false
119
+ },
120
+ baseLinkUrl: '',
121
+ showAction: '',
122
+ target: '',
123
+ checkbox : {disabled:true},
124
+ idName : 'id'
125
+ }
126
+ };
127
+ // FI
128
+ })(jQuery);
@@ -1 +1 @@
1
- (function(a){a.jgrid={defaults:{recordtext:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"Haetaan...",pgtext:"Page {0} of {1}"},search:{caption:"Etsi...",Find:"Etsi",Reset:"Tyhj&auml;&auml;",odata:["equal","not equal","less","less or equal","greater","greater or equal","begins with","does not begin with","is in","is not in","ends with","does not end with","contains","does not contain"],groupOps:[{op:"AND",text:"all"},{op:"OR",text:"any"}],matchText:" match",rulesText:" rules"},edit:{addCaption:"Uusi rivi",editCaption:"Muokkaa rivi",bSubmit:"OK",bCancel:"Peru",bClose:"Sulje",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"pakollinen",number:"Anna kelvollinen nro",minValue:"arvo oltava >= ",maxValue:"arvo oltava <= ",email:"virheellinen sposti ",integer:"Anna kelvollinen kokonaisluku",date:"Anna kelvollinen pvm",url:"is not a valid URL. Prefix required ('http://' or 'https://')"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"Poista",msg:"Poista valitut rivi(t)?",bSubmit:"Poista",bCancel:"Peru"},nav:{edittext:" ",edittitle:"Muokkaa valittu rivi",addtext:" ",addtitle:"Uusi rivi",deltext:" ",deltitle:"Poista valittu rivi",searchtext:" ",searchtitle:"Etsi tietoja",refreshtext:"",refreshtitle:"Lataa uudelleen",alertcap:"Varoitus",alerttext:"Valitse rivi",viewtext:"",viewtitle:"View selected row"},col:{caption:"Nayta/Piilota sarakkeet",bSubmit:"OK",bCancel:"Peru"},errors:{errcap:"Virhe",nourl:"url asettamatta",norecords:"Ei muokattavia tietoja",model:"Pituus colNames <> colModel!"},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:["Su","Ma","Ti","Ke","To","Pe","La","Sunnuntai","Maanantai","Tiista","Keskiviikko","Torstai","Perjantai","Lauantai"],monthNames:["Tam","Hel","Maa","Huh","Tou","Kes","Hei","Elo","Syy","Lok","Mar","Jou","Tammikuu","Helmikuu","Maaliskuu","Huhtikuu","Toukokuu","Kes&auml;kuu","Hein&auml;kuu","Elokuu","Syyskuu","Lokakuu","Marraskuu","Joulukuu"],AmPm:["am","pm","AM","PM"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"d.m.Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
1
+ (function(a){a.jgrid={defaults:{recordtext:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"Haetaan...",pgtext:"Page {0} of {1}"},search:{caption:"Etsi...",Find:"Etsi",Reset:"Tyhj&auml;&auml;",odata:["equal","not equal","less","less or equal","greater","greater or equal","begins with","does not begin with","is in","is not in","ends with","does not end with","contains","does not contain"],groupOps:[{op:"AND",text:"all"},{op:"OR",text:"any"}],matchText:" match",rulesText:" rules"},edit:{addCaption:"Uusi rivi",editCaption:"Muokkaa rivi",bSubmit:"OK",bCancel:"Peru",bClose:"Sulje",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"pakollinen",number:"Anna kelvollinen nro",minValue:"arvo oltava >= ",maxValue:"arvo oltava <= ",email:"virheellinen sposti ",integer:"Anna kelvollinen kokonaisluku",date:"Anna kelvollinen pvm",url:"is not a valid URL. Prefix required ('http://' or 'https://')",nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"Poista",msg:"Poista valitut rivi(t)?",bSubmit:"Poista",bCancel:"Peru"},nav:{edittext:" ",edittitle:"Muokkaa valittu rivi",addtext:" ",addtitle:"Uusi rivi",deltext:" ",deltitle:"Poista valittu rivi",searchtext:" ",searchtitle:"Etsi tietoja",refreshtext:"",refreshtitle:"Lataa uudelleen",alertcap:"Varoitus",alerttext:"Valitse rivi",viewtext:"",viewtitle:"View selected row"},col:{caption:"Nayta/Piilota sarakkeet",bSubmit:"OK",bCancel:"Peru"},errors:{errcap:"Virhe",nourl:"url asettamatta",norecords:"Ei muokattavia tietoja",model:"Pituus colNames <> colModel!"},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:["Su","Ma","Ti","Ke","To","Pe","La","Sunnuntai","Maanantai","Tiista","Keskiviikko","Torstai","Perjantai","Lauantai"],monthNames:["Tam","Hel","Maa","Huh","Tou","Kes","Hei","Elo","Syy","Lok","Mar","Jou","Tammikuu","Helmikuu","Maaliskuu","Huhtikuu","Toukokuu","Kes&auml;kuu","Hein&auml;kuu","Elokuu","Syyskuu","Lokakuu","Marraskuu","Joulukuu"],AmPm:["am","pm","AM","PM"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"d.m.Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
@@ -1,122 +1,126 @@
1
- ;(function($){
2
- /**
3
- * jqGrid French Translation
4
- * Tony Tomov tony@trirand.com
5
- * http://trirand.com/blog/
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: "Enregistrements {0} - {1} sur {2}",
13
- emptyrecords: "Aucun enregistrement a afficher",
14
- loadtext: "Chargement...",
15
- pgtext : "Page {0} sur {1}"
16
- },
17
- search : {
18
- caption: "Recherche...",
19
- Find: "Chercher",
20
- Reset: "Annuler",
21
- odata : ['egal', 'différent', 'inférieur', 'inférieur ou égal','supérieur','supérieur ou égal', 'commence par','ne commence pas par','est dans',"n'est pas dans",'fini par','ne fini pas par','contient','ne contient pas'],
22
- groupOps: [ { op: "AND", text: "tous" }, { op: "OR", text: "aucun" } ],
23
- matchText: " correspondance",
24
- rulesText: " règles"
25
- },
26
- edit : {
27
- addCaption: "Ajouter",
28
- editCaption: "Editer",
29
- bSubmit: "Valider",
30
- bCancel: "Annuler",
31
- bClose: "Fermer",
32
- saveData: "Les données ont changé ! Enregistrer les modifications ?",
33
- bYes: "Oui",
34
- bNo: "Non",
35
- bExit: "Annuler",
36
- msg: {
37
- required: "Champ obligatoire",
38
- number: "Saisissez un nombre correct",
39
- minValue: "La valeur doit être supérieure ou égal à 0 ",
40
- maxValue: "La valeur doit être inférieure ou égal à 0",
41
- email: "n'est pas un email correct",
42
- integer: "Saisissez un entier correct",
43
- url: "n'est pas une adresse correcte. Préfixe requis ('http://' or 'https://')"
44
- }
45
- },
46
- view : {
47
- caption: "Voir les enregistrement",
48
- bClose: "Fermer"
49
- },
50
- del : {
51
- caption: "Supprimer",
52
- msg: "Supprimer les enregistrements sélectionnés ?",
53
- bSubmit: "Supprimer",
54
- bCancel: "Annuler"
55
- },
56
- nav : {
57
- edittext: " ",
58
- edittitle: "Editer la ligne sélectionnée",
59
- addtext:" ",
60
- addtitle: "Ajouter une ligne",
61
- deltext: " ",
62
- deltitle: "Supprimer la ligne sélectionnée",
63
- searchtext: " ",
64
- searchtitle: "Chercher un enregistrement",
65
- refreshtext: "",
66
- refreshtitle: "Recharger le tableau",
67
- alertcap: "Avertissement",
68
- alerttext: "Veuillez sélectionner une ligne",
69
- viewtext: "",
70
- viewtitle: "Afficher la ligne sélectionnée"
71
- },
72
- col : {
73
- caption: "Afficher/Masquer les colonnes",
74
- bSubmit: "Valider",
75
- bCancel: "Annuler"
76
- },
77
- errors : {
78
- errcap : "Erreur",
79
- nourl : "Aucune adresse paramétrée",
80
- norecords: "Aucun enregistrement à traiter",
81
- model : "Nombre de titres (colNames) <> Nombre de données (colModel)!"
82
- },
83
- formatter : {
84
- integer : {thousandsSeparator: " ", defaultValue: '0'},
85
- number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
86
- currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
87
- date : {
88
- dayNames: [
89
- "Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam",
90
- "Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"
91
- ],
92
- monthNames: [
93
- "Jan", "Fev", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Dec",
94
- "Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Saptembre", "Octobre", "Novembre", "Décembre"
95
- ],
96
- AmPm : ["am","pm","AM","PM"],
97
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
98
- srcformat: 'Y-m-d',
99
- newformat: 'd/m/Y',
100
- masks : {
101
- ISO8601Long:"Y-m-d H:i:s",
102
- ISO8601Short:"Y-m-d",
103
- ShortDate: "n/j/Y",
104
- LongDate: "l, F d, Y",
105
- FullDateTime: "l, F d, Y g:i:s A",
106
- MonthDay: "F d",
107
- ShortTime: "g:i A",
108
- LongTime: "g:i:s A",
109
- SortableDateTime: "Y-m-d\\TH:i:s",
110
- UniversalSortableDateTime: "Y-m-d H:i:sO",
111
- YearMonth: "F, Y"
112
- },
113
- reformatAfterEdit : false
114
- },
115
- baseLinkUrl: '',
116
- showAction: '',
117
- target: '',
118
- checkbox : {disabled:true},
119
- idName : 'id'
120
- }
121
- };
122
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid French Translation
4
+ * Tony Tomov tony@trirand.com
5
+ * http://trirand.com/blog/
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: "Enregistrements {0} - {1} sur {2}",
13
+ emptyrecords: "Aucun enregistrement a afficher",
14
+ loadtext: "Chargement...",
15
+ pgtext : "Page {0} sur {1}"
16
+ },
17
+ search : {
18
+ caption: "Recherche...",
19
+ Find: "Chercher",
20
+ Reset: "Annuler",
21
+ odata : ['egal', 'différent', 'inférieur', 'inférieur ou égal','supérieur','supérieur ou égal', 'commence par','ne commence pas par','est dans',"n'est pas dans",'fini par','ne fini pas par','contient','ne contient pas'],
22
+ groupOps: [ { op: "AND", text: "tous" }, { op: "OR", text: "aucun" } ],
23
+ matchText: " correspondance",
24
+ rulesText: " règles"
25
+ },
26
+ edit : {
27
+ addCaption: "Ajouter",
28
+ editCaption: "Editer",
29
+ bSubmit: "Valider",
30
+ bCancel: "Annuler",
31
+ bClose: "Fermer",
32
+ saveData: "Les données ont changé ! Enregistrer les modifications ?",
33
+ bYes: "Oui",
34
+ bNo: "Non",
35
+ bExit: "Annuler",
36
+ msg: {
37
+ required: "Champ obligatoire",
38
+ number: "Saisissez un nombre correct",
39
+ minValue: "La valeur doit être supérieure ou égal à 0 ",
40
+ maxValue: "La valeur doit être inférieure ou égal à 0",
41
+ email: "n'est pas un email correct",
42
+ integer: "Saisissez un entier correct",
43
+ url: "n'est pas une adresse correcte. Préfixe requis ('http://' or 'https://')",
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: "Voir les enregistrement",
52
+ bClose: "Fermer"
53
+ },
54
+ del : {
55
+ caption: "Supprimer",
56
+ msg: "Supprimer les enregistrements sélectionnés ?",
57
+ bSubmit: "Supprimer",
58
+ bCancel: "Annuler"
59
+ },
60
+ nav : {
61
+ edittext: " ",
62
+ edittitle: "Editer la ligne sélectionnée",
63
+ addtext:" ",
64
+ addtitle: "Ajouter une ligne",
65
+ deltext: " ",
66
+ deltitle: "Supprimer la ligne sélectionnée",
67
+ searchtext: " ",
68
+ searchtitle: "Chercher un enregistrement",
69
+ refreshtext: "",
70
+ refreshtitle: "Recharger le tableau",
71
+ alertcap: "Avertissement",
72
+ alerttext: "Veuillez sélectionner une ligne",
73
+ viewtext: "",
74
+ viewtitle: "Afficher la ligne sélectionnée"
75
+ },
76
+ col : {
77
+ caption: "Afficher/Masquer les colonnes",
78
+ bSubmit: "Valider",
79
+ bCancel: "Annuler"
80
+ },
81
+ errors : {
82
+ errcap : "Erreur",
83
+ nourl : "Aucune adresse paramétrée",
84
+ norecords: "Aucun enregistrement à traiter",
85
+ model : "Nombre de titres (colNames) <> Nombre de données (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
+ "Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam",
94
+ "Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"
95
+ ],
96
+ monthNames: [
97
+ "Jan", "Fev", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Dec",
98
+ "Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Saptembre", "Octobre", "Novembre", "Décembre"
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);