1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00
Files
php-e107/e107_plugins/newsletter/languages/English_admin.php
2025-04-11 07:23:57 -07:00

53 lines
2.1 KiB
PHP

<?php
/*
* e107 website system
*
* Copyright (C) 2008-2025 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
*
*/
//define("NLLAN_01", "Newsletter");
//define("NLLAN_02", "Provides a quick and easy way to configure and send newsletters");
//define("NLLAN_03", "Configure Newsletters");
return [
'NLLAN_04' => "The newsletter plugin has been successfully installed. To configure, return to your main admin page and click on \"Newsletter\" in the plugin section.",
'NLLAN_05' => "No newsletters defined yet",
'NLLAN_07' => "Subscribers",
'NLLAN_10' => "Existing Newsletters",
'NLLAN_11' => "No newsletter issues yet.",
'NLLAN_12' => "Issue",
'NLLAN_13' => "[ Parent ID ] Subject/Title",
'NLLAN_14' => "Mailed?",
'NLLAN_17' => "Not sent out - click to send",
'NLLAN_18' => "Are you sure you want to mail this issue to subscribers?",
'NLLAN_19' => "Are you sure you want to delete this newsletter issue?",
'NLLAN_20' => "Existing Issues",
'NLLAN_23' => "Header",
'NLLAN_24' => "Footer",
'NLLAN_30' => "Newsletter",
'NLLAN_31' => "Subject / Title",
'NLLAN_32' => "Issue Number",
'NLLAN_33' => "Text",
'NLLAN_36' => "Update Newsletter Issue",
'NLLAN_37' => "Create Newsletter Issue",
'NLLAN_39' => "Newsletter issue saved in database - to send out, click the \"Release Issue\" button in the Options menu.",
'NLLAN_40' => "Mailout added to mailout queue - issue sent to [x] subscriber(s).",
'NLLAN_41' => "No subscribers found - email cancelled",
'NLLAN_44' => "Newsletter Front Page",
'NLLAN_45' => "Create Newsletter",
'NLLAN_46' => "Create Mailing",
'NLLAN_47' => "Newsletter Options",
'NLLAN_54' => "Sending",
'NLLAN_56' => "Newsletter ID not available",
'NLLAN_62' => "User is banned! (or not fully signed up)",
'NLLAN_63' => "Total subscribers",
'NLLAN_64' => "Return to Newsletter frontpage",
'NLLAN_65' => "Subscribers overview newsletter ID",
'NLLAN_66' => "Your news letter subscriber list has been sanitised.",
];