mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -1,52 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Admin Language File
|
||||
*
|
||||
*/
|
||||
|
||||
define("NA_LAN_1", "Administrator updates their password");
|
||||
define("NA_LAN_2", "Administrator creates a new user");
|
||||
define("NA_LAN_3", "Administrator activates a new user");
|
||||
|
||||
define("NT_LAN_1", "Notify");
|
||||
define("NT_LAN_2", "Receive email notification on");
|
||||
//define("NT_LAN_3", "Off");
|
||||
//define("NT_LAN_4", "Head admin");
|
||||
//define("NT_LAN_5", "Class");
|
||||
//define("NT_LAN_6", "Email");
|
||||
|
||||
define("NU_LAN_1", "User Events");
|
||||
define("NU_LAN_2", "User signup");
|
||||
define("NU_LAN_3", "User account verification");
|
||||
define("NU_LAN_4", "User login");
|
||||
define("NU_LAN_5", "User logout");
|
||||
define("NU_LAN_6", "User social login");
|
||||
define("NU_LAN_7", "User social signup");
|
||||
define("NU_LAN_8", "User views profile");
|
||||
define("NU_LAN_9", "User edits profile");
|
||||
|
||||
|
||||
define("NS_LAN_1", "Security Events");
|
||||
define("NS_LAN_2", "IP banned for flooding site");
|
||||
define("NS_LAN_3", "IP banned for multiple failed login attempts");
|
||||
|
||||
define("NN_LAN_1", "News Events");
|
||||
define("NN_LAN_2", "News item submitted by user");
|
||||
define("NN_LAN_3", "News item posted by admin");
|
||||
define("NN_LAN_4", "News item edited by admin");
|
||||
define("NN_LAN_5", "News item deleted by admin");
|
||||
define("NN_LAN_6", "News notification triggered");
|
||||
|
||||
define("NM_LAN_1", "Mail Events");
|
||||
define("NM_LAN_2", "Bulk email run complete");
|
||||
define("NM_LAN_3", "Email Address =>");
|
||||
|
||||
define("NF_LAN_1", "File Events");
|
||||
define("NF_LAN_2", "File uploaded by user");
|
||||
|
||||
define("LAN_NOTIFY_01", "Events");
|
||||
|
||||
define("NU_LAN_10", "User IP changed");
|
||||
|
||||
return [
|
||||
'NA_LAN_1' => "Administrator updates their password",
|
||||
'NA_LAN_2' => "Administrator creates a new user",
|
||||
'NA_LAN_3' => "Administrator activates a new user",
|
||||
'NT_LAN_1' => "Notify",
|
||||
'NT_LAN_2' => "Receive email notification on",
|
||||
'NU_LAN_1' => "User Events",
|
||||
'NU_LAN_2' => "User signup",
|
||||
'NU_LAN_3' => "User account verification",
|
||||
'NU_LAN_4' => "User login",
|
||||
'NU_LAN_5' => "User logout",
|
||||
'NU_LAN_6' => "User social login",
|
||||
'NU_LAN_7' => "User social signup",
|
||||
'NU_LAN_8' => "User views profile",
|
||||
'NU_LAN_9' => "User edits profile",
|
||||
'NS_LAN_1' => "Security Events",
|
||||
'NS_LAN_2' => "IP banned for flooding site",
|
||||
'NS_LAN_3' => "IP banned for multiple failed login attempts",
|
||||
'NN_LAN_1' => "News Events",
|
||||
'NN_LAN_2' => "News item submitted by user",
|
||||
'NN_LAN_3' => "News item posted by admin",
|
||||
'NN_LAN_4' => "News item edited by admin",
|
||||
'NN_LAN_5' => "News item deleted by admin",
|
||||
'NN_LAN_6' => "News notification triggered",
|
||||
'NM_LAN_1' => "Mail Events",
|
||||
'NM_LAN_2' => "Bulk email run complete",
|
||||
'NM_LAN_3' => "Email Address =>",
|
||||
'NF_LAN_1' => "File Events",
|
||||
'NF_LAN_2' => "File uploaded by user",
|
||||
'LAN_NOTIFY_01' => "Events",
|
||||
'NU_LAN_10' => "User IP changed",
|
||||
];
|
||||
|
Reference in New Issue
Block a user