Update grid.locale-de.js
This commit is contained in:
parent
7b08acf288
commit
bb158554d6
@ -3,7 +3,7 @@ function translate_de() {
|
||||
window.jsGrid.Grid.prototype.deleteConfirm = "Sind Sie sicher?";
|
||||
window.jsGrid.Grid.prototype.pagerFormat = "Seiten = {first} {prev} {pages} {next} {last} {pageIndex} of {pageCount}";
|
||||
window.jsGrid.Grid.prototype.pagePrevText = "Vorh.";
|
||||
window.jsGrid.Grid.prototype.pageNextText = "Nexte";
|
||||
window.jsGrid.Grid.prototype.pageNextText = "下一页";
|
||||
window.jsGrid.Grid.prototype.pageFirstText = "Erste";
|
||||
window.jsGrid.Grid.prototype.pageLastText = "Letzte";
|
||||
window.jsGrid.Grid.prototype.loadMessage = "Bitte; warten...";
|
Loading…
Reference in New Issue
Block a user