compass-jquery-plugin 0.3.2.3 → 0.3.2.4
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/README.md +54 -37
- data/VERSION.yml +1 -1
- data/lib/handle_attributes.rb +4 -4
- data/lib/handle_js_files.rb +5 -5
- data/lib/jqtouch_theme.rb +2 -2
- data/lib/jquery/dynatree.rb +2 -2
- data/lib/jquery/emulators.rb +1 -1
- data/lib/jquery/flash_messages.rb +6 -6
- data/lib/jquery/graphics.rb +5 -0
- data/lib/jquery/gridify/assertions.rb +1 -1
- data/lib/jquery/gridify/grid.rb +76 -59
- data/lib/jquery/gridify/grid_column.rb +73 -67
- data/lib/jquery/gridify/grid_finder.rb +79 -79
- data/lib/jquery/gridify/grid_options.rb +154 -149
- data/lib/jquery/gridify/grid_view.rb +143 -143
- data/lib/jquery/gridify.rb +25 -25
- data/lib/jquery/ical/calendar.rb +2 -2
- data/lib/jquery/ical/event.rb +48 -44
- data/lib/jquery/ical/helpers/ui_event_helper.rb +3 -3
- data/lib/jquery/jqgrid/jqgrid.rb +58 -58
- data/lib/jquery/jqgrid.rb +1 -1
- data/lib/jquery/jqtouch.rb +1 -1
- data/lib/jquery/jquery.rb +117 -117
- data/lib/jquery/jquery_auto_complete.rb +9 -9
- data/lib/jquery/jquery_json_response.rb +12 -12
- data/lib/jquery/jquery_selector_assertions.rb +55 -53
- data/lib/jquery/jstree.rb +2 -2
- data/lib/jquery/mobile.rb +1 -1
- data/lib/jquery/ribbon.rb +2 -2
- data/lib/jquery/secret_sauce/controller/ui_dialog_controls.rb +5 -5
- data/lib/jquery/secret_sauce/controller/ui_grid_controls.rb +5 -5
- data/lib/jquery/secret_sauce/helpers/ui_dialog_helper.rb +1 -1
- data/lib/jquery/secret_sauce/helpers/ui_form_helper.rb +39 -39
- data/lib/jquery/secret_sauce/helpers/ui_grid_helper.rb +74 -74
- data/lib/jquery/secret_sauce/model/find_for_grid.rb +21 -21
- data/lib/jquery/secret_sauce.rb +1 -1
- data/lib/jquery/tools.rb +1 -1
- data/lib/jquery_mobile_theme.rb +2 -2
- data/lib/jquery_ui_theme.rb +12 -12
- data/templates/dynatree/config/initializers/dynatree.rb +3 -3
- data/templates/dynatree/jquery/dynatree/aero.scss +16 -16
- data/templates/dynatree/jquery/dynatree/aqua.scss +16 -16
- data/templates/dynatree/jquery/dynatree/crystal.scss +16 -16
- data/templates/dynatree/jquery/dynatree/xp.scss +17 -17
- data/templates/dynatree/jquery.dynatree.js +2926 -2912
- data/templates/emulators/config/initializers/emulators.rb +6 -6
- data/templates/graphics/config/initializers/graphics.rb +5 -0
- data/templates/graphics/jquery/ganttView.scss +89 -0
- data/templates/graphics/jquery.ganttView.js +1669 -0
- data/templates/graphics/jquery.ganttView.min.js +70 -0
- data/templates/{jquery → graphics}/jquery.sparkline.js +466 -438
- data/templates/{jquery → graphics}/jquery.sparkline.min.js +0 -0
- data/templates/graphics/manifest.rb +9 -0
- data/templates/jqgrid/config/initializers/jqgrid.rb +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-ar.js +131 -125
- data/templates/jqgrid/i18n/jqgrid/locale-bg.js +135 -131
- data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +135 -131
- data/templates/jqgrid/i18n/jqgrid/locale-cat.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-cn.js +137 -131
- data/templates/jqgrid/i18n/jqgrid/locale-cs.js +133 -127
- data/templates/jqgrid/i18n/jqgrid/locale-da.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-de.js +138 -132
- data/templates/jqgrid/i18n/jqgrid/locale-el.js +131 -125
- data/templates/jqgrid/i18n/jqgrid/locale-en.js +133 -127
- data/templates/jqgrid/i18n/jqgrid/locale-es.js +133 -127
- data/templates/jqgrid/i18n/jqgrid/locale-fa.js +19 -16
- data/templates/jqgrid/i18n/jqgrid/locale-fi.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-fr.js +131 -125
- data/templates/jqgrid/i18n/jqgrid/locale-gl.js +131 -125
- data/templates/jqgrid/i18n/jqgrid/locale-he.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-hu.js +133 -127
- data/templates/jqgrid/i18n/jqgrid/locale-is.js +131 -125
- data/templates/jqgrid/i18n/jqgrid/locale-it.js +8 -1
- data/templates/jqgrid/i18n/jqgrid/locale-ja.js +139 -136
- data/templates/jqgrid/i18n/jqgrid/locale-nl.js +4 -1
- data/templates/jqgrid/i18n/jqgrid/locale-no.js +14 -1
- data/templates/jqgrid/i18n/jqgrid/locale-pl.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-pt.js +130 -124
- data/templates/jqgrid/i18n/jqgrid/locale-ro.js +144 -138
- data/templates/jqgrid/i18n/jqgrid/locale-ru.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-sk.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-sr.js +133 -127
- data/templates/jqgrid/i18n/jqgrid/locale-sv.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-tr.js +131 -125
- data/templates/jqgrid/i18n/jqgrid/locale-ua.js +132 -126
- data/templates/jqgrid/jquery.jqGrid.js +12735 -10444
- data/templates/jqgrid/jquery.jqGrid.min.js +477 -469
- data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +12 -10
- data/templates/jqtouch/config/initializers/jqtouch.rb +3 -3
- data/templates/jqtouch/jquery/touch/jqtouch.scss +1 -1
- data/templates/jqtouch/jquery.jqtouch.js +10025 -10043
- data/templates/jquery/config/initializers/jquery.rb +2 -4
- data/templates/jquery/history.adapter.jquery.js +71 -0
- data/templates/jquery/history.adapter.jquery.min.js +4 -0
- data/templates/jquery/history.html4.js +690 -0
- data/templates/jquery/history.html4.min.js +21 -0
- data/templates/jquery/history.js +1297 -0
- data/templates/jquery/history.min.js +29 -0
- data/templates/jquery/i18n/jquery.ui/datepicker-af.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ar-DZ.js +19 -19
- data/templates/jquery/i18n/jquery.ui/datepicker-ar.js +19 -19
- data/templates/jquery/i18n/jquery.ui/datepicker-az.js +19 -19
- data/templates/jquery/i18n/jquery.ui/datepicker-bg.js +8 -8
- data/templates/jquery/i18n/jquery.ui/datepicker-bs.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ca.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-cs.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-da.js +14 -14
- data/templates/jquery/i18n/jquery.ui/datepicker-de.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-el.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-en-AU.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-en-GB.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-en-NZ.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-eo.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-es.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-et.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-eu.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-fa.js +18 -18
- data/templates/jquery/i18n/jquery.ui/datepicker-fi.js +15 -15
- data/templates/jquery/i18n/jquery.ui/datepicker-fo.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-fr-CH.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-fr.js +22 -22
- data/templates/jquery/i18n/jquery.ui/datepicker-gl.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-he.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-hr.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-hu.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-hu.min.js +1 -1
- data/templates/jquery/i18n/jquery.ui/datepicker-hy.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-id.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-is.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-it.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ja.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ko.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-kz.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-lt.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-lv.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ml.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ms.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-nl.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-no.js +16 -16
- data/templates/jquery/i18n/jquery.ui/datepicker-no.min.js +2 -2
- data/templates/jquery/i18n/jquery.ui/datepicker-pl.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-pt-BR.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-pt.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-rm.js +18 -18
- data/templates/jquery/i18n/jquery.ui/datepicker-ro.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ru.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-sk.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-sl.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-sq.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-sr-SR.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-sr.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-sv.js +14 -14
- data/templates/jquery/i18n/jquery.ui/datepicker-ta.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-th.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-tr.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-uk.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-vi.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-zh-CN.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-zh-HK.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-zh-TW.js +20 -20
- data/templates/jquery/{partials → jquery/ui}/_flash_messages.scss +0 -0
- data/templates/jquery/jquery/ui/_theme.scss +14 -13
- data/templates/jquery/jquery/ui/contextMenu/configure.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/copy.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/cut.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/delete.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/edit.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/exit.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/new.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/paste.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/rename.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/show.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/trash.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu.scss +16 -10
- data/templates/jquery/jquery-ui.js +11839 -23066
- data/templates/jquery/jquery-ui.min.js +401 -795
- data/templates/jquery/jquery.bgiframe.js +27 -25
- data/templates/jquery/jquery.contextMenu.js +209 -196
- data/templates/jquery/jquery.cookie.js +3 -1
- data/templates/jquery/jquery.dotimeout.js +236 -228
- data/templates/jquery/jquery.dst.js +154 -151
- data/templates/jquery/jquery.farbtastic.js +293 -293
- data/templates/jquery/jquery.flashMessages.js +26 -0
- data/templates/jquery/jquery.flashMessages.min.js +1 -0
- data/templates/jquery/jquery.form.js +803 -786
- data/templates/jquery/jquery.haml.js +248 -247
- data/templates/jquery/jquery.hotkeys.js +89 -89
- data/templates/jquery/jquery.js +8141 -8106
- data/templates/jquery/jquery.layout.js +2451 -2415
- data/templates/jquery/jquery.min.js +167 -166
- data/templates/jquery/jquery.mousewheel.js +62 -54
- data/templates/jquery/jquery.offline.js +171 -171
- data/templates/jquery/jquery.pngFix.js +76 -76
- data/templates/jquery/jquery.replacetext.js +83 -83
- data/templates/jquery/jquery.themeswitchertool.js +202 -177
- data/templates/jquery/jquery.tmpl.js +478 -473
- data/templates/jquery/jquery.tmplPlus.js +82 -81
- data/templates/jquery/jrails.js +178 -175
- data/templates/jquery/json.js +77 -7
- data/templates/jquery/json2.js +480 -0
- data/templates/jquery/json2.min.js +7 -0
- data/templates/jquery/lib/tasks/haml.rake +2 -2
- data/templates/jquery/manifest.rb +21 -17
- data/templates/jstree/jquery.jstree.js +5967 -4536
- data/templates/mobile/config/initializers/mobile.rb +1 -1
- data/templates/mobile/jquery/mobile/_base.scss +944 -927
- data/templates/mobile/jquery/mobile/default.scss +61 -48
- data/templates/mobile/jquery/mobile/valencia.scss +56 -42
- data/templates/mobile/jquery.mobile.js +4461 -4347
- data/templates/mobile/jquery.mobile.min.js +11 -2
- data/templates/mobile/lib/tasks/jquery.mobile.rake +12 -12
- data/templates/ribbon/config/initializers/ribbon.rb +2 -2
- data/templates/ribbon/jquery.ribbon.js +50 -29
- data/templates/secret_sauce/secret_sauce.js +8 -8
- data/templates/tools/flowplayer.js +945 -1
- data/templates/tools/jquery.tools.js +4645 -4335
- data/templates/tools/jquery.tools.min.js +37 -37
- data/templates/tools/lib/tasks/jquery.tools.rake +4 -4
- data/templates/tools/swfobject.js +813 -773
- metadata +33 -21
- data/templates/jquery/haml.js +0 -506
- data/templates/jquery/haml.min.js +0 -5
- data/templates/jquery/jquery/ui/contextMenu/door.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/page_white_copy.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/page_white_delete.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/page_white_edit.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/page_white_new.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/page_white_paste.png +0 -0
- data/templates/jquery/jquery.compat-1.3.js +0 -291
- data/templates/jquery/jquery.compat-1.3.min.js +0 -6
- data/templates/jquery/jquery.flash_messages.js +0 -5
- data/templates/jquery/jquery.flash_messages.min.js +0 -1
- data/templates/jquery/jquery.history.js +0 -194
- data/templates/jquery/jquery.history.min.js +0 -5
|
@@ -1,127 +1,133 @@
|
|
|
1
|
-
;
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
1
|
+
;
|
|
2
|
+
(function($) {
|
|
3
|
+
/**
|
|
4
|
+
* jqGrid Russian Translation v1.0 02.07.2009 (based on translation by Alexey Kanaev v1.1 21.01.2009, http://softcore.com.ru)
|
|
5
|
+
* Sergey Dyagovchenko
|
|
6
|
+
* http://d.sumy.ua
|
|
7
|
+
* Dual licensed under the MIT and GPL licenses:
|
|
8
|
+
* http://www.opensource.org/licenses/mit-license.php
|
|
9
|
+
* http://www.gnu.org/licenses/gpl.html
|
|
10
|
+
**/
|
|
11
|
+
$.jgrid = {
|
|
12
|
+
defaults : {
|
|
13
|
+
recordtext: "Просмотр {0} - {1} из {2}",
|
|
14
|
+
emptyrecords: "Нет записей для просмотра",
|
|
15
|
+
loadtext: "Загрузка...",
|
|
16
|
+
pgtext : "Стр. {0} из {1}"
|
|
17
|
+
},
|
|
18
|
+
search : {
|
|
19
|
+
caption: "Поиск...",
|
|
20
|
+
Find: "Найти",
|
|
21
|
+
Reset: "Сброс",
|
|
22
|
+
odata : ['равно', 'не равно', 'меньше', 'меньше или равно','больше','больше или равно', 'начинается с','не начинается с','находится в','не находится в','заканчивается на','не заканчивается на','содержит','не содержит'],
|
|
23
|
+
groupOps: [
|
|
24
|
+
{ op: "AND", text: "все" },
|
|
25
|
+
{ op: "OR", text: "любой" }
|
|
26
|
+
],
|
|
27
|
+
matchText: " совпадает",
|
|
28
|
+
rulesText: " правила"
|
|
29
|
+
},
|
|
30
|
+
edit : {
|
|
31
|
+
addCaption: "Добавить запись",
|
|
32
|
+
editCaption: "Редактировать запись",
|
|
33
|
+
bSubmit: "Сохранить",
|
|
34
|
+
bCancel: "Отмена",
|
|
35
|
+
bClose: "Закрыть",
|
|
36
|
+
saveData: "Данные были измененны! Сохранить изменения?",
|
|
37
|
+
bYes : "Да",
|
|
38
|
+
bNo : "Нет",
|
|
39
|
+
bExit : "Отмена",
|
|
40
|
+
msg: {
|
|
41
|
+
required:"Поле является обязательным",
|
|
42
|
+
number:"Пожалуйста, введите правильное число",
|
|
43
|
+
minValue:"значение должно быть больше либо равно",
|
|
44
|
+
maxValue:"значение должно быть меньше либо равно",
|
|
45
|
+
email: "некорректное значение e-mail",
|
|
46
|
+
integer: "Пожалуйста, введите целое число",
|
|
47
|
+
date: "Пожалуйста, введите правильную дату",
|
|
48
|
+
url: "неверная ссылка. Необходимо ввести префикс ('http://' or 'https://')",
|
|
49
|
+
nodefined : " is not defined!",
|
|
50
|
+
novalue : " return value is required!",
|
|
51
|
+
customarray : "Custom function should return array!",
|
|
52
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
view : {
|
|
56
|
+
caption: "Просмотр записи",
|
|
57
|
+
bClose: "Закрыть"
|
|
58
|
+
},
|
|
59
|
+
del : {
|
|
60
|
+
caption: "Удалить",
|
|
61
|
+
msg: "Удалить выбранную запись(и)?",
|
|
62
|
+
bSubmit: "Удалить",
|
|
63
|
+
bCancel: "Отмена"
|
|
64
|
+
},
|
|
65
|
+
nav : {
|
|
66
|
+
edittext: " ",
|
|
67
|
+
edittitle: "Редактировать выбранную запись",
|
|
68
|
+
addtext:" ",
|
|
69
|
+
addtitle: "Добавить новую запись",
|
|
70
|
+
deltext: " ",
|
|
71
|
+
deltitle: "Удалить выбранную запись",
|
|
72
|
+
searchtext: " ",
|
|
73
|
+
searchtitle: "Найти записи",
|
|
74
|
+
refreshtext: "",
|
|
75
|
+
refreshtitle: "Обновить таблицу",
|
|
76
|
+
alertcap: "Внимание",
|
|
77
|
+
alerttext: "Пожалуйста, выберите запись",
|
|
78
|
+
viewtext: "",
|
|
79
|
+
viewtitle: "Просмотреть выбранную запись"
|
|
80
|
+
},
|
|
81
|
+
col : {
|
|
82
|
+
caption: "Показать/скрыть столбцы",
|
|
83
|
+
bSubmit: "Сохранить",
|
|
84
|
+
bCancel: "Отмена"
|
|
85
|
+
},
|
|
86
|
+
errors : {
|
|
87
|
+
errcap : "Ошибка",
|
|
88
|
+
nourl : "URL не установлен",
|
|
89
|
+
norecords: "Нет записей для обработки",
|
|
90
|
+
model : "Число полей не соответствует числу столбцов таблицы!"
|
|
91
|
+
},
|
|
92
|
+
formatter : {
|
|
93
|
+
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
|
94
|
+
number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
|
|
95
|
+
currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
|
|
96
|
+
date : {
|
|
97
|
+
dayNames: [
|
|
98
|
+
"Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб",
|
|
99
|
+
"Воскресение", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"
|
|
100
|
+
],
|
|
101
|
+
monthNames: [
|
|
102
|
+
"Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек",
|
|
103
|
+
"Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"
|
|
104
|
+
],
|
|
105
|
+
AmPm : ["am","pm","AM","PM"],
|
|
106
|
+
S: function (j) {
|
|
107
|
+
return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'
|
|
108
|
+
},
|
|
109
|
+
srcformat: 'Y-m-d',
|
|
110
|
+
newformat: 'd.m.Y',
|
|
111
|
+
masks : {
|
|
112
|
+
ISO8601Long:"Y-m-d H:i:s",
|
|
113
|
+
ISO8601Short:"Y-m-d",
|
|
114
|
+
ShortDate: "n.j.Y",
|
|
115
|
+
LongDate: "l, F d, Y",
|
|
116
|
+
FullDateTime: "l, F d, Y G:i:s",
|
|
117
|
+
MonthDay: "F d",
|
|
118
|
+
ShortTime: "G:i",
|
|
119
|
+
LongTime: "G:i:s",
|
|
120
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
|
121
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
|
122
|
+
YearMonth: "F, Y"
|
|
123
|
+
},
|
|
124
|
+
reformatAfterEdit : false
|
|
125
|
+
},
|
|
126
|
+
baseLinkUrl: '',
|
|
127
|
+
showAction: '',
|
|
128
|
+
target: '',
|
|
129
|
+
checkbox : {disabled:true},
|
|
130
|
+
idName : 'id'
|
|
131
|
+
}
|
|
132
|
+
};
|
|
127
133
|
})(jQuery);
|
|
@@ -1,127 +1,133 @@
|
|
|
1
|
-
;
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
1
|
+
;
|
|
2
|
+
(function($) {
|
|
3
|
+
/**
|
|
4
|
+
* jqGrid Slovak Translation
|
|
5
|
+
* Milan Cibulka
|
|
6
|
+
* http://trirand.com/blog/
|
|
7
|
+
* Dual licensed under the MIT and GPL licenses:
|
|
8
|
+
* http://www.opensource.org/licenses/mit-license.php
|
|
9
|
+
* http://www.gnu.org/licenses/gpl.html
|
|
10
|
+
**/
|
|
11
|
+
$.jgrid = {
|
|
12
|
+
defaults : {
|
|
13
|
+
recordtext: "Zobrazených {0} - {1} z {2} záznamov",
|
|
14
|
+
emptyrecords: "Neboli nájdené žiadne záznamy",
|
|
15
|
+
loadtext: "Načítám...",
|
|
16
|
+
pgtext : "Strana {0} z {1}"
|
|
17
|
+
},
|
|
18
|
+
search : {
|
|
19
|
+
caption: "Vyhľadávam...",
|
|
20
|
+
Find: "Hľadať",
|
|
21
|
+
Reset: "Reset",
|
|
22
|
+
odata : ['rovná sa', 'nerovná sa', 'menšie', 'menšie alebo rovnajúce sa','väčšie', 'väčšie alebo rovnajúce sa', 'začína s', 'nezačína s', 'je v', 'nie je v', 'končí s', 'nekončí s', 'obahuje', 'neobsahuje'],
|
|
23
|
+
groupOps: [
|
|
24
|
+
{ op: "AND", text: "všetkých" },
|
|
25
|
+
{ op: "OR", text: "niektorého z" }
|
|
26
|
+
],
|
|
27
|
+
matchText: " hľadať podla",
|
|
28
|
+
rulesText: " pravidiel"
|
|
29
|
+
},
|
|
30
|
+
edit : {
|
|
31
|
+
addCaption: "Pridať záznam",
|
|
32
|
+
editCaption: "Editácia záznamov",
|
|
33
|
+
bSubmit: "Uložiť",
|
|
34
|
+
bCancel: "Storno",
|
|
35
|
+
bClose: "Zavrieť",
|
|
36
|
+
saveData: "Údaje boli zmenené! Uložiť zmeny?",
|
|
37
|
+
bYes : "Ano",
|
|
38
|
+
bNo : "Nie",
|
|
39
|
+
bExit : "Zrušiť",
|
|
40
|
+
msg: {
|
|
41
|
+
required:"Pole je požadované",
|
|
42
|
+
number:"Prosím, vložte valídne číslo",
|
|
43
|
+
minValue:"hodnota musí býť väčšia ako alebo rovná ",
|
|
44
|
+
maxValue:"hodnota musí býť menšia ako alebo rovná ",
|
|
45
|
+
email: "nie je valídny e-mail",
|
|
46
|
+
integer: "Prosím, vložte celé číslo",
|
|
47
|
+
date: "Prosím, vložte valídny dátum",
|
|
48
|
+
url: "nie je platnou URL. Požadovaný prefix ('http://' alebo 'https://')",
|
|
49
|
+
nodefined : " nie je definovaný!",
|
|
50
|
+
novalue : " je vyžadovaná návratová hodnota!",
|
|
51
|
+
customarray : "Custom function mala vrátiť pole!",
|
|
52
|
+
customfcheck : "Custom function by mala byť prítomná v prípade custom checking!"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
view : {
|
|
56
|
+
caption: "Zobraziť záznam",
|
|
57
|
+
bClose: "Zavrieť"
|
|
58
|
+
},
|
|
59
|
+
del : {
|
|
60
|
+
caption: "Zmazať",
|
|
61
|
+
msg: "Zmazať vybraný(é) záznam(y)?",
|
|
62
|
+
bSubmit: "Zmazať",
|
|
63
|
+
bCancel: "Storno"
|
|
64
|
+
},
|
|
65
|
+
nav : {
|
|
66
|
+
edittext: " ",
|
|
67
|
+
edittitle: "Editovať vybraný riadok",
|
|
68
|
+
addtext:" ",
|
|
69
|
+
addtitle: "Pridať nový riadek",
|
|
70
|
+
deltext: " ",
|
|
71
|
+
deltitle: "Zmazať vybraný záznam ",
|
|
72
|
+
searchtext: " ",
|
|
73
|
+
searchtitle: "Nájsť záznamy",
|
|
74
|
+
refreshtext: "",
|
|
75
|
+
refreshtitle: "Obnoviť tabuľku",
|
|
76
|
+
alertcap: "Varovanie",
|
|
77
|
+
alerttext: "Prosím, vyberte riadok",
|
|
78
|
+
viewtext: "",
|
|
79
|
+
viewtitle: "Zobraziť vybraný riadok"
|
|
80
|
+
},
|
|
81
|
+
col : {
|
|
82
|
+
caption: "Zobrazit/Skrýť stĺpce",
|
|
83
|
+
bSubmit: "Uložiť",
|
|
84
|
+
bCancel: "Storno"
|
|
85
|
+
},
|
|
86
|
+
errors : {
|
|
87
|
+
errcap : "Chyba",
|
|
88
|
+
nourl : "Nie je nastavená url",
|
|
89
|
+
norecords: "Žiadne záznamy k spracovaniu",
|
|
90
|
+
model : "Dĺžka colNames <> colModel!"
|
|
91
|
+
},
|
|
92
|
+
formatter : {
|
|
93
|
+
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
|
94
|
+
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
|
|
95
|
+
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
|
|
96
|
+
date : {
|
|
97
|
+
dayNames: [
|
|
98
|
+
"Ne", "Po", "Ut", "St", "Št", "Pi", "So",
|
|
99
|
+
"Nedela", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatek", "Sobota"
|
|
100
|
+
],
|
|
101
|
+
monthNames: [
|
|
102
|
+
"Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec",
|
|
103
|
+
"Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"
|
|
104
|
+
],
|
|
105
|
+
AmPm : ["do","od","DO","OD"],
|
|
106
|
+
S: function (j) {
|
|
107
|
+
return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'
|
|
108
|
+
},
|
|
109
|
+
srcformat: 'Y-m-d',
|
|
110
|
+
newformat: 'd/m/Y',
|
|
111
|
+
masks : {
|
|
112
|
+
ISO8601Long:"Y-m-d H:i:s",
|
|
113
|
+
ISO8601Short:"Y-m-d",
|
|
114
|
+
ShortDate: "n/j/Y",
|
|
115
|
+
LongDate: "l, F d, Y",
|
|
116
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
|
117
|
+
MonthDay: "F d",
|
|
118
|
+
ShortTime: "g:i A",
|
|
119
|
+
LongTime: "g:i:s A",
|
|
120
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
|
121
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
|
122
|
+
YearMonth: "F, Y"
|
|
123
|
+
},
|
|
124
|
+
reformatAfterEdit : false
|
|
125
|
+
},
|
|
126
|
+
baseLinkUrl: '',
|
|
127
|
+
showAction: '',
|
|
128
|
+
target: '',
|
|
129
|
+
checkbox : {disabled:true},
|
|
130
|
+
idName : 'id'
|
|
131
|
+
}
|
|
132
|
+
};
|
|
127
133
|
})(jQuery);
|