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

Update lan_admin.php

This commit is contained in:
Gábor
2017-04-15 11:55:13 +02:00
committed by GitHub
parent 426e36458d
commit 73b4b0486d

View File

@@ -469,6 +469,8 @@ define("LAN_UI_DELETE_WARNING", "You are about to delete [x] records. Please con
define("LAN_UI_BATCH_CREATELINK", "Create Link"); define("LAN_UI_BATCH_CREATELINK", "Create Link");
define("LAN_UI_DELETED", "[x] record(s) successfully deleted!"); define("LAN_UI_DELETED", "[x] record(s) successfully deleted!");
define("LAN_UI_DELETED_FAILED", "[x] records not found and not deleted!"); define("LAN_UI_DELETED_FAILED", "[x] records not found and not deleted!");
define("LAN_UI_FILE_DELETED", "[x] file successfully deleted!");
define("LAN_UI_FILE_DELETED_FAILED", "Unable to delete [x]! Please remove the file manually.");
define("LAN_UI_BATCH_EXPORT", "Export"); define("LAN_UI_BATCH_EXPORT", "Export");
define("LAN_UI_USING_DATABASE_TABLE", "Using [x] database table"); define("LAN_UI_USING_DATABASE_TABLE", "Using [x] database table");