From 5032b17254a35cbb0cbcabe130bec1684ef78c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 14:25:31 +0800 Subject: [PATCH] Delete grid.locale-de.js --- admin/lib/js/grid.locale-de.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 admin/lib/js/grid.locale-de.js diff --git a/admin/lib/js/grid.locale-de.js b/admin/lib/js/grid.locale-de.js deleted file mode 100644 index 9c07a68..0000000 --- a/admin/lib/js/grid.locale-de.js +++ /dev/null @@ -1,10 +0,0 @@ -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 = "Nexte"; - window.jsGrid.Grid.prototype.pageFirstText = "Erste"; - window.jsGrid.Grid.prototype.pageLastText = "Letzte"; - window.jsGrid.Grid.prototype.loadMessage = "Bitte; warten..."; -} \ No newline at end of file