mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 17:19:56 +02:00
Fixes #2180 - AdminUI LANs placed in wrong language file.
This commit is contained in:
@@ -432,6 +432,8 @@ define("LAN_UI_PREF_LABEL", "Settings");
|
||||
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_DELETED", "[x] record(s) successfully deleted!");
|
||||
define("LAN_UI_DELETED_FAILED", "[x] records not found and not deleted!");
|
||||
|
||||
define("LAN_UI_USING_DATABASE_TABLE", "Using [x] database table");
|
||||
define("LAN_UI_TOTAL_RECORDS", "Total Records: [x]");
|
||||
|
@@ -82,8 +82,6 @@ define("RL_LAN_081", "Mail bounces");
|
||||
define("RL_LAN_082", "User bans");
|
||||
define("RL_LAN_083", "Mail bounce resets");
|
||||
define("RL_LAN_084", "Temporary accounts");
|
||||
define("RL_LAN_085", "[x] record(s) successfully deleted!");
|
||||
define("RL_LAN_086", "[x] records not found and not deleted!");
|
||||
define("RL_LAN_087", "Details");
|
||||
|
||||
// Intentional gap
|
||||
|
Reference in New Issue
Block a user