diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-09 15:42:08 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-09 15:42:08 +0000 |
| commit | 746b617807048de6f768a74c6d852aeeea8f3a28 (patch) | |
| tree | b9c5303a9df317a83d7029dfa403ba1be0024f99 /phpBB/language/en/common.php | |
| parent | 9c7d8dcd7d5c60f88b7b980e9b7d87974133493f (diff) | |
| download | forums-746b617807048de6f768a74c6d852aeeea8f3a28.tar forums-746b617807048de6f768a74c6d852aeeea8f3a28.tar.gz forums-746b617807048de6f768a74c6d852aeeea8f3a28.tar.bz2 forums-746b617807048de6f768a74c6d852aeeea8f3a28.tar.xz forums-746b617807048de6f768a74c6d852aeeea8f3a28.zip | |
Add two standard language items - #30885
Make sure users still get notifications if they set to only be notified by Jabber, but Jabber service disabled. (Bug #29715 - Patch by Paul)
git-svn-id: file:///svn/phpbb/trunk@8991 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index b6ab95c818..cc8859d851 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -545,6 +545,8 @@ $lang = array_merge($lang, array( 'THE_TEAM' => 'The team', 'TIME' => 'Time', + 'TOO_LONG' => 'The value you entered is too long', + 'TOO_LONG_AIM' => 'The screenname you entered is too long.', 'TOO_LONG_CONFIRM_CODE' => 'The confirm code you entered is too long.', 'TOO_LONG_DATEFORMAT' => 'The date format you entered is too long.', @@ -565,6 +567,8 @@ $lang = array_merge($lang, array( 'TOO_MANY_VOTE_OPTIONS' => 'You have tried to vote for too many options.', + 'TOO_SHORT' => 'The value you entered is too short.', + 'TOO_SHORT_AIM' => 'The screenname you entered is too short.', 'TOO_SHORT_CONFIRM_CODE' => 'The confirm code you entered is too short.', 'TOO_SHORT_DATEFORMAT' => 'The date format you entered is too short.', |
