aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-24 16:18:04 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-24 16:18:04 +0000
commit60000cec97aa54169c215df7683e76157b3bbcf7 (patch)
treefa7017f1219b5758414b2ecf24d69a2987d49eaa /phpBB/language/en/common.php
parent49d351be1d3ac82b352767e966400fc23a5cfb4b (diff)
downloadforums-60000cec97aa54169c215df7683e76157b3bbcf7.tar
forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar.gz
forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar.bz2
forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar.xz
forums-60000cec97aa54169c215df7683e76157b3bbcf7.zip
Some fixes...
@translators: please note the split of SEND_EMAIL ;) git-svn-id: file:///svn/phpbb/trunk@7672 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 029f63e1c0..e81d75325c 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -84,7 +84,7 @@ $lang = array_merge($lang, array(
'AVATAR_PHP_SIZE_OVERRUN' => 'The avatar’s filesize is too large. The maximum allowed upload size is %d MB.<br />Please note this is set in php.ini and cannot be overridden.',
'AVATAR_URL_INVALID' => 'The URL you specified is invalid.',
'AVATAR_URL_NOT_FOUND' => 'The file specified could not be found.',
- 'AVATAR_WRONG_FILESIZE' => 'The avatar must be between 0 and %1d %2s.',
+ 'AVATAR_WRONG_FILESIZE' => 'The avatar’s filesize must be between 0 and %1d %2s.',
'AVATAR_WRONG_SIZE' => 'The submitted avatar is %5$d pixels wide and %6$d pixels high. Avatars must be at least %1$d pixels wide and %2$d pixels high, but no larger than %3$d pixels wide and %4$d pixels high.',
'BACK_TO_TOP' => 'Top',
@@ -490,6 +490,7 @@ $lang = array_merge($lang, array(
'SELECT_DESTINATION_FORUM' => 'Please select a destination forum',
'SELECT_FORUM' => 'Select a forum',
'SEND_EMAIL' => 'E-mail',
+ 'SEND_EMAIL_USER' => 'E-mail', // Used as: {L_SEND_EMAIL_USER} {USERNAME} -> E-mail UserX
'SEND_PRIVATE_MESSAGE' => 'Send private message',
'SETTINGS' => 'Settings',
'SIGNATURE' => 'Signature',