mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 11:04:38 +01:00
35 lines
1.1 KiB
PHP
35 lines
1.1 KiB
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2009 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$
|
|
*
|
|
*/
|
|
|
|
define('NLLAN_MENU_CAPTION', 'Newsletter');
|
|
|
|
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 un-subscribe 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?');
|
|
|
|
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');
|
|
define('NLLAN_72', 'View archive');
|
|
|
|
?>
|