aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-09-25 18:18:47 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-09-25 18:18:47 +0000
commit9de75b5dcfd96e0f3ba09a77d212ba0a15480691 (patch)
tree386eed08fd5ce5bfbea40221b5c03c77d88e9c93 /phpBB/language
parentea43268a218a5182e6379af01d2a722cfcc7a93b (diff)
downloadforums-9de75b5dcfd96e0f3ba09a77d212ba0a15480691.tar
forums-9de75b5dcfd96e0f3ba09a77d212ba0a15480691.tar.gz
forums-9de75b5dcfd96e0f3ba09a77d212ba0a15480691.tar.bz2
forums-9de75b5dcfd96e0f3ba09a77d212ba0a15480691.tar.xz
forums-9de75b5dcfd96e0f3ba09a77d212ba0a15480691.zip
Updated and fixed various issues, see post in developers forum for info
git-svn-id: file:///svn/phpbb/trunk@1083 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/email/admin_activate_english.tpl7
-rw-r--r--phpBB/language/email/admin_welcome_activated_english.tpl5
-rw-r--r--phpBB/language/email/admin_welcome_inactive_english.tpl16
-rw-r--r--phpBB/language/email/topic_notify_english.tpl4
-rw-r--r--phpBB/language/email/user_activate_english.tpl7
-rw-r--r--phpBB/language/email/user_welcome_english.tpl14
-rw-r--r--phpBB/language/email/user_welcome_inactive_english.tpl18
-rwxr-xr-xphpBB/language/lang_english.php22
8 files changed, 83 insertions, 10 deletions
diff --git a/phpBB/language/email/admin_activate_english.tpl b/phpBB/language/email/admin_activate_english.tpl
new file mode 100644
index 0000000000..ece89ca1b0
--- /dev/null
+++ b/phpBB/language/email/admin_activate_english.tpl
@@ -0,0 +1,7 @@
+Hello,
+
+The account owned by "{USERNAME}" has been deactivated or newly created, you should check the details of this user (if required) and activate it using the following link:
+
+{U_ACTIVATE}
+
+{EMAIL_SIG} \ No newline at end of file
diff --git a/phpBB/language/email/admin_welcome_activated_english.tpl b/phpBB/language/email/admin_welcome_activated_english.tpl
new file mode 100644
index 0000000000..1fbed221ba
--- /dev/null
+++ b/phpBB/language/email/admin_welcome_activated_english.tpl
@@ -0,0 +1,5 @@
+Hello {USERNAME},
+
+Your account has now been activated, you may login using the username and password you received in a previous email.
+
+{EMAIL_SIG} \ No newline at end of file
diff --git a/phpBB/language/email/admin_welcome_inactive_english.tpl b/phpBB/language/email/admin_welcome_inactive_english.tpl
new file mode 100644
index 0000000000..44b66bf63e
--- /dev/null
+++ b/phpBB/language/email/admin_welcome_inactive_english.tpl
@@ -0,0 +1,16 @@
+{WELCOME_MSG}
+
+Please keep this email for your records. Your account information is as follows:
+
+----------------------------
+Username: {USERNAME}
+Password: {PASSWORD}
+----------------------------
+
+Your account is currently inactive, the administrator of the board will need to activate it before you can log in. You will receive another email when this has occured.
+
+Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.
+
+Thank you for registering.
+
+{EMAIL_SIG} \ No newline at end of file
diff --git a/phpBB/language/email/topic_notify_english.tpl b/phpBB/language/email/topic_notify_english.tpl
index 1280ab15d4..0ca46072b8 100644
--- a/phpBB/language/email/topic_notify_english.tpl
+++ b/phpBB/language/email/topic_notify_english.tpl
@@ -2,10 +2,10 @@ Hello {USERNAME},
You are receiving this email because you are watching the topic, "{TOPIC_TITLE}" at {SITENAME}. This topic has received a reply since your last visit. You can use the following link to view the replies made, no more notifications will be sent until you visit the topic.
-{TOPIC_URL}
+{U_TOPIC}
If you no longer wish to watch this topic you can either click the "Stop watching this topic link" found at the bottom of the topic above, or by clicking the following link:
-{UN_WATCH_URL}
+{U_STOP_WATCHING_TOPIC}
{EMAIL_SIG} \ No newline at end of file
diff --git a/phpBB/language/email/user_activate_english.tpl b/phpBB/language/email/user_activate_english.tpl
new file mode 100644
index 0000000000..5d9457814e
--- /dev/null
+++ b/phpBB/language/email/user_activate_english.tpl
@@ -0,0 +1,7 @@
+Hello {USERNAME},
+
+Your account on {SITENAME} has been deactivated, most likely due to changes made to your profile. In order to reactivate your account you must click on the link below:
+
+{U_ACTIVATE}
+
+{EMAIL_SIG} \ No newline at end of file
diff --git a/phpBB/language/email/user_welcome_english.tpl b/phpBB/language/email/user_welcome_english.tpl
new file mode 100644
index 0000000000..cd56a43ca9
--- /dev/null
+++ b/phpBB/language/email/user_welcome_english.tpl
@@ -0,0 +1,14 @@
+{WELCOME_MSG}
+
+Please keep this email for your records. Your account information is as follows:
+
+----------------------------
+Username: {USERNAME}
+Password: {PASSWORD}
+----------------------------
+
+Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.
+
+Thank you for registering.
+
+{EMAIL_SIG} \ No newline at end of file
diff --git a/phpBB/language/email/user_welcome_inactive_english.tpl b/phpBB/language/email/user_welcome_inactive_english.tpl
new file mode 100644
index 0000000000..81e4d41c12
--- /dev/null
+++ b/phpBB/language/email/user_welcome_inactive_english.tpl
@@ -0,0 +1,18 @@
+{WELCOME_MSG}
+
+Please keep this email for your records. Your account information is as follows:
+
+----------------------------
+Username: {USERNAME}
+Password: {PASSWORD}
+----------------------------
+
+Your account is currently inactive. You cannot use it until you visit the following link:
+
+{U_ACTIVATE}
+
+Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.
+
+Thank you for registering.
+
+{EMAIL_SIG} \ No newline at end of file
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index ea18d29ffc..13f39cdc2d 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -137,6 +137,7 @@ $lang['You_last_visit'] = "You last visited on";
$lang['Welcome_to'] = "Welcome to"; // Followed by site name
$lang['Register'] = "Register";
$lang['Profile'] = "Profile";
+$lang['Edit_profile'] = "Edit your profile";
$lang['Search'] = "Search";
$lang['Private_msgs'] = "Private Messages";
$lang['Memberlist'] = "Memberlist";
@@ -358,7 +359,7 @@ $lang['No_such_user'] = "Sorry but no such user exists";
$lang['Message_sent'] = "Your message has been sent";
$lang['to_return_inbox'] = " to return to your Inbox"; // This follows a "Click HERE ... "
-$lang['to_return_index'] = " to return to the Forum Index"; // This follows a "Click HERE ... "
+$lang['to_return_index'] = " to return to the Index"; // This follows a "Click HERE ... "
$lang['Re'] = "Re"; // Re as in 'Response to'
@@ -367,7 +368,6 @@ $lang['Send_a_reply'] = "Reply to a private message";
$lang['Edit_message'] = "Edit private message";
$lang['Notification_subject'] = "New Private Message has arrived";
-$lang['Notification_email'] = "Hello " . $to_userdata['username'] . "\n\n, You have received a new private message on your account at " . $board_config['sitename'] . ". To view it immediately click the following link " . $pm_url . ", you may of course visit the site later your message will be stored in your Inbox.\n";
$lang['Find_username'] = "Find a username";
$lang['Find'] = "Find";
@@ -395,7 +395,7 @@ $lang['Contact'] = "Contact";
$lang['Email_address'] = "Email address";
$lang['Email'] = "Email";
$lang['Private_message'] = "Send Private Message";
-$lang['Hidden_email'] = "[ Hidden email address ]";
+$lang['Hidden_email'] = "[ Hidden ]";
$lang['Search_user_posts'] = "Search for posts by this user";
$lang['Interests'] = "Interests";
$lang['Occupation'] = "Occupation";
@@ -405,7 +405,7 @@ $lang['of_total'] = "of total"; // follows percentage of total posts
$lang['Wrong_Profile'] = "You cannot modify a profile that is not your own.";
$lang['Bad_username'] = "The username you choose has been taken or is disallowed by the administrator.";
-$lang['Sorry_banned_or_taken_email'] = "Sorry but the email address you gave has either been banned or is already registered to another user. You may try an alternative address, if that is also banned then you should contact the board administrator for advice.";
+$lang['Sorry_banned_or_taken_email'] = "Sorry but the email address you gave has either been banned, is already registered to another user or is invalid. Please try an alternative address, if that is also banned you should contact the board administrator for advice";
$lang['Only_one_avatar'] = "Only one type of avatar can be specified";
$lang['File_no_data'] = "The file at the URL you gave contains no data";
$lang['No_connection_URL'] = "A connection could not be made to the URL you gave";
@@ -464,13 +464,16 @@ $lang['Avatar_filetype'] = "The avatar filetype must be .jpg, .gif or .png";
$lang['Avatar_filesize'] = "The avatar image file size must more than 0 kB and less than " . round($board_config['avatar_filesize'] / 1024) . " kB";
$lang['Avatar_imagesize'] = "The avatar must be less than " . $board_config['avatar_max_width'] . " pixels wide and " . $board_config['avatar_max_height'] . " pixels high";
+$lang['Welcome_subject'] = "Welcome to " . $board_config['sitename'] . " Forums";
+$lang['New_account_subject'] = "New user account";
+$lang['Account_activated_subject'] = "Account Activated";
+
$lang['Account_added'] = "Thank you for registering, your account has been created. You may now login with your username and password";
$lang['Account_inactive'] = "Your account has been created. However, this forum requires account activation, an activation key has been sent to the email address you provided. Pease check your email for further information";
+$lang['Account_inactive_admin'] = "Your account has been created. However, this forum requires account activation by the administrator. An email has been sent to them and you will be informed when your account has been activated";
$lang['Account_active'] = "Your account has now been activated. Thank you for registering";
+$lang['Account_active_admin'] = "The account has now been activated";
$lang['Reactivate'] = "Reactivate your account!";
-
-$lang['Welcome_subject'] = "Welcome to " . $board_config['sitename'] . " Forums";
-
$lang['COPPA'] = "Your account has been created but has to be approved, please check your email for details.";
$lang['Welcome_COPPA'] = "Your account has been created, however in complance with the COPPA act you must print out this page and have you parent or guardian mail it to: <br />" . $lang['Mailing_address'] . "<br />Or fax it to: <br />" . $lang['Fax_info'] . "<br /> Once this information has been received your account will be activated by the administrator and you will receive an email notification.";
@@ -539,7 +542,7 @@ $lang['Search_for_any'] = "Search for any terms or use query as entered";
$lang['Search_for_all'] = "Search for all terms";
$lang['Search_author'] = "Search for Author";
$lang['Return_first'] = "Return first"; // followed by xxx characters
-$lang['characters'] = "characters";
+$lang['characters_posts'] = "characters of posts";
$lang['Search_previous'] = "Search previous"; // followed by days, weeks, months, year, all
$lang['Sort_by'] = "Sort by";
$lang['Sort_Ascending'] = "Sort Ascending";
@@ -547,6 +550,9 @@ $lang['Sort_Decending'] = "Sort Descending";
$lang['Display_results'] = "Display results as";
$lang['All'] = "All";
$lang['No_search_match'] = "No topics or posts met your search criteria";
+$lang['found'] = "found"; // this precedes the number of matches found and follows Search
+$lang['match'] = "Match"; // this and the following entry proceed the number of matches found
+$lang['matches'] = "Matches";
$lang['Search_new'] = "View posts since last visit";
//
// Topic Admin <= Should be blank for now