1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 01:00:20 +02:00

Multi-language table-notification in admin-ui. (help avoid default table overwrites)

This commit is contained in:
Cameron
2013-11-29 21:22:21 -08:00
parent b0bbc1ea15
commit d9f782b35f
2 changed files with 44 additions and 13 deletions

View File

@@ -383,6 +383,8 @@ define("LAN_UI_DELETE_LABEL", "Confirm Delete");
define("LAN_UI_DELETE_WARNING", "You are about to delete [x] records. Please confirm to continue.");
define("LAN_UI_BATCH_CREATELINK", "Create Link");
define("LAN_UI_USING_DATABASE_TABLE", "Using [x] database table");
define("LAN_USER_MANAGEALL", "Manage all User, Userclass and Extended User-Field settings");
define("LAN_USER_LIST", "User List");
define("LAN_USER_QUICKADD","Quick Add User");