mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Fixes #2180 - AdminUI LANs placed in wrong language file.
This commit is contained in:
parent
e58a2f1a69
commit
5358130bde
@ -4512,8 +4512,8 @@ class e_admin_ui extends e_admin_controller_ui
|
||||
{
|
||||
$this->getTreeModel()->setMessages();
|
||||
// FIXME lan
|
||||
if($delcount) e107::getMessage()->addSuccess($tp->lanVars(RL_LAN_085, $delcount, true));
|
||||
if($nfcount) e107::getMessage()->addError($tp->lanVars(RL_LAN_086, $nfcount,true));
|
||||
if($delcount) e107::getMessage()->addSuccess($tp->lanVars(LAN_UI_DELETED, $delcount, true));
|
||||
if($nfcount) e107::getMessage()->addError($tp->lanVars(LAN_UI_DELETED_FAILED, $nfcount,true));
|
||||
}
|
||||
|
||||
//$this->redirect();
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user