Files
yunkong2.doorgate/admin/lib/js/grid.locale-cn.js
T
2018-09-25 14:26:51 +08:00

10 lines
576 B
JavaScript

function translate_de() {
window.jsGrid.Grid.prototype.noDataContent = "Nicht gefunden";
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 = "下一页";
window.jsGrid.Grid.prototype.pageFirstText = "Erste";
window.jsGrid.Grid.prototype.pageLastText = "Letzte";
window.jsGrid.Grid.prototype.loadMessage = "Bitte; warten...";
}