From d4c77489c746db97621577cede3f4015db60e140 Mon Sep 17 00:00:00 2001 From: Exile Date: Sat, 25 Oct 2014 14:00:30 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=BE=D1=81=D1=81=D0=BA=D0=B8=D0=B9?= =?UTF-8?q?=D1=81=D0=BA=D0=B8=D0=B5=20=D1=87=D0=B0=D1=81=D0=BE=D0=B2=D1=8B?= =?UTF-8?q?=D0=B5=20=D0=BF=D0=BE=D1=8F=D1=81=D0=B0=20=D0=B2=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=BF=D0=B0=D0=B4=D0=B0=D1=8E=D1=89=D0=B8=D0=B9=20=D1=81=D0=BF?= =?UTF-8?q?=D0=B8=D1=81=D0=BE=D0=BA=20=D0=B4=D0=BB=D1=8F=20=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D0=B5=D0=BD=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/library/language/ru/main.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/upload/library/language/ru/main.php b/upload/library/language/ru/main.php index a0536731a..a45dacbb1 100644 --- a/upload/library/language/ru/main.php +++ b/upload/library/language/ru/main.php @@ -884,7 +884,7 @@ $lang['LOOKUP_IP'] = 'Посмотреть хост для IP'; // Timezones ... for display on each page $lang['ALL_TIMES'] = 'Часовой пояс: %s'; // This is followed by UTC and the timezone offset -// это для выпадающего меню, раньше тут еще были города +// это для выпадающего меню часовых поясов $lang['TZ']['-12'] = 'UTC - 12'; $lang['TZ']['-11'] = 'UTC - 11'; $lang['TZ']['-10'] = 'UTC - 10'; @@ -900,22 +900,22 @@ $lang['TZ']['-2'] = 'UTC - 2'; $lang['TZ']['-1'] = 'UTC - 1'; $lang['TZ']['0'] = 'UTC ± 0'; $lang['TZ']['1'] = 'UTC + 1'; -$lang['TZ']['2'] = 'UTC + 2'; -$lang['TZ']['3'] = 'UTC + 3 (Московское время)'; +$lang['TZ']['2'] = 'UTC + 2 (Калининградское время | USZ1)'; +$lang['TZ']['3'] = 'UTC + 3 (Московское время | MSK)'; $lang['TZ']['3.5'] = 'UTC + 3:30'; -$lang['TZ']['4'] = 'UTC + 4'; +$lang['TZ']['4'] = 'UTC + 4 (Самарское время | SAMT)'; $lang['TZ']['4.5'] = 'UTC + 4:30'; -$lang['TZ']['5'] = 'UTC + 5'; +$lang['TZ']['5'] = 'UTC + 5 (Екатеринбургское время | YEKT)'; $lang['TZ']['5.5'] = 'UTC + 5:30'; -$lang['TZ']['6'] = 'UTC + 6'; +$lang['TZ']['6'] = 'UTC + 6 (Омское время | OMST)'; $lang['TZ']['6.5'] = 'UTC + 6:30'; -$lang['TZ']['7'] = 'UTC + 7'; -$lang['TZ']['8'] = 'UTC + 8'; -$lang['TZ']['9'] = 'UTC + 9'; +$lang['TZ']['7'] = 'UTC + 7 (Красноярское время | KRAT)'; +$lang['TZ']['8'] = 'UTC + 8 (Иркутское время | IRKT)'; +$lang['TZ']['9'] = 'UTC + 9 (Якутское время | YAKT)'; $lang['TZ']['9.5'] = 'UTC + 9:30'; -$lang['TZ']['10'] = 'UTC + 10'; -$lang['TZ']['11'] = 'UTC + 11'; -$lang['TZ']['12'] = 'UTC + 12'; +$lang['TZ']['10'] = 'UTC + 10 (Владивостокское время | VLAT)'; +$lang['TZ']['11'] = 'UTC + 11 (Среднеколымское время | SRET)'; +$lang['TZ']['12'] = 'UTC + 12 (Камчатское время | PETT)'; $lang['TZ']['13'] = 'UTC + 13'; $lang['DATETIME']['TODAY'] = 'Сегодня, в';