aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-12-21 18:18:12 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-12-21 18:18:12 +0000
commitf4f2ab3a35ed74eefe713c9d3d9aada841201161 (patch)
tree32d31d4692d49bae47707ee18fc2b32b50fb23f0 /phpBB/language/en/acp
parent1ba4064f20c20b8a57bdf66602a9d5172ea5df32 (diff)
downloadforums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.tar
forums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.tar.gz
forums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.tar.bz2
forums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.tar.xz
forums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.zip
- user avatar, user signature, user attachments
git-svn-id: file:///svn/phpbb/trunk@5365 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r--phpBB/language/en/acp/users.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php
index 1fd732ea10..82e1ae4466 100644
--- a/phpBB/language/en/acp/users.php
+++ b/phpBB/language/en/acp/users.php
@@ -29,6 +29,8 @@ if (empty($lang) || !is_array($lang))
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
+ 'ADMIN_SIG_PREVIEW' => 'Signature preview',
+
'BAN_SUCCESSFULL' => 'Ban entered successfully',
'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing the users email address.',
@@ -77,6 +79,7 @@ $lang = array_merge($lang, array(
'USER_ADMIN_MOVE_POSTS' => 'Move all posts',
'USER_ADMIN_SIG_REMOVED' => 'Successfully removed signature from user account',
'USER_ATTACHMENTS_REMOVED' => 'Successfully removed all attachments made by this user',
+ 'USER_AVATAR_UPDATED' => 'Successfully updated user avatars details',
'USER_CUSTOM_PROFILE_FIELDS' => 'Custom profile fields',
'USER_DELETED' => 'User deleted successfully',
'USER_OVERVIEW_UPDATED' => 'User details updated',
@@ -85,6 +88,7 @@ $lang = array_merge($lang, array(
'USER_PREFS_UPDATED' => 'User preferences updated',
'USER_PROFILE' => 'User Profile',
'USER_PROFILE_UPDATED' => 'User profile updated',
+ 'USER_SIG_UPDATED' => 'User signature successfully updated',
'USER_TOOLS' => 'Basic tools',
'WARNINGS' => 'Warnings',