compass-jquery-plugin 0.2.4.4 → 0.2.4.5

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 (41) hide show
  1. data/README.textile +2 -2
  2. data/VERSION.yml +2 -2
  3. data/compass-jquery-plugin.gemspec +2 -2
  4. data/lib/jquery/jqgrid.rb +59 -19
  5. data/templates/jqgrid/i18n/jqgrid/locale-bg.js +132 -132
  6. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +132 -132
  7. data/templates/jqgrid/i18n/jqgrid/locale-cat.js +128 -128
  8. data/templates/jqgrid/i18n/jqgrid/locale-cs.js +127 -127
  9. data/templates/jqgrid/i18n/jqgrid/locale-de.js +127 -127
  10. data/templates/jqgrid/i18n/jqgrid/locale-dk.js +128 -128
  11. data/templates/jqgrid/i18n/jqgrid/locale-el.js +126 -126
  12. data/templates/jqgrid/i18n/jqgrid/locale-en.js +128 -128
  13. data/templates/jqgrid/i18n/jqgrid/locale-fa.js +125 -125
  14. data/templates/jqgrid/i18n/jqgrid/locale-fi.js +128 -128
  15. data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -126
  16. data/templates/jqgrid/i18n/jqgrid/locale-he.js +127 -127
  17. data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -126
  18. data/templates/jqgrid/i18n/jqgrid/locale-it.js +126 -126
  19. data/templates/jqgrid/i18n/jqgrid/locale-jp.js +127 -127
  20. data/templates/jqgrid/i18n/jqgrid/locale-nl.js +148 -148
  21. data/templates/jqgrid/i18n/jqgrid/locale-no.js +121 -121
  22. data/templates/jqgrid/i18n/jqgrid/locale-pl.js +126 -126
  23. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +127 -127
  24. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
  25. data/templates/jqgrid/i18n/jqgrid/locale-pt.js +125 -125
  26. data/templates/jqgrid/i18n/jqgrid/locale-ro.js +139 -139
  27. data/templates/jqgrid/i18n/jqgrid/locale-ru.js +127 -127
  28. data/templates/jqgrid/i18n/jqgrid/locale-sp.js +128 -128
  29. data/templates/jqgrid/i18n/jqgrid/locale-sv.js +117 -117
  30. data/templates/jqgrid/i18n/jqgrid/locale-tr.js +126 -126
  31. data/templates/jqgrid/i18n/jqgrid/locale-ua.js +127 -127
  32. data/templates/jqgrid/jquery.jqGrid.js +9921 -9913
  33. data/templates/jqgrid/jquery.jqGrid.min.js +1 -1
  34. data/templates/jqgrid/jquery.ui/jqGrid.sass +746 -745
  35. data/templates/jqgrid/manifest.rb +62 -62
  36. data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +13 -13
  37. data/templates/jrails/jquery.js +7644 -7644
  38. data/templates/jrails/jquery.min.js +18 -18
  39. data/templates/jrails/jrails.js +192 -192
  40. data/templates/secret_sauce/app/views/ui/_ui_grid_for_without_block.js.haml +139 -139
  41. metadata +2 -2
@@ -1,127 +1,127 @@
1
- ;(function($){
2
- /**
3
- * jqGrid Czech Translation
4
- * Pavel Jirak pavel.jirak@jipas.cz
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: "View {0} - {1} of {2}",
13
- emptyrecords: "No records to view",
14
- loadtext: "Načítám...",
15
- pgtext : "Page {0} of {1}"
16
- },
17
- search : {
18
- caption: "Vyhledávám...",
19
- Find: "Hledat",
20
- Reset: "Reset",
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: "all" }, { op: "OR", text: "any" } ],
23
- matchText: " match",
24
- rulesText: " rules"
25
- },
26
- edit : {
27
- addCaption: "Přidat záznam",
28
- editCaption: "Editace záznamu",
29
- bSubmit: "Uložit",
30
- bCancel: "Storno",
31
- bClose: "Zavřít",
32
- saveData: "Data has been changed! Save changes?",
33
- bYes : "Yes",
34
- bNo : "No",
35
- bExit : "Cancel",
36
- msg: {
37
- required:"Pole je vyžadováno",
38
- number:"Prosím, vložte validní číslo",
39
- minValue:"hodnota musí být větší než nebo rovná ",
40
- maxValue:"hodnota musí být menší než nebo rovná ",
41
- email: "není validní e-mail",
42
- integer: "Prosím, vložte celé číslo",
43
- date: "Prosím, vložte validní datum",
44
- url: "is not a valid URL. Prefix required ('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: "View Record",
53
- bClose: "Close"
54
- },
55
- del : {
56
- caption: "Smazat",
57
- msg: "Smazat vybraný(é) záznam(y)?",
58
- bSubmit: "Smazat",
59
- bCancel: "Storno"
60
- },
61
- nav : {
62
- edittext: " ",
63
- edittitle: "Editovat vybraný řádek",
64
- addtext:" ",
65
- addtitle: "Přidat nový řádek",
66
- deltext: " ",
67
- deltitle: "Smazat vybraný záznam ",
68
- searchtext: " ",
69
- searchtitle: "Najít záznamy",
70
- refreshtext: "",
71
- refreshtitle: "Obnovit tabulku",
72
- alertcap: "Varování",
73
- alerttext: "Prosím, vyberte řádek",
74
- viewtext: "",
75
- viewtitle: "View selected row"
76
- },
77
- col : {
78
- caption: "Zobrazit/Skrýt sloupce",
79
- bSubmit: "Uložit",
80
- bCancel: "Storno"
81
- },
82
- errors : {
83
- errcap : "Chyba",
84
- nourl : "Není nastavena url",
85
- norecords: "Žádné záznamy ke zpracování",
86
- model : "Length 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
- "Ne", "Po", "Út", "St", "Čt", "Pá", "So",
95
- "Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota"
96
- ],
97
- monthNames: [
98
- "Led", "Úno", "Bře", "Dub", "Kvě", "Čer", "Čvc", "Srp", "Zář", "Říj", "Lis", "Pro",
99
- "Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "Červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"
100
- ],
101
- AmPm : ["do","od","DO","OD"],
102
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
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 Czech Translation
4
+ * Pavel Jirak pavel.jirak@jipas.cz
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: "View {0} - {1} of {2}",
13
+ emptyrecords: "No records to view",
14
+ loadtext: "Načítám...",
15
+ pgtext : "Page {0} of {1}"
16
+ },
17
+ search : {
18
+ caption: "Vyhledávám...",
19
+ Find: "Hledat",
20
+ Reset: "Reset",
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: "all" }, { op: "OR", text: "any" } ],
23
+ matchText: " match",
24
+ rulesText: " rules"
25
+ },
26
+ edit : {
27
+ addCaption: "Přidat záznam",
28
+ editCaption: "Editace záznamu",
29
+ bSubmit: "Uložit",
30
+ bCancel: "Storno",
31
+ bClose: "Zavřít",
32
+ saveData: "Data has been changed! Save changes?",
33
+ bYes : "Yes",
34
+ bNo : "No",
35
+ bExit : "Cancel",
36
+ msg: {
37
+ required:"Pole je vyžadováno",
38
+ number:"Prosím, vložte validní číslo",
39
+ minValue:"hodnota musí být větší než nebo rovná ",
40
+ maxValue:"hodnota musí být menší než nebo rovná ",
41
+ email: "není validní e-mail",
42
+ integer: "Prosím, vložte celé číslo",
43
+ date: "Prosím, vložte validní datum",
44
+ url: "is not a valid URL. Prefix required ('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: "View Record",
53
+ bClose: "Close"
54
+ },
55
+ del : {
56
+ caption: "Smazat",
57
+ msg: "Smazat vybraný(é) záznam(y)?",
58
+ bSubmit: "Smazat",
59
+ bCancel: "Storno"
60
+ },
61
+ nav : {
62
+ edittext: " ",
63
+ edittitle: "Editovat vybraný řádek",
64
+ addtext:" ",
65
+ addtitle: "Přidat nový řádek",
66
+ deltext: " ",
67
+ deltitle: "Smazat vybraný záznam ",
68
+ searchtext: " ",
69
+ searchtitle: "Najít záznamy",
70
+ refreshtext: "",
71
+ refreshtitle: "Obnovit tabulku",
72
+ alertcap: "Varování",
73
+ alerttext: "Prosím, vyberte řádek",
74
+ viewtext: "",
75
+ viewtitle: "View selected row"
76
+ },
77
+ col : {
78
+ caption: "Zobrazit/Skrýt sloupce",
79
+ bSubmit: "Uložit",
80
+ bCancel: "Storno"
81
+ },
82
+ errors : {
83
+ errcap : "Chyba",
84
+ nourl : "Není nastavena url",
85
+ norecords: "Žádné záznamy ke zpracování",
86
+ model : "Length 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
+ "Ne", "Po", "Út", "St", "Čt", "Pá", "So",
95
+ "Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota"
96
+ ],
97
+ monthNames: [
98
+ "Led", "Úno", "Bře", "Dub", "Kvě", "Čer", "Čvc", "Srp", "Zář", "Říj", "Lis", "Pro",
99
+ "Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "Červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"
100
+ ],
101
+ AmPm : ["do","od","DO","OD"],
102
+ S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
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,128 +1,128 @@
1
- ;(function($){
2
- /**
3
- * jqGrid German Translation
4
- * Version 1.0.0 (developed for jQuery Grid 3.3.1)
5
- * Olaf Klöppel opensource@blue-hit.de
6
- * http://blue-hit.de/
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: "Zeige {0} - {1} von {2}",
14
- emptyrecords: "Keine Datensätze vorhanden",
15
- loadtext: "Lädt...",
16
- pgtext : "Seite {0} von {1}"
17
- },
18
- search : {
19
- caption: "Suche...",
20
- Find: "Finden",
21
- Reset: "Zurücksetzen",
22
- odata : ['gleich', 'ungleich', 'kleiner', 'kleiner gleich','größer','größer gleich', 'beginnt mit','beginnt nicht mit','ist in','ist nicht in','endet mit','endet nicht mit','enthält','enthält nicht'],
23
- groupOps: [ { op: "AND", text: "alle" }, { op: "OR", text: "mindestens eins" } ],
24
- matchText: " match",
25
- rulesText: " rules"
26
- },
27
- edit : {
28
- addCaption: "Datensatz hinzufügen",
29
- editCaption: "Datensatz bearbeiten",
30
- bSubmit: "Speichern",
31
- bCancel: "Abbrechen",
32
- bClose: "Schließen",
33
- saveData: "Daten wurden geändert! Änderungen speichern?",
34
- bYes : "ja",
35
- bNo : "nein",
36
- bExit : "abbrechen",
37
- msg: {
38
- required:"Feld ist erforderlich",
39
- number: "Bitte geben Sie eine Zahl ein",
40
- minValue:"Wert muss größer oder gleich sein, als ",
41
- maxValue:"Wert muss kleiner oder gleich sein, als ",
42
- email: "ist keine valide E-Mail Adresse",
43
- integer: "Bitte geben Sie eine Ganzzahl ein",
44
- date: "Bitte geben Sie ein gültiges Datum ein",
45
- url: "ist keine gültige URL. Prefix muss eingegeben werden ('http://' oder 'https://')",
46
- nodefined : " ist nicht definiert!",
47
- novalue : " Rückgabewert ist erforderlich!",
48
- customarray : "Benutzerdefinierte Funktion sollte ein Array zurückgeben!",
49
- customfcheck : "Benutzerdefinierte Funktion sollte im Falle der benutzerdefinierten Überprüfung vorhanden sein!"
50
- }
51
- },
52
- view : {
53
- caption: "Datensatz anschauen",
54
- bClose: "Schließen"
55
- },
56
- del : {
57
- caption: "Löschen",
58
- msg: "Ausgewählte Datensätze löschen?",
59
- bSubmit: "Löschen",
60
- bCancel: "Abbrechen"
61
- },
62
- nav : {
63
- edittext: " ",
64
- edittitle: "Ausgewählten Zeile editieren",
65
- addtext:" ",
66
- addtitle: "Neuen Zeile einfügen",
67
- deltext: " ",
68
- deltitle: "Ausgewählte Zeile löschen",
69
- searchtext: " ",
70
- searchtitle: "Datensatz finden",
71
- refreshtext: "",
72
- refreshtitle: "Tabelle neu laden",
73
- alertcap: "Warnung",
74
- alerttext: "Bitte Zeile auswählen",
75
- viewtext: "",
76
- viewtitle: "Ausgewählte Zeile anzeigen"
77
- },
78
- col : {
79
- caption: "Spalten anzeigen/verbergen",
80
- bSubmit: "Speichern",
81
- bCancel: "Abbrechen"
82
- },
83
- errors : {
84
- errcap : "Fehler",
85
- nourl : "Keine URL angegeben",
86
- norecords: "Keine Datensätze zum verarbeiten",
87
- model : "colNames und colModel sind unterschiedlich lang!"
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
- "So", "Mo", "Di", "Mi", "Do", "Fr", "Sa",
96
- "Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"
97
- ],
98
- monthNames: [
99
- "Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez",
100
- "Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"
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:"d.m.Y H:i:s",
108
- ISO8601Short:"d.m.Y",
109
- ShortDate: "j.n.Y",
110
- LongDate: "l, d. F Y",
111
- FullDateTime: "l, d. F Y G:i:s",
112
- MonthDay: "d. F",
113
- ShortTime: "G:i",
114
- LongTime: "G:i:s",
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
- };
1
+ ;(function($){
2
+ /**
3
+ * jqGrid German Translation
4
+ * Version 1.0.0 (developed for jQuery Grid 3.3.1)
5
+ * Olaf Klöppel opensource@blue-hit.de
6
+ * http://blue-hit.de/
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: "Zeige {0} - {1} von {2}",
14
+ emptyrecords: "Keine Datensätze vorhanden",
15
+ loadtext: "Lädt...",
16
+ pgtext : "Seite {0} von {1}"
17
+ },
18
+ search : {
19
+ caption: "Suche...",
20
+ Find: "Finden",
21
+ Reset: "Zurücksetzen",
22
+ odata : ['gleich', 'ungleich', 'kleiner', 'kleiner gleich','größer','größer gleich', 'beginnt mit','beginnt nicht mit','ist in','ist nicht in','endet mit','endet nicht mit','enthält','enthält nicht'],
23
+ groupOps: [ { op: "AND", text: "alle" }, { op: "OR", text: "mindestens eins" } ],
24
+ matchText: " match",
25
+ rulesText: " rules"
26
+ },
27
+ edit : {
28
+ addCaption: "Datensatz hinzufügen",
29
+ editCaption: "Datensatz bearbeiten",
30
+ bSubmit: "Speichern",
31
+ bCancel: "Abbrechen",
32
+ bClose: "Schließen",
33
+ saveData: "Daten wurden geändert! Änderungen speichern?",
34
+ bYes : "ja",
35
+ bNo : "nein",
36
+ bExit : "abbrechen",
37
+ msg: {
38
+ required:"Feld ist erforderlich",
39
+ number: "Bitte geben Sie eine Zahl ein",
40
+ minValue:"Wert muss größer oder gleich sein, als ",
41
+ maxValue:"Wert muss kleiner oder gleich sein, als ",
42
+ email: "ist keine valide E-Mail Adresse",
43
+ integer: "Bitte geben Sie eine Ganzzahl ein",
44
+ date: "Bitte geben Sie ein gültiges Datum ein",
45
+ url: "ist keine gültige URL. Prefix muss eingegeben werden ('http://' oder 'https://')",
46
+ nodefined : " ist nicht definiert!",
47
+ novalue : " Rückgabewert ist erforderlich!",
48
+ customarray : "Benutzerdefinierte Funktion sollte ein Array zurückgeben!",
49
+ customfcheck : "Benutzerdefinierte Funktion sollte im Falle der benutzerdefinierten Überprüfung vorhanden sein!"
50
+ }
51
+ },
52
+ view : {
53
+ caption: "Datensatz anschauen",
54
+ bClose: "Schließen"
55
+ },
56
+ del : {
57
+ caption: "Löschen",
58
+ msg: "Ausgewählte Datensätze löschen?",
59
+ bSubmit: "Löschen",
60
+ bCancel: "Abbrechen"
61
+ },
62
+ nav : {
63
+ edittext: " ",
64
+ edittitle: "Ausgewählten Zeile editieren",
65
+ addtext:" ",
66
+ addtitle: "Neuen Zeile einfügen",
67
+ deltext: " ",
68
+ deltitle: "Ausgewählte Zeile löschen",
69
+ searchtext: " ",
70
+ searchtitle: "Datensatz finden",
71
+ refreshtext: "",
72
+ refreshtitle: "Tabelle neu laden",
73
+ alertcap: "Warnung",
74
+ alerttext: "Bitte Zeile auswählen",
75
+ viewtext: "",
76
+ viewtitle: "Ausgewählte Zeile anzeigen"
77
+ },
78
+ col : {
79
+ caption: "Spalten anzeigen/verbergen",
80
+ bSubmit: "Speichern",
81
+ bCancel: "Abbrechen"
82
+ },
83
+ errors : {
84
+ errcap : "Fehler",
85
+ nourl : "Keine URL angegeben",
86
+ norecords: "Keine Datensätze zum verarbeiten",
87
+ model : "colNames und colModel sind unterschiedlich lang!"
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
+ "So", "Mo", "Di", "Mi", "Do", "Fr", "Sa",
96
+ "Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"
97
+ ],
98
+ monthNames: [
99
+ "Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez",
100
+ "Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"
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:"d.m.Y H:i:s",
108
+ ISO8601Short:"d.m.Y",
109
+ ShortDate: "j.n.Y",
110
+ LongDate: "l, d. F Y",
111
+ FullDateTime: "l, d. F Y G:i:s",
112
+ MonthDay: "d. F",
113
+ ShortTime: "G:i",
114
+ LongTime: "G:i:s",
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
128
  })(jQuery);