diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-03-15 07:45:43 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-03-14 22:57:31 -0400 |
| commit | da8009603d05acdccaff15cd610353d85c365220 (patch) | |
| tree | 0afff6695015477109bda8a1f298a9d9bcbc6d61 /phpBB/language/en/ucp.php | |
| parent | bb461c8daa97358e8bcce923a21eba0abd6ea3dc (diff) | |
| download | forums-da8009603d05acdccaff15cd610353d85c365220.tar forums-da8009603d05acdccaff15cd610353d85c365220.tar.gz forums-da8009603d05acdccaff15cd610353d85c365220.tar.bz2 forums-da8009603d05acdccaff15cd610353d85c365220.tar.xz forums-da8009603d05acdccaff15cd610353d85c365220.zip | |
[feature/new-tz-handling] Preselect a timezone in registration.
Use Javascript to obtain client's timezone offset and select the
first timezone in our list with that offset.
Changes for prosilver only. The javascript file should be shared
between styles.
PHPBB3-9558
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -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 c8ffbf31c0..9cbca4b740 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -399,6 +399,7 @@ $lang = array_merge($lang, array( 'SIGNATURE_EXPLAIN' => 'This is a block of text that can be added to posts you make. There is a %d character limit.', 'SIGNATURE_PREVIEW' => 'Your signature will appear like this in posts', 'SIGNATURE_TOO_LONG' => 'Your signature is too long.', + 'SELECT_TIMEZONE' => 'Select timezone', 'SORT' => 'Sort', 'SORT_COMMENT' => 'File comment', 'SORT_DOWNLOADS' => 'Downloads', |
