1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00
Files
php-e107/e107_languages/English/admin/lan_notify.php

42 lines
1.4 KiB
PHP

<?php
/*
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
*
* Admin Language File
*
*/
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",
];