rails_jq_grid 0.0.3.pre2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. data/VERSION +1 -1
  2. data/public/javascripts/rails-jqgrid/Changes.txt +0 -0
  3. data/public/javascripts/rails-jqgrid/i18n/grid.locale-bg.js +132 -1
  4. data/public/javascripts/rails-jqgrid/i18n/grid.locale-bg1251.js +132 -1
  5. data/public/javascripts/rails-jqgrid/i18n/grid.locale-cat.js +128 -1
  6. data/public/javascripts/rails-jqgrid/i18n/grid.locale-cn.js +132 -1
  7. data/public/javascripts/rails-jqgrid/i18n/grid.locale-cs.js +128 -1
  8. data/public/javascripts/rails-jqgrid/i18n/grid.locale-da.js +128 -0
  9. data/public/javascripts/rails-jqgrid/i18n/grid.locale-de.js +133 -1
  10. data/public/javascripts/rails-jqgrid/i18n/grid.locale-el.js +126 -1
  11. data/public/javascripts/rails-jqgrid/i18n/grid.locale-en.js +128 -1
  12. data/public/javascripts/rails-jqgrid/i18n/grid.locale-es.js +128 -1
  13. data/public/javascripts/rails-jqgrid/i18n/grid.locale-fa.js +145 -1
  14. data/public/javascripts/rails-jqgrid/i18n/grid.locale-fi.js +130 -1
  15. data/public/javascripts/rails-jqgrid/i18n/grid.locale-fr.js +126 -1
  16. data/public/javascripts/rails-jqgrid/i18n/grid.locale-gl.js +126 -0
  17. data/public/javascripts/rails-jqgrid/i18n/grid.locale-he.js +127 -1
  18. data/public/javascripts/rails-jqgrid/i18n/grid.locale-hu.js +129 -1
  19. data/public/javascripts/rails-jqgrid/i18n/grid.locale-is.js +126 -1
  20. data/public/javascripts/rails-jqgrid/i18n/grid.locale-it.js +1 -1
  21. data/public/javascripts/rails-jqgrid/i18n/grid.locale-ja.js +155 -1
  22. data/public/javascripts/rails-jqgrid/i18n/grid.locale-nl.js +149 -1
  23. data/public/javascripts/rails-jqgrid/i18n/grid.locale-no.js +1 -1
  24. data/public/javascripts/rails-jqgrid/i18n/grid.locale-pl.js +127 -1
  25. data/public/javascripts/rails-jqgrid/i18n/grid.locale-pt-br.js +127 -1
  26. data/public/javascripts/rails-jqgrid/i18n/grid.locale-pt.js +125 -1
  27. data/public/javascripts/rails-jqgrid/i18n/grid.locale-ro.js +139 -1
  28. data/public/javascripts/rails-jqgrid/i18n/grid.locale-ru.js +127 -1
  29. data/public/javascripts/rails-jqgrid/i18n/grid.locale-sk.js +127 -1
  30. data/public/javascripts/rails-jqgrid/i18n/grid.locale-sr.js +128 -0
  31. data/public/javascripts/rails-jqgrid/i18n/grid.locale-sv.js +127 -1
  32. data/public/javascripts/rails-jqgrid/i18n/grid.locale-tr.js +126 -1
  33. data/public/javascripts/rails-jqgrid/i18n/grid.locale-ua.js +127 -1
  34. data/public/javascripts/rails-jqgrid/install.txt +0 -0
  35. data/public/javascripts/rails-jqgrid/jquery.jqGrid.min.js +445 -432
  36. data/public/javascripts/rails-jqgrid/src/JsonXml.js +329 -329
  37. data/public/javascripts/rails-jqgrid/src/css/ellipsis-xbl.xml +0 -0
  38. data/public/javascripts/rails-jqgrid/src/css/ui.jqgrid.css +139 -129
  39. data/public/javascripts/rails-jqgrid/src/css/ui.multiselect.css +0 -0
  40. data/public/javascripts/rails-jqgrid/src/grid.base.js +3078 -3003
  41. data/public/javascripts/rails-jqgrid/src/grid.celledit.js +486 -486
  42. data/public/javascripts/rails-jqgrid/src/grid.common.js +646 -636
  43. data/public/javascripts/rails-jqgrid/src/grid.custom.js +820 -817
  44. data/public/javascripts/rails-jqgrid/src/grid.formedit.js +1954 -1872
  45. data/public/javascripts/rails-jqgrid/src/grid.grouping.js +250 -0
  46. data/public/javascripts/rails-jqgrid/src/grid.import.js +200 -200
  47. data/public/javascripts/rails-jqgrid/src/grid.inlinedit.js +255 -250
  48. data/public/javascripts/rails-jqgrid/src/grid.jqueryui.js +504 -503
  49. data/public/javascripts/rails-jqgrid/src/grid.loader.js +1 -0
  50. data/public/javascripts/rails-jqgrid/src/grid.postext.js +63 -63
  51. data/public/javascripts/rails-jqgrid/src/grid.setcolumns.js +125 -125
  52. data/public/javascripts/rails-jqgrid/src/grid.subgrid.js +260 -260
  53. data/public/javascripts/rails-jqgrid/src/grid.tbltogrid.js +106 -106
  54. data/public/javascripts/rails-jqgrid/src/grid.treegrid.js +489 -482
  55. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-bg.js +132 -132
  56. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-bg1251.js +132 -132
  57. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-cat.js +128 -128
  58. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-cn.js +132 -132
  59. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-cs.js +128 -128
  60. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-da.js +128 -0
  61. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-de.js +132 -127
  62. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-dk.js +0 -0
  63. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-el.js +126 -126
  64. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-en.js +128 -128
  65. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-es.js +128 -128
  66. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-fa.js +145 -125
  67. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-fi.js +130 -130
  68. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-fr.js +2 -2
  69. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-gl.js +126 -0
  70. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-he.js +127 -127
  71. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-hu.js +129 -129
  72. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-is.js +126 -126
  73. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-it.js +0 -0
  74. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-ja.js +155 -155
  75. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-nl.js +148 -148
  76. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-no.js +0 -0
  77. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-pl.js +126 -126
  78. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-pt-br.js +127 -127
  79. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-pt.js +125 -125
  80. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-ro.js +139 -139
  81. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-ru.js +127 -127
  82. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-sk.js +127 -127
  83. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-sr.js +128 -0
  84. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-sv.js +127 -127
  85. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-tr.js +126 -126
  86. data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-ua.js +127 -127
  87. data/public/javascripts/rails-jqgrid/src/jqDnR.js +68 -67
  88. data/public/javascripts/rails-jqgrid/src/jqModal.js +68 -68
  89. data/public/javascripts/rails-jqgrid/src/jquery.fmatter.js +563 -541
  90. data/public/javascripts/rails-jqgrid/src/jquery.searchFilter.js +1 -1
  91. data/public/javascripts/rails-jqgrid/src/ui.multiselect.js +0 -0
  92. data/public/stylesheets/rails-jqgrid/ellipsis-xbl.xml +0 -0
  93. data/public/stylesheets/rails-jqgrid/ui.jqgrid.css +139 -2
  94. data/rails_jq_grid.gemspec +10 -3
  95. metadata +15 -11
@@ -1,130 +1,130 @@
1
- ;(function($){
2
- /**
3
- * jqGrid (fi) Finnish Translation
4
- * Jukka Inkeri awot.fi 2010-05-19 Version
5
- * http://awot.fi
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: "Näytä {0} - {1} / {2}",
13
- recordtext: " {0}-{1}/{2}",
14
- emptyrecords: "Ei näytettäviä",
15
- loadtext: "Haetaan...",
16
- //pgtext : "Sivu {0} / {1}"
17
- pgtext : "{0}/{1}"
18
- },
19
- search : {
20
- caption: "Etsi...",
21
- Find: "Etsi",
22
- Reset: "Tyhjää",
23
- odata : ['=', '<>', '<', '<=','>','>=', 'alkaa','ei ala','joukossa','ei joukossa ','loppuu','ei lopu','sis&auml;lt&auml;&auml;','ei sis&auml;ll&auml;'],
24
- groupOps: [ { op: "JA", text: "kaikki" }, { op: "TAI", text: "mik&auml; tahansa" } ],
25
- matchText: " match",
26
- rulesText: " rules"
27
- },
28
- edit : {
29
- addCaption: "Uusi rivi",
30
- editCaption: "Muokkaa rivi",
31
- bSubmit: "OK",
32
- bCancel: "Peru",
33
- bClose: "Sulje",
34
- saveData: "Tietoja muutettu! Tallenetaanko?",
35
- bYes : "K",
36
- bNo : "E",
37
- bExit : "Peru",
38
- msg: {
39
- required:"pakollinen",
40
- number:"Anna kelvollinen nro",
41
- minValue:"arvo oltava >= ",
42
- maxValue:"arvo oltava <= ",
43
- email: "virheellinen sposti ",
44
- integer: "Anna kelvollinen kokonaisluku",
45
- date: "Anna kelvollinen pvm",
46
- url: "Ei ole sopiva linkki(URL). Alku oltava ('http://' tai 'https://')",
47
- nodefined : " ei ole m&auml;&auml;ritelty!",
48
- novalue : " paluuarvo vaaditaan!",
49
- customarray : "Custom function should return array!",
50
- customfcheck : "Custom function should be present in case of custom checking!"
51
- }
52
- },
53
- view : {
54
- caption: "N&auml; rivi",
55
- bClose: "Sulje"
56
- },
57
- del : {
58
- caption: "Poista",
59
- msg: "Poista valitut rivi(t)?",
60
- bSubmit: "Poista",
61
- bCancel: "Peru"
62
- },
63
- nav : {
64
- edittext: " ",
65
- edittitle: "Muokkaa valittu rivi",
66
- addtext:" ",
67
- addtitle: "Uusi rivi",
68
- deltext: " ",
69
- deltitle: "Poista valittu rivi",
70
- searchtext: " ",
71
- searchtitle: "Etsi tietoja",
72
- refreshtext: "",
73
- refreshtitle: "Lataa uudelleen",
74
- alertcap: "Varoitus",
75
- alerttext: "Valitse rivi",
76
- viewtext: "",
77
- viewtitle: "Nayta valitut rivit"
78
- },
79
- col : {
80
- caption: "Nayta/Piilota sarakkeet",
81
- bSubmit: "OK",
82
- bCancel: "Peru"
83
- },
84
- errors : {
85
- errcap : "Virhe",
86
- nourl : "url asettamatta",
87
- norecords: "Ei muokattavia tietoja",
88
- model : "Pituus colNames <> colModel!"
89
- },
90
- formatter : {
91
- integer : {thousandsSeparator: "", defaultValue: '0'},
92
- number : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, defaultValue: '0,00'},
93
- currency : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
94
- date : {
95
- dayNames: [
96
- "Su", "Ma", "Ti", "Ke", "To", "Pe", "La",
97
- "Sunnuntai", "Maanantai", "Tiista", "Keskiviikko", "Torstai", "Perjantai", "Lauantai"
98
- ],
99
- monthNames: [
100
- "Tam", "Hel", "Maa", "Huh", "Tou", "Kes", "Hei", "Elo", "Syy", "Lok", "Mar", "Jou",
101
- "Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kes&auml;kuu", "Hein&auml;kuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu"
102
- ],
103
- AmPm : ["am","pm","AM","PM"],
104
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
105
- srcformat: 'Y-m-d',
106
- newformat: 'd/m/Y',
107
- masks : {
108
- ISO8601Long:"Y-m-d H:i:s",
109
- ISO8601Short:"Y-m-d",
110
- ShortDate: "d.m.Y",
111
- LongDate: "l, F d, Y",
112
- FullDateTime: "l, F d, Y g:i:s A",
113
- MonthDay: "F d",
114
- ShortTime: "g:i A",
115
- LongTime: "g:i:s A",
116
- SortableDateTime: "Y-m-d\\TH:i:s",
117
- UniversalSortableDateTime: "Y-m-d H:i:sO",
118
- YearMonth: "F, Y"
119
- },
120
- reformatAfterEdit : false
121
- },
122
- baseLinkUrl: '',
123
- showAction: '',
124
- target: '',
125
- checkbox : {disabled:true},
126
- idName : 'id'
127
- }
128
- };
129
- // FI
130
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid (fi) Finnish Translation
4
+ * Jukka Inkeri awot.fi 2010-05-19 Version
5
+ * http://awot.fi
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: "N&auml;yt&auml; {0} - {1} / {2}",
13
+ recordtext: " {0}-{1}/{2}",
14
+ emptyrecords: "Ei n&auml;ytett&auml;vi&auml;",
15
+ loadtext: "Haetaan...",
16
+ //pgtext : "Sivu {0} / {1}"
17
+ pgtext : "{0}/{1}"
18
+ },
19
+ search : {
20
+ caption: "Etsi...",
21
+ Find: "Etsi",
22
+ Reset: "Tyhj&auml;&auml;",
23
+ odata : ['=', '<>', '<', '<=','>','>=', 'alkaa','ei ala','joukossa','ei joukossa ','loppuu','ei lopu','sis&auml;lt&auml;&auml;','ei sis&auml;ll&auml;'],
24
+ groupOps: [ { op: "JA", text: "kaikki" }, { op: "TAI", text: "mik&auml; tahansa" } ],
25
+ matchText: " match",
26
+ rulesText: " rules"
27
+ },
28
+ edit : {
29
+ addCaption: "Uusi rivi",
30
+ editCaption: "Muokkaa rivi",
31
+ bSubmit: "OK",
32
+ bCancel: "Peru",
33
+ bClose: "Sulje",
34
+ saveData: "Tietoja muutettu! Tallenetaanko?",
35
+ bYes : "K",
36
+ bNo : "E",
37
+ bExit : "Peru",
38
+ msg: {
39
+ required:"pakollinen",
40
+ number:"Anna kelvollinen nro",
41
+ minValue:"arvo oltava >= ",
42
+ maxValue:"arvo oltava <= ",
43
+ email: "virheellinen sposti ",
44
+ integer: "Anna kelvollinen kokonaisluku",
45
+ date: "Anna kelvollinen pvm",
46
+ url: "Ei ole sopiva linkki(URL). Alku oltava ('http://' tai 'https://')",
47
+ nodefined : " ei ole m&auml;&auml;ritelty!",
48
+ novalue : " paluuarvo vaaditaan!",
49
+ customarray : "Custom function should return array!",
50
+ customfcheck : "Custom function should be present in case of custom checking!"
51
+ }
52
+ },
53
+ view : {
54
+ caption: "N&auml; rivi",
55
+ bClose: "Sulje"
56
+ },
57
+ del : {
58
+ caption: "Poista",
59
+ msg: "Poista valitut rivi(t)?",
60
+ bSubmit: "Poista",
61
+ bCancel: "Peru"
62
+ },
63
+ nav : {
64
+ edittext: " ",
65
+ edittitle: "Muokkaa valittu rivi",
66
+ addtext:" ",
67
+ addtitle: "Uusi rivi",
68
+ deltext: " ",
69
+ deltitle: "Poista valittu rivi",
70
+ searchtext: " ",
71
+ searchtitle: "Etsi tietoja",
72
+ refreshtext: "",
73
+ refreshtitle: "Lataa uudelleen",
74
+ alertcap: "Varoitus",
75
+ alerttext: "Valitse rivi",
76
+ viewtext: "",
77
+ viewtitle: "Nayta valitut rivit"
78
+ },
79
+ col : {
80
+ caption: "Nayta/Piilota sarakkeet",
81
+ bSubmit: "OK",
82
+ bCancel: "Peru"
83
+ },
84
+ errors : {
85
+ errcap : "Virhe",
86
+ nourl : "url asettamatta",
87
+ norecords: "Ei muokattavia tietoja",
88
+ model : "Pituus colNames <> colModel!"
89
+ },
90
+ formatter : {
91
+ integer : {thousandsSeparator: "", defaultValue: '0'},
92
+ number : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, defaultValue: '0,00'},
93
+ currency : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
94
+ date : {
95
+ dayNames: [
96
+ "Su", "Ma", "Ti", "Ke", "To", "Pe", "La",
97
+ "Sunnuntai", "Maanantai", "Tiista", "Keskiviikko", "Torstai", "Perjantai", "Lauantai"
98
+ ],
99
+ monthNames: [
100
+ "Tam", "Hel", "Maa", "Huh", "Tou", "Kes", "Hei", "Elo", "Syy", "Lok", "Mar", "Jou",
101
+ "Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kes&auml;kuu", "Hein&auml;kuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu"
102
+ ],
103
+ AmPm : ["am","pm","AM","PM"],
104
+ S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
105
+ srcformat: 'Y-m-d',
106
+ newformat: 'd/m/Y',
107
+ masks : {
108
+ ISO8601Long:"Y-m-d H:i:s",
109
+ ISO8601Short:"Y-m-d",
110
+ ShortDate: "d.m.Y",
111
+ LongDate: "l, F d, Y",
112
+ FullDateTime: "l, F d, Y g:i:s A",
113
+ MonthDay: "F d",
114
+ ShortTime: "g:i A",
115
+ LongTime: "g:i:s A",
116
+ SortableDateTime: "Y-m-d\\TH:i:s",
117
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
118
+ YearMonth: "F, Y"
119
+ },
120
+ reformatAfterEdit : false
121
+ },
122
+ baseLinkUrl: '',
123
+ showAction: '',
124
+ target: '',
125
+ checkbox : {disabled:true},
126
+ idName : 'id'
127
+ }
128
+ };
129
+ // FI
130
+ })(jQuery);
@@ -36,8 +36,8 @@ $.jgrid = {
36
36
  msg: {
37
37
  required: "Champ obligatoire",
38
38
  number: "Saisissez un nombre correct",
39
- minValue: "La valeur doit être supérieure ou égale à 0",
40
- maxValue: "La valeur doit être inférieure ou égale à 0",
39
+ minValue: "La valeur doit être supérieure ou égale à",
40
+ maxValue: "La valeur doit être inférieure ou égale à",
41
41
  email: "n'est pas un email correct",
42
42
  integer: "Saisissez un entier correct",
43
43
  url: "n'est pas une adresse correcte. Préfixe requis ('http://' or 'https://')",
@@ -0,0 +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,127 +1,127 @@
1
- ;(function($){
2
- /**
3
- * jqGrid Hebrew Translation
4
- * Shuki Shukrun shukrun.shuki@gmail.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: "הכתובת אינה תקינה. דרושה תחילית ('http://' או '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: "הצג רשומה",
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 : "אורך של colNames <> colModel!"
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) {return j < 11 || j > 13 ? ['', '', '', ''][Math.min((j - 1) % 10, 3)] : ''},
103
- srcformat: 'Y-m-d',
104
- newformat: 'd/m/Y',
105
- masks : {
106
- ISO8601Long:"Y-m-d H:i:s",
107
- ISO8601Short:"Y-m-d",
108
- ShortDate: "n/j/Y",
109
- LongDate: "l, F d, Y",
110
- FullDateTime: "l, F d, Y g:i:s A",
111
- MonthDay: "F d",
112
- ShortTime: "g:i A",
113
- LongTime: "g:i:s A",
114
- SortableDateTime: "Y-m-d\\TH:i:s",
115
- UniversalSortableDateTime: "Y-m-d H:i:sO",
116
- YearMonth: "F, Y"
117
- },
118
- reformatAfterEdit : false
119
- },
120
- baseLinkUrl: '',
121
- showAction: '',
122
- target: '',
123
- checkbox : {disabled:true},
124
- idName : 'id'
125
- }
126
- };
127
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Hebrew Translation
4
+ * Shuki Shukrun shukrun.shuki@gmail.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: "הכתובת אינה תקינה. דרושה תחילית ('http://' או '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: "הצג רשומה",
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 : "אורך של colNames <> colModel!"
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) {return j < 11 || j > 13 ? ['', '', '', ''][Math.min((j - 1) % 10, 3)] : ''},
103
+ srcformat: 'Y-m-d',
104
+ newformat: 'd/m/Y',
105
+ masks : {
106
+ ISO8601Long:"Y-m-d H:i:s",
107
+ ISO8601Short:"Y-m-d",
108
+ ShortDate: "n/j/Y",
109
+ LongDate: "l, F d, Y",
110
+ FullDateTime: "l, F d, Y g:i:s A",
111
+ MonthDay: "F d",
112
+ ShortTime: "g:i A",
113
+ LongTime: "g:i:s A",
114
+ SortableDateTime: "Y-m-d\\TH:i:s",
115
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
116
+ YearMonth: "F, Y"
117
+ },
118
+ reformatAfterEdit : false
119
+ },
120
+ baseLinkUrl: '',
121
+ showAction: '',
122
+ target: '',
123
+ checkbox : {disabled:true},
124
+ idName : 'id'
125
+ }
126
+ };
127
+ })(jQuery);