remove useless information from tz array

git-svn-id: file:///svn/phpbb/trunk@6467 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-10-08 11:25:20 +00:00
parent 9a73fb26b2
commit 9cfa28b502
9 changed files with 353 additions and 352 deletions

View file

@ -36,6 +36,7 @@ $lang = array_merge($lang, array(
'LEFT' => 'left', 'LEFT' => 'left',
'RIGHT' => 'right', 'RIGHT' => 'right',
'DATE_FORMAT' => '|d M Y|', 'DATE_FORMAT' => '|d M Y|',
'HTML_LANG' => 'en_EN',
'1_DAY' => '1 day', '1_DAY' => '1 day',
'1_MONTH' => '1 month', '1_MONTH' => '1 month',
@ -706,45 +707,45 @@ $lang = array_merge($lang, array(
), ),
'tz_zones' => array( 'tz_zones' => array(
'-12' => '[UTC - 12, Y] Baker Island Time', '-12' => '[UTC - 12] Baker Island Time',
'-11' => '[UTC - 11, X] Niue Time, Samoa Standard Time', '-11' => '[UTC - 11] Niue Time, Samoa Standard Time',
'-10' => '[UTC - 10, W] Hawaii-Aleutian Standard Time, Cook Island Time', '-10' => '[UTC - 10] Hawaii-Aleutian Standard Time, Cook Island Time',
'-9.5' => '[UTC - 9:30, V*] Marquesas Islands Time', '-9.5' => '[UTC - 9:30] Marquesas Islands Time',
'-9' => '[UTC - 9, V] Alaska Standard Time, Gambier Island Time', '-9' => '[UTC - 9] Alaska Standard Time, Gambier Island Time',
'-8' => '[UTC - 8, U] Pacific Standard Time', '-8' => '[UTC - 8] Pacific Standard Time',
'-7' => '[UTC - 7, T] Mountain Standard Time', '-7' => '[UTC - 7] Mountain Standard Time',
'-6' => '[UTC - 6, S] Central Standard Time', '-6' => '[UTC - 6] Central Standard Time',
'-5' => '[UTC - 5, R] Eastern Standard Time', '-5' => '[UTC - 5] Eastern Standard Time',
'-4' => '[UTC - 4, Q] Atlantic Standard Time', '-4' => '[UTC - 4] Atlantic Standard Time',
'-3.5' => '[UTC - 3:30, P*] Newfoundland Standard Time', '-3.5' => '[UTC - 3:30] Newfoundland Standard Time',
'-3' => '[UTC - 3, P] Amazon Standard Time, Central Greenland Time', '-3' => '[UTC - 3] Amazon Standard Time, Central Greenland Time',
'-2' => '[UTC - 2, O] Fernando de Noronha Time, South Georgia & the South Sandwich Islands Time', '-2' => '[UTC - 2] Fernando de Noronha Time, South Georgia & the South Sandwich Islands Time',
'-1' => '[UTC - 1, N] Azores Standard Time, Cape Verde Time, Eastern Greenland Time', '-1' => '[UTC - 1] Azores Standard Time, Cape Verde Time, Eastern Greenland Time',
'0' => '[UTC, Z] Western European Time, Greenwich Mean Time', '0' => '[UTC] Western European Time, Greenwich Mean Time',
'1' => '[UTC + 1, A] Central European Time, West African Time', '1' => '[UTC + 1] Central European Time, West African Time',
'2' => '[UTC + 2, B] Eastern European Time, Central African Time', '2' => '[UTC + 2] Eastern European Time, Central African Time',
'3' => '[UTC + 3, C] Moscow Standard Time, Eastern African Time', '3' => '[UTC + 3] Moscow Standard Time, Eastern African Time',
'3.5' => '[UTC + 3:30, C*] Iran Standard Time', '3.5' => '[UTC + 3:30] Iran Standard Time',
'4' => '[UTC + 4, D] Gulf Standard Time, Samara Standard Time', '4' => '[UTC + 4] Gulf Standard Time, Samara Standard Time',
'4.5' => '[UTC + 4:30, D*] Afghanistan Time', '4.5' => '[UTC + 4:30] Afghanistan Time',
'5' => '[UTC + 5, E] Pakistan Standard Time, Yekaterinburg Standard Time', '5' => '[UTC + 5] Pakistan Standard Time, Yekaterinburg Standard Time',
'5.5' => '[UTC + 5:30, E*] Indian Standard Time, Sri Lanka Time', '5.5' => '[UTC + 5:30] Indian Standard Time, Sri Lanka Time',
'5.75' => '[UTC + 5:45, E‡] Nepal Time', '5.75' => '[UTC + 5:45] Nepal Time',
'6' => '[UTC + 6, F] Bangladesh Time, Bhutan Time, Novosibirsk Standard Time', '6' => '[UTC + 6] Bangladesh Time, Bhutan Time, Novosibirsk Standard Time',
'6.5' => '[UTC + 6:30, F*] Cocos Islands Time, Myanmar Time', '6.5' => '[UTC + 6:30] Cocos Islands Time, Myanmar Time',
'7' => '[UTC + 7, G] Indochina Time, Krasnoyarsk Standard Time', '7' => '[UTC + 7] Indochina Time, Krasnoyarsk Standard Time',
'8' => '[UTC + 8, H] Chinese Standard Time, Australian Western Standard Time, Irkutsk Standard Time', '8' => '[UTC + 8] Chinese Standard Time, Australian Western Standard Time, Irkutsk Standard Time',
'8.75' => '[UTC + 8:45, H‡] Southeastern Western Australia Standard Time', '8.75' => '[UTC + 8:45] Southeastern Western Australia Standard Time',
'9' => '[UTC + 9, I] Japan Standard Time, Korea Standard Time, Chita Standard Time', '9' => '[UTC + 9] Japan Standard Time, Korea Standard Time, Chita Standard Time',
'9.5' => '[UTC + 9:30, I*] Australian Central Standard Time', '9.5' => '[UTC + 9:30] Australian Central Standard Time',
'10' => '[UTC + 10, K] Australian Eastern Standard Time, Vladivostok Standard Time', '10' => '[UTC + 10] Australian Eastern Standard Time, Vladivostok Standard Time',
'10.5' => '[UTC + 10:30, K*] Lord Howe Standard Time', '10.5' => '[UTC + 10:30] Lord Howe Standard Time',
'11' => '[UTC + 11, L] Solomon Island Time, Magadan Standard Time', '11' => '[UTC + 11] Solomon Island Time, Magadan Standard Time',
'11.5' => '[UTC + 11:30, L*] Norfolk Island Time', '11.5' => '[UTC + 11:30] Norfolk Island Time',
'12' => '[UTC + 12, M] New Zealand Time, Fiji Time, Kamchatka Standard Time', '12' => '[UTC + 12] New Zealand Time, Fiji Time, Kamchatka Standard Time',
'12.75' => '[UTC + 12:45, M‡] Chatham Islands Time', '12.75' => '[UTC + 12:45] Chatham Islands Time',
'13' => '[UTC + 13, M*] Tonga Time, Phoenix Islands Time', '13' => '[UTC + 13] Tonga Time, Phoenix Islands Time',
'14' => '[UTC + 14, M†] Line Island Time', '14' => '[UTC + 14] Line Island Time',
), ),
// The value is only an example and will get replaced by the current time on view // The value is only an example and will get replaced by the current time on view

View file

@ -194,7 +194,7 @@ $lang = array_merge($lang, array(
'MOVE_TOPICS' => 'Move selected topics', 'MOVE_TOPICS' => 'Move selected topics',
'MOVE_TOPICS_CONFIRM' => 'Are you sure you want to move the selected topics into a new forum?', 'MOVE_TOPICS_CONFIRM' => 'Are you sure you want to move the selected topics into a new forum?',
'NOTIFY_POSTER_APPROVAL'=> 'Notify poster about approval?', 'NOTIFY_POSTER_APPROVAL' => 'Notify poster about approval?',
'NOTIFY_POSTER_DISAPPROVAL' => 'Notify poster about disapproval?', 'NOTIFY_POSTER_DISAPPROVAL' => 'Notify poster about disapproval?',
'NOTIFY_USER_WARN' => 'Notify user about warning?', 'NOTIFY_USER_WARN' => 'Notify user about warning?',
'NOT_MODERATOR' => 'You are not a moderator of this forum', 'NOT_MODERATOR' => 'You are not a moderator of this forum',
@ -216,14 +216,14 @@ $lang = array_merge($lang, array(
'OTHER_USERS' => 'Users posting from this IP', 'OTHER_USERS' => 'Users posting from this IP',
'POSTER' => 'Poster', 'POSTER' => 'Poster',
'POSTS_APPROVED_SUCCESS'=> 'The selected posts have been approved', 'POSTS_APPROVED_SUCCESS' => 'The selected posts have been approved',
'POSTS_DELETED_SUCCESS' => 'The selected posts have been successfully removed from the database', 'POSTS_DELETED_SUCCESS' => 'The selected posts have been successfully removed from the database',
'POSTS_DISAPPROVED_SUCCESS'=> 'The selected posts have been disapproved', 'POSTS_DISAPPROVED_SUCCESS' => 'The selected posts have been disapproved',
'POSTS_LOCKED_SUCCESS' => 'The selected posts have been locked successfully', 'POSTS_LOCKED_SUCCESS' => 'The selected posts have been locked successfully',
'POSTS_MERGED_SUCCESS' => 'The selected posts have been merged', 'POSTS_MERGED_SUCCESS' => 'The selected posts have been merged',
'POSTS_UNLOCKED_SUCCESS'=> 'The selected posts have been unlocked successfully', 'POSTS_UNLOCKED_SUCCESS' => 'The selected posts have been unlocked successfully',
'POSTS_PER_PAGE' => 'Posts per page', 'POSTS_PER_PAGE' => 'Posts per page',
'POSTS_PER_PAGE_EXPLAIN'=> '(Set to 0 to view all posts)', 'POSTS_PER_PAGE_EXPLAIN' => '(Set to 0 to view all posts)',
'POST_APPROVED_SUCCESS' => 'The selected post has been approved', 'POST_APPROVED_SUCCESS' => 'The selected post has been approved',
'POST_DELETED_SUCCESS' => 'The selected post has been successfully removed from the database', 'POST_DELETED_SUCCESS' => 'The selected post has been successfully removed from the database',
'POST_DISAPPROVED_SUCCESS' => 'The selected post has been disapproved', 'POST_DISAPPROVED_SUCCESS' => 'The selected post has been disapproved',
@ -247,7 +247,7 @@ $lang = array_merge($lang, array(
'REPORT_DELETED_SUCCESS' => 'The selected report has been deleted successfully.', 'REPORT_DELETED_SUCCESS' => 'The selected report has been deleted successfully.',
'REPORT_DETAILS' => 'Report details', 'REPORT_DETAILS' => 'Report details',
'REPORT_MESSAGE' => 'Report this message', 'REPORT_MESSAGE' => 'Report this message',
'REPORT_MESSAGE_EXPLAIN'=> 'Use this form to report the selected message to the board administrators. Reporting should generally be used only if the message breaks forum rules.', 'REPORT_MESSAGE_EXPLAIN' => 'Use this form to report the selected message to the board administrators. Reporting should generally be used only if the message breaks forum rules.',
'REPORT_NOTIFY' => 'Notify me', 'REPORT_NOTIFY' => 'Notify me',
'REPORT_NOTIFY_EXPLAIN' => 'Informs you when your report is dealt with', 'REPORT_NOTIFY_EXPLAIN' => 'Informs you when your report is dealt with',
'REPORT_POST_EXPLAIN' => 'Use this form to report the selected post to the forum moderators and board administrators. Reporting should generally be used only if the post breaks forum rules.', 'REPORT_POST_EXPLAIN' => 'Use this form to report the selected post to the forum moderators and board administrators. Reporting should generally be used only if the post breaks forum rules.',
@ -278,13 +278,13 @@ $lang = array_merge($lang, array(
'SPLIT_TOPIC_ALL' => 'Split topic from selected posts', 'SPLIT_TOPIC_ALL' => 'Split topic from selected posts',
'SPLIT_TOPIC_ALL_CONFIRM' => 'Are you sure you want to split this topic?', 'SPLIT_TOPIC_ALL_CONFIRM' => 'Are you sure you want to split this topic?',
'SPLIT_TOPIC_BEYOND' => 'Split topic at selected post', 'SPLIT_TOPIC_BEYOND' => 'Split topic at selected post',
'SPLIT_TOPIC_BEYOND_CONFIRM' => 'Are you sure you want to split this topic at the selected post?', 'SPLIT_TOPIC_BEYOND_CONFIRM'=> 'Are you sure you want to split this topic at the selected post?',
'SPLIT_TOPIC_EXPLAIN' => 'Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post', 'SPLIT_TOPIC_EXPLAIN' => 'Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post',
'THIS_POST_IP' => 'IP for this post', 'THIS_POST_IP' => 'IP for this post',
'TOPICS_APPROVED_SUCCESS' => 'The selected topics have been approved', 'TOPICS_APPROVED_SUCCESS' => 'The selected topics have been approved',
'TOPICS_DELETED_SUCCESS'=> 'The selected topics have been successfully removed from the database', 'TOPICS_DELETED_SUCCESS' => 'The selected topics have been successfully removed from the database',
'TOPICS_DISAPPROVED_SUCCESS' => 'The selected topics have been disapproved', 'TOPICS_DISAPPROVED_SUCCESS'=> 'The selected topics have been disapproved',
'TOPICS_FORKED_SUCCESS' => 'The selected topics have been copied successfully', 'TOPICS_FORKED_SUCCESS' => 'The selected topics have been copied successfully',
'TOPICS_LOCKED_SUCCESS' => 'The selected topics have been locked', 'TOPICS_LOCKED_SUCCESS' => 'The selected topics have been locked',
'TOPICS_MOVED_SUCCESS' => 'The selected topics have been moved successfully', 'TOPICS_MOVED_SUCCESS' => 'The selected topics have been moved successfully',
@ -301,7 +301,7 @@ $lang = array_merge($lang, array(
'TOPIC_SPLIT_SUCCESS' => 'The selected topic has been split successfully', 'TOPIC_SPLIT_SUCCESS' => 'The selected topic has been split successfully',
'TOPIC_TIME' => 'Topic time', 'TOPIC_TIME' => 'Topic time',
'TOPIC_TYPE_CHANGED' => 'Topic type changed successfully.', 'TOPIC_TYPE_CHANGED' => 'Topic type changed successfully.',
'TOPIC_UNLOCKED_SUCCESS'=> 'The selected topic has been unlocked', 'TOPIC_UNLOCKED_SUCCESS' => 'The selected topic has been unlocked',
'TOTAL_WARNINGS' => 'Total Warnings', 'TOTAL_WARNINGS' => 'Total Warnings',
'UNAPPROVED_POSTS_TOTAL' => 'In total there are <strong>%d</strong> posts waiting for approval', 'UNAPPROVED_POSTS_TOTAL' => 'In total there are <strong>%d</strong> posts waiting for approval',