1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Bugtracker #4504 - hardcoded LAN, plus a couple of improvements - thanks nlstart

This commit is contained in:
e107steved
2008-09-22 20:38:26 +00:00
parent 9e83f98990
commit bc5d81d540
2 changed files with 139 additions and 29 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/newsletter/languages/English.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:32 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2008-09-22 20:38:26 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -80,7 +80,16 @@ define("NLLAN_53", "Are you sure you want to subscribe to this newsletter?");
define("NLLAN_54", "Sending");
define("NLLAN_55", "ID");
define("NLLAN_56", "Newsletter ID not available");
define("NLLAN_57", "Return to previous page");
define("NLLAN_58", "Error");
define("NLLAN_59", "Name");
define("NLLAN_60", "Email");
define("NLLAN_61", "Actions");
define("NLLAN_62", "User is banned! (or not fully signed up)");
define("NLLAN_63", "Total subscribers");
define("NLLAN_64", "Return to Newsletter frontpage");
define("NLLAN_65", "Subscribers overview newsletter ID");
?>
?>