From 9c671249c3cd05113845679b0b835a1c3fb204e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 14:25:44 +0800 Subject: [PATCH] Delete grid.locale-ru.js --- admin/lib/js/grid.locale-ru.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 admin/lib/js/grid.locale-ru.js diff --git a/admin/lib/js/grid.locale-ru.js b/admin/lib/js/grid.locale-ru.js deleted file mode 100644 index 3d3fdf0..0000000 --- a/admin/lib/js/grid.locale-ru.js +++ /dev/null @@ -1,11 +0,0 @@ -function translate_ru() { - window.jsGrid.Grid.prototype.noDataContent = "Не найдено"; - window.jsGrid.Grid.prototype.deleteConfirm = "Вы уверены?"; - window.jsGrid.Grid.prototype.pagerFormat = "Страницы = {first} {prev} {pages} {next} {last}    {pageIndex} of {pageCount}"; - window.jsGrid.Grid.prototype.pagePrevText = "Пред."; - window.jsGrid.Grid.prototype.pageNextText = "След"; - window.jsGrid.Grid.prototype.pageFirstText = "Первая"; - window.jsGrid.Grid.prototype.pageLastText = "Последняя"; - window.jsGrid.Grid.prototype.loadMessage = "Подождите..."; -} -