diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2012-06-04 19:06:46 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2012-06-18 15:07:12 +0200 |
| commit | 50936cb2eff3f80d99390c76ef6ac535e73f6cc3 (patch) | |
| tree | 7b2aee8eba0a921d19f0bf1fdd319914d0292efa /phpBB/language | |
| parent | 8f027b68d64c1baa99b272d45f382c17310f1480 (diff) | |
| download | forums-50936cb2eff3f80d99390c76ef6ac535e73f6cc3.tar forums-50936cb2eff3f80d99390c76ef6ac535e73f6cc3.tar.gz forums-50936cb2eff3f80d99390c76ef6ac535e73f6cc3.tar.bz2 forums-50936cb2eff3f80d99390c76ef6ac535e73f6cc3.tar.xz forums-50936cb2eff3f80d99390c76ef6ac535e73f6cc3.zip | |
[feature/new-tz-handling] Fix selecting and validating of timezone in UCP
PHPBB3-9558
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/ucp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index a80862890a..f9558bc6d3 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -422,6 +422,7 @@ $lang = array_merge($lang, array( 'SORT_SIZE' => 'File size', 'TIMEZONE' => 'Timezone', + 'TIMEZONE_INVALID' => 'The timezone you selected is invalid.', 'TO' => 'To', 'TOO_MANY_RECIPIENTS' => 'You tried to send a private message to too many recipients.', 'TOO_MANY_REGISTERS' => 'You have exceeded the maximum number of registration attempts for this session. Please try again later.', |
