1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

Code clean-up on newsletter plugin

This commit is contained in:
Tijn Kuyper
2016-03-15 12:24:20 +01:00
parent abab23d37f
commit 2b12bc4132
3 changed files with 33 additions and 53 deletions

View File

@@ -2,24 +2,19 @@
/*
* e107 website system
*
* Copyright (C) 2008-2009 e107 Inc (e107.org)
* Copyright (C) 2008-2016 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* Plugin - newsfeeds
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/newsletter/languages/English.php,v $
* $Revision$
* $Date$
* $Author$
* Plugin - newsletter
*
*/
define("NLLAN_MENU_CAPTION", "Newsletter");
define("NLLAN_48", "You are subscribed from this newsletter - if you wish to unsubscribe please click the button below.");
define("NLLAN_49", "Are you sure you want to un-subscribe from this newsletter?");
define("NLLAN_50", "Click button to subscribe ( your subscription address is");
define("NLLAN_48", "You are subscribed to this newsletter - if you wish to unsubscribe please click the button below.");
define("NLLAN_49", "Are you sure you want to unsubscribe from this newsletter?");
define("NLLAN_50", "Click button to subscribe (your subscription address is");
define("NLLAN_51", "Unsubscribe");
define("NLLAN_52", "Subscribe");
define("NLLAN_53", "Are you sure you want to subscribe to this newsletter?");
@@ -28,7 +23,7 @@ define("NLLAN_67", "Archive overview");
define("NLLAN_68", "Invalid parameter defined");
define("NLLAN_69", "No sent newsletters available.");
define("NLLAN_70", "Selected newsletter does not exist");
define("NLLAN_71", "Back"); //TODO User Generic LAN
//define("NLLAN_71", "Back");
define("NLLAN_72", "View archive");
?>