1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 15:16:30 +02:00
Files
php-e107/e107_languages/English/lan_notify.php

31 lines
964 B
PHP

<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_notify.php,v $
| $Revision$
| $Date$
| $Author$
+----------------------------------------------------------------------------+
*/
return [
'NT_LAN_US_1' => "User Signup",
'NT_LAN_UV_1' => "User Signup Verified",
'NT_LAN_UV_2' => "User ID:",
'NT_LAN_UV_3' => "User Login Name:",
'NT_LAN_UV_4' => "User IP:",
'NT_LAN_LI_1' => "User Logged In",
'NT_LAN_LO_1' => "User Logged Out",
'NT_LAN_LO_2' => "logged out of site",
'NT_LAN_FL_1' => "Flood Ban",
'NT_LAN_FL_2' => "IP address banned for flooding",
'NT_LAN_SN_1' => "News Item Submitted",
'NT_LAN_ML_1' => "Bulk email send complete",
'NT_LAN_NU_1' => "Updated",
'NT_LAN_ND_1' => "News Item Deleted",
'NT_LAN_ND_2' => "Deleted news item id",
];