compass-jquery-plugin 0.3.0.beta.16 → 0.3.0.beta.17
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.
- data/VERSION.yml +1 -1
- data/compass-jquery-plugin.gemspec +1 -2
- data/lib/jquery/jstree.rb +1 -3
- data/templates/dynatree/manifest.rb +146 -146
- data/templates/jqgrid/i18n/jqgrid/locale-gl.js +126 -126
- data/templates/jqgrid/i18n/jqgrid/locale-gl.min.js +7 -7
- data/templates/jqgrid/jquery.jqGrid.js +11565 -11565
- data/templates/jqgrid/jquery.jqGrid.min.js +472 -472
- data/templates/jqgrid/manifest.rb +70 -70
- data/templates/jqical/jquery.jqical.js +7907 -7907
- data/templates/jqical/jquery.jqical.min.js +209 -209
- data/templates/jqical/jquery.ui/jqical.scss +940 -940
- data/templates/jstree/jquery.jstree.js +3664 -3664
- data/templates/jstree/jquery.jstree.min.js +174 -174
- data/templates/jstree/jquery.ui/jstree.aero.scss +209 -209
- data/templates/jstree/jquery.ui/jstree.aqua.scss +214 -214
- data/templates/jstree/jquery.ui/jstree.chrystal.scss +205 -205
- data/templates/jstree/jquery.ui/jstree.classic.scss +148 -148
- data/templates/jstree/jquery.ui/jstree.default-rtl.scss +228 -228
- data/templates/jstree/jquery.ui/jstree.default.scss +189 -189
- data/templates/jstree/manifest.rb +35 -35
- metadata +3 -4
- data/lib/jquery/jstree/jstree.rb +0 -116
data/VERSION.yml
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{compass-jquery-plugin}
|
8
|
-
s.version = "0.3.0.beta.
|
8
|
+
s.version = "0.3.0.beta.17"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Kosmas Schuetz"]
|
@@ -61,7 +61,6 @@ Gem::Specification.new do |s|
|
|
61
61
|
"lib/jquery/jquery_selector_assertions.rb",
|
62
62
|
"lib/jquery/jrails.rb",
|
63
63
|
"lib/jquery/jstree.rb",
|
64
|
-
"lib/jquery/jstree/jstree.rb",
|
65
64
|
"lib/jquery/ribbon.rb",
|
66
65
|
"lib/jquery/secret_sauce.rb",
|
67
66
|
"lib/jquery/secret_sauce/controller/ui_dialog_controls.rb",
|
data/lib/jquery/jstree.rb
CHANGED
@@ -1,146 +1,146 @@
|
|
1
|
-
# Generated by compass-jquery-plugin/gem-tasks/dynatree.rake
|
2
|
-
# Install with: compass install jquery/dynatree
|
3
|
-
|
4
|
-
file 'config/initializers/dynatree.rb'
|
5
|
-
javascript 'jquery.dynatree.js'
|
6
|
-
javascript 'jquery.dynatree.min.js'
|
7
|
-
stylesheet 'jquery.ui/dynatree.aero.scss', :media => 'screen, projection'
|
8
|
-
image 'jquery.ui/dynatree.aero/cbChecked.png'
|
9
|
-
image 'jquery.ui/dynatree.aero/cbChecked_hover.png'
|
10
|
-
image 'jquery.ui/dynatree.aero/cbIntermediate.png'
|
11
|
-
image 'jquery.ui/dynatree.aero/cbIntermediate_hover.png'
|
12
|
-
image 'jquery.ui/dynatree.aero/cbUnchecked.png'
|
13
|
-
image 'jquery.ui/dynatree.aero/cbUnchecked_hover.png'
|
14
|
-
image 'jquery.ui/dynatree.aero/collapsed.png'
|
15
|
-
image 'jquery.ui/dynatree.aero/collapsed_hover.png'
|
16
|
-
image 'jquery.ui/dynatree.aero/copy_here.png'
|
17
|
-
image 'jquery.ui/dynatree.aero/customDoc1.png'
|
18
|
-
image 'jquery.ui/dynatree.aero/customFolder1.png'
|
19
|
-
image 'jquery.ui/dynatree.aero/document.png'
|
20
|
-
image 'jquery.ui/dynatree.aero/doc_with_children.png'
|
21
|
-
image 'jquery.ui/dynatree.aero/drop_accept.png'
|
22
|
-
image 'jquery.ui/dynatree.aero/drop_here.png'
|
23
|
-
image 'jquery.ui/dynatree.aero/drop_reject.png'
|
24
|
-
image 'jquery.ui/dynatree.aero/empty.png'
|
25
|
-
image 'jquery.ui/dynatree.aero/expanded.png'
|
26
|
-
image 'jquery.ui/dynatree.aero/expanded_hover.png'
|
27
|
-
image 'jquery.ui/dynatree.aero/folder.png'
|
28
|
-
image 'jquery.ui/dynatree.aero/folder_docs.png'
|
29
|
-
image 'jquery.ui/dynatree.aero/folder_images.png'
|
30
|
-
image 'jquery.ui/dynatree.aero/folder_page.png'
|
31
|
-
image 'jquery.ui/dynatree.aero/ltDoc.png'
|
32
|
-
image 'jquery.ui/dynatree.aero/ltError.png'
|
33
|
-
image 'jquery.ui/dynatree.aero/ltWait.gif'
|
34
|
-
image 'jquery.ui/dynatree.aero/move_here.png'
|
35
|
-
image 'jquery.ui/dynatree.aero/rbChecked.png'
|
36
|
-
image 'jquery.ui/dynatree.aero/rbChecked_hover.png'
|
37
|
-
image 'jquery.ui/dynatree.aero/rbIntermediate.png'
|
38
|
-
image 'jquery.ui/dynatree.aero/rbIntermediate_hover.png'
|
39
|
-
image 'jquery.ui/dynatree.aero/rbUnchecked.png'
|
40
|
-
image 'jquery.ui/dynatree.aero/rbUnchecked_hover.png'
|
41
|
-
stylesheet 'jquery.ui/dynatree.aqua.scss', :media => 'screen, projection'
|
42
|
-
image 'jquery.ui/dynatree.aqua/cbChecked.png'
|
43
|
-
image 'jquery.ui/dynatree.aqua/cbChecked_hover.png'
|
44
|
-
image 'jquery.ui/dynatree.aqua/cbIntermediate.png'
|
45
|
-
image 'jquery.ui/dynatree.aqua/cbIntermediate_hover.png'
|
46
|
-
image 'jquery.ui/dynatree.aqua/cbUnchecked.png'
|
47
|
-
image 'jquery.ui/dynatree.aqua/cbUnchecked_hover.png'
|
48
|
-
image 'jquery.ui/dynatree.aqua/collapsed.png'
|
49
|
-
image 'jquery.ui/dynatree.aqua/collapsed_hover.png'
|
50
|
-
image 'jquery.ui/dynatree.aqua/copy_here.png'
|
51
|
-
image 'jquery.ui/dynatree.aqua/customDoc1.png'
|
52
|
-
image 'jquery.ui/dynatree.aqua/customFolder1.png'
|
53
|
-
image 'jquery.ui/dynatree.aqua/document.png'
|
54
|
-
image 'jquery.ui/dynatree.aqua/doc_with_children.png'
|
55
|
-
image 'jquery.ui/dynatree.aqua/drop_accept.png'
|
56
|
-
image 'jquery.ui/dynatree.aqua/drop_here.png'
|
57
|
-
image 'jquery.ui/dynatree.aqua/drop_reject.png'
|
58
|
-
image 'jquery.ui/dynatree.aqua/empty.png'
|
59
|
-
image 'jquery.ui/dynatree.aqua/expanded.png'
|
60
|
-
image 'jquery.ui/dynatree.aqua/expanded_hover.png'
|
61
|
-
image 'jquery.ui/dynatree.aqua/folder.png'
|
62
|
-
image 'jquery.ui/dynatree.aqua/folder_docs.png'
|
63
|
-
image 'jquery.ui/dynatree.aqua/folder_images.png'
|
64
|
-
image 'jquery.ui/dynatree.aqua/folder_open.png'
|
65
|
-
image 'jquery.ui/dynatree.aqua/folder_page.png'
|
66
|
-
image 'jquery.ui/dynatree.aqua/ltDoc.png'
|
67
|
-
image 'jquery.ui/dynatree.aqua/ltError.png'
|
68
|
-
image 'jquery.ui/dynatree.aqua/ltWait.gif'
|
69
|
-
image 'jquery.ui/dynatree.aqua/move_here.png'
|
70
|
-
image 'jquery.ui/dynatree.aqua/rbChecked.png'
|
71
|
-
image 'jquery.ui/dynatree.aqua/rbChecked_hover.png'
|
72
|
-
image 'jquery.ui/dynatree.aqua/rbIntermediate.png'
|
73
|
-
image 'jquery.ui/dynatree.aqua/rbIntermediate_hover.png'
|
74
|
-
image 'jquery.ui/dynatree.aqua/rbUnchecked.png'
|
75
|
-
image 'jquery.ui/dynatree.aqua/rbUnchecked_hover.png'
|
76
|
-
stylesheet 'jquery.ui/dynatree.crystal.scss', :media => 'screen, projection'
|
77
|
-
image 'jquery.ui/dynatree.crystal/cbChecked.png'
|
78
|
-
image 'jquery.ui/dynatree.crystal/cbChecked_hover.png'
|
79
|
-
image 'jquery.ui/dynatree.crystal/cbIntermediate.png'
|
80
|
-
image 'jquery.ui/dynatree.crystal/cbIntermediate_hover.png'
|
81
|
-
image 'jquery.ui/dynatree.crystal/cbUnchecked.png'
|
82
|
-
image 'jquery.ui/dynatree.crystal/cbUnchecked_hover.png'
|
83
|
-
image 'jquery.ui/dynatree.crystal/collapsed.png'
|
84
|
-
image 'jquery.ui/dynatree.crystal/collapsed_hover.png'
|
85
|
-
image 'jquery.ui/dynatree.crystal/copy_here.png'
|
86
|
-
image 'jquery.ui/dynatree.crystal/customDoc1.png'
|
87
|
-
image 'jquery.ui/dynatree.crystal/customFolder1.png'
|
88
|
-
image 'jquery.ui/dynatree.crystal/document.png'
|
89
|
-
image 'jquery.ui/dynatree.crystal/doc_with_children.png'
|
90
|
-
image 'jquery.ui/dynatree.crystal/drop_accept.png'
|
91
|
-
image 'jquery.ui/dynatree.crystal/drop_here.png'
|
92
|
-
image 'jquery.ui/dynatree.crystal/drop_reject.png'
|
93
|
-
image 'jquery.ui/dynatree.crystal/empty.png'
|
94
|
-
image 'jquery.ui/dynatree.crystal/expanded.png'
|
95
|
-
image 'jquery.ui/dynatree.crystal/expanded_hover.png'
|
96
|
-
image 'jquery.ui/dynatree.crystal/folder.png'
|
97
|
-
image 'jquery.ui/dynatree.crystal/folder_docs.png'
|
98
|
-
image 'jquery.ui/dynatree.crystal/folder_images.png'
|
99
|
-
image 'jquery.ui/dynatree.crystal/folder_open.png'
|
100
|
-
image 'jquery.ui/dynatree.crystal/folder_page.png'
|
101
|
-
image 'jquery.ui/dynatree.crystal/ltDoc.png'
|
102
|
-
image 'jquery.ui/dynatree.crystal/ltError.png'
|
103
|
-
image 'jquery.ui/dynatree.crystal/ltWait.gif'
|
104
|
-
image 'jquery.ui/dynatree.crystal/move_here.png'
|
105
|
-
image 'jquery.ui/dynatree.crystal/rbChecked.png'
|
106
|
-
image 'jquery.ui/dynatree.crystal/rbChecked_hover.png'
|
107
|
-
image 'jquery.ui/dynatree.crystal/rbIntermediate.png'
|
108
|
-
image 'jquery.ui/dynatree.crystal/rbIntermediate_hover.png'
|
109
|
-
image 'jquery.ui/dynatree.crystal/rbUnchecked.png'
|
110
|
-
image 'jquery.ui/dynatree.crystal/rbUnchecked_hover.png'
|
111
|
-
stylesheet 'jquery.ui/dynatree.xp.scss', :media => 'screen, projection'
|
112
|
-
image 'jquery.ui/dynatree.xp/cbChecked.png'
|
113
|
-
image 'jquery.ui/dynatree.xp/cbChecked_hover.png'
|
114
|
-
image 'jquery.ui/dynatree.xp/cbIntermediate.png'
|
115
|
-
image 'jquery.ui/dynatree.xp/cbIntermediate_hover.png'
|
116
|
-
image 'jquery.ui/dynatree.xp/cbUnchecked.png'
|
117
|
-
image 'jquery.ui/dynatree.xp/cbUnchecked_hover.png'
|
118
|
-
image 'jquery.ui/dynatree.xp/copy_here.png'
|
119
|
-
image 'jquery.ui/dynatree.xp/customDoc1.png'
|
120
|
-
image 'jquery.ui/dynatree.xp/customFolder1.png'
|
121
|
-
image 'jquery.ui/dynatree.xp/drop_accept.png'
|
122
|
-
image 'jquery.ui/dynatree.xp/drop_here.png'
|
123
|
-
image 'jquery.ui/dynatree.xp/drop_reject.png'
|
124
|
-
image 'jquery.ui/dynatree.xp/ltDoc.png'
|
125
|
-
image 'jquery.ui/dynatree.xp/ltD_ne.png'
|
126
|
-
image 'jquery.ui/dynatree.xp/ltD_nes.png'
|
127
|
-
image 'jquery.ui/dynatree.xp/ltError.png'
|
128
|
-
image 'jquery.ui/dynatree.xp/ltFld.png'
|
129
|
-
image 'jquery.ui/dynatree.xp/ltFld_o.png'
|
130
|
-
image 'jquery.ui/dynatree.xp/ltL_.png'
|
131
|
-
image 'jquery.ui/dynatree.xp/ltL_ne.png'
|
132
|
-
image 'jquery.ui/dynatree.xp/ltL_nes.png'
|
133
|
-
image 'jquery.ui/dynatree.xp/ltL_ns.png'
|
134
|
-
image 'jquery.ui/dynatree.xp/ltM_ne.png'
|
135
|
-
image 'jquery.ui/dynatree.xp/ltM_nes.png'
|
136
|
-
image 'jquery.ui/dynatree.xp/ltP_ne.png'
|
137
|
-
image 'jquery.ui/dynatree.xp/ltP_nes.png'
|
138
|
-
image 'jquery.ui/dynatree.xp/ltWait.gif'
|
139
|
-
image 'jquery.ui/dynatree.xp/move_here.png'
|
140
|
-
image 'jquery.ui/dynatree.xp/rbChecked.png'
|
141
|
-
image 'jquery.ui/dynatree.xp/rbChecked_hover.png'
|
142
|
-
image 'jquery.ui/dynatree.xp/rbIntermediate.png'
|
143
|
-
image 'jquery.ui/dynatree.xp/rbIntermediate_hover.png'
|
144
|
-
image 'jquery.ui/dynatree.xp/rbUnchecked.png'
|
145
|
-
image 'jquery.ui/dynatree.xp/rbUnchecked_hover.png'
|
146
|
-
image 'jquery.ui/dynatree.xp/vline.png'
|
1
|
+
# Generated by compass-jquery-plugin/gem-tasks/dynatree.rake
|
2
|
+
# Install with: compass install jquery/dynatree
|
3
|
+
|
4
|
+
file 'config/initializers/dynatree.rb'
|
5
|
+
javascript 'jquery.dynatree.js'
|
6
|
+
javascript 'jquery.dynatree.min.js'
|
7
|
+
stylesheet 'jquery.ui/dynatree.aero.scss', :media => 'screen, projection'
|
8
|
+
image 'jquery.ui/dynatree.aero/cbChecked.png'
|
9
|
+
image 'jquery.ui/dynatree.aero/cbChecked_hover.png'
|
10
|
+
image 'jquery.ui/dynatree.aero/cbIntermediate.png'
|
11
|
+
image 'jquery.ui/dynatree.aero/cbIntermediate_hover.png'
|
12
|
+
image 'jquery.ui/dynatree.aero/cbUnchecked.png'
|
13
|
+
image 'jquery.ui/dynatree.aero/cbUnchecked_hover.png'
|
14
|
+
image 'jquery.ui/dynatree.aero/collapsed.png'
|
15
|
+
image 'jquery.ui/dynatree.aero/collapsed_hover.png'
|
16
|
+
image 'jquery.ui/dynatree.aero/copy_here.png'
|
17
|
+
image 'jquery.ui/dynatree.aero/customDoc1.png'
|
18
|
+
image 'jquery.ui/dynatree.aero/customFolder1.png'
|
19
|
+
image 'jquery.ui/dynatree.aero/document.png'
|
20
|
+
image 'jquery.ui/dynatree.aero/doc_with_children.png'
|
21
|
+
image 'jquery.ui/dynatree.aero/drop_accept.png'
|
22
|
+
image 'jquery.ui/dynatree.aero/drop_here.png'
|
23
|
+
image 'jquery.ui/dynatree.aero/drop_reject.png'
|
24
|
+
image 'jquery.ui/dynatree.aero/empty.png'
|
25
|
+
image 'jquery.ui/dynatree.aero/expanded.png'
|
26
|
+
image 'jquery.ui/dynatree.aero/expanded_hover.png'
|
27
|
+
image 'jquery.ui/dynatree.aero/folder.png'
|
28
|
+
image 'jquery.ui/dynatree.aero/folder_docs.png'
|
29
|
+
image 'jquery.ui/dynatree.aero/folder_images.png'
|
30
|
+
image 'jquery.ui/dynatree.aero/folder_page.png'
|
31
|
+
image 'jquery.ui/dynatree.aero/ltDoc.png'
|
32
|
+
image 'jquery.ui/dynatree.aero/ltError.png'
|
33
|
+
image 'jquery.ui/dynatree.aero/ltWait.gif'
|
34
|
+
image 'jquery.ui/dynatree.aero/move_here.png'
|
35
|
+
image 'jquery.ui/dynatree.aero/rbChecked.png'
|
36
|
+
image 'jquery.ui/dynatree.aero/rbChecked_hover.png'
|
37
|
+
image 'jquery.ui/dynatree.aero/rbIntermediate.png'
|
38
|
+
image 'jquery.ui/dynatree.aero/rbIntermediate_hover.png'
|
39
|
+
image 'jquery.ui/dynatree.aero/rbUnchecked.png'
|
40
|
+
image 'jquery.ui/dynatree.aero/rbUnchecked_hover.png'
|
41
|
+
stylesheet 'jquery.ui/dynatree.aqua.scss', :media => 'screen, projection'
|
42
|
+
image 'jquery.ui/dynatree.aqua/cbChecked.png'
|
43
|
+
image 'jquery.ui/dynatree.aqua/cbChecked_hover.png'
|
44
|
+
image 'jquery.ui/dynatree.aqua/cbIntermediate.png'
|
45
|
+
image 'jquery.ui/dynatree.aqua/cbIntermediate_hover.png'
|
46
|
+
image 'jquery.ui/dynatree.aqua/cbUnchecked.png'
|
47
|
+
image 'jquery.ui/dynatree.aqua/cbUnchecked_hover.png'
|
48
|
+
image 'jquery.ui/dynatree.aqua/collapsed.png'
|
49
|
+
image 'jquery.ui/dynatree.aqua/collapsed_hover.png'
|
50
|
+
image 'jquery.ui/dynatree.aqua/copy_here.png'
|
51
|
+
image 'jquery.ui/dynatree.aqua/customDoc1.png'
|
52
|
+
image 'jquery.ui/dynatree.aqua/customFolder1.png'
|
53
|
+
image 'jquery.ui/dynatree.aqua/document.png'
|
54
|
+
image 'jquery.ui/dynatree.aqua/doc_with_children.png'
|
55
|
+
image 'jquery.ui/dynatree.aqua/drop_accept.png'
|
56
|
+
image 'jquery.ui/dynatree.aqua/drop_here.png'
|
57
|
+
image 'jquery.ui/dynatree.aqua/drop_reject.png'
|
58
|
+
image 'jquery.ui/dynatree.aqua/empty.png'
|
59
|
+
image 'jquery.ui/dynatree.aqua/expanded.png'
|
60
|
+
image 'jquery.ui/dynatree.aqua/expanded_hover.png'
|
61
|
+
image 'jquery.ui/dynatree.aqua/folder.png'
|
62
|
+
image 'jquery.ui/dynatree.aqua/folder_docs.png'
|
63
|
+
image 'jquery.ui/dynatree.aqua/folder_images.png'
|
64
|
+
image 'jquery.ui/dynatree.aqua/folder_open.png'
|
65
|
+
image 'jquery.ui/dynatree.aqua/folder_page.png'
|
66
|
+
image 'jquery.ui/dynatree.aqua/ltDoc.png'
|
67
|
+
image 'jquery.ui/dynatree.aqua/ltError.png'
|
68
|
+
image 'jquery.ui/dynatree.aqua/ltWait.gif'
|
69
|
+
image 'jquery.ui/dynatree.aqua/move_here.png'
|
70
|
+
image 'jquery.ui/dynatree.aqua/rbChecked.png'
|
71
|
+
image 'jquery.ui/dynatree.aqua/rbChecked_hover.png'
|
72
|
+
image 'jquery.ui/dynatree.aqua/rbIntermediate.png'
|
73
|
+
image 'jquery.ui/dynatree.aqua/rbIntermediate_hover.png'
|
74
|
+
image 'jquery.ui/dynatree.aqua/rbUnchecked.png'
|
75
|
+
image 'jquery.ui/dynatree.aqua/rbUnchecked_hover.png'
|
76
|
+
stylesheet 'jquery.ui/dynatree.crystal.scss', :media => 'screen, projection'
|
77
|
+
image 'jquery.ui/dynatree.crystal/cbChecked.png'
|
78
|
+
image 'jquery.ui/dynatree.crystal/cbChecked_hover.png'
|
79
|
+
image 'jquery.ui/dynatree.crystal/cbIntermediate.png'
|
80
|
+
image 'jquery.ui/dynatree.crystal/cbIntermediate_hover.png'
|
81
|
+
image 'jquery.ui/dynatree.crystal/cbUnchecked.png'
|
82
|
+
image 'jquery.ui/dynatree.crystal/cbUnchecked_hover.png'
|
83
|
+
image 'jquery.ui/dynatree.crystal/collapsed.png'
|
84
|
+
image 'jquery.ui/dynatree.crystal/collapsed_hover.png'
|
85
|
+
image 'jquery.ui/dynatree.crystal/copy_here.png'
|
86
|
+
image 'jquery.ui/dynatree.crystal/customDoc1.png'
|
87
|
+
image 'jquery.ui/dynatree.crystal/customFolder1.png'
|
88
|
+
image 'jquery.ui/dynatree.crystal/document.png'
|
89
|
+
image 'jquery.ui/dynatree.crystal/doc_with_children.png'
|
90
|
+
image 'jquery.ui/dynatree.crystal/drop_accept.png'
|
91
|
+
image 'jquery.ui/dynatree.crystal/drop_here.png'
|
92
|
+
image 'jquery.ui/dynatree.crystal/drop_reject.png'
|
93
|
+
image 'jquery.ui/dynatree.crystal/empty.png'
|
94
|
+
image 'jquery.ui/dynatree.crystal/expanded.png'
|
95
|
+
image 'jquery.ui/dynatree.crystal/expanded_hover.png'
|
96
|
+
image 'jquery.ui/dynatree.crystal/folder.png'
|
97
|
+
image 'jquery.ui/dynatree.crystal/folder_docs.png'
|
98
|
+
image 'jquery.ui/dynatree.crystal/folder_images.png'
|
99
|
+
image 'jquery.ui/dynatree.crystal/folder_open.png'
|
100
|
+
image 'jquery.ui/dynatree.crystal/folder_page.png'
|
101
|
+
image 'jquery.ui/dynatree.crystal/ltDoc.png'
|
102
|
+
image 'jquery.ui/dynatree.crystal/ltError.png'
|
103
|
+
image 'jquery.ui/dynatree.crystal/ltWait.gif'
|
104
|
+
image 'jquery.ui/dynatree.crystal/move_here.png'
|
105
|
+
image 'jquery.ui/dynatree.crystal/rbChecked.png'
|
106
|
+
image 'jquery.ui/dynatree.crystal/rbChecked_hover.png'
|
107
|
+
image 'jquery.ui/dynatree.crystal/rbIntermediate.png'
|
108
|
+
image 'jquery.ui/dynatree.crystal/rbIntermediate_hover.png'
|
109
|
+
image 'jquery.ui/dynatree.crystal/rbUnchecked.png'
|
110
|
+
image 'jquery.ui/dynatree.crystal/rbUnchecked_hover.png'
|
111
|
+
stylesheet 'jquery.ui/dynatree.xp.scss', :media => 'screen, projection'
|
112
|
+
image 'jquery.ui/dynatree.xp/cbChecked.png'
|
113
|
+
image 'jquery.ui/dynatree.xp/cbChecked_hover.png'
|
114
|
+
image 'jquery.ui/dynatree.xp/cbIntermediate.png'
|
115
|
+
image 'jquery.ui/dynatree.xp/cbIntermediate_hover.png'
|
116
|
+
image 'jquery.ui/dynatree.xp/cbUnchecked.png'
|
117
|
+
image 'jquery.ui/dynatree.xp/cbUnchecked_hover.png'
|
118
|
+
image 'jquery.ui/dynatree.xp/copy_here.png'
|
119
|
+
image 'jquery.ui/dynatree.xp/customDoc1.png'
|
120
|
+
image 'jquery.ui/dynatree.xp/customFolder1.png'
|
121
|
+
image 'jquery.ui/dynatree.xp/drop_accept.png'
|
122
|
+
image 'jquery.ui/dynatree.xp/drop_here.png'
|
123
|
+
image 'jquery.ui/dynatree.xp/drop_reject.png'
|
124
|
+
image 'jquery.ui/dynatree.xp/ltDoc.png'
|
125
|
+
image 'jquery.ui/dynatree.xp/ltD_ne.png'
|
126
|
+
image 'jquery.ui/dynatree.xp/ltD_nes.png'
|
127
|
+
image 'jquery.ui/dynatree.xp/ltError.png'
|
128
|
+
image 'jquery.ui/dynatree.xp/ltFld.png'
|
129
|
+
image 'jquery.ui/dynatree.xp/ltFld_o.png'
|
130
|
+
image 'jquery.ui/dynatree.xp/ltL_.png'
|
131
|
+
image 'jquery.ui/dynatree.xp/ltL_ne.png'
|
132
|
+
image 'jquery.ui/dynatree.xp/ltL_nes.png'
|
133
|
+
image 'jquery.ui/dynatree.xp/ltL_ns.png'
|
134
|
+
image 'jquery.ui/dynatree.xp/ltM_ne.png'
|
135
|
+
image 'jquery.ui/dynatree.xp/ltM_nes.png'
|
136
|
+
image 'jquery.ui/dynatree.xp/ltP_ne.png'
|
137
|
+
image 'jquery.ui/dynatree.xp/ltP_nes.png'
|
138
|
+
image 'jquery.ui/dynatree.xp/ltWait.gif'
|
139
|
+
image 'jquery.ui/dynatree.xp/move_here.png'
|
140
|
+
image 'jquery.ui/dynatree.xp/rbChecked.png'
|
141
|
+
image 'jquery.ui/dynatree.xp/rbChecked_hover.png'
|
142
|
+
image 'jquery.ui/dynatree.xp/rbIntermediate.png'
|
143
|
+
image 'jquery.ui/dynatree.xp/rbIntermediate_hover.png'
|
144
|
+
image 'jquery.ui/dynatree.xp/rbUnchecked.png'
|
145
|
+
image 'jquery.ui/dynatree.xp/rbUnchecked_hover.png'
|
146
|
+
image 'jquery.ui/dynatree.xp/vline.png'
|
@@ -1,126 +1,126 @@
|
|
1
|
-
;(function($){
|
2
|
-
/**
|
3
|
-
* jqGrid Galician Translation
|
4
|
-
* Translated by Jorge Barreiro <yortx.barry@gmail.com>
|
5
|
-
* Dual licensed under the MIT and GPL licenses:
|
6
|
-
* http://www.opensource.org/licenses/mit-license.php
|
7
|
-
* http://www.gnu.org/licenses/gpl.html
|
8
|
-
**/
|
9
|
-
$.jgrid = {
|
10
|
-
defaults : {
|
11
|
-
recordtext: "Amosando {0} - {1} de {2}",
|
12
|
-
emptyrecords: "Sen rexistros que amosar",
|
13
|
-
loadtext: "Cargando...",
|
14
|
-
pgtext : "Páxina {0} de {1}"
|
15
|
-
},
|
16
|
-
search : {
|
17
|
-
caption: "Búsqueda...",
|
18
|
-
Find: "Buscar",
|
19
|
-
Reset: "Limpar",
|
20
|
-
odata : ['igual ', 'diferente a', 'menor que', 'menor ou igual que','maior que','maior ou igual a', 'empece por','non empece por','está en','non está en','termina por','non termina por','contén','non contén'],
|
21
|
-
groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "calquera" } ],
|
22
|
-
matchText: " match",
|
23
|
-
rulesText: " regras"
|
24
|
-
},
|
25
|
-
edit : {
|
26
|
-
addCaption: "Engadir rexistro",
|
27
|
-
editCaption: "Modificar rexistro",
|
28
|
-
bSubmit: "Gardar",
|
29
|
-
bCancel: "Cancelar",
|
30
|
-
bClose: "Pechar",
|
31
|
-
saveData: "Modificáronse os datos, quere gardar os cambios?",
|
32
|
-
bYes : "Si",
|
33
|
-
bNo : "Non",
|
34
|
-
bExit : "Cancelar",
|
35
|
-
msg: {
|
36
|
-
required:"Campo obrigatorio",
|
37
|
-
number:"Introduza un número",
|
38
|
-
minValue:"O valor debe ser maior ou igual a ",
|
39
|
-
maxValue:"O valor debe ser menor ou igual a ",
|
40
|
-
email: "non é un enderezo de correo válido",
|
41
|
-
integer: "Introduza un valor enteiro",
|
42
|
-
date: "Introduza unha data correcta ",
|
43
|
-
url: "non é unha URL válida. Prefixo requerido ('http://' ou 'https://')",
|
44
|
-
nodefined : " non está definido.",
|
45
|
-
novalue : " o valor de retorno é obrigatorio.",
|
46
|
-
customarray : "A función persoalizada debe devolver un array.",
|
47
|
-
customfcheck : "A función persoalizada debe estar presente no caso de ter validación persoalizada."
|
48
|
-
}
|
49
|
-
},
|
50
|
-
view : {
|
51
|
-
caption: "Consultar rexistro",
|
52
|
-
bClose: "Pechar"
|
53
|
-
},
|
54
|
-
del : {
|
55
|
-
caption: "Eliminar",
|
56
|
-
msg: "Desexa eliminar os rexistros seleccionados?",
|
57
|
-
bSubmit: "Eliminar",
|
58
|
-
bCancel: "Cancelar"
|
59
|
-
},
|
60
|
-
nav : {
|
61
|
-
edittext: " ",
|
62
|
-
edittitle: "Modificar a fila seleccionada",
|
63
|
-
addtext:" ",
|
64
|
-
addtitle: "Engadir unha nova fila",
|
65
|
-
deltext: " ",
|
66
|
-
deltitle: "Eliminar a fila seleccionada",
|
67
|
-
searchtext: " ",
|
68
|
-
searchtitle: "Buscar información",
|
69
|
-
refreshtext: "",
|
70
|
-
refreshtitle: "Recargar datos",
|
71
|
-
alertcap: "Aviso",
|
72
|
-
alerttext: "Seleccione unha fila",
|
73
|
-
viewtext: "",
|
74
|
-
viewtitle: "Ver fila seleccionada"
|
75
|
-
},
|
76
|
-
col : {
|
77
|
-
caption: "Mostrar/ocultar columnas",
|
78
|
-
bSubmit: "Enviar",
|
79
|
-
bCancel: "Cancelar"
|
80
|
-
},
|
81
|
-
errors : {
|
82
|
-
errcap : "Erro",
|
83
|
-
nourl : "Non especificou unha URL",
|
84
|
-
norecords: "Non hai datos para procesar",
|
85
|
-
model : "As columnas de nomes son diferentes das columnas de modelo"
|
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
|
-
"Do", "Lu", "Ma", "Me", "Xo", "Ve", "Sa",
|
94
|
-
"Domingo", "Luns", "Martes", "Mércoles", "Xoves", "Vernes", "Sábado"
|
95
|
-
],
|
96
|
-
monthNames: [
|
97
|
-
"Xan", "Feb", "Mar", "Abr", "Mai", "Xuñ", "Xul", "Ago", "Set", "Out", "Nov", "Dec",
|
98
|
-
"Xaneiro", "Febreiro", "Marzo", "Abril", "Maio", "Xuño", "Xullo", "Agosto", "Setembro", "Outubro", "Novembro", "Decembro"
|
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 Galician Translation
|
4
|
+
* Translated by Jorge Barreiro <yortx.barry@gmail.com>
|
5
|
+
* Dual licensed under the MIT and GPL licenses:
|
6
|
+
* http://www.opensource.org/licenses/mit-license.php
|
7
|
+
* http://www.gnu.org/licenses/gpl.html
|
8
|
+
**/
|
9
|
+
$.jgrid = {
|
10
|
+
defaults : {
|
11
|
+
recordtext: "Amosando {0} - {1} de {2}",
|
12
|
+
emptyrecords: "Sen rexistros que amosar",
|
13
|
+
loadtext: "Cargando...",
|
14
|
+
pgtext : "Páxina {0} de {1}"
|
15
|
+
},
|
16
|
+
search : {
|
17
|
+
caption: "Búsqueda...",
|
18
|
+
Find: "Buscar",
|
19
|
+
Reset: "Limpar",
|
20
|
+
odata : ['igual ', 'diferente a', 'menor que', 'menor ou igual que','maior que','maior ou igual a', 'empece por','non empece por','está en','non está en','termina por','non termina por','contén','non contén'],
|
21
|
+
groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "calquera" } ],
|
22
|
+
matchText: " match",
|
23
|
+
rulesText: " regras"
|
24
|
+
},
|
25
|
+
edit : {
|
26
|
+
addCaption: "Engadir rexistro",
|
27
|
+
editCaption: "Modificar rexistro",
|
28
|
+
bSubmit: "Gardar",
|
29
|
+
bCancel: "Cancelar",
|
30
|
+
bClose: "Pechar",
|
31
|
+
saveData: "Modificáronse os datos, quere gardar os cambios?",
|
32
|
+
bYes : "Si",
|
33
|
+
bNo : "Non",
|
34
|
+
bExit : "Cancelar",
|
35
|
+
msg: {
|
36
|
+
required:"Campo obrigatorio",
|
37
|
+
number:"Introduza un número",
|
38
|
+
minValue:"O valor debe ser maior ou igual a ",
|
39
|
+
maxValue:"O valor debe ser menor ou igual a ",
|
40
|
+
email: "non é un enderezo de correo válido",
|
41
|
+
integer: "Introduza un valor enteiro",
|
42
|
+
date: "Introduza unha data correcta ",
|
43
|
+
url: "non é unha URL válida. Prefixo requerido ('http://' ou 'https://')",
|
44
|
+
nodefined : " non está definido.",
|
45
|
+
novalue : " o valor de retorno é obrigatorio.",
|
46
|
+
customarray : "A función persoalizada debe devolver un array.",
|
47
|
+
customfcheck : "A función persoalizada debe estar presente no caso de ter validación persoalizada."
|
48
|
+
}
|
49
|
+
},
|
50
|
+
view : {
|
51
|
+
caption: "Consultar rexistro",
|
52
|
+
bClose: "Pechar"
|
53
|
+
},
|
54
|
+
del : {
|
55
|
+
caption: "Eliminar",
|
56
|
+
msg: "Desexa eliminar os rexistros seleccionados?",
|
57
|
+
bSubmit: "Eliminar",
|
58
|
+
bCancel: "Cancelar"
|
59
|
+
},
|
60
|
+
nav : {
|
61
|
+
edittext: " ",
|
62
|
+
edittitle: "Modificar a fila seleccionada",
|
63
|
+
addtext:" ",
|
64
|
+
addtitle: "Engadir unha nova fila",
|
65
|
+
deltext: " ",
|
66
|
+
deltitle: "Eliminar a fila seleccionada",
|
67
|
+
searchtext: " ",
|
68
|
+
searchtitle: "Buscar información",
|
69
|
+
refreshtext: "",
|
70
|
+
refreshtitle: "Recargar datos",
|
71
|
+
alertcap: "Aviso",
|
72
|
+
alerttext: "Seleccione unha fila",
|
73
|
+
viewtext: "",
|
74
|
+
viewtitle: "Ver fila seleccionada"
|
75
|
+
},
|
76
|
+
col : {
|
77
|
+
caption: "Mostrar/ocultar columnas",
|
78
|
+
bSubmit: "Enviar",
|
79
|
+
bCancel: "Cancelar"
|
80
|
+
},
|
81
|
+
errors : {
|
82
|
+
errcap : "Erro",
|
83
|
+
nourl : "Non especificou unha URL",
|
84
|
+
norecords: "Non hai datos para procesar",
|
85
|
+
model : "As columnas de nomes son diferentes das columnas de modelo"
|
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
|
+
"Do", "Lu", "Ma", "Me", "Xo", "Ve", "Sa",
|
94
|
+
"Domingo", "Luns", "Martes", "Mércoles", "Xoves", "Vernes", "Sábado"
|
95
|
+
],
|
96
|
+
monthNames: [
|
97
|
+
"Xan", "Feb", "Mar", "Abr", "Mai", "Xuñ", "Xul", "Ago", "Set", "Out", "Nov", "Dec",
|
98
|
+
"Xaneiro", "Febreiro", "Marzo", "Abril", "Maio", "Xuño", "Xullo", "Agosto", "Setembro", "Outubro", "Novembro", "Decembro"
|
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,7 +1,7 @@
|
|
1
|
-
(function(b){b.jgrid={defaults:{recordtext:"Amosando {0} - {1} de {2}",emptyrecords:"Sen rexistros que amosar",loadtext:"Cargando...",pgtext:"P\u00e1xina {0} de {1}"},search:{caption:"B\u00fasqueda...",Find:"Buscar",Reset:"Limpar",odata:["igual ","diferente a","menor que","menor ou igual que","maior que","maior ou igual a","empece por","non empece por","est\u00e1 en","non est\u00e1 en","termina por","non termina por","cont\u00e9n","non cont\u00e9n"],groupOps:[{op:"AND",text:"todo"},{op:"OR",text:"calquera"}],
|
2
|
-
matchText:" match",rulesText:" regras"},edit:{addCaption:"Engadir rexistro",editCaption:"Modificar rexistro",bSubmit:"Gardar",bCancel:"Cancelar",bClose:"Pechar",saveData:"Modific\u00e1ronse os datos, quere gardar os cambios?",bYes:"Si",bNo:"Non",bExit:"Cancelar",msg:{required:"Campo obrigatorio",number:"Introduza un n\u00famero",minValue:"O valor debe ser maior ou igual a ",maxValue:"O valor debe ser menor ou igual a ",email:"non \u00e9 un enderezo de correo v\u00e1lido",integer:"Introduza un valor enteiro",
|
3
|
-
date:"Introduza unha data correcta ",url:"non \u00e9 unha URL v\u00e1lida. Prefixo requerido ('http://' ou 'https://')",nodefined:" non est\u00e1 definido.",novalue:" o valor de retorno \u00e9 obrigatorio.",customarray:"A funci\u00f3n persoalizada debe devolver un array.",customfcheck:"A funci\u00f3n persoalizada debe estar presente no caso de ter validaci\u00f3n persoalizada."}},view:{caption:"Consultar rexistro",bClose:"Pechar"},del:{caption:"Eliminar",msg:"Desexa eliminar os rexistros seleccionados?",
|
4
|
-
bSubmit:"Eliminar",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Modificar a fila seleccionada",addtext:" ",addtitle:"Engadir unha nova fila",deltext:" ",deltitle:"Eliminar a fila seleccionada",searchtext:" ",searchtitle:"Buscar informaci\u00f3n",refreshtext:"",refreshtitle:"Recargar datos",alertcap:"Aviso",alerttext:"Seleccione unha fila",viewtext:"",viewtitle:"Ver fila seleccionada"},col:{caption:"Mostrar/ocultar columnas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Erro",nourl:"Non especificou unha URL",
|
5
|
-
norecords:"Non hai datos para procesar",model:"As columnas de nomes son diferentes das columnas de modelo"},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:["Do","Lu","Ma","Me","Xo","Ve","Sa","Domingo","Luns","Martes","M\u00e9rcoles","Xoves","Vernes","S\u00e1bado"],monthNames:["Xan",
|
6
|
-
"Feb","Mar","Abr","Mai","Xu\u00f1","Xul","Ago","Set","Out","Nov","Dec","Xaneiro","Febreiro","Marzo","Abril","Maio","Xu\u00f1o","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-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",
|
7
|
-
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(b){b.jgrid={defaults:{recordtext:"Amosando {0} - {1} de {2}",emptyrecords:"Sen rexistros que amosar",loadtext:"Cargando...",pgtext:"P\u00e1xina {0} de {1}"},search:{caption:"B\u00fasqueda...",Find:"Buscar",Reset:"Limpar",odata:["igual ","diferente a","menor que","menor ou igual que","maior que","maior ou igual a","empece por","non empece por","est\u00e1 en","non est\u00e1 en","termina por","non termina por","cont\u00e9n","non cont\u00e9n"],groupOps:[{op:"AND",text:"todo"},{op:"OR",text:"calquera"}],
|
2
|
+
matchText:" match",rulesText:" regras"},edit:{addCaption:"Engadir rexistro",editCaption:"Modificar rexistro",bSubmit:"Gardar",bCancel:"Cancelar",bClose:"Pechar",saveData:"Modific\u00e1ronse os datos, quere gardar os cambios?",bYes:"Si",bNo:"Non",bExit:"Cancelar",msg:{required:"Campo obrigatorio",number:"Introduza un n\u00famero",minValue:"O valor debe ser maior ou igual a ",maxValue:"O valor debe ser menor ou igual a ",email:"non \u00e9 un enderezo de correo v\u00e1lido",integer:"Introduza un valor enteiro",
|
3
|
+
date:"Introduza unha data correcta ",url:"non \u00e9 unha URL v\u00e1lida. Prefixo requerido ('http://' ou 'https://')",nodefined:" non est\u00e1 definido.",novalue:" o valor de retorno \u00e9 obrigatorio.",customarray:"A funci\u00f3n persoalizada debe devolver un array.",customfcheck:"A funci\u00f3n persoalizada debe estar presente no caso de ter validaci\u00f3n persoalizada."}},view:{caption:"Consultar rexistro",bClose:"Pechar"},del:{caption:"Eliminar",msg:"Desexa eliminar os rexistros seleccionados?",
|
4
|
+
bSubmit:"Eliminar",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Modificar a fila seleccionada",addtext:" ",addtitle:"Engadir unha nova fila",deltext:" ",deltitle:"Eliminar a fila seleccionada",searchtext:" ",searchtitle:"Buscar informaci\u00f3n",refreshtext:"",refreshtitle:"Recargar datos",alertcap:"Aviso",alerttext:"Seleccione unha fila",viewtext:"",viewtitle:"Ver fila seleccionada"},col:{caption:"Mostrar/ocultar columnas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Erro",nourl:"Non especificou unha URL",
|
5
|
+
norecords:"Non hai datos para procesar",model:"As columnas de nomes son diferentes das columnas de modelo"},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:["Do","Lu","Ma","Me","Xo","Ve","Sa","Domingo","Luns","Martes","M\u00e9rcoles","Xoves","Vernes","S\u00e1bado"],monthNames:["Xan",
|
6
|
+
"Feb","Mar","Abr","Mai","Xu\u00f1","Xul","Ago","Set","Out","Nov","Dec","Xaneiro","Febreiro","Marzo","Abril","Maio","Xu\u00f1o","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-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",
|
7
|
+
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);
|