1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00
Files
2025-04-11 07:23:57 -07:00

29 lines
969 B
PHP

<?php
/*
* e107 website system
*
* 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 - newsletter
*
*/
return [
'NLLAN_MENU_CAPTION' => "Newsletter",
'NLLAN_48' => "You are subscribed to this newsletter - if you wish to unsubscribe please click the button below.",
'NLLAN_49' => "Are you sure you want to unsubscribe from this newsletter?",
'NLLAN_50' => "Click button to subscribe (your subscription address is",
'NLLAN_51' => "Unsubscribe",
'NLLAN_52' => "Subscribe",
'NLLAN_53' => "Are you sure you want to subscribe to this newsletter?",
'NLLAN_67' => "Archive overview",
'NLLAN_68' => "Invalid parameter defined",
'NLLAN_69' => "No sent newsletters available.",
'NLLAN_70' => "Selected newsletter does not exist",
'NLLAN_72' => "View archive",
'NLLAN_73' => "Enter your Email",
];