aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-04-10 18:07:12 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-04-10 18:07:12 +0000
commit557d09bb72f7e9848b6fc50ed4e2ba651b89e743 (patch)
tree9db78285f2e35af8f70dfbb240712164b45bcfd2 /phpBB/language/en/common.php
parentc9478353171267a3ebc5d87b43d759d22684b21e (diff)
downloadforums-557d09bb72f7e9848b6fc50ed4e2ba651b89e743.tar
forums-557d09bb72f7e9848b6fc50ed4e2ba651b89e743.tar.gz
forums-557d09bb72f7e9848b6fc50ed4e2ba651b89e743.tar.bz2
forums-557d09bb72f7e9848b6fc50ed4e2ba651b89e743.tar.xz
forums-557d09bb72f7e9848b6fc50ed4e2ba651b89e743.zip
- added updated coding guidelines
- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users - changed bot code to act on useragent || ip git-svn-id: file:///svn/phpbb/trunk@5117 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php100
1 files changed, 67 insertions, 33 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 2a4505956a..b6e98a0892 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -52,7 +52,7 @@ $lang += array(
'ALL_FORUMS' => 'All Forums',
'ALL_MESSAGES' => 'All Messages',
'ALL_POSTS' => 'All Posts',
- 'ALL_TIMES' => 'All times are GMT%1$s %2$s',
+ 'ALL_TIMES' => 'All times are %1$s %2$s',
'ALL_TOPICS' => 'All Topics',
'AND' => 'And',
'ARE_WATCHING_FORUM' => 'You have subscribed to receive updates on this forum',
@@ -484,38 +484,72 @@ $lang += array(
),
'tz' => array(
- '-12' => '[GMT-12] Eniwetok, Kwaialein',
- '-11' => '[GMT-11] Midway Island, Samoa',
- '-10' => '[GMT-10] Hawaii, Honolulu',
- '-9' => '[GMT-9] Alaska',
- '-8' => '[GMT-8] Anchorage, Los Angeles, San Francisco, Seattle',
- '-7' => '[GMT-7] Denver, Edmonton, Phoenix, Salt Lake City, Santa Fe',
- '-6' => '[GMT-6] Chicago, Guatamala, Mexico City, Saskatchewan East',
- '-5' => '[GMT-5] Bogota, Kingston, Lima, New York',
- '-4' => '[GMT-4] Caracas, Labrador, La Paz, Maritimes, Santiago',
- '-3.5' => '[GMT-3.5] Standard Time [Canada], Newfoundland',
- '-3' => '[GMT-3] Brazilia, Buenos Aires, Georgetown, Rio de Janero',
- '-2' => '[GMT-2] Mid-Atlantic',
- '-1' => '[GMT-1] Azores, Cape Verde Is.',
- '0' => '[GMT] Dublin, Edinburgh, Iceland, Lisbon, London, Casablanca',
- '1' => '[GMT+1] Amsterdam, Berlin, Bern, Brussells, Madrid, Paris, Rome, Oslo, Vienna',
- '2' => '[GMT+2] Athens, Bucharest, Harare, Helsinki, Israel, Istanbul',
- '3' => '[GMT+3] Ankara, Baghdad, Bahrain, Beruit, Kuwait, Moscow, Nairobi, Riyadh',
- '3.5' => '[GMT+3.5] Iran',
- '4' => '[GMT+4] Abu Dhabi, Kabul, Muscat, Tbilisi, Volgograd',
- '4.5' => '[GMT+4.5] Afghanistan',
- '5' => '[GMT+5] Calcutta, Madras, New Dehli',
- '5.5' => '[GMT+5.5] India',
- '6' => '[GMT+6] Almaty, Dhakar, Kathmandu',
- '6.5' => '[GMT+6.5] Rangoon',
- '7' => '[GMT+7] Bangkok, Hanoi, Jakarta, Phnom Penh',
- '8' => '[GMT+8] Beijing, Hong Kong, Kuala Lumpar, Manila, Perth, Singapore, Taipei',
- '9' => '[GMT+9] Osaka, Sapporo, Seoul, Tokyo, Yakutsk',
- '9.5' => '[GMT+9.5] Adelaide, Darwin',
- '10' => '[GMT+10) Brisbane, Canberra, Guam, Hobart, Melbourne, Port Moresby, Sydney',
- '11' => '[GMT+11] Magadan, New Caledonia, Solomon Is.',
- '12' => '[GMT+12] Auckland, Fiji, Kamchatka, Marshall Is., Suva, Wellington',
- 'dst' => '[DST]'
+ '-12' => 'GMT - 12 Hours',
+ '-11' => 'GMT - 11 Hours',
+ '-10' => 'GMT - 10 Hours',
+ '-9' => 'GMT - 9 Hours',
+ '-8' => 'GMT - 8 Hours',
+ '-7' => 'GMT - 7 Hours',
+ '-6' => 'GMT - 6 Hours',
+ '-5' => 'GMT - 5 Hours',
+ '-4' => 'GMT - 4 Hours',
+ '-3.5' => 'GMT - 3.5 Hours',
+ '-3' => 'GMT - 3 Hours',
+ '-2' => 'GMT - 2 Hours',
+ '-1' => 'GMT - 1 Hour',
+ '0' => 'GMT',
+ '1' => 'GMT + 1 Hour',
+ '2' => 'GMT + 2 Hours',
+ '3' => 'GMT + 3 Hours',
+ '3.5' => 'GMT + 3.5 Hours',
+ '4' => 'GMT + 4 Hours',
+ '4.5' => 'GMT + 4.5 Hours',
+ '5' => 'GMT + 5 Hours',
+ '5.5' => 'GMT + 5.5 Hours',
+ '6' => 'GMT + 6 Hours',
+ '6.5' => 'GMT + 6.5 Hours',
+ '7' => 'GMT + 7 Hours',
+ '8' => 'GMT + 8 Hours',
+ '9' => 'GMT + 9 Hours',
+ '9.5' => 'GMT + 9.5 Hours',
+ '10' => 'GMT + 10 Hours',
+ '11' => 'GMT + 11 Hours',
+ '12' => 'GMT + 12 Hours',
+ 'dst' => '[ DST ]',
+
+ 'zones' => array(
+ '-12' => '[GMT-12] Eniwetok, Kwaialein',
+ '-11' => '[GMT-11] Midway Island, Samoa',
+ '-10' => '[GMT-10] Hawaii, Honolulu',
+ '-9' => '[GMT-9] Alaska',
+ '-8' => '[GMT-8] Anchorage, Los Angeles, San Francisco, Seattle',
+ '-7' => '[GMT-7] Denver, Edmonton, Phoenix, Salt Lake City, Santa Fe',
+ '-6' => '[GMT-6] Chicago, Guatamala, Mexico City, Saskatchewan East',
+ '-5' => '[GMT-5] Bogota, Kingston, Lima, New York',
+ '-4' => '[GMT-4] Caracas, Labrador, La Paz, Maritimes, Santiago',
+ '-3.5' => '[GMT-3.5] Standard Time [Canada], Newfoundland',
+ '-3' => '[GMT-3] Brazilia, Buenos Aires, Georgetown, Rio de Janero',
+ '-2' => '[GMT-2] Mid-Atlantic',
+ '-1' => '[GMT-1] Azores, Cape Verde Is.',
+ '0' => '[GMT] Dublin, Edinburgh, Iceland, Lisbon, London, Casablanca',
+ '1' => '[GMT+1] Amsterdam, Berlin, Bern, Brussells, Madrid, Paris, Rome, Oslo, Vienna',
+ '2' => '[GMT+2] Athens, Bucharest, Harare, Helsinki, Israel, Istanbul',
+ '3' => '[GMT+3] Ankara, Baghdad, Bahrain, Beruit, Kuwait, Moscow, Nairobi, Riyadh',
+ '3.5' => '[GMT+3.5] Iran',
+ '4' => '[GMT+4] Abu Dhabi, Kabul, Muscat, Tbilisi, Volgograd',
+ '4.5' => '[GMT+4.5] Afghanistan',
+ '5' => '[GMT+5] Calcutta, Madras, New Dehli',
+ '5.5' => '[GMT+5.5] India',
+ '6' => '[GMT+6] Almaty, Dhakar, Kathmandu',
+ '6.5' => '[GMT+6.5] Rangoon',
+ '7' => '[GMT+7] Bangkok, Hanoi, Jakarta, Phnom Penh',
+ '8' => '[GMT+8] Beijing, Hong Kong, Kuala Lumpar, Manila, Perth, Singapore, Taipei',
+ '9' => '[GMT+9] Osaka, Sapporo, Seoul, Tokyo, Yakutsk',
+ '9.5' => '[GMT+9.5] Adelaide, Darwin',
+ '10' => '[GMT+10] Brisbane, Canberra, Guam, Hobart, Melbourne, Port Moresby, Sydney',
+ '11' => '[GMT+11] Magadan, New Caledonia, Solomon Is.',
+ '12' => '[GMT+12] Auckland, Fiji, Kamchatka, Marshall Is., Suva, Wellington'
+ ),
),
);