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.
- data/README.textile +6 -6
- data/VERSION.yml +1 -1
- data/compass-jquery-plugin.gemspec +7 -2
- data/gem_tasks/jqgrid.rake +13 -4
- data/lib/jquery/jqgrid.rb +11 -10
- data/lib/jquery/jrails.rb +10 -18
- data/templates/jqgrid/i18n/jqgrid/locale-bg.js +132 -128
- data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +132 -128
- data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-cat.js +128 -124
- data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-cs.js +127 -123
- data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-de.js +127 -123
- data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-dk.js +128 -124
- data/templates/jqgrid/i18n/jqgrid/locale-dk.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-el.js +126 -122
- data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-en.js +128 -123
- data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-fa.js +125 -121
- data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-fi.js +128 -124
- data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -122
- data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-he.js +127 -0
- data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +1 -0
- data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -122
- data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-it.js +126 -122
- data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-jp.js +127 -123
- data/templates/jqgrid/i18n/jqgrid/locale-jp.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-nl.js +148 -144
- data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-no.js +121 -116
- data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-pl.js +126 -122
- data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +127 -123
- data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-pt.js +125 -121
- data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-ro.js +139 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +1 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ru.js +127 -123
- data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-sp.js +128 -124
- data/templates/jqgrid/i18n/jqgrid/locale-sp.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-sv.js +117 -112
- data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-tr.js +126 -122
- data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-ua.js +127 -123
- data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +1 -1
- data/templates/jqgrid/jquery.jqGrid.js +9913 -8988
- data/templates/jqgrid/jquery.jqGrid.min.js +1 -1
- data/templates/jqgrid/jquery.ui/jqGrid.sass +745 -580
- data/templates/jqgrid/manifest.rb +62 -57
- data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +13 -0
- data/templates/jrails/jquery.js +7644 -7626
- data/templates/jrails/jquery.min.js +19 -19
- data/templates/jrails/jrails.js +192 -197
- data/templates/jrails/jrails.min.js +1 -1
- data/templates/secret_sauce/app/views/ui/_ui_grid_for_without_block.js.haml +139 -136
- metadata +7 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a){a.jgrid={defaults:{recordtext:"{0} - {1} от {2}",emptyrecords:"Няма запис(и)",loadtext:"Зареждам...",pgtext:"Стр. {0} от {1}"},search:{caption:"Търсене...",Find:"Намери",Reset:"Изчисти",odata:["равно","различно","по-малко","по-малко или=","по-голямо","по-голямо или =","започва с","не започва с","се намира в","не се намира в","завършва с","не завършава с","съдържа","не съдържа"],groupOps:[{op:"AND",text:" И "},{op:"OR",text:"ИЛИ"}],matchText:" включи",rulesText:" клауза"},edit:{addCaption:"Нов Запис",editCaption:"Редакция Запис",bSubmit:"Запиши",bCancel:"Изход",bClose:"Затвори",saveData:"Данните са променени! Да съхраня ли промените?",bYes:"Да",bNo:"Не",bExit:"Отказ",msg:{required:"Полето е задължително",number:"Въведете валидно число!",minValue:"стойността трябва да е по-голяма или равна от",maxValue:"стойността трябва да е по-малка или равна от",email:"не е валиден ел. адрес",integer:"Въведете валидно цяло число",date:"Въведете валидна дата",url:"e невалиден URL. Изискава се префикс('http://' или 'https://')"}},view:{caption:"Преглед запис",bClose:"Затвори"},del:{caption:"Изтриване",msg:"Да изтрия ли избраният запис?",bSubmit:"Изтрий",bCancel:"Отказ"},nav:{edittext:" ",edittitle:"Редакция избран запис",addtext:" ",addtitle:"Добавяне нов запис",deltext:" ",deltitle:"Изтриване избран запис",searchtext:" ",searchtitle:"Търсене запис(и)",refreshtext:"",refreshtitle:"Обнови таблица",alertcap:"Предупреждение",alerttext:"Моля, изберете запис",viewtext:"",viewtitle:"Преглед избран запис"},col:{caption:"
|
|
1
|
+
(function(a){a.jgrid={defaults:{recordtext:"{0} - {1} от {2}",emptyrecords:"Няма запис(и)",loadtext:"Зареждам...",pgtext:"Стр. {0} от {1}"},search:{caption:"Търсене...",Find:"Намери",Reset:"Изчисти",odata:["равно","различно","по-малко","по-малко или=","по-голямо","по-голямо или =","започва с","не започва с","се намира в","не се намира в","завършва с","не завършава с","съдържа","не съдържа"],groupOps:[{op:"AND",text:" И "},{op:"OR",text:"ИЛИ"}],matchText:" включи",rulesText:" клауза"},edit:{addCaption:"Нов Запис",editCaption:"Редакция Запис",bSubmit:"Запиши",bCancel:"Изход",bClose:"Затвори",saveData:"Данните са променени! Да съхраня ли промените?",bYes:"Да",bNo:"Не",bExit:"Отказ",msg:{required:"Полето е задължително",number:"Въведете валидно число!",minValue:"стойността трябва да е по-голяма или равна от",maxValue:"стойността трябва да е по-малка или равна от",email:"не е валиден ел. адрес",integer:"Въведете валидно цяло число",date:"Въведете валидна дата",url:"e невалиден URL. Изискава се префикс('http://' или 'https://')",nodefined:" е недефинирана!",novalue:" изисква връщане на стойност!",customarray:"Потреб. Функция трябва да върне масив!",customfcheck:"Потребителска функция е задължителна при този тип елемент!"}},view:{caption:"Преглед запис",bClose:"Затвори"},del:{caption:"Изтриване",msg:"Да изтрия ли избраният запис?",bSubmit:"Изтрий",bCancel:"Отказ"},nav:{edittext:" ",edittitle:"Редакция избран запис",addtext:" ",addtitle:"Добавяне нов запис",deltext:" ",deltitle:"Изтриване избран запис",searchtext:" ",searchtitle:"Търсене запис(и)",refreshtext:"",refreshtitle:"Обнови таблица",alertcap:"Предупреждение",alerttext:"Моля, изберете запис",viewtext:"",viewtitle:"Преглед избран запис"},col:{caption:"Избери колони",bSubmit:"Ок",bCancel:"Изход"},errors:{errcap:"Грешка",nourl:"Няма посочен url адрес",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:["Яну","Фев","Мар","Апр","Май","Юни","Юли","Авг","Сеп","Окт","Нов","Дек","Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"],AmPm:["","","",""],S:function(b){if(b==7||b==8||b==27||b==28){return"ми"}return["ви","ри","ти"][Math.min((b-1)%10,2)]},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,128 +1,132 @@
|
|
|
1
|
-
;(function($){
|
|
2
|
-
/**
|
|
3
|
-
* jqGrid Bulgarian 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: "{0} - {1} �� {2}",
|
|
13
|
-
emptyrecords: "���� �����(�)",
|
|
14
|
-
loadtext: "��������...",
|
|
15
|
-
pgtext : "���. {0} �� {1}"
|
|
16
|
-
},
|
|
17
|
-
search : {
|
|
18
|
-
caption: "�������...",
|
|
19
|
-
Find: "������",
|
|
20
|
-
Reset: "�������",
|
|
21
|
-
odata : ['�����', '��������', '��-�����', '��-����� ���=','��-������','��-������ ��� =', '������� �','�� ������� �','�� ������ �','�� �� ������ �','�������� �','�� ��������� �','�������', '�� �������' ],
|
|
22
|
-
groupOps: [ { op: "AND", text: " � " }, { op: "OR", text: "���" } ],
|
|
23
|
-
matchText: " ������",
|
|
24
|
-
rulesText: " ������"
|
|
25
|
-
},
|
|
26
|
-
edit : {
|
|
27
|
-
addCaption: "��� �����",
|
|
28
|
-
editCaption: "�������� �����",
|
|
29
|
-
bSubmit: "������",
|
|
30
|
-
bCancel: "�����",
|
|
31
|
-
bClose: "�������",
|
|
32
|
-
saveData: "������� �� ���������! �� ������� �� ���������?",
|
|
33
|
-
bYes : "��",
|
|
34
|
-
bNo : "��",
|
|
35
|
-
bExit : "�����",
|
|
36
|
-
msg: {
|
|
37
|
-
required:"������ � ������������",
|
|
38
|
-
number:"�������� ������� �����!",
|
|
39
|
-
minValue:"���������� ������ �� � ��-������ ��� ����� ��",
|
|
40
|
-
maxValue:"���������� ������ �� � ��-����� ��� ����� ��",
|
|
41
|
-
email: "�� � ������� ��. �����",
|
|
42
|
-
integer: "�������� ������� ���� �����",
|
|
43
|
-
date: "�������� ������� ����",
|
|
44
|
-
url: "e ��������� URL. �������� �� �������('http://' ��� 'https://')"
|
|
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
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid Bulgarian 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: "{0} - {1} �� {2}",
|
|
13
|
+
emptyrecords: "���� �����(�)",
|
|
14
|
+
loadtext: "��������...",
|
|
15
|
+
pgtext : "���. {0} �� {1}"
|
|
16
|
+
},
|
|
17
|
+
search : {
|
|
18
|
+
caption: "�������...",
|
|
19
|
+
Find: "������",
|
|
20
|
+
Reset: "�������",
|
|
21
|
+
odata : ['�����', '��������', '��-�����', '��-����� ���=','��-������','��-������ ��� =', '������� �','�� ������� �','�� ������ �','�� �� ������ �','�������� �','�� ��������� �','�������', '�� �������' ],
|
|
22
|
+
groupOps: [ { op: "AND", text: " � " }, { op: "OR", text: "���" } ],
|
|
23
|
+
matchText: " ������",
|
|
24
|
+
rulesText: " ������"
|
|
25
|
+
},
|
|
26
|
+
edit : {
|
|
27
|
+
addCaption: "��� �����",
|
|
28
|
+
editCaption: "�������� �����",
|
|
29
|
+
bSubmit: "������",
|
|
30
|
+
bCancel: "�����",
|
|
31
|
+
bClose: "�������",
|
|
32
|
+
saveData: "������� �� ���������! �� ������� �� ���������?",
|
|
33
|
+
bYes : "��",
|
|
34
|
+
bNo : "��",
|
|
35
|
+
bExit : "�����",
|
|
36
|
+
msg: {
|
|
37
|
+
required:"������ � ������������",
|
|
38
|
+
number:"�������� ������� �����!",
|
|
39
|
+
minValue:"���������� ������ �� � ��-������ ��� ����� ��",
|
|
40
|
+
maxValue:"���������� ������ �� � ��-����� ��� ����� ��",
|
|
41
|
+
email: "�� � ������� ��. �����",
|
|
42
|
+
integer: "�������� ������� ���� �����",
|
|
43
|
+
date: "�������� ������� ����",
|
|
44
|
+
url: "e ��������� URL. �������� �� �������('http://' ��� 'https://')",
|
|
45
|
+
nodefined : " � ������������!",
|
|
46
|
+
novalue : " ������� ������� �� ��������!",
|
|
47
|
+
customarray : "������. ������� ������ �� ����� �����!",
|
|
48
|
+
customfcheck : "������������� ������� � ������������ ��� ���� ��� �������!"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
view : {
|
|
52
|
+
caption: "������� �����",
|
|
53
|
+
bClose: "�������"
|
|
54
|
+
},
|
|
55
|
+
del : {
|
|
56
|
+
caption: "���������",
|
|
57
|
+
msg: "�� ������ �� ��������� �����?",
|
|
58
|
+
bSubmit: "������",
|
|
59
|
+
bCancel: "�����"
|
|
60
|
+
},
|
|
61
|
+
nav : {
|
|
62
|
+
edittext: " ",
|
|
63
|
+
edittitle: "�������� ������ �����",
|
|
64
|
+
addtext:" ",
|
|
65
|
+
addtitle: "�������� ��� �����",
|
|
66
|
+
deltext: " ",
|
|
67
|
+
deltitle: "��������� ������ �����",
|
|
68
|
+
searchtext: " ",
|
|
69
|
+
searchtitle: "������� �����(�)",
|
|
70
|
+
refreshtext: "",
|
|
71
|
+
refreshtitle: "������ �������",
|
|
72
|
+
alertcap: "��������������",
|
|
73
|
+
alerttext: "����, �������� �����",
|
|
74
|
+
viewtext: "",
|
|
75
|
+
viewtitle: "������� ������ �����"
|
|
76
|
+
},
|
|
77
|
+
col : {
|
|
78
|
+
caption: "����� ������",
|
|
79
|
+
bSubmit: "��",
|
|
80
|
+
bCancel: "�����"
|
|
81
|
+
},
|
|
82
|
+
errors : {
|
|
83
|
+
errcap : "������",
|
|
84
|
+
nourl : "���� ������� url �����",
|
|
85
|
+
norecords: "���� ����� �� ���������",
|
|
86
|
+
model : "������ �� ����������� �� �������!"
|
|
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
|
+
"���", "���", "��", "��", "���", "���", "���",
|
|
95
|
+
"������", "����������", "�������", "�����", "���������", "�����", "������"
|
|
96
|
+
],
|
|
97
|
+
monthNames: [
|
|
98
|
+
"���", "���", "���", "���", "���", "���", "���", "���", "���", "���", "���", "���",
|
|
99
|
+
"������", "��������", "����", "�����", "���", "���", "���", "������", "���������", "��������", "�������", "��������"
|
|
100
|
+
],
|
|
101
|
+
AmPm : ["","","",""],
|
|
102
|
+
S: function (j) {
|
|
103
|
+
if(j==7 || j==8 || j== 27 || j== 28) {
|
|
104
|
+
return '��';
|
|
105
|
+
}
|
|
106
|
+
return ['��', '��', '��'][Math.min((j - 1) % 10, 2)];
|
|
107
|
+
},
|
|
108
|
+
srcformat: 'Y-m-d',
|
|
109
|
+
newformat: 'd/m/Y',
|
|
110
|
+
masks : {
|
|
111
|
+
ISO8601Long:"Y-m-d H:i:s",
|
|
112
|
+
ISO8601Short:"Y-m-d",
|
|
113
|
+
ShortDate: "n/j/Y",
|
|
114
|
+
LongDate: "l, F d, Y",
|
|
115
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
|
116
|
+
MonthDay: "F d",
|
|
117
|
+
ShortTime: "g:i A",
|
|
118
|
+
LongTime: "g:i:s A",
|
|
119
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
|
120
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
|
121
|
+
YearMonth: "F, Y"
|
|
122
|
+
},
|
|
123
|
+
reformatAfterEdit : false
|
|
124
|
+
},
|
|
125
|
+
baseLinkUrl: '',
|
|
126
|
+
showAction: '',
|
|
127
|
+
target: '',
|
|
128
|
+
checkbox : {disabled:true},
|
|
129
|
+
idName : 'id'
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
})(jQuery);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a){a.jgrid={defaults:{recordtext:"{0} - {1} �� {2}",emptyrecords:"���� �����(�)",loadtext:"��������...",pgtext:"���. {0} �� {1}"},search:{caption:"�������...",Find:"������",Reset:"�������",odata:["�����","��������","��-�����","��-����� ���=","��-������","��-������ ��� =","������� �","�� ������� �","�� ������ �","�� �� ������ �","�������� �","�� ��������� �","�������","�� �������"],groupOps:[{op:"AND",text:" � "},{op:"OR",text:"���"}],matchText:" ������",rulesText:" ������"},edit:{addCaption:"��� �����",editCaption:"�������� �����",bSubmit:"������",bCancel:"�����",bClose:"�������",saveData:"������� �� ���������! �� ������� �� ���������?",bYes:"��",bNo:"��",bExit:"�����",msg:{required:"������ � ������������",number:"�������� ������� �����!",minValue:"���������� ������ �� � ��-������ ��� ����� ��",maxValue:"���������� ������ �� � ��-����� ��� ����� ��",email:"�� � ������� ��. �����",integer:"�������� ������� ���� �����",date:"�������� ������� ����",url:"e ��������� URL. �������� �� �������('http://' ��� 'https://')"}},view:{caption:"������� �����",bClose:"�������"},del:{caption:"���������",msg:"�� ������ �� ��������� �����?",bSubmit:"������",bCancel:"�����"},nav:{edittext:" ",edittitle:"�������� ������ �����",addtext:" ",addtitle:"�������� ��� �����",deltext:" ",deltitle:"��������� ������ �����",searchtext:" ",searchtitle:"������� �����(�)",refreshtext:"",refreshtitle:"������ �������",alertcap:"��������������",alerttext:"����, �������� �����",viewtext:"",viewtitle:"������� ������ �����"},col:{caption:"������",bSubmit:"
|
|
1
|
+
(function(a){a.jgrid={defaults:{recordtext:"{0} - {1} �� {2}",emptyrecords:"���� �����(�)",loadtext:"��������...",pgtext:"���. {0} �� {1}"},search:{caption:"�������...",Find:"������",Reset:"�������",odata:["�����","��������","��-�����","��-����� ���=","��-������","��-������ ��� =","������� �","�� ������� �","�� ������ �","�� �� ������ �","�������� �","�� ��������� �","�������","�� �������"],groupOps:[{op:"AND",text:" � "},{op:"OR",text:"���"}],matchText:" ������",rulesText:" ������"},edit:{addCaption:"��� �����",editCaption:"�������� �����",bSubmit:"������",bCancel:"�����",bClose:"�������",saveData:"������� �� ���������! �� ������� �� ���������?",bYes:"��",bNo:"��",bExit:"�����",msg:{required:"������ � ������������",number:"�������� ������� �����!",minValue:"���������� ������ �� � ��-������ ��� ����� ��",maxValue:"���������� ������ �� � ��-����� ��� ����� ��",email:"�� � ������� ��. �����",integer:"�������� ������� ���� �����",date:"�������� ������� ����",url:"e ��������� URL. �������� �� �������('http://' ��� 'https://')",nodefined:" � ������������!",novalue:" ������� ������� �� ��������!",customarray:"������. ������� ������ �� ����� �����!",customfcheck:"������������� ������� � ������������ ��� ���� ��� �������!"}},view:{caption:"������� �����",bClose:"�������"},del:{caption:"���������",msg:"�� ������ �� ��������� �����?",bSubmit:"������",bCancel:"�����"},nav:{edittext:" ",edittitle:"�������� ������ �����",addtext:" ",addtitle:"�������� ��� �����",deltext:" ",deltitle:"��������� ������ �����",searchtext:" ",searchtitle:"������� �����(�)",refreshtext:"",refreshtitle:"������ �������",alertcap:"��������������",alerttext:"����, �������� �����",viewtext:"",viewtitle:"������� ������ �����"},col:{caption:"����� ������",bSubmit:"��",bCancel:"�����"},errors:{errcap:"������",nourl:"���� ������� url �����",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:["���","���","���","���","���","���","���","���","���","���","���","���","������","��������","����","�����","���","���","���","������","���������","��������","�������","��������"],AmPm:["","","",""],S:function(b){if(b==7||b==8||b==27||b==28){return"��"}return["��","��","��"][Math.min((b-1)%10,2)]},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 Catalan Translation
|
|
4
|
-
* Traducció jqGrid en Catatà per Faserline, S.L.
|
|
5
|
-
* http://www.faserline.com
|
|
6
|
-
* Dual licensed under the MIT and GPL licenses:
|
|
7
|
-
* http://www.opensource.org/licenses/mit-license.php
|
|
8
|
-
* http://www.gnu.org/licenses/gpl.html
|
|
9
|
-
**/
|
|
10
|
-
$.jgrid = {
|
|
11
|
-
defaults : {
|
|
12
|
-
recordtext: "Mostrant {0} - {1} de {2}",
|
|
13
|
-
emptyrecords: "Sense registres que mostrar",
|
|
14
|
-
loadtext: "Carregant...",
|
|
15
|
-
pgtext : "Page {0} of {1}"
|
|
16
|
-
},
|
|
17
|
-
search : {
|
|
18
|
-
caption: "Cerca...",
|
|
19
|
-
Find: "Cercar",
|
|
20
|
-
Reset: "Buidar",
|
|
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: "tot" }, { op: "OR", text: "qualsevol" } ],
|
|
23
|
-
matchText: " match",
|
|
24
|
-
rulesText: " rules"
|
|
25
|
-
},
|
|
26
|
-
edit : {
|
|
27
|
-
addCaption: "Afegir registre",
|
|
28
|
-
editCaption: "Modificar registre",
|
|
29
|
-
bSubmit: "Guardar",
|
|
30
|
-
bCancel: "Cancelar",
|
|
31
|
-
bClose: "Tancar",
|
|
32
|
-
saveData: "Les dades han canviat. Guardar canvis?",
|
|
33
|
-
bYes : "Yes",
|
|
34
|
-
bNo : "No",
|
|
35
|
-
bExit : "Cancel",
|
|
36
|
-
msg: {
|
|
37
|
-
required:"Camp obligatori",
|
|
38
|
-
number:"Introdueixi un nombre",
|
|
39
|
-
minValue:"El valor ha de ser major o igual que ",
|
|
40
|
-
maxValue:"El valor ha de ser menor o igual a ",
|
|
41
|
-
email: "no és una direcció de correu vàlida",
|
|
42
|
-
integer: "Introdueixi un valor enter",
|
|
43
|
-
date: "Introdueixi una data correcta ",
|
|
44
|
-
url: "no és una URL vàlida. Prefix requerit ('http://' or 'https://')"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
},
|
|
51
|
-
|
|
52
|
-
caption: "
|
|
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
|
-
}
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid Catalan Translation
|
|
4
|
+
* Traducció jqGrid en Catatà per Faserline, S.L.
|
|
5
|
+
* http://www.faserline.com
|
|
6
|
+
* Dual licensed under the MIT and GPL licenses:
|
|
7
|
+
* http://www.opensource.org/licenses/mit-license.php
|
|
8
|
+
* http://www.gnu.org/licenses/gpl.html
|
|
9
|
+
**/
|
|
10
|
+
$.jgrid = {
|
|
11
|
+
defaults : {
|
|
12
|
+
recordtext: "Mostrant {0} - {1} de {2}",
|
|
13
|
+
emptyrecords: "Sense registres que mostrar",
|
|
14
|
+
loadtext: "Carregant...",
|
|
15
|
+
pgtext : "Page {0} of {1}"
|
|
16
|
+
},
|
|
17
|
+
search : {
|
|
18
|
+
caption: "Cerca...",
|
|
19
|
+
Find: "Cercar",
|
|
20
|
+
Reset: "Buidar",
|
|
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: "tot" }, { op: "OR", text: "qualsevol" } ],
|
|
23
|
+
matchText: " match",
|
|
24
|
+
rulesText: " rules"
|
|
25
|
+
},
|
|
26
|
+
edit : {
|
|
27
|
+
addCaption: "Afegir registre",
|
|
28
|
+
editCaption: "Modificar registre",
|
|
29
|
+
bSubmit: "Guardar",
|
|
30
|
+
bCancel: "Cancelar",
|
|
31
|
+
bClose: "Tancar",
|
|
32
|
+
saveData: "Les dades han canviat. Guardar canvis?",
|
|
33
|
+
bYes : "Yes",
|
|
34
|
+
bNo : "No",
|
|
35
|
+
bExit : "Cancel",
|
|
36
|
+
msg: {
|
|
37
|
+
required:"Camp obligatori",
|
|
38
|
+
number:"Introdueixi un nombre",
|
|
39
|
+
minValue:"El valor ha de ser major o igual que ",
|
|
40
|
+
maxValue:"El valor ha de ser menor o igual a ",
|
|
41
|
+
email: "no és una direcció de correu vàlida",
|
|
42
|
+
integer: "Introdueixi un valor enter",
|
|
43
|
+
date: "Introdueixi una data correcta ",
|
|
44
|
+
url: "no és una URL vàlida. Prefix requerit ('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: "Veure registre",
|
|
53
|
+
bClose: "Tancar"
|
|
54
|
+
},
|
|
55
|
+
del : {
|
|
56
|
+
caption: "Eliminar",
|
|
57
|
+
msg: "¿Desitja eliminar els registres seleccionats?",
|
|
58
|
+
bSubmit: "Eliminar",
|
|
59
|
+
bCancel: "Cancelar"
|
|
60
|
+
},
|
|
61
|
+
nav : {
|
|
62
|
+
edittext: " ",
|
|
63
|
+
edittitle: "Modificar fila seleccionada",
|
|
64
|
+
addtext:" ",
|
|
65
|
+
addtitle: "Agregar nova fila",
|
|
66
|
+
deltext: " ",
|
|
67
|
+
deltitle: "Eliminar fila seleccionada",
|
|
68
|
+
searchtext: " ",
|
|
69
|
+
searchtitle: "Cercar informació",
|
|
70
|
+
refreshtext: "",
|
|
71
|
+
refreshtitle: "Refrescar taula",
|
|
72
|
+
alertcap: "Avís",
|
|
73
|
+
alerttext: "Seleccioni una fila",
|
|
74
|
+
viewtext: " ",
|
|
75
|
+
viewtitle: "Veure fila seleccionada"
|
|
76
|
+
},
|
|
77
|
+
// setcolumns module
|
|
78
|
+
col : {
|
|
79
|
+
caption: "Mostrar/ocultar columnes",
|
|
80
|
+
bSubmit: "Enviar",
|
|
81
|
+
bCancel: "Cancelar"
|
|
82
|
+
},
|
|
83
|
+
errors : {
|
|
84
|
+
errcap : "Error",
|
|
85
|
+
nourl : "No s'ha especificat una URL",
|
|
86
|
+
norecords: "No hi ha dades per processar",
|
|
87
|
+
model : "Les columnes de noms són diferents de les columnes del model"
|
|
88
|
+
},
|
|
89
|
+
formatter : {
|
|
90
|
+
integer : {thousandsSeparator: ".", defaultValue: '0'},
|
|
91
|
+
number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
|
|
92
|
+
currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
|
|
93
|
+
date : {
|
|
94
|
+
dayNames: [
|
|
95
|
+
"Dg", "Dl", "Dt", "Dc", "Dj", "Dv", "Ds",
|
|
96
|
+
"Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte"
|
|
97
|
+
],
|
|
98
|
+
monthNames: [
|
|
99
|
+
"Gen", "Febr", "Març", "Abr", "Maig", "Juny", "Jul", "Ag", "Set", "Oct", "Nov", "Des",
|
|
100
|
+
"Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"
|
|
101
|
+
],
|
|
102
|
+
AmPm : ["am","pm","AM","PM"],
|
|
103
|
+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
|
104
|
+
srcformat: 'Y-m-d',
|
|
105
|
+
newformat: 'd-m-Y',
|
|
106
|
+
masks : {
|
|
107
|
+
ISO8601Long:"Y-m-d H:i:s",
|
|
108
|
+
ISO8601Short:"Y-m-d",
|
|
109
|
+
ShortDate: "n/j/Y",
|
|
110
|
+
LongDate: "l, F d, Y",
|
|
111
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
|
112
|
+
MonthDay: "F d",
|
|
113
|
+
ShortTime: "g:i A",
|
|
114
|
+
LongTime: "g:i:s A",
|
|
115
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
|
116
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
|
117
|
+
YearMonth: "F, Y"
|
|
118
|
+
},
|
|
119
|
+
reformatAfterEdit : false
|
|
120
|
+
},
|
|
121
|
+
baseLinkUrl: '',
|
|
122
|
+
showAction: 'show',
|
|
123
|
+
target: '',
|
|
124
|
+
checkbox : {disabled:true},
|
|
125
|
+
idName : 'id'
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
})(jQuery);
|