diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2013-11-27 18:09:38 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2013-11-27 18:09:38 +0100 |
| commit | 6a2d0c345c9990a60a89e02542fc46e53f474cfa (patch) | |
| tree | 604b829331009b051000b250f234a26f3e3dfbef /phpBB/language/en/common.php | |
| parent | e3eb82cf7d1f135dc940c1cc1679e88515f3adb0 (diff) | |
| download | forums-6a2d0c345c9990a60a89e02542fc46e53f474cfa.tar forums-6a2d0c345c9990a60a89e02542fc46e53f474cfa.tar.gz forums-6a2d0c345c9990a60a89e02542fc46e53f474cfa.tar.bz2 forums-6a2d0c345c9990a60a89e02542fc46e53f474cfa.tar.xz forums-6a2d0c345c9990a60a89e02542fc46e53f474cfa.zip | |
[ticket/12042] Add all language strings from PLUpload 2.0 to the language file
PHPBB3-12042
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 29e61e68c2..c1b20ae945 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -112,6 +112,7 @@ $lang = array_merge($lang, array( 'AVATAR_WRONG_FILESIZE' => 'The avatar’s filesize must be between 0 and %1d %2s.', 'AVATAR_WRONG_SIZE' => 'The submitted avatar is %5$s wide and %6$s high. Avatars must be at least %1$s wide and %2$s high, but no larger than %3$s wide and %4$s high.', + 'B' => 'B', // Short for Bytes 'BACK_TO_TOP' => 'Top', 'BACK_TO_PREV' => 'Back to previous page', 'BAN_TRIGGERED_BY_EMAIL'=> 'A ban has been issued on your email address.', |
