rails_jq_grid 0.0.3.pre2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. data/VERSION +1 -1
  2. data/public/javascripts/rails-jqgrid/Changes.txt +0 -0
  3. data/public/javascripts/rails-jqgrid/i18n/grid.locale-bg.js +132 -1
  4. data/public/javascripts/rails-jqgrid/i18n/grid.locale-bg1251.js +132 -1
  5. data/public/javascripts/rails-jqgrid/i18n/grid.locale-cat.js +128 -1
  6. data/public/javascripts/rails-jqgrid/i18n/grid.locale-cn.js +132 -1
  7. data/public/javascripts/rails-jqgrid/i18n/grid.locale-cs.js +128 -1
  8. data/public/javascripts/rails-jqgrid/i18n/grid.locale-da.js +128 -0
  9. data/public/javascripts/rails-jqgrid/i18n/grid.locale-de.js +133 -1
  10. data/public/javascripts/rails-jqgrid/i18n/grid.locale-el.js +126 -1
  11. data/public/javascripts/rails-jqgrid/i18n/grid.locale-en.js +128 -1
  12. data/public/javascripts/rails-jqgrid/i18n/grid.locale-es.js +128 -1
  13. data/public/javascripts/rails-jqgrid/i18n/grid.locale-fa.js +145 -1
  14. data/public/javascripts/rails-jqgrid/i18n/grid.locale-fi.js +130 -1
  15. data/public/javascripts/rails-jqgrid/i18n/grid.locale-fr.js +126 -1
  16. data/public/javascripts/rails-jqgrid/i18n/grid.locale-gl.js +126 -0
  17. data/public/javascripts/rails-jqgrid/i18n/grid.locale-he.js +127 -1
  18. data/public/javascripts/rails-jqgrid/i18n/grid.locale-hu.js +129 -1
  19. data/public/javascripts/rails-jqgrid/i18n/grid.locale-is.js +126 -1
  20. data/public/javascripts/rails-jqgrid/i18n/grid.locale-it.js +1 -1
  21. data/public/javascripts/rails-jqgrid/i18n/grid.locale-ja.js +155 -1
  22. data/public/javascripts/rails-jqgrid/i18n/grid.locale-nl.js +149 -1
  23. data/public/javascripts/rails-jqgrid/i18n/grid.locale-no.js +1 -1
  24. data/public/javascripts/rails-jqgrid/i18n/grid.locale-pl.js +127 -1
  25. data/public/javascripts/rails-jqgrid/i18n/grid.locale-pt-br.js +127 -1
  26. data/public/javascripts/rails-jqgrid/i18n/grid.locale-pt.js +125 -1
  27. data/public/javascripts/rails-jqgrid/i18n/grid.locale-ro.js +139 -1
  28. data/public/javascripts/rails-jqgrid/i18n/grid.locale-ru.js +127 -1
  29. data/public/javascripts/rails-jqgrid/i18n/grid.locale-sk.js +127 -1
  30. data/public/javascripts/rails-jqgrid/i18n/grid.locale-sr.js +128 -0
  31. data/public/javascripts/rails-jqgrid/i18n/grid.locale-sv.js +127 -1
  32. data/public/javascripts/rails-jqgrid/i18n/grid.locale-tr.js +126 -1
  33. data/public/javascripts/rails-jqgrid/i18n/grid.locale-ua.js +127 -1
  34. data/public/javascripts/rails-jqgrid/install.txt +0 -0
  35. data/public/javascripts/rails-jqgrid/jquery.jqGrid.min.js +445 -432
  36. data/public/javascripts/rails-jqgrid/src/JsonXml.js +329 -329
  37. data/public/javascripts/rails-jqgrid/src/css/ellipsis-xbl.xml +0 -0
  38. data/public/javascripts/rails-jqgrid/src/css/ui.jqgrid.css +139 -129
  39. data/public/javascripts/rails-jqgrid/src/css/ui.multiselect.css +0 -0
  40. data/public/javascripts/rails-jqgrid/src/grid.base.js +3078 -3003
  41. data/public/javascripts/rails-jqgrid/src/grid.celledit.js +486 -486
  42. data/public/javascripts/rails-jqgrid/src/grid.common.js +646 -636
  43. data/public/javascripts/rails-jqgrid/src/grid.custom.js +820 -817
  44. data/public/javascripts/rails-jqgrid/src/grid.formedit.js +1954 -1872
  45. data/public/javascripts/rails-jqgrid/src/grid.grouping.js +250 -0
  46. data/public/javascripts/rails-jqgrid/src/grid.import.js +200 -200
  47. data/public/javascripts/rails-jqgrid/src/grid.inlinedit.js +255 -250
  48. data/public/javascripts/rails-jqgrid/src/grid.jqueryui.js +504 -503
  49. data/public/javascripts/rails-jqgrid/src/grid.loader.js +1 -0
  50. data/public/javascripts/rails-jqgrid/src/grid.postext.js +63 -63
  51. data/public/javascripts/rails-jqgrid/src/grid.setcolumns.js +125 -125
  52. data/public/javascripts/rails-jqgrid/src/grid.subgrid.js +260 -260
  53. data/public/javascripts/rails-jqgrid/src/grid.tbltogrid.js +106 -106
  54. data/public/javascripts/rails-jqgrid/src/grid.treegrid.js +489 -482
  55. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-bg.js +132 -132
  56. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-bg1251.js +132 -132
  57. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-cat.js +128 -128
  58. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-cn.js +132 -132
  59. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-cs.js +128 -128
  60. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-da.js +128 -0
  61. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-de.js +132 -127
  62. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-dk.js +0 -0
  63. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-el.js +126 -126
  64. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-en.js +128 -128
  65. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-es.js +128 -128
  66. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-fa.js +145 -125
  67. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-fi.js +130 -130
  68. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-fr.js +2 -2
  69. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-gl.js +126 -0
  70. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-he.js +127 -127
  71. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-hu.js +129 -129
  72. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-is.js +126 -126
  73. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-it.js +0 -0
  74. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-ja.js +155 -155
  75. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-nl.js +148 -148
  76. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-no.js +0 -0
  77. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-pl.js +126 -126
  78. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-pt-br.js +127 -127
  79. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-pt.js +125 -125
  80. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-ro.js +139 -139
  81. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-ru.js +127 -127
  82. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-sk.js +127 -127
  83. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-sr.js +128 -0
  84. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-sv.js +127 -127
  85. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-tr.js +126 -126
  86. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-ua.js +127 -127
  87. data/public/javascripts/rails-jqgrid/src/jqDnR.js +68 -67
  88. data/public/javascripts/rails-jqgrid/src/jqModal.js +68 -68
  89. data/public/javascripts/rails-jqgrid/src/jquery.fmatter.js +563 -541
  90. data/public/javascripts/rails-jqgrid/src/jquery.searchFilter.js +1 -1
  91. data/public/javascripts/rails-jqgrid/src/ui.multiselect.js +0 -0
  92. data/public/stylesheets/rails-jqgrid/ellipsis-xbl.xml +0 -0
  93. data/public/stylesheets/rails-jqgrid/ui.jqgrid.css +139 -2
  94. data/rails_jq_grid.gemspec +10 -3
  95. metadata +15 -11
@@ -1,155 +1,155 @@
1
- ;(function($){
2
- /**
3
- * jqGrid Japanese Translation
4
- * OKADA Yoshitada okada.dev@sth.jp
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: "{2} \u4EF6\u4E2D {0} - {1} \u3092\u8868\u793A ",
13
- emptyrecords: "\u8868\u793A\u3059\u308B\u30EC\u30B3\u30FC\u30C9\u304C\u3042\u308A\u307E\u305B\u3093",
14
- loadtext: "\u8aad\u307f\u8fbc\u307f\u4e2d...",
15
- pgtext : "{1} \u30DA\u30FC\u30B8\u4E2D {0} \u30DA\u30FC\u30B8\u76EE "
16
- },
17
- search : {
18
- caption: "\u691c\u7d22...",
19
- Find: "\u691c\u7d22",
20
- Reset: "\u30ea\u30bb\u30c3\u30c8",
21
- odata: ["\u6B21\u306B\u7B49\u3057\u3044", "\u6B21\u306B\u7B49\u3057\u304F\u306A\u3044",
22
- "\u6B21\u3088\u308A\u5C0F\u3055\u3044", "\u6B21\u306B\u7B49\u3057\u3044\u304B\u5C0F\u3055\u3044",
23
- "\u6B21\u3088\u308A\u5927\u304D\u3044", "\u6B21\u306B\u7B49\u3057\u3044\u304B\u5927\u304D\u3044",
24
- "\u6B21\u3067\u59CB\u307E\u308B", "\u6B21\u3067\u59CB\u307E\u3089\u306A\u3044",
25
- "\u6B21\u306B\u542B\u307E\u308C\u308B", "\u6B21\u306B\u542B\u307E\u308C\u306A\u3044",
26
- "\u6B21\u3067\u7D42\u308F\u308B", "\u6B21\u3067\u7D42\u308F\u3089\u306A\u3044",
27
- "\u6B21\u3092\u542B\u3080", "\u6B21\u3092\u542B\u307E\u306A\u3044"],
28
- groupOps: [{
29
- op: "AND",
30
- text: "\u3059\u3079\u3066\u306E"
31
- },
32
- {
33
- op: "OR",
34
- text: "\u3044\u305A\u308C\u304B\u306E"
35
- }],
36
- matchText: " \u6B21\u306E",
37
- rulesText: " \u6761\u4EF6\u3092\u6E80\u305F\u3059"
38
- },
39
- edit : {
40
- addCaption: "\u30ec\u30b3\u30fc\u30c9\u8ffd\u52a0",
41
- editCaption: "\u30ec\u30b3\u30fc\u30c9\u7de8\u96c6",
42
- bSubmit: "\u9001\u4fe1",
43
- bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb",
44
- bClose: "\u9589\u3058\u308b",
45
- saveData: "\u30C7\u30FC\u30BF\u304C\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u4FDD\u5B58\u3057\u307E\u3059\u304B\uFF1F",
46
- bYes: "\u306F\u3044",
47
- bNo: "\u3044\u3044\u3048",
48
- bExit: "\u30AD\u30E3\u30F3\u30BB\u30EB",
49
- msg: {
50
- required:"\u3053\u306e\u9805\u76ee\u306f\u5fc5\u9808\u3067\u3059\u3002",
51
- number:"\u6b63\u3057\u3044\u6570\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
52
- minValue:"\u6b21\u306e\u5024\u4ee5\u4e0a\u3067\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
53
- maxValue:"\u6b21\u306e\u5024\u4ee5\u4e0b\u3067\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
54
- email: "e-mail\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002",
55
- integer: "\u6b63\u3057\u3044\u6574\u6570\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
56
- date: "\u6b63\u3057\u3044\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
57
- url: "\u306F\u6709\u52B9\u306AURL\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002\20\u30D7\u30EC\u30D5\u30A3\u30C3\u30AF\u30B9\u304C\u5FC5\u8981\u3067\u3059\u3002 ('http://' \u307E\u305F\u306F 'https://')",
58
- nodefined: " \u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093",
59
- novalue: " \u623B\u308A\u5024\u304C\u5FC5\u8981\u3067\u3059",
60
- customarray: "\u30AB\u30B9\u30BF\u30E0\u95A2\u6570\u306F\u914D\u5217\u3092\u8FD4\u3059\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059",
61
- customfcheck: "\u30AB\u30B9\u30BF\u30E0\u691C\u8A3C\u306B\u306F\u30AB\u30B9\u30BF\u30E0\u95A2\u6570\u304C\u5FC5\u8981\u3067\u3059"
62
- }
63
- },
64
- view : {
65
- caption: "\u30EC\u30B3\u30FC\u30C9\u3092\u8868\u793A",
66
- bClose: "\u9589\u3058\u308B"
67
- },
68
- del : {
69
- caption: "\u524a\u9664",
70
- msg: "\u9078\u629e\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f",
71
- bSubmit: "\u524a\u9664",
72
- bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb"
73
- },
74
- nav : {
75
- edittext: " ",
76
- edittitle: "\u9078\u629e\u3057\u305f\u884c\u3092\u7de8\u96c6",
77
- addtext:" ",
78
- addtitle: "\u884c\u3092\u65b0\u898f\u8ffd\u52a0",
79
- deltext: " ",
80
- deltitle: "\u9078\u629e\u3057\u305f\u884c\u3092\u524a\u9664",
81
- searchtext: " ",
82
- searchtitle: "\u30ec\u30b3\u30fc\u30c9\u691c\u7d22",
83
- refreshtext: "",
84
- refreshtitle: "\u30b0\u30ea\u30c3\u30c9\u3092\u30ea\u30ed\u30fc\u30c9",
85
- alertcap: "\u8b66\u544a",
86
- alerttext: "\u884c\u3092\u9078\u629e\u3057\u3066\u4e0b\u3055\u3044\u3002",
87
- viewtext: "",
88
- viewtitle: "\u9078\u629E\u3057\u305F\u884C\u3092\u8868\u793A"
89
- },
90
- col : {
91
- caption: "\u5217\u3092\u8868\u793a\uff0f\u96a0\u3059",
92
- bSubmit: "\u9001\u4fe1",
93
- bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb"
94
- },
95
- errors : {
96
- errcap : "\u30a8\u30e9\u30fc",
97
- nourl : "URL\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",
98
- norecords: "\u51e6\u7406\u5bfe\u8c61\u306e\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308a\u307e\u305b\u3093\u3002",
99
- model : "colNames\u306e\u9577\u3055\u304ccolModel\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002"
100
- },
101
- formatter : {
102
- integer: {
103
- thousandsSeparator: ",",
104
- defaultValue: '0'
105
- },
106
- number: {
107
- decimalSeparator: ".",
108
- thousandsSeparator: ",",
109
- decimalPlaces: 2,
110
- defaultValue: '0.00'
111
- },
112
- currency: {
113
- decimalSeparator: ".",
114
- thousandsSeparator: ",",
115
- decimalPlaces: 0,
116
- prefix: "",
117
- suffix: "",
118
- defaultValue: '0'
119
- },
120
- date : {
121
- dayNames: [
122
- "\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f",
123
- "\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f"
124
- ],
125
- monthNames: [
126
- "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12",
127
- "1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708"
128
- ],
129
- AmPm : ["am","pm","AM","PM"],
130
- S: "\u756a\u76ee",
131
- srcformat: 'Y-m-d',
132
- newformat: 'd/m/Y',
133
- masks : {
134
- ISO8601Long:"Y-m-d H:i:s",
135
- ISO8601Short:"Y-m-d",
136
- ShortDate: "n/j/Y",
137
- LongDate: "l, F d, Y",
138
- FullDateTime: "l, F d, Y g:i:s A",
139
- MonthDay: "F d",
140
- ShortTime: "g:i A",
141
- LongTime: "g:i:s A",
142
- SortableDateTime: "Y-m-d\\TH:i:s",
143
- UniversalSortableDateTime: "Y-m-d H:i:sO",
144
- YearMonth: "F, Y"
145
- },
146
- reformatAfterEdit : false
147
- },
148
- baseLinkUrl: '',
149
- showAction: '',
150
- target: '',
151
- checkbox : {disabled:true},
152
- idName : 'id'
153
- }
154
- };
155
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Japanese Translation
4
+ * OKADA Yoshitada okada.dev@sth.jp
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: "{2} \u4EF6\u4E2D {0} - {1} \u3092\u8868\u793A ",
13
+ emptyrecords: "\u8868\u793A\u3059\u308B\u30EC\u30B3\u30FC\u30C9\u304C\u3042\u308A\u307E\u305B\u3093",
14
+ loadtext: "\u8aad\u307f\u8fbc\u307f\u4e2d...",
15
+ pgtext : "{1} \u30DA\u30FC\u30B8\u4E2D {0} \u30DA\u30FC\u30B8\u76EE "
16
+ },
17
+ search : {
18
+ caption: "\u691c\u7d22...",
19
+ Find: "\u691c\u7d22",
20
+ Reset: "\u30ea\u30bb\u30c3\u30c8",
21
+ odata: ["\u6B21\u306B\u7B49\u3057\u3044", "\u6B21\u306B\u7B49\u3057\u304F\u306A\u3044",
22
+ "\u6B21\u3088\u308A\u5C0F\u3055\u3044", "\u6B21\u306B\u7B49\u3057\u3044\u304B\u5C0F\u3055\u3044",
23
+ "\u6B21\u3088\u308A\u5927\u304D\u3044", "\u6B21\u306B\u7B49\u3057\u3044\u304B\u5927\u304D\u3044",
24
+ "\u6B21\u3067\u59CB\u307E\u308B", "\u6B21\u3067\u59CB\u307E\u3089\u306A\u3044",
25
+ "\u6B21\u306B\u542B\u307E\u308C\u308B", "\u6B21\u306B\u542B\u307E\u308C\u306A\u3044",
26
+ "\u6B21\u3067\u7D42\u308F\u308B", "\u6B21\u3067\u7D42\u308F\u3089\u306A\u3044",
27
+ "\u6B21\u3092\u542B\u3080", "\u6B21\u3092\u542B\u307E\u306A\u3044"],
28
+ groupOps: [{
29
+ op: "AND",
30
+ text: "\u3059\u3079\u3066\u306E"
31
+ },
32
+ {
33
+ op: "OR",
34
+ text: "\u3044\u305A\u308C\u304B\u306E"
35
+ }],
36
+ matchText: " \u6B21\u306E",
37
+ rulesText: " \u6761\u4EF6\u3092\u6E80\u305F\u3059"
38
+ },
39
+ edit : {
40
+ addCaption: "\u30ec\u30b3\u30fc\u30c9\u8ffd\u52a0",
41
+ editCaption: "\u30ec\u30b3\u30fc\u30c9\u7de8\u96c6",
42
+ bSubmit: "\u9001\u4fe1",
43
+ bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb",
44
+ bClose: "\u9589\u3058\u308b",
45
+ saveData: "\u30C7\u30FC\u30BF\u304C\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u4FDD\u5B58\u3057\u307E\u3059\u304B\uFF1F",
46
+ bYes: "\u306F\u3044",
47
+ bNo: "\u3044\u3044\u3048",
48
+ bExit: "\u30AD\u30E3\u30F3\u30BB\u30EB",
49
+ msg: {
50
+ required:"\u3053\u306e\u9805\u76ee\u306f\u5fc5\u9808\u3067\u3059\u3002",
51
+ number:"\u6b63\u3057\u3044\u6570\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
52
+ minValue:"\u6b21\u306e\u5024\u4ee5\u4e0a\u3067\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
53
+ maxValue:"\u6b21\u306e\u5024\u4ee5\u4e0b\u3067\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
54
+ email: "e-mail\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002",
55
+ integer: "\u6b63\u3057\u3044\u6574\u6570\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
56
+ date: "\u6b63\u3057\u3044\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
57
+ url: "\u306F\u6709\u52B9\u306AURL\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002\20\u30D7\u30EC\u30D5\u30A3\u30C3\u30AF\u30B9\u304C\u5FC5\u8981\u3067\u3059\u3002 ('http://' \u307E\u305F\u306F 'https://')",
58
+ nodefined: " \u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093",
59
+ novalue: " \u623B\u308A\u5024\u304C\u5FC5\u8981\u3067\u3059",
60
+ customarray: "\u30AB\u30B9\u30BF\u30E0\u95A2\u6570\u306F\u914D\u5217\u3092\u8FD4\u3059\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059",
61
+ customfcheck: "\u30AB\u30B9\u30BF\u30E0\u691C\u8A3C\u306B\u306F\u30AB\u30B9\u30BF\u30E0\u95A2\u6570\u304C\u5FC5\u8981\u3067\u3059"
62
+ }
63
+ },
64
+ view : {
65
+ caption: "\u30EC\u30B3\u30FC\u30C9\u3092\u8868\u793A",
66
+ bClose: "\u9589\u3058\u308B"
67
+ },
68
+ del : {
69
+ caption: "\u524a\u9664",
70
+ msg: "\u9078\u629e\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f",
71
+ bSubmit: "\u524a\u9664",
72
+ bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb"
73
+ },
74
+ nav : {
75
+ edittext: " ",
76
+ edittitle: "\u9078\u629e\u3057\u305f\u884c\u3092\u7de8\u96c6",
77
+ addtext:" ",
78
+ addtitle: "\u884c\u3092\u65b0\u898f\u8ffd\u52a0",
79
+ deltext: " ",
80
+ deltitle: "\u9078\u629e\u3057\u305f\u884c\u3092\u524a\u9664",
81
+ searchtext: " ",
82
+ searchtitle: "\u30ec\u30b3\u30fc\u30c9\u691c\u7d22",
83
+ refreshtext: "",
84
+ refreshtitle: "\u30b0\u30ea\u30c3\u30c9\u3092\u30ea\u30ed\u30fc\u30c9",
85
+ alertcap: "\u8b66\u544a",
86
+ alerttext: "\u884c\u3092\u9078\u629e\u3057\u3066\u4e0b\u3055\u3044\u3002",
87
+ viewtext: "",
88
+ viewtitle: "\u9078\u629E\u3057\u305F\u884C\u3092\u8868\u793A"
89
+ },
90
+ col : {
91
+ caption: "\u5217\u3092\u8868\u793a\uff0f\u96a0\u3059",
92
+ bSubmit: "\u9001\u4fe1",
93
+ bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb"
94
+ },
95
+ errors : {
96
+ errcap : "\u30a8\u30e9\u30fc",
97
+ nourl : "URL\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",
98
+ norecords: "\u51e6\u7406\u5bfe\u8c61\u306e\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308a\u307e\u305b\u3093\u3002",
99
+ model : "colNames\u306e\u9577\u3055\u304ccolModel\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002"
100
+ },
101
+ formatter : {
102
+ integer: {
103
+ thousandsSeparator: ",",
104
+ defaultValue: '0'
105
+ },
106
+ number: {
107
+ decimalSeparator: ".",
108
+ thousandsSeparator: ",",
109
+ decimalPlaces: 2,
110
+ defaultValue: '0.00'
111
+ },
112
+ currency: {
113
+ decimalSeparator: ".",
114
+ thousandsSeparator: ",",
115
+ decimalPlaces: 0,
116
+ prefix: "",
117
+ suffix: "",
118
+ defaultValue: '0'
119
+ },
120
+ date : {
121
+ dayNames: [
122
+ "\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f",
123
+ "\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f"
124
+ ],
125
+ monthNames: [
126
+ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12",
127
+ "1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708"
128
+ ],
129
+ AmPm : ["am","pm","AM","PM"],
130
+ S: "\u756a\u76ee",
131
+ srcformat: 'Y-m-d',
132
+ newformat: 'd/m/Y',
133
+ masks : {
134
+ ISO8601Long:"Y-m-d H:i:s",
135
+ ISO8601Short:"Y-m-d",
136
+ ShortDate: "n/j/Y",
137
+ LongDate: "l, F d, Y",
138
+ FullDateTime: "l, F d, Y g:i:s A",
139
+ MonthDay: "F d",
140
+ ShortTime: "g:i A",
141
+ LongTime: "g:i:s A",
142
+ SortableDateTime: "Y-m-d\\TH:i:s",
143
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
144
+ YearMonth: "F, Y"
145
+ },
146
+ reformatAfterEdit : false
147
+ },
148
+ baseLinkUrl: '',
149
+ showAction: '',
150
+ target: '',
151
+ checkbox : {disabled:true},
152
+ idName : 'id'
153
+ }
154
+ };
155
+ })(jQuery);
@@ -1,149 +1,149 @@
1
- (function(a) {
2
- a.jgrid =
3
- {
4
- defaults:
5
- {
6
- recordtext: "regels {0} - {1} van {2}",
7
- emptyrecords: "Geen data gevonden.",
8
- loadtext: "laden...",
9
- pgtext: "pagina {0} van {1}"
10
- },
11
- search:
12
- {
13
- caption: "Zoeken...",
14
- Find: "Zoek",
15
- Reset: "Herstellen",
16
- odata: ["gelijk aan", "niet gelijk aan", "kleiner dan", "kleiner dan of gelijk aan", "groter dan", "groter dan of gelijk aan", "begint met", "begint niet met", "is in", "is niet in", "eindigd met", "eindigd niet met", "bevat", "bevat niet"],
17
- groupOps: [{ op: "AND", text: "alle" }, { op: "OR", text: "een van de"}],
18
- matchText: " match",
19
- rulesText: " regels"
20
- },
21
- edit:
22
- {
23
- addCaption: "Nieuw",
24
- editCaption: "Bewerken",
25
- bSubmit: "Opslaan",
26
- bCancel: "Annuleren",
27
- bClose: "Sluiten",
28
- saveData: "Er is data aangepast! Wijzigingen opslaan?",
29
- bYes: "Ja",
30
- bNo: "Nee",
31
- bExit: "Sluiten",
32
- msg:
33
- {
34
- required: "Veld is verplicht",
35
- number: "Voer a.u.b. geldig nummer in",
36
- minValue: "Waarde moet groter of gelijk zijn aan ",
37
- maxValue: "Waarde moet kleiner of gelijks zijn aan",
38
- email: "is geen geldig e-mailadres",
39
- integer: "Voer a.u.b. een geldig getal in",
40
- date: "Voer a.u.b. een geldige waarde in",
41
- url: "is geen geldige URL. Prefix is verplicht ('http://' or 'https://')",
42
- nodefined : " is not defined!",
43
- novalue : " return value is required!",
44
- customarray : "Custom function should return array!",
45
- customfcheck : "Custom function should be present in case of custom checking!"
46
- }
47
- },
48
- view:
49
- {
50
- caption: "Tonen",
51
- bClose: "Sluiten"
52
- },
53
- del:
54
- {
55
- caption: "Verwijderen",
56
- msg: "Verwijder geselecteerde regel(s)?",
57
- bSubmit: "Verwijderen",
58
- bCancel: "Annuleren"
59
- },
60
- nav:
61
- {
62
- edittext: "",
63
- edittitle: "Bewerken",
64
- addtext: "",
65
- addtitle: "Nieuw",
66
- deltext: "",
67
- deltitle: "Verwijderen",
68
- searchtext: "",
69
- searchtitle: "Zoeken",
70
- refreshtext: "",
71
- refreshtitle: "Vernieuwen",
72
- alertcap: "Waarschuwing",
73
- alerttext: "Selecteer a.u.b. een regel",
74
- viewtext: "",
75
- viewtitle: "Openen"
76
- },
77
- col:
78
- {
79
- caption: "Tonen/verbergen kolommen",
80
- bSubmit: "OK",
81
- bCancel: "Annuleren"
82
- },
83
- errors:
84
- {
85
- errcap: "Fout",
86
- nourl: "Er is geen URL gedefinieerd",
87
- norecords: "Geen data om te verwerken",
88
- model: "Lengte van 'colNames' is niet gelijk aan 'colModel'!"
89
- },
90
- formatter:
91
- {
92
- integer:
93
- {
94
- thousandsSeparator: ".",
95
- defaultValue: "0"
96
- },
97
- number:
98
- {
99
- decimalSeparator: ",",
100
- thousandsSeparator: ".",
101
- decimalPlaces: 2,
102
- defaultValue: "0.00"
103
- },
104
- currency:
105
- {
106
- decimalSeparator: ",",
107
- thousandsSeparator: ".",
108
- decimalPlaces: 2,
109
- prefix: "EUR ",
110
- suffix: "",
111
- defaultValue: "0.00"
112
- },
113
- date:
114
- {
115
- dayNames: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag"],
116
- monthNames: ["Jan", "Feb", "Maa", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "October", "November", "December"],
117
- AmPm: ["am", "pm", "AM", "PM"],
118
- S: function(b) {
119
- return b < 11 || b > 13 ? ["st", "nd", "rd", "th"][Math.min((b - 1) % 10, 3)] : "th"
120
- },
121
- srcformat: "Y-m-d",
122
- newformat: "d/m/Y",
123
- masks:
124
- {
125
- ISO8601Long: "Y-m-d H:i:s",
126
- ISO8601Short: "Y-m-d",
127
- ShortDate: "n/j/Y",
128
- LongDate: "l, F d, Y",
129
- FullDateTime: "l d F Y G:i:s",
130
- MonthDay: "d F",
131
- ShortTime: "G:i",
132
- LongTime: "G:i:s",
133
- SortableDateTime: "Y-m-d\\TH:i:s",
134
- UniversalSortableDateTime: "Y-m-d H:i:sO",
135
- YearMonth: "F, Y"
136
- },
137
- reformatAfterEdit: false
138
- },
139
- baseLinkUrl: "",
140
- showAction: "",
141
- target: "",
142
- checkbox:
143
- {
144
- disabled: true
145
- },
146
- idName: "id"
147
- }
148
- }
1
+ (function(a) {
2
+ a.jgrid =
3
+ {
4
+ defaults:
5
+ {
6
+ recordtext: "regels {0} - {1} van {2}",
7
+ emptyrecords: "Geen data gevonden.",
8
+ loadtext: "laden...",
9
+ pgtext: "pagina {0} van {1}"
10
+ },
11
+ search:
12
+ {
13
+ caption: "Zoeken...",
14
+ Find: "Zoek",
15
+ Reset: "Herstellen",
16
+ odata: ["gelijk aan", "niet gelijk aan", "kleiner dan", "kleiner dan of gelijk aan", "groter dan", "groter dan of gelijk aan", "begint met", "begint niet met", "is in", "is niet in", "eindigd met", "eindigd niet met", "bevat", "bevat niet"],
17
+ groupOps: [{ op: "AND", text: "alle" }, { op: "OR", text: "een van de"}],
18
+ matchText: " match",
19
+ rulesText: " regels"
20
+ },
21
+ edit:
22
+ {
23
+ addCaption: "Nieuw",
24
+ editCaption: "Bewerken",
25
+ bSubmit: "Opslaan",
26
+ bCancel: "Annuleren",
27
+ bClose: "Sluiten",
28
+ saveData: "Er is data aangepast! Wijzigingen opslaan?",
29
+ bYes: "Ja",
30
+ bNo: "Nee",
31
+ bExit: "Sluiten",
32
+ msg:
33
+ {
34
+ required: "Veld is verplicht",
35
+ number: "Voer a.u.b. geldig nummer in",
36
+ minValue: "Waarde moet groter of gelijk zijn aan ",
37
+ maxValue: "Waarde moet kleiner of gelijks zijn aan",
38
+ email: "is geen geldig e-mailadres",
39
+ integer: "Voer a.u.b. een geldig getal in",
40
+ date: "Voer a.u.b. een geldige waarde in",
41
+ url: "is geen geldige URL. Prefix is verplicht ('http://' or 'https://')",
42
+ nodefined : " is not defined!",
43
+ novalue : " return value is required!",
44
+ customarray : "Custom function should return array!",
45
+ customfcheck : "Custom function should be present in case of custom checking!"
46
+ }
47
+ },
48
+ view:
49
+ {
50
+ caption: "Tonen",
51
+ bClose: "Sluiten"
52
+ },
53
+ del:
54
+ {
55
+ caption: "Verwijderen",
56
+ msg: "Verwijder geselecteerde regel(s)?",
57
+ bSubmit: "Verwijderen",
58
+ bCancel: "Annuleren"
59
+ },
60
+ nav:
61
+ {
62
+ edittext: "",
63
+ edittitle: "Bewerken",
64
+ addtext: "",
65
+ addtitle: "Nieuw",
66
+ deltext: "",
67
+ deltitle: "Verwijderen",
68
+ searchtext: "",
69
+ searchtitle: "Zoeken",
70
+ refreshtext: "",
71
+ refreshtitle: "Vernieuwen",
72
+ alertcap: "Waarschuwing",
73
+ alerttext: "Selecteer a.u.b. een regel",
74
+ viewtext: "",
75
+ viewtitle: "Openen"
76
+ },
77
+ col:
78
+ {
79
+ caption: "Tonen/verbergen kolommen",
80
+ bSubmit: "OK",
81
+ bCancel: "Annuleren"
82
+ },
83
+ errors:
84
+ {
85
+ errcap: "Fout",
86
+ nourl: "Er is geen URL gedefinieerd",
87
+ norecords: "Geen data om te verwerken",
88
+ model: "Lengte van 'colNames' is niet gelijk aan 'colModel'!"
89
+ },
90
+ formatter:
91
+ {
92
+ integer:
93
+ {
94
+ thousandsSeparator: ".",
95
+ defaultValue: "0"
96
+ },
97
+ number:
98
+ {
99
+ decimalSeparator: ",",
100
+ thousandsSeparator: ".",
101
+ decimalPlaces: 2,
102
+ defaultValue: "0.00"
103
+ },
104
+ currency:
105
+ {
106
+ decimalSeparator: ",",
107
+ thousandsSeparator: ".",
108
+ decimalPlaces: 2,
109
+ prefix: "EUR ",
110
+ suffix: "",
111
+ defaultValue: "0.00"
112
+ },
113
+ date:
114
+ {
115
+ dayNames: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag"],
116
+ monthNames: ["Jan", "Feb", "Maa", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "October", "November", "December"],
117
+ AmPm: ["am", "pm", "AM", "PM"],
118
+ S: function(b) {
119
+ return b < 11 || b > 13 ? ["st", "nd", "rd", "th"][Math.min((b - 1) % 10, 3)] : "th"
120
+ },
121
+ srcformat: "Y-m-d",
122
+ newformat: "d/m/Y",
123
+ masks:
124
+ {
125
+ ISO8601Long: "Y-m-d H:i:s",
126
+ ISO8601Short: "Y-m-d",
127
+ ShortDate: "n/j/Y",
128
+ LongDate: "l, F d, Y",
129
+ FullDateTime: "l d F Y G:i:s",
130
+ MonthDay: "d F",
131
+ ShortTime: "G:i",
132
+ LongTime: "G:i:s",
133
+ SortableDateTime: "Y-m-d\\TH:i:s",
134
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
135
+ YearMonth: "F, Y"
136
+ },
137
+ reformatAfterEdit: false
138
+ },
139
+ baseLinkUrl: "",
140
+ showAction: "",
141
+ target: "",
142
+ checkbox:
143
+ {
144
+ disabled: true
145
+ },
146
+ idName: "id"
147
+ }
148
+ }
149
149
  })(jQuery);