compass-jquery-plugin 0.2.4.1 → 0.2.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. data/README.textile +6 -6
  2. data/VERSION.yml +1 -1
  3. data/compass-jquery-plugin.gemspec +7 -2
  4. data/gem_tasks/jqgrid.rake +13 -4
  5. data/lib/jquery/jqgrid.rb +11 -10
  6. data/lib/jquery/jrails.rb +10 -18
  7. data/templates/jqgrid/i18n/jqgrid/locale-bg.js +132 -128
  8. data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +1 -1
  9. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +132 -128
  10. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +1 -1
  11. data/templates/jqgrid/i18n/jqgrid/locale-cat.js +128 -124
  12. data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +1 -1
  13. data/templates/jqgrid/i18n/jqgrid/locale-cs.js +127 -123
  14. data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +1 -1
  15. data/templates/jqgrid/i18n/jqgrid/locale-de.js +127 -123
  16. data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +1 -1
  17. data/templates/jqgrid/i18n/jqgrid/locale-dk.js +128 -124
  18. data/templates/jqgrid/i18n/jqgrid/locale-dk.min.js +1 -1
  19. data/templates/jqgrid/i18n/jqgrid/locale-el.js +126 -122
  20. data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +1 -1
  21. data/templates/jqgrid/i18n/jqgrid/locale-en.js +128 -123
  22. data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +1 -1
  23. data/templates/jqgrid/i18n/jqgrid/locale-fa.js +125 -121
  24. data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +1 -1
  25. data/templates/jqgrid/i18n/jqgrid/locale-fi.js +128 -124
  26. data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +1 -1
  27. data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -122
  28. data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +1 -1
  29. data/templates/jqgrid/i18n/jqgrid/locale-he.js +127 -0
  30. data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +1 -0
  31. data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -122
  32. data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +1 -1
  33. data/templates/jqgrid/i18n/jqgrid/locale-it.js +126 -122
  34. data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +1 -1
  35. data/templates/jqgrid/i18n/jqgrid/locale-jp.js +127 -123
  36. data/templates/jqgrid/i18n/jqgrid/locale-jp.min.js +1 -1
  37. data/templates/jqgrid/i18n/jqgrid/locale-nl.js +148 -144
  38. data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +1 -1
  39. data/templates/jqgrid/i18n/jqgrid/locale-no.js +121 -116
  40. data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +1 -1
  41. data/templates/jqgrid/i18n/jqgrid/locale-pl.js +126 -122
  42. data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +1 -1
  43. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +127 -123
  44. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
  45. data/templates/jqgrid/i18n/jqgrid/locale-pt.js +125 -121
  46. data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +1 -1
  47. data/templates/jqgrid/i18n/jqgrid/locale-ro.js +139 -0
  48. data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +1 -0
  49. data/templates/jqgrid/i18n/jqgrid/locale-ru.js +127 -123
  50. data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +1 -1
  51. data/templates/jqgrid/i18n/jqgrid/locale-sp.js +128 -124
  52. data/templates/jqgrid/i18n/jqgrid/locale-sp.min.js +1 -1
  53. data/templates/jqgrid/i18n/jqgrid/locale-sv.js +117 -112
  54. data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +1 -1
  55. data/templates/jqgrid/i18n/jqgrid/locale-tr.js +126 -122
  56. data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +1 -1
  57. data/templates/jqgrid/i18n/jqgrid/locale-ua.js +127 -123
  58. data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +1 -1
  59. data/templates/jqgrid/jquery.jqGrid.js +9913 -8988
  60. data/templates/jqgrid/jquery.jqGrid.min.js +1 -1
  61. data/templates/jqgrid/jquery.ui/jqGrid.sass +745 -580
  62. data/templates/jqgrid/manifest.rb +62 -57
  63. data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +13 -0
  64. data/templates/jrails/jquery.js +7644 -7626
  65. data/templates/jrails/jquery.min.js +19 -19
  66. data/templates/jrails/jrails.js +192 -197
  67. data/templates/jrails/jrails.min.js +1 -1
  68. data/templates/secret_sauce/app/views/ui/_ui_grid_for_without_block.js.haml +139 -136
  69. metadata +7 -2
@@ -1 +1 @@
1
- (function(a){a.jgrid={defaults:{recordtext:"{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:"Запис",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
+ (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
- view : {
48
- caption: "������� �����",
49
- bClose: "�������"
50
- },
51
- del : {
52
- caption: "���������",
53
- msg: "�� ������ �� ��������� �����?",
54
- bSubmit: "������",
55
- bCancel: "�����"
56
- },
57
- nav : {
58
- edittext: " ",
59
- edittitle: "�������� ������ �����",
60
- addtext:" ",
61
- addtitle: "�������� ��� �����",
62
- deltext: " ",
63
- deltitle: "��������� ������ �����",
64
- searchtext: " ",
65
- searchtitle: "������� �����(�)",
66
- refreshtext: "",
67
- refreshtitle: "������ �������",
68
- alertcap: "��������������",
69
- alerttext: "����, �������� �����",
70
- viewtext: "",
71
- viewtitle: "������� ������ �����"
72
- },
73
- col : {
74
- caption: "������",
75
- bSubmit: "�����",
76
- bCancel: "�����"
77
- },
78
- errors : {
79
- errcap : "������",
80
- nourl : "���� ������� url �����",
81
- norecords: "���� ����� �� ���������",
82
- model : "������ �� ����������� �� �������!"
83
- },
84
- formatter : {
85
- integer : {thousandsSeparator: " ", defaultValue: '0'},
86
- number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
87
- currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:" ��.", defaultValue: '0.00'},
88
- date : {
89
- dayNames: [
90
- "���", "���", "��", "��", "���", "���", "���",
91
- "������", "����������", "�������", "�����", "���������", "�����", "������"
92
- ],
93
- monthNames: [
94
- "���", "���", "���", "���", "���", "���", "���", "���", "���", "���", "���", "���",
95
- "������", "��������", "����", "�����", "���", "���", "���", "������", "���������", "��������", "�������", "��������"
96
- ],
97
- AmPm : ["","","",""],
98
- S: function (j) {
99
- if(j==7 || j==8 || j== 27 || j== 28) {
100
- return '��';
101
- }
102
- return ['��', '��', '��'][Math.min((j - 1) % 10, 2)];
103
- },
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: '',
123
- target: '',
124
- checkbox : {disabled:true},
125
- idName : 'id'
126
- }
127
- };
128
- })(jQuery);
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:"�����",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
+ (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
- view : {
48
- caption: "Veure registre",
49
- bClose: "Tancar"
50
- },
51
- del : {
52
- caption: "Eliminar",
53
- msg: "¿Desitja eliminar els registres seleccionats?",
54
- bSubmit: "Eliminar",
55
- bCancel: "Cancelar"
56
- },
57
- nav : {
58
- edittext: " ",
59
- edittitle: "Modificar fila seleccionada",
60
- addtext:" ",
61
- addtitle: "Agregar nova fila",
62
- deltext: " ",
63
- deltitle: "Eliminar fila seleccionada",
64
- searchtext: " ",
65
- searchtitle: "Cercar informació",
66
- refreshtext: "",
67
- refreshtitle: "Refrescar taula",
68
- alertcap: "Avís",
69
- alerttext: "Seleccioni una fila",
70
- viewtext: " ",
71
- viewtitle: "Veure fila seleccionada"
72
- },
73
- // setcolumns module
74
- col : {
75
- caption: "Mostrar/ocultar columnes",
76
- bSubmit: "Enviar",
77
- bCancel: "Cancelar"
78
- },
79
- errors : {
80
- errcap : "Error",
81
- nourl : "No s'ha especificat una URL",
82
- norecords: "No hi ha dades per processar",
83
- model : "Les columnes de noms són diferents de les columnes del model"
84
- },
85
- formatter : {
86
- integer : {thousandsSeparator: ".", defaultValue: '0'},
87
- number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
88
- currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
89
- date : {
90
- dayNames: [
91
- "Dg", "Dl", "Dt", "Dc", "Dj", "Dv", "Ds",
92
- "Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte"
93
- ],
94
- monthNames: [
95
- "Gen", "Febr", "Març", "Abr", "Maig", "Juny", "Jul", "Ag", "Set", "Oct", "Nov", "Des",
96
- "Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"
97
- ],
98
- AmPm : ["am","pm","AM","PM"],
99
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
100
- srcformat: 'Y-m-d',
101
- newformat: 'd-m-Y',
102
- masks : {
103
- ISO8601Long:"Y-m-d H:i:s",
104
- ISO8601Short:"Y-m-d",
105
- ShortDate: "n/j/Y",
106
- LongDate: "l, F d, Y",
107
- FullDateTime: "l, F d, Y g:i:s A",
108
- MonthDay: "F d",
109
- ShortTime: "g:i A",
110
- LongTime: "g:i:s A",
111
- SortableDateTime: "Y-m-d\\TH:i:s",
112
- UniversalSortableDateTime: "Y-m-d H:i:sO",
113
- YearMonth: "F, Y"
114
- },
115
- reformatAfterEdit : false
116
- },
117
- baseLinkUrl: '',
118
- showAction: 'show',
119
- target: '',
120
- checkbox : {disabled:true},
121
- idName : 'id'
122
- }
123
- };
124
- })(jQuery);
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);