mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
email topic, minor other changes, removed updating of parent forums upon posting (handled by functions_display)
git-svn-id: file:///svn/phpbb/trunk@3980 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
Subject: {SITENAME} - Email a friend
|
||||
Charset: iso-8859-1
|
||||
|
||||
Hello,
|
||||
Hello {TO_USERNAME},
|
||||
|
||||
This email was sent from "{SITENAME}" by {USERNAME} who thought you may be interested in the following topic.
|
||||
This email was sent from "{SITENAME}" by {FROM_USERNAME} who thought you may be interested in the following topic:
|
||||
|
||||
{TOPIC_NAME}
|
||||
|
||||
|
@@ -360,11 +360,11 @@ $lang = array(
|
||||
'ALL_TOPICS' => 'All Topics',
|
||||
|
||||
|
||||
'VIEW_TOPIC_ANNOUNCEMENT'=> 'Announcement',
|
||||
'VIEW_TOPIC_STICKY' => 'Sticky',
|
||||
'VIEW_TOPIC_MOVED' => 'Moved',
|
||||
'VIEW_TOPIC_POLL' => 'Poll',
|
||||
'VIEW_TOPIC_LOCKED' => 'Locked',
|
||||
'VIEW_TOPIC_ANNOUNCEMENT'=> 'Announcement: ',
|
||||
'VIEW_TOPIC_STICKY' => 'Sticky: ',
|
||||
'VIEW_TOPIC_MOVED' => 'Moved: ',
|
||||
'VIEW_TOPIC_POLL' => 'Poll: ',
|
||||
'VIEW_TOPIC_LOCKED' => 'Locked: ',
|
||||
|
||||
'MARK_TOPICS_READ' => 'Mark all topics read',
|
||||
'TOPICS_MARKED' => 'The topics for this forum have now been marked read',
|
||||
@@ -837,12 +837,19 @@ $lang = array(
|
||||
'SEND_EMAIL' => 'Send Email',
|
||||
'NO_EMAIL' => 'You are not permitted to send email to this user.',
|
||||
'CC_EMAIL' => 'Send a copy of this email to yourself',
|
||||
'RECIPIENT' => 'Recipient',
|
||||
'RECIPIENT' => 'Recipient',
|
||||
'EMAIL_SENT' => 'The email has been sent.',
|
||||
'EMAIL_BODY_EXPLAIN' => 'This message will be sent as plain text, do not include any HTML or BBCode. The return address for this message will be set to your email address.',
|
||||
'EMAIL_TOPIC_EXPLAIN' => 'This message will be sent as plain text, do not include any HTML or BBCode. Please note that the topic information is already included in the message. The return address for this message will be set to your email address.',
|
||||
'REAL_NAME' => 'Recipient Name',
|
||||
'DEST_LANG' => 'Language',
|
||||
'DEST_LANG_EXPLAIN' => 'Select an appropriate language (if available) for the recipient of this message.',
|
||||
|
||||
'FLOOD_EMAIL_LIMIT' => 'You cannot send another email at this time. Please try again later.',
|
||||
'EMPTY_SUBJECT_EMAIL' => 'You must specify a subject for the email.',
|
||||
'EMPTY_MESSAGE_EMAIL' => 'You must enter a message to be emailed.',
|
||||
'EMPTY_ADDRESS_EMAIL' => 'You must provide a valid email address for the recipient.',
|
||||
'EMPTY_NAME_EMAIL' => 'You must enter the real name of the recipient.',
|
||||
|
||||
'NO_VIEW_USERS' => 'You are not authorised to view the member list or profiles.',
|
||||
'VIEWING_PROFILE' => 'Profile view',
|
||||
|
Reference in New Issue
Block a user