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

Issue #5465 Core language files converted. (excluding plugins)

This commit is contained in:
camer0n
2025-04-04 18:29:07 -07:00
parent c46b7b1d36
commit 31e7d1d3b0
93 changed files with 5255 additions and 6358 deletions

View File

@@ -9,29 +9,28 @@
| $Author$
+----------------------------------------------------------------------------+
*/
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "Email"); }
define("LAN_EMAIL_1", "From:");
define("LAN_EMAIL_2", "IP address of sender:");
define("LAN_EMAIL_3", "Emailed item from ");
define("LAN_EMAIL_4", "Send Email");
define("LAN_EMAIL_5", "Email item to a friend");
define("LAN_EMAIL_6", "I thought you might be interested in this item from");
define("LAN_EMAIL_7", "email to someone");
define("LAN_EMAIL_8", "Comment");
define("LAN_EMAIL_9", "Sorry - unable to send email");
define("LAN_EMAIL_10", "Mail sent to");
define("LAN_EMAIL_11", "Email sent");
//define("LAN_EMAIL_12", "Error"); // new > LAN_ERROR
define("LAN_EMAIL_13", "Email article to a friend");
define("LAN_EMAIL_14", "Email news_item to a friend");
define("LAN_EMAIL_15", "Username: ");
define("LAN_EMAIL_106", "That doesn't appear to be a valid email address");
define("LAN_EMAIL_185", "Send Article");
define("LAN_EMAIL_186", "Send News Item");
define("LAN_EMAIL_187", "Email address to send to");
define("LAN_EMAIL_188", "I thought you might be interested in this news story from");
define("LAN_EMAIL_189", "I thought you might be interested in this article from");
define("LAN_EMAIL_190", "Enter visible code");
define("LAN_SOCIAL_LINK_CHK", "Check out this link: "); //called in soc.plugin
return [
'LAN_EMAIL_1' => "From:",
'LAN_EMAIL_2' => "IP address of sender:",
'LAN_EMAIL_3' => "Emailed item from",
'LAN_EMAIL_4' => "Send Email",
'LAN_EMAIL_5' => "Email item to a friend",
'LAN_EMAIL_6' => "I thought you might be interested in this item from",
'LAN_EMAIL_7' => "email to someone",
'LAN_EMAIL_8' => "Comment",
'LAN_EMAIL_9' => "Sorry - unable to send email",
'LAN_EMAIL_10' => "Mail sent to",
'LAN_EMAIL_11' => "Email sent",
'LAN_EMAIL_13' => "Email article to a friend",
'LAN_EMAIL_14' => "Email news_item to a friend",
'LAN_EMAIL_15' => "Username:",
'LAN_EMAIL_106' => "That doesn't appear to be a valid email address",
'LAN_EMAIL_185' => "Send Article",
'LAN_EMAIL_186' => "Send News Item",
'LAN_EMAIL_187' => "Email address to send to",
'LAN_EMAIL_188' => "I thought you might be interested in this news story from",
'LAN_EMAIL_189' => "I thought you might be interested in this article from",
'LAN_EMAIL_190' => "Enter visible code",
'LAN_SOCIAL_LINK_CHK' => "Check out this link:",
];