Skip to content

Commit

Permalink
Fix German locale toolbar search options
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytomov committed Jun 8, 2016
1 parent 44d7534 commit ba36eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/i18n/grid.locale-de.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $.jgrid.regional["de"] = {
caption: "Suche...",
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" }, , {oper:'bt', text:'zwischen'}],
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" }, {oper:'bt', text:'zwischen'}],
groupOps: [{ op: "AND", text: "alle" },{ op: "OR", text: "mindestens eine" }],
operandTitle : "Click to select search operation.",
resetTitle : "Reset Search Value"
Expand Down

0 comments on commit ba36eea

Please sign in to comment.