mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
37 lines
1.4 KiB
PHP
37 lines
1.4 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_email.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
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:",
|
|
];
|