Skip to content

Commit

Permalink
Change language files to support new filter tooolbar search settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytomov committed Dec 5, 2013
1 parent 0616c00 commit 106bdbb
Show file tree
Hide file tree
Showing 42 changed files with 122 additions and 42 deletions.
6 changes: 4 additions & 2 deletions js/i18n/grid.locale-ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ $.extend($.jgrid,{
Find: "بحث",
Reset: "إلغاء",
odata: [{ oper:'eq', text:"يساوي"},{ oper:'ne', text:"يختلف"},{ oper:'lt', text:"أقل"},{ oper:'le', text:"أقل أو يساوي"},{ oper:'gt', text:"أكبر"},{ oper:'ge', text:"أكبر أو يساوي"},{ oper:'bw', text:"يبدأ بـ"},{ oper:'bn', text:"لا يبدأ بـ"},{ oper:'in', text:"est dans"},{ oper:'ni', text:"n'est pas dans"},{ oper:'ew', text:"ينته بـ"},{ oper:'en', text:"لا ينته بـ"},{ oper:'cn', text:"يحتوي"},{ oper:'nc', text:"لا يحتوي"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "مع", text: "الكل" }, { op: "أو", text: "لا أحد" } ]
},
groupOps: [ { op: "مع", text: "الكل" }, { op: "أو", text: "لا أحد" }],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "اضافة",
editCaption: "تحديث",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ $.extend($.jgrid,{
Find: "Намери",
Reset: "Изчисти",
odata: [{ oper:'eq', text:"равно"},{ oper:'ne', text:"различно"},{ oper:'lt', text:"по-малко"},{ oper:'le', text:"по-малко или="},{ oper:'gt', text:"по-голямо"},{ oper:'ge', text:"по-голямо или ="},{ oper:'bw', text:"започва с"},{ oper:'bn', text:"не започва с"},{ oper:'in', text:"се намира в"},{ oper:'ni', text:"не се намира в"},{ oper:'ew', text:"завършва с"},{ oper:'en', text:"не завършава с"},{ oper:'cn', text:"съдържа"},{ oper:'nc', text:"не съдържа"},{ oper:'nu', text:'е NULL'},{ oper:'nn', text:'не е NULL'}],
groupOps: [ { op: "AND", text: " И " }, { op: "OR", text: "ИЛИ" } ]
groupOps: [ { op: "AND", text: " И " }, { op: "OR", text: "ИЛИ" } ],
operandTitle : "Натисни за избор на операнд.",
resetTitle : "Изчисти стойността"
},
edit : {
addCaption: "Нов Запис",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-cat.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ $.extend($.jgrid,{
Find: "Cercar",
Reset: "Buidar",
odata: [{ oper:'eq', text:"equal"},{ oper:'ne', text:"not equal"},{ oper:'lt', text:"less"},{ oper:'le', text:"less or equal"},{ oper:'gt', text:"greater"},{ oper:'ge', text:"greater or equal"},{ oper:'bw', text:"begins with"},{ oper:'bn', text:"does not begin with"},{ oper:'in', text:"is in"},{ oper:'ni', text:"is not in"},{ oper:'ew', text:"ends with"},{ oper:'en', text:"does not end with"},{ oper:'cn', text:"contains"},{ oper:'nc', text:"does not contain"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "tot" }, { op: "OR", text: "qualsevol" } ]
groupOps: [ { op: "AND", text: "tot" }, { op: "OR", text: "qualsevol" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Afegir registre",
Expand Down
2 changes: 2 additions & 0 deletions js/i18n/grid.locale-cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ $.extend($.jgrid,{
Reset: "重置",
odata: [{ oper:'eq', text:'等于\u3000\u3000'},{ oper:'ne', text:'不等\u3000\u3000'},{ oper:'lt', text:'小于\u3000\u3000'},{ oper:'le', text:'小于等于'},{ oper:'gt', text:'大于\u3000\u3000'},{ oper:'ge', text:'大于等于'},{ oper:'bw', text:'开始于'},{ oper:'bn', text:'不开始于'},{ oper:'in', text:'属于\u3000\u3000'},{ oper:'ni', text:'不属于'},{ oper:'ew', text:'结束于'},{ oper:'en', text:'不结束于'},{ oper:'cn', text:'包含\u3000\u3000'},{ oper:'nc', text:'不包含'},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "所有" }, { op: "OR", text: "任一" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "添加记录",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ $.extend($.jgrid,{
Find: "Hledat",
Reset: "Reset",
odata: [{ oper:'eq', text:"rovno"},{ oper:'ne', text:"nerovno"},{ oper:'lt', text:"menší"},{ oper:'le', text:"menší nebo rovno"},{ oper:'gt', text:"větší"},{ oper:'ge', text:"větší nebo rovno"},{ oper:'bw', text:"začíná s"},{ oper:'bn', text:"nezačíná s"},{ oper:'in', text:"je v"},{ oper:'ni', text:"není v"},{ oper:'ew', text:"končí s"},{ oper:'en', text:"nekončí s"},{ oper:'cn', text:"obsahuje"},{ oper:'nc', text:"neobsahuje"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "všech" }, { op: "OR", text: "některého z" } ]
groupOps: [ { op: "AND", text: "všech" }, { op: "OR", text: "některého z" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Přidat záznam",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-da.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ $.extend($.jgrid,{
Find: "Find",
Reset: "Nulstil",
odata: [{ oper:'eq', text:"lig"},{ oper:'ne', text:"forskellige fra"},{ oper:'lt', text:"mindre"},{ oper:'le', text:"mindre eller lig"},{ oper:'gt', text:"større"},{ oper:'ge', text:"større eller lig"},{ oper:'bw', text:"begynder med"},{ oper:'bn', text:"begynder ikke med"},{ oper:'in', text:"findes i"},{ oper:'ni', text:"findes ikke i"},{ oper:'ew', text:"ender med"},{ oper:'en', text:"ender ikke med"},{ oper:'cn', text:"indeholder"},{ oper:'nc', text:"indeholder ikke"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Tilføj",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-de.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ $.extend($.jgrid,{
Find: "Suchen",
Reset: "Zurücksetzen",
odata: [{ oper:'eq', text:"gleich"},{ oper:'ne', text:"ungleich"},{ oper:'lt', text:"kleiner"},{ oper:'le', text:"kleiner gleich"},{ oper:'gt', text:"größer"},{ oper:'ge', text:"größer gleich"},{ oper:'bw', text:"beginnt mit"},{ oper:'bn', text:"beginnt nicht mit"},{ oper:'in', text:"ist in"},{ oper:'ni', text:"ist nicht in"},{ oper:'ew', text:"endet mit"},{ oper:'en', text:"endet nicht mit"},{ oper:'cn', text:"enthält"},{ oper:'nc', text:"enthält nicht"}, { oper:'nu', text:"ist Null" }, { oper:'nn', text:"ist nicht Null" }],
groupOps: [{ op: "AND", text: "alle" },{ op: "OR", text: "mindestens eine" }]
groupOps: [{ op: "AND", text: "alle" },{ op: "OR", text: "mindestens eine" }],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Datensatz hinzufügen",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-dk.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ $.jgrid = {
Find: "Find",
Reset: "Nulstil",
odata: [{ oper:'eq', text:'equal'},{ oper:'ne', text:'not equal'},{ oper:'lt', text:'less'},{ oper:'le', text:'less or equal'},{ oper:'gt', text:'greater'},{ oper:'ge', text:'greater or equal'},{ oper:'bw', text:'begins with'},{ oper:'bn', text:'does not begin with'},{ oper:'in', text:'is in'},{ oper:'ni', text:'is not in'},{ oper:'ew', text:'ends with'},{ oper:'en', text:'does not end with'},{ oper:'cn', text:'contains'},{ oper:'nc', text:'does not contain'},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Tilføj",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-el.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ $.extend($.jgrid,{
Find: "Εύρεση",
Reset: "Επαναφορά",
odata: [{ oper:'eq', text:'equal'},{ oper:'ne', text:'not equal'},{ oper:'lt', text:'less'},{ oper:'le', text:'less or equal'},{ oper:'gt', text:'greater'},{ oper:'ge', text:'greater or equal'},{ oper:'bw', text:'begins with'},{ oper:'bn', text:'does not begin with'},{ oper:'in', text:'is in'},{ oper:'ni', text:'is not in'},{ oper:'ew', text:'ends with'},{ oper:'en', text:'does not end with'},{ oper:'cn', text:'contains'},{ oper:'nc', text:'does not contain'},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Εισαγωγή Εγγραφής",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-en.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ $.extend($.jgrid,{
Find: "Find",
Reset: "Reset",
odata: [{ oper:'eq', text:'equal'},{ oper:'ne', text:'not equal'},{ oper:'lt', text:'less'},{ oper:'le', text:'less or equal'},{ oper:'gt', text:'greater'},{ oper:'ge', text:'greater or equal'},{ oper:'bw', text:'begins with'},{ oper:'bn', text:'does not begin with'},{ oper:'in', text:'is in'},{ oper:'ni', text:'is not in'},{ oper:'ew', text:'ends with'},{ oper:'en', text:'does not end with'},{ oper:'cn', text:'contains'},{ oper:'nc', text:'does not contain'},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [{ op: "AND", text: "all" },{ op: "OR", text: "any" }]
groupOps: [{ op: "AND", text: "all" },{ op: "OR", text: "any" }],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Add Record",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-es.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ $.extend($.jgrid,{
Find: "Buscar",
Reset: "Limpiar",
odata: [{ oper:'eq', text:"igual "},{ oper:'ne', text:"no igual a"},{ oper:'lt', text:"menor que"},{ oper:'le', text:"menor o igual que"},{ oper:'gt', text:"mayor que"},{ oper:'ge', text:"mayor o igual a"},{ oper:'bw', text:"empiece por"},{ oper:'bn', text:"no empiece por"},{ oper:'in', text:"está en"},{ oper:'ni', text:"no está en"},{ oper:'ew', text:"termina por"},{ oper:'en', text:"no termina por"},{ oper:'cn', text:"contiene"},{ oper:'nc', text:"no contiene"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "cualquier" } ]
groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "cualquier" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Agregar registro",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-fa.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
{
op: "OR",
text: "مجموع"
}]
}],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit: {
addCaption: "اضافه کردن رکورد",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-fi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ $.extend($.jgrid,{
Find: "Etsi",
Reset: "Tyhjennä",
odata: [{ oper:'eq', text:"on"},{ oper:'ne', text:"ei ole"},{ oper:'lt', text:"pienempi"},{ oper:'le', text:"pienempi tai yhtäsuuri"},{ oper:'gt', text:"suurempi"},{ oper:'ge', text:"suurempi tai yhtäsuuri"},{ oper:'bw', text:"alkaa"},{ oper:'bn', text:"ei ala"},{ oper:'in', text:"joukossa"},{ oper:'ni', text:"ei joukossa"},{ oper:'ew', text:"loppuu"},{ oper:'en', text:"ei lopu"},{ oper:'cn', text:"sisältää"},{ oper:'nc', text:"ei sisällä"},{ oper:'nu', text:"on tyhjä"},{ oper:'nn', text:"ei ole tyhjä"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "kaikki" }, { op: "OR", text: "mikä tahansa" } ]
groupOps: [ { op: "AND", text: "kaikki" }, { op: "OR", text: "mikä tahansa" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit: {
addCaption: "Uusi rivi",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ $.extend($.jgrid,{
Find: "Chercher",
Reset: "Réinitialiser",
odata: [{ oper:'eq', text:"égal"},{ oper:'ne', text:"différent"},{ oper:'lt', text:"inférieur"},{ oper:'le', text:"inférieur ou égal"},{ oper:'gt', text:"supérieur"},{ oper:'ge', text:"supérieur ou égal"},{ oper:'bw', text:"commence par"},{ oper:'bn', text:"ne commence pas par"},{ oper:'in', text:"est dans"},{ oper:'ni', text:"n'est pas dans"},{ oper:'ew', text:"finit par"},{ oper:'en', text:"ne finit pas par"},{ oper:'cn', text:"contient"},{ oper:'nc', text:"ne contient pas"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "tous" }, { op: "OR", text: "au moins un" } ]
groupOps: [ { op: "AND", text: "tous" }, { op: "OR", text: "au moins un" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Ajouter",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ $.extend($.jgrid,{
Find: "Buscar",
Reset: "Limpar",
odata: [{ oper:'eq', text:"igual "},{ oper:'ne', text:"diferente a"},{ oper:'lt', text:"menor que"},{ oper:'le', text:"menor ou igual que"},{ oper:'gt', text:"maior que"},{ oper:'ge', text:"maior ou igual a"},{ oper:'bw', text:"empece por"},{ oper:'bn', text:"non empece por"},{ oper:'in', text:"está en"},{ oper:'ni', text:"non está en"},{ oper:'ew', text:"termina por"},{ oper:'en', text:"non termina por"},{ oper:'cn', text:"contén"},{ oper:'nc', text:"non contén"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "calquera" } ]
groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "calquera" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Engadir rexistro",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-he.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ $.extend($.jgrid,{
Find: "חפש",
Reset: "התחל",
odata: [{ oper:'eq', text:"שווה"},{ oper:'ne', text:"לא שווה"},{ oper:'lt', text:"קטן"},{ oper:'le', text:"קטן או שווה"},{ oper:'gt', text:"גדול"},{ oper:'ge', text:"גדול או שווה"},{ oper:'bw', text:"מתחיל ב"},{ oper:'bn', text:"לא מתחיל ב"},{ oper:'in', text:"נמצא ב"},{ oper:'ni', text:"לא נמצא ב"},{ oper:'ew', text:"מסתיים ב"},{ oper:'en', text:"לא מסתיים ב"},{ oper:'cn', text:"מכיל"},{ oper:'nc', text:"לא מכיל"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "הכל" }, { op: "OR", text: "אחד מ" } ]
groupOps: [ { op: "AND", text: "הכל" }, { op: "OR", text: "אחד מ" }],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "הוסף רשומה",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ $.extend($.jgrid,{
Find: "Pretraživanje",
Reset: "Poništi",
odata: [{ oper:'eq', text:"jednak"},{ oper:'ne', text:"nije identičan"},{ oper:'lt', text:"manje"},{ oper:'le', text:"manje ili identično"},{ oper:'gt', text:"veće"},{ oper:'ge', text:"veće ili identično"},{ oper:'bw', text:"počinje sa"},{ oper:'bn', text:"ne počinje sa "},{ oper:'in', text:"je u"},{ oper:'ni', text:"nije u"},{ oper:'ew', text:"završava sa"},{ oper:'en', text:"ne završava sa"},{ oper:'cn', text:"sadrži"},{ oper:'nc', text:"ne sadrži"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "I", text: "sve" }, { op: "ILI", text: "bilo koji" } ]
groupOps: [ { op: "I", text: "sve" }, { op: "ILI", text: "bilo koji" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Dodaj zapis",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-hr1250.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ $.extend($.jgrid,{
Find: "Pretra�ivanje",
Reset: "Poni�ti",
odata : [{ oper:'eq', text:'jednak'}, { oper:'ne', text:'nije identi�an'}, { oper:'lt', text:'manje'}, { oper:'le', text:'manje ili identi�no'},{ oper:'gt', text:'ve�e'},{ oper:'ge', text:'ve�e ili identi�no'}, { oper:'bw', text:'po�inje sa'},{ oper:'bn', text:'ne po�inje sa '},{ oper:'in', text:'je u'},{ oper:'ni', text:'nije u'},{ oper:'ew', text:'zavr�ava sa'},{ oper:'en', text:'ne zavr�ava sa'},{ oper:'cn', text:'sadr�i'},{ oper:'nc', text:'ne sadr�i'},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "I", text: "sve" }, { op: "ILI", text: "bilo koji" } ]
groupOps: [ { op: "I", text: "sve" }, { op: "ILI", text: "bilo koji" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Dodaj zapis",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ $.extend($.jgrid,{
Find: "Keres",
Reset: "Alapértelmezett",
odata: [{ oper:'eq', text:"egyenlő"},{ oper:'ne', text:"nem egyenlő"},{ oper:'lt', text:"kevesebb"},{ oper:'le', text:"kevesebb vagy egyenlő"},{ oper:'gt', text:"nagyobb"},{ oper:'ge', text:"nagyobb vagy egyenlő"},{ oper:'bw', text:"ezzel kezdődik"},{ oper:'bn', text:"nem ezzel kezdődik"},{ oper:'in', text:"tartalmaz"},{ oper:'ni', text:"nem tartalmaz"},{ oper:'ew', text:"végződik"},{ oper:'en', text:"nem végződik"},{ oper:'cn', text:"tartalmaz"},{ oper:'nc', text:"nem tartalmaz"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Új tétel",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-id.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ $.extend($.jgrid,{
Find: "Cari !",
Reset: "Segarkan",
odata: [{ oper:'eq', text:"sama dengan"},{ oper:'ne', text:"tidak sama dengan"},{ oper:'lt', text:"kurang dari"},{ oper:'le', text:"kurang dari atau sama dengan"},{ oper:'gt', text:"lebih besar"},{ oper:'ge', text:"lebih besar atau sama dengan"},{ oper:'bw', text:"dimulai dengan"},{ oper:'bn', text:"tidak dimulai dengan"},{ oper:'in', text:"di dalam"},{ oper:'ni', text:"tidak di dalam"},{ oper:'ew', text:"diakhiri dengan"},{ oper:'en', text:"tidak diakhiri dengan"},{ oper:'cn', text:"mengandung"},{ oper:'nc', text:"tidak mengandung"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Tambah Data",
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/grid.locale-is.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ $.extend($.jgrid,{
Find: "Leita",
Reset: "Endursetja",
odata: [{ oper:'eq', text:"sama og"},{ oper:'ne', text:"ekki sama og"},{ oper:'lt', text:"minna en"},{ oper:'le', text:"minna eða jafnt og"},{ oper:'gt', text:"stærra en"},{ oper:'ge', text:"stærra eða jafnt og"},{ oper:'bw', text:"byrjar á"},{ oper:'bn', text:"byrjar ekki á"},{ oper:'in', text:"er í"},{ oper:'ni', text:"er ekki í"},{ oper:'ew', text:"endar á"},{ oper:'en', text:"endar ekki á"},{ oper:'cn', text:"inniheldur"},{ oper:'nc', text:"inniheldur ekki"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
groupOps: [ { op: "AND", text: "allt" }, { op: "OR", text: "eða" } ]
groupOps: [ { op: "AND", text: "allt" }, { op: "OR", text: "eða" } ],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
},
edit : {
addCaption: "Bæta við færslu",
Expand Down
Loading

0 comments on commit 106bdbb

Please sign in to comment.