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

Issue #5465 Plugin language file conversion.

This commit is contained in:
camer0n
2025-04-11 07:23:45 -07:00
parent 9de234324c
commit bea796463e
74 changed files with 1787 additions and 2263 deletions

View File

@@ -10,20 +10,19 @@
*
*/
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 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?");
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");
define("NLLAN_73", "Enter your Email");
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",
];