aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-10-30 17:18:29 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-10-30 17:18:29 +0000
commit4e86987ee3c26d21bd2bc32b307f0eebb01e0fe0 (patch)
tree047ebc91bb82131a1ffc1076e3d362b1324be186 /phpBB
parent880545561b0c77f23f49db44db4e789f676f9f63 (diff)
downloadforums-4e86987ee3c26d21bd2bc32b307f0eebb01e0fe0.tar
forums-4e86987ee3c26d21bd2bc32b307f0eebb01e0fe0.tar.gz
forums-4e86987ee3c26d21bd2bc32b307f0eebb01e0fe0.tar.bz2
forums-4e86987ee3c26d21bd2bc32b307f0eebb01e0fe0.tar.xz
forums-4e86987ee3c26d21bd2bc32b307f0eebb01e0fe0.zip
language updates
git-svn-id: file:///svn/phpbb/trunk@5015 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/en/posting.php2
-rw-r--r--phpBB/language/en/ucp.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 23d142d9b7..c802a5c523 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -91,7 +91,7 @@ $lang += array(
'EMPTY_MESSAGE' => 'You must enter a message when posting.',
'ERROR_IMAGESIZE' => 'The Image you tried to attach is too big, maximum allowed dimensions are %1d px X %2d px.',
- 'FLASH_IS_OFF' => '[flash] is <u>ON</u>',
+ 'FLASH_IS_OFF' => '[flash] is <u>OFF</u>',
'FLASH_IS_ON' => '[flash] is <u>ON</u>',
'FLOOD_ERROR' => 'You cannot make another post so soon after your last.',
'FONT_COLOR' => 'Font color',
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 3b59ef86bd..946f05489a 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -209,6 +209,7 @@ $lang += array(
'NOTIFY_METHOD_EXPLAIN' => 'Method for sending messages sent via this board.',
'NOTIFY_METHOD_IM' => 'Jabber only',
'NOTIFY_ON_PM' => 'Email me on new private messages',
+ 'NOT_ADDED_FOES' => 'Usernames not added to foes list because of administrator/moderator status.',
'NOT_AGREE' => 'I do not agree to these terms',
'NOT_ENOUGH_SPACE_FOLDER' => 'The Destination Folder "%s" seems to be full. The requested action has not been taken.',
'NOT_MOVED_MESSAGE' => 'You have 1 private message currently on hold because of full folder.',
@@ -358,6 +359,7 @@ $lang += array(
'USERNAME_ALPHA_SPACERS_EXPLAIN'=> 'Username must be between %1$d and %2$d chars long and use alphanumeric, space or -+_[] characters.',
'USERNAME_CHARS_ANY_EXPLAIN'=> 'Length must be between %1$d and %2$d characters.',
'USERNAME_TAKEN_USERNAME' => 'The username you entered is already in use, please select an alternative.',
+ 'USER_NOT_FOUND' => 'The usernames you specified could not be found.',
'VIEW_AVATARS' => 'Display Avatars',
'VIEW_EDIT' => 'View/Edit',