aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-10-12 19:58:01 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-10-12 19:58:01 +0000
commita82d2e4eddb230fde220d4565353ed0ce37761f8 (patch)
tree690ff069648882fa45206ffddbf9a4ff963bf410 /phpBB/language
parent0cca5430d881906e461b65420f7aebf479185d68 (diff)
downloadforums-a82d2e4eddb230fde220d4565353ed0ce37761f8.tar
forums-a82d2e4eddb230fde220d4565353ed0ce37761f8.tar.gz
forums-a82d2e4eddb230fde220d4565353ed0ce37761f8.tar.bz2
forums-a82d2e4eddb230fde220d4565353ed0ce37761f8.tar.xz
forums-a82d2e4eddb230fde220d4565353ed0ce37761f8.zip
account registration/changing, password changing
git-svn-id: file:///svn/phpbb/trunk@4588 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/lang_admin.php21
1 files changed, 17 insertions, 4 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index bc6b3e9bcf..d38e62ae36 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -211,9 +211,13 @@ $lang += array(
'LOG_EXPORT_IMAGESET' => '<b>Exported imageset</b><br />&#187; %s',
'LOG_DELETE_IMAGESET' => '<b>Deleted imageset</b><br />&#187; %s',
- 'LOG_BBCODE_ADD' => '<b>Added new BBCode</b><br />&#187; %s',
- 'LOG_BBCODE_EDIT' => '<b>Edited BBCode</b><br />&#187; %s',
- 'LOG_BBCODE_DELETE' => '<b>Deleted BBCode</b><br />&#187; %s',
+ 'LOG_BBCODE_ADD' => '<b>Added new BBCode</b><br />&#187; %s',
+ 'LOG_BBCODE_EDIT' => '<b>Edited BBCode</b><br />&#187; %s',
+ 'LOG_BBCODE_DELETE' => '<b>Deleted BBCode</b><br />&#187; %s',
+
+ 'LOG_JAB_PASSCHG' => '<b>Jabber password changed</b>',
+ 'LOG_JAB_REGISTER' => '<b>Jabber account registered</b>',
+ 'LOG_JAB_CHANGED' => '<b>Jabber account changed</b>',
'LOG_EMAIL_ERROR' => '%s',
'LOG_JABBER_ERROR' => '%s',
@@ -509,7 +513,7 @@ $lang += array(
// Jabber settings
$lang += array(
- 'IM_EXPLAIN' => 'Here you can enable and control the use Jabber for instant messaging and board notices. Jabber is an opensource protocol and therefore available for use by anyone. Some Jabber servers include gateways or transports which allow you to contact users on other networks. Please note that not all servers offer all transports and changes in protocols can prevent transports from operating.',
+ 'IM_EXPLAIN' => 'Here you can enable and control the use Jabber for instant messaging and board notices. Jabber is an opensource protocol and therefore available for use by anyone. Some Jabber servers include gateways or transports which allow you to contact users on other networks. Not all servers offer all transports and changes in protocols can prevent transports from operating. Note that it may take several seconds to update Jabber account details, do not stop the script till completed!',
'JAB_ENABLE' => 'Enable Jabber',
'JAB_ENABLE_EXPLAIN' => 'Enables use of jabber messaging and notifications',
@@ -540,6 +544,15 @@ $lang += array(
'YIM_USERNAME' => 'YIM Username',
'YIM_USERNAME_EXPLAIN' => 'A valid username on %sYIM%s',
'YIM_PASSWORD' => 'YIM Password',
+
+ 'JAB_PASS_CHANGED' => 'Jabber password changed successfully',
+ 'JAB_REGISTERED' => 'New account registered successfully',
+ 'JAB_CHANGED' => 'Jabber account changed successfully',
+
+ 'ERR_JAB_USERNAME' => 'The username specified already exists, please choose an alternative.',
+ 'ERR_JAB_REGISTER' => 'An error occured trying to register this account, %s',
+ 'ERR_JAB_PASSCHG' => 'Could not change password',
+ 'ERR_JAB_PASSFAIL' => 'Password update failed, %s',
);
// Cookie settings