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:"Enregistrements {0} - {1} sur {2}",emptyrecords:"Aucun enregistrement a afficher",loadtext:"Chargement...",pgtext:"Page {0} sur {1}"},search:{caption:"Recherche...",Find:"Chercher",Reset:"Annuler",odata:["egal","différent","inférieur","inférieur ou égal","supérieur","supérieur ou égal","commence par","ne commence pas par","est dans","n'est pas dans","fini par","ne fini pas par","contient","ne contient pas"],groupOps:[{op:"AND",text:"tous"},{op:"OR",text:"aucun"}],matchText:" correspondance",rulesText:" règles"},edit:{addCaption:"Ajouter",editCaption:"Editer",bSubmit:"Valider",bCancel:"Annuler",bClose:"Fermer",saveData:"Les données ont changé ! Enregistrer les modifications ?",bYes:"Oui",bNo:"Non",bExit:"Annuler",msg:{required:"Champ obligatoire",number:"Saisissez un nombre correct",minValue:"La valeur doit être supérieure ou égal à 0 ",maxValue:"La valeur doit être inférieure ou égal à 0",email:"n'est pas un email correct",integer:"Saisissez un entier correct",url:"n'est pas une adresse correcte. Préfixe requis ('http://' or 'https://')"}},view:{caption:"Voir les enregistrement",bClose:"Fermer"},del:{caption:"Supprimer",msg:"Supprimer les enregistrements sélectionnés ?",bSubmit:"Supprimer",bCancel:"Annuler"},nav:{edittext:" ",edittitle:"Editer la ligne sélectionnée",addtext:" ",addtitle:"Ajouter une ligne",deltext:" ",deltitle:"Supprimer la ligne sélectionnée",searchtext:" ",searchtitle:"Chercher un enregistrement",refreshtext:"",refreshtitle:"Recharger le tableau",alertcap:"Avertissement",alerttext:"Veuillez sélectionner une ligne",viewtext:"",viewtitle:"Afficher la ligne sélectionnée"},col:{caption:"Afficher/Masquer les colonnes",bSubmit:"Valider",bCancel:"Annuler"},errors:{errcap:"Erreur",nourl:"Aucune adresse paramétrée",norecords:"Aucun enregistrement à traiter",model:"Nombre de titres (colNames) <> Nombre de données (colModel)!"},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:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam","Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],monthNames:["Jan","Fev","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Dec","Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Saptembre","Octobre","Novembre","Décembre"],AmPm:["am","pm","AM","PM"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},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:"Enregistrements {0} - {1} sur {2}",emptyrecords:"Aucun enregistrement a afficher",loadtext:"Chargement...",pgtext:"Page {0} sur {1}"},search:{caption:"Recherche...",Find:"Chercher",Reset:"Annuler",odata:["egal","différent","inférieur","inférieur ou égal","supérieur","supérieur ou égal","commence par","ne commence pas par","est dans","n'est pas dans","fini par","ne fini pas par","contient","ne contient pas"],groupOps:[{op:"AND",text:"tous"},{op:"OR",text:"aucun"}],matchText:" correspondance",rulesText:" règles"},edit:{addCaption:"Ajouter",editCaption:"Editer",bSubmit:"Valider",bCancel:"Annuler",bClose:"Fermer",saveData:"Les données ont changé ! Enregistrer les modifications ?",bYes:"Oui",bNo:"Non",bExit:"Annuler",msg:{required:"Champ obligatoire",number:"Saisissez un nombre correct",minValue:"La valeur doit être supérieure ou égal à 0 ",maxValue:"La valeur doit être inférieure ou égal à 0",email:"n'est pas un email correct",integer:"Saisissez un entier correct",url:"n'est pas une adresse correcte. Préfixe requis ('http://' or 'https://')",nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"Voir les enregistrement",bClose:"Fermer"},del:{caption:"Supprimer",msg:"Supprimer les enregistrements sélectionnés ?",bSubmit:"Supprimer",bCancel:"Annuler"},nav:{edittext:" ",edittitle:"Editer la ligne sélectionnée",addtext:" ",addtitle:"Ajouter une ligne",deltext:" ",deltitle:"Supprimer la ligne sélectionnée",searchtext:" ",searchtitle:"Chercher un enregistrement",refreshtext:"",refreshtitle:"Recharger le tableau",alertcap:"Avertissement",alerttext:"Veuillez sélectionner une ligne",viewtext:"",viewtitle:"Afficher la ligne sélectionnée"},col:{caption:"Afficher/Masquer les colonnes",bSubmit:"Valider",bCancel:"Annuler"},errors:{errcap:"Erreur",nourl:"Aucune adresse paramétrée",norecords:"Aucun enregistrement à traiter",model:"Nombre de titres (colNames) <> Nombre de données (colModel)!"},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:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam","Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],monthNames:["Jan","Fev","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Dec","Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Saptembre","Octobre","Novembre","Décembre"],AmPm:["am","pm","AM","PM"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},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);
|
|
@@ -0,0 +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);
|
|
@@ -0,0 +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:"הכתובת אינה תקינה. דרושה תחילית ('http://' או 'https://')",nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},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:"אורך של colNames <> colModel!"},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){return b<11||b>13?["","","",""][Math.min((b-1)%10,3)]:""},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,122 +1,126 @@
|
|
|
1
|
-
;(function($){
|
|
2
|
-
/**
|
|
3
|
-
* jqGrid Icelandic Translation
|
|
4
|
-
* jtm@hi.is Univercity of Iceland
|
|
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: "View {0} - {1} of {2}",
|
|
12
|
-
emptyrecords: "No records to view",
|
|
13
|
-
loadtext: "Hle�ur...",
|
|
14
|
-
pgtext : "Page {0} of {1}"
|
|
15
|
-
},
|
|
16
|
-
search : {
|
|
17
|
-
caption: "Leita...",
|
|
18
|
-
Find: "Leita",
|
|
19
|
-
Reset: "Endursetja",
|
|
20
|
-
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'],
|
|
21
|
-
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
|
22
|
-
matchText: " match",
|
|
23
|
-
rulesText: " rules"
|
|
24
|
-
},
|
|
25
|
-
edit : {
|
|
26
|
-
addCaption: "Add Record",
|
|
27
|
-
editCaption: "Edit Record",
|
|
28
|
-
bSubmit: "Vista",
|
|
29
|
-
bCancel: "H�tta vi�",
|
|
30
|
-
bClose: "Loka",
|
|
31
|
-
saveData: "Data has been changed! Save changes?",
|
|
32
|
-
bYes : "Yes",
|
|
33
|
-
bNo : "No",
|
|
34
|
-
bExit : "Cancel",
|
|
35
|
-
msg: {
|
|
36
|
-
required:"Reitur er nau�synlegur",
|
|
37
|
-
number:"Vinsamlega settu inn t�lu",
|
|
38
|
-
minValue:"gildi ver�ur a� vera meira en e�a jafnt og ",
|
|
39
|
-
maxValue:"gildi ver�ur a� vera minna en e�a jafnt og ",
|
|
40
|
-
email: "er ekki l�glegt email",
|
|
41
|
-
integer: "Vinsamlega settu inn t�lu",
|
|
42
|
-
date: "Please, enter valid date value",
|
|
43
|
-
url: "is not a valid URL. Prefix required ('http://' or 'https://')"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
},
|
|
50
|
-
|
|
51
|
-
caption: "
|
|
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
|
-
}
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid Icelandic Translation
|
|
4
|
+
* jtm@hi.is Univercity of Iceland
|
|
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: "View {0} - {1} of {2}",
|
|
12
|
+
emptyrecords: "No records to view",
|
|
13
|
+
loadtext: "Hle�ur...",
|
|
14
|
+
pgtext : "Page {0} of {1}"
|
|
15
|
+
},
|
|
16
|
+
search : {
|
|
17
|
+
caption: "Leita...",
|
|
18
|
+
Find: "Leita",
|
|
19
|
+
Reset: "Endursetja",
|
|
20
|
+
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'],
|
|
21
|
+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
|
22
|
+
matchText: " match",
|
|
23
|
+
rulesText: " rules"
|
|
24
|
+
},
|
|
25
|
+
edit : {
|
|
26
|
+
addCaption: "Add Record",
|
|
27
|
+
editCaption: "Edit Record",
|
|
28
|
+
bSubmit: "Vista",
|
|
29
|
+
bCancel: "H�tta vi�",
|
|
30
|
+
bClose: "Loka",
|
|
31
|
+
saveData: "Data has been changed! Save changes?",
|
|
32
|
+
bYes : "Yes",
|
|
33
|
+
bNo : "No",
|
|
34
|
+
bExit : "Cancel",
|
|
35
|
+
msg: {
|
|
36
|
+
required:"Reitur er nau�synlegur",
|
|
37
|
+
number:"Vinsamlega settu inn t�lu",
|
|
38
|
+
minValue:"gildi ver�ur a� vera meira en e�a jafnt og ",
|
|
39
|
+
maxValue:"gildi ver�ur a� vera minna en e�a jafnt og ",
|
|
40
|
+
email: "er ekki l�glegt email",
|
|
41
|
+
integer: "Vinsamlega settu inn t�lu",
|
|
42
|
+
date: "Please, enter valid date value",
|
|
43
|
+
url: "is not a valid URL. Prefix required ('http://' or 'https://')",
|
|
44
|
+
nodefined : " is not defined!",
|
|
45
|
+
novalue : " return value is required!",
|
|
46
|
+
customarray : "Custom function should return array!",
|
|
47
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
view : {
|
|
51
|
+
caption: "View Record",
|
|
52
|
+
bClose: "Close"
|
|
53
|
+
},
|
|
54
|
+
del : {
|
|
55
|
+
caption: "Ey�a",
|
|
56
|
+
msg: "Ey�a v�ldum f�rslum ?",
|
|
57
|
+
bSubmit: "Ey�a",
|
|
58
|
+
bCancel: "H�tta vi�"
|
|
59
|
+
},
|
|
60
|
+
nav : {
|
|
61
|
+
edittext: " ",
|
|
62
|
+
edittitle: "Breyta f�rslu",
|
|
63
|
+
addtext:" ",
|
|
64
|
+
addtitle: "N� f�rsla",
|
|
65
|
+
deltext: " ",
|
|
66
|
+
deltitle: "Ey�a f�rslu",
|
|
67
|
+
searchtext: " ",
|
|
68
|
+
searchtitle: "Leita",
|
|
69
|
+
refreshtext: "",
|
|
70
|
+
refreshtitle: "Endurhla�a",
|
|
71
|
+
alertcap: "Vi�v�run",
|
|
72
|
+
alerttext: "Vinsamlega veldu f�rslu",
|
|
73
|
+
viewtext: "",
|
|
74
|
+
viewtitle: "View selected row"
|
|
75
|
+
},
|
|
76
|
+
col : {
|
|
77
|
+
caption: "S�na / fela d�lka",
|
|
78
|
+
bSubmit: "Vista",
|
|
79
|
+
bCancel: "H�tta vi�"
|
|
80
|
+
},
|
|
81
|
+
errors : {
|
|
82
|
+
errcap : "Villa",
|
|
83
|
+
nourl : "Vantar sl��",
|
|
84
|
+
norecords: "Engar f�rslur valdar",
|
|
85
|
+
model : "Length of colNames <> colModel!"
|
|
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
|
+
"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
|
|
94
|
+
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
|
|
95
|
+
],
|
|
96
|
+
monthNames: [
|
|
97
|
+
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
|
|
98
|
+
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
|
|
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 +1 @@
|
|
|
1
|
-
(function(a){a.jgrid={defaults:{recordtext:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"Hle�ur...",pgtext:"Page {0} of {1}"},search:{caption:"Leita...",Find:"Leita",Reset:"Endursetja",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"],groupOps:[{op:"AND",text:"all"},{op:"OR",text:"any"}],matchText:" match",rulesText:" rules"},edit:{addCaption:"Add Record",editCaption:"Edit Record",bSubmit:"Vista",bCancel:"H�tta vi�",bClose:"Loka",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"Reitur er nau�synlegur",number:"Vinsamlega settu inn t�lu",minValue:"gildi ver�ur a� vera meira en e�a jafnt og ",maxValue:"gildi ver�ur a� vera minna en e�a jafnt og ",email:"er ekki l�glegt email",integer:"Vinsamlega settu inn t�lu",date:"Please, enter valid date value",url:"is not a valid URL. Prefix required ('http://' or 'https://')"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"Ey�a",msg:"Ey�a v�ldum f�rslum ?",bSubmit:"Ey�a",bCancel:"H�tta vi�"},nav:{edittext:" ",edittitle:"Breyta f�rslu",addtext:" ",addtitle:"N� f�rsla",deltext:" ",deltitle:"Ey�a f�rslu",searchtext:" ",searchtitle:"Leita",refreshtext:"",refreshtitle:"Endurhla�a",alertcap:"Vi�v�run",alerttext:"Vinsamlega veldu f�rslu",viewtext:"",viewtitle:"View selected row"},col:{caption:"S�na / fela d�lka",bSubmit:"Vista",bCancel:"H�tta vi�"},errors:{errcap:"Villa",nourl:"Vantar sl��",norecords:"Engar f�rslur valdar",model:"Length of colNames <> colModel!"},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:["Sun","Mon","Tue","Wed","Thr","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],AmPm:["am","pm","AM","PM"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},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:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"Hle�ur...",pgtext:"Page {0} of {1}"},search:{caption:"Leita...",Find:"Leita",Reset:"Endursetja",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"],groupOps:[{op:"AND",text:"all"},{op:"OR",text:"any"}],matchText:" match",rulesText:" rules"},edit:{addCaption:"Add Record",editCaption:"Edit Record",bSubmit:"Vista",bCancel:"H�tta vi�",bClose:"Loka",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"Reitur er nau�synlegur",number:"Vinsamlega settu inn t�lu",minValue:"gildi ver�ur a� vera meira en e�a jafnt og ",maxValue:"gildi ver�ur a� vera minna en e�a jafnt og ",email:"er ekki l�glegt email",integer:"Vinsamlega settu inn t�lu",date:"Please, enter valid date value",url:"is not a valid URL. Prefix required ('http://' or 'https://')",nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"Ey�a",msg:"Ey�a v�ldum f�rslum ?",bSubmit:"Ey�a",bCancel:"H�tta vi�"},nav:{edittext:" ",edittitle:"Breyta f�rslu",addtext:" ",addtitle:"N� f�rsla",deltext:" ",deltitle:"Ey�a f�rslu",searchtext:" ",searchtitle:"Leita",refreshtext:"",refreshtitle:"Endurhla�a",alertcap:"Vi�v�run",alerttext:"Vinsamlega veldu f�rslu",viewtext:"",viewtitle:"View selected row"},col:{caption:"S�na / fela d�lka",bSubmit:"Vista",bCancel:"H�tta vi�"},errors:{errcap:"Villa",nourl:"Vantar sl��",norecords:"Engar f�rslur valdar",model:"Length of colNames <> colModel!"},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:["Sun","Mon","Tue","Wed","Thr","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],AmPm:["am","pm","AM","PM"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},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,122 +1,126 @@
|
|
|
1
|
-
;(function($){
|
|
2
|
-
/**
|
|
3
|
-
* jqGrid Italian Translation
|
|
4
|
-
* Vincenzo Solomita vincenzosolomita@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: "View {0} - {1} of {2}",
|
|
12
|
-
emptyrecords: "No records to view",
|
|
13
|
-
loadtext: "Caricamento...",
|
|
14
|
-
pgtext : "Page {0} of {1}"
|
|
15
|
-
},
|
|
16
|
-
search : {
|
|
17
|
-
caption: "Ricerca...",
|
|
18
|
-
Find: "Cerca",
|
|
19
|
-
Reset: "Pulisci",
|
|
20
|
-
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'],
|
|
21
|
-
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
|
22
|
-
matchText: " match",
|
|
23
|
-
rulesText: " rules"
|
|
24
|
-
},
|
|
25
|
-
edit : {
|
|
26
|
-
addCaption: "Aggiungi Record",
|
|
27
|
-
editCaption: "Modifica Record",
|
|
28
|
-
bSubmit: "Invia",
|
|
29
|
-
bCancel: "Chiudi",
|
|
30
|
-
bClose: "Chiudi",
|
|
31
|
-
saveData: "Alcuni dati modificati! Salvare i cambiamenti?",
|
|
32
|
-
bYes : "Si",
|
|
33
|
-
bNo : "No",
|
|
34
|
-
bExit : "Esci",
|
|
35
|
-
msg: {
|
|
36
|
-
required:"Campo richiesto",
|
|
37
|
-
number:"Per favore, inserisci un valore valido",
|
|
38
|
-
minValue:"il valore deve essere maggiore o uguale a ",
|
|
39
|
-
maxValue:"il valore deve essere minore o uguale a",
|
|
40
|
-
email: "e-mail non corretta",
|
|
41
|
-
integer: "Per favore, inserisci un numero intero valido",
|
|
42
|
-
date: "Per favore, inserisci una data valisa",
|
|
43
|
-
url: "URL non valido. Prefisso richiesto ('http://' or 'https://')"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
},
|
|
50
|
-
|
|
51
|
-
caption: "
|
|
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
|
-
}
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid Italian Translation
|
|
4
|
+
* Vincenzo Solomita vincenzosolomita@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: "View {0} - {1} of {2}",
|
|
12
|
+
emptyrecords: "No records to view",
|
|
13
|
+
loadtext: "Caricamento...",
|
|
14
|
+
pgtext : "Page {0} of {1}"
|
|
15
|
+
},
|
|
16
|
+
search : {
|
|
17
|
+
caption: "Ricerca...",
|
|
18
|
+
Find: "Cerca",
|
|
19
|
+
Reset: "Pulisci",
|
|
20
|
+
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'],
|
|
21
|
+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
|
22
|
+
matchText: " match",
|
|
23
|
+
rulesText: " rules"
|
|
24
|
+
},
|
|
25
|
+
edit : {
|
|
26
|
+
addCaption: "Aggiungi Record",
|
|
27
|
+
editCaption: "Modifica Record",
|
|
28
|
+
bSubmit: "Invia",
|
|
29
|
+
bCancel: "Chiudi",
|
|
30
|
+
bClose: "Chiudi",
|
|
31
|
+
saveData: "Alcuni dati modificati! Salvare i cambiamenti?",
|
|
32
|
+
bYes : "Si",
|
|
33
|
+
bNo : "No",
|
|
34
|
+
bExit : "Esci",
|
|
35
|
+
msg: {
|
|
36
|
+
required:"Campo richiesto",
|
|
37
|
+
number:"Per favore, inserisci un valore valido",
|
|
38
|
+
minValue:"il valore deve essere maggiore o uguale a ",
|
|
39
|
+
maxValue:"il valore deve essere minore o uguale a",
|
|
40
|
+
email: "e-mail non corretta",
|
|
41
|
+
integer: "Per favore, inserisci un numero intero valido",
|
|
42
|
+
date: "Per favore, inserisci una data valisa",
|
|
43
|
+
url: "URL non valido. Prefisso richiesto ('http://' or 'https://')",
|
|
44
|
+
nodefined : " is not defined!",
|
|
45
|
+
novalue : " return value is required!",
|
|
46
|
+
customarray : "Custom function should return array!",
|
|
47
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
view : {
|
|
51
|
+
caption: "Visualizzazione Record",
|
|
52
|
+
bClose: "Chiudi"
|
|
53
|
+
},
|
|
54
|
+
del : {
|
|
55
|
+
caption: "Cancella",
|
|
56
|
+
msg: "Cancellare record selezionato/i?",
|
|
57
|
+
bSubmit: "Cancella",
|
|
58
|
+
bCancel: "Annulla"
|
|
59
|
+
},
|
|
60
|
+
nav : {
|
|
61
|
+
edittext: " ",
|
|
62
|
+
edittitle: "Modifica record selezionato",
|
|
63
|
+
addtext:" ",
|
|
64
|
+
addtitle: "Aggiungi nuovo record",
|
|
65
|
+
deltext: " ",
|
|
66
|
+
deltitle: "Cancella record selezionato",
|
|
67
|
+
searchtext: " ",
|
|
68
|
+
searchtitle: "Ricerca record",
|
|
69
|
+
refreshtext: "",
|
|
70
|
+
refreshtitle: "Aggiorna griglia",
|
|
71
|
+
alertcap: "Attenzione",
|
|
72
|
+
alerttext: "Per favore, seleziona un record",
|
|
73
|
+
viewtext: "",
|
|
74
|
+
viewtitle: "Vedi riga selezionata"
|
|
75
|
+
},
|
|
76
|
+
col : {
|
|
77
|
+
caption: "Mostra/Nascondi Colonne",
|
|
78
|
+
bSubmit: "Invia",
|
|
79
|
+
bCancel: "Annulla"
|
|
80
|
+
},
|
|
81
|
+
errors : {
|
|
82
|
+
errcap : "Errore",
|
|
83
|
+
nourl : "Url non settata",
|
|
84
|
+
norecords: "Nessun record da elaborare",
|
|
85
|
+
model : "Length of colNames <> colModel!"
|
|
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
|
+
"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
|
|
94
|
+
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
|
|
95
|
+
],
|
|
96
|
+
monthNames: [
|
|
97
|
+
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
|
|
98
|
+
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
|
|
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);
|