-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdate_lang.php
More file actions
61 lines (57 loc) · 3.17 KB
/
date_lang.php
File metadata and controls
61 lines (57 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?php
$lang['date_year'] = "Jahr";
$lang['date_years'] = "Jahre";
$lang['date_month'] = "Monat";
$lang['date_months'] = "Monate";
$lang['date_week'] = "Woche";
$lang['date_weeks'] = "Wochen";
$lang['date_day'] = "Tag";
$lang['date_days'] = "Tage";
$lang['date_hour'] = "Stunde";
$lang['date_hours'] = "Stunden";
$lang['date_minute'] = "Minute";
$lang['date_minutes'] = "Minuten";
$lang['date_second'] = "Sekunde";
$lang['date_seconds'] = "Sekunden";
$lang['UM12'] = '(UTC -12:00) Baker/Howland Inseln';
$lang['UM11'] = '(UTC -11:00) Samoa Zeitzone, Niue';
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleuten Standardzeit, Cook-Inseln, Tahiti';
$lang['UM95'] = '(UTC -9:30) Marquesas-Inseln';
$lang['UM9'] = '(UTC -9:00) Alaska Standardzeit, Gambier-Inseln';
$lang['UM8'] = '(UTC -8:00) Pazifische Standardzeit, Clipperton';
$lang['UM7'] = '(UTC -7:00) Amerikanische Bergzonenzeit';
$lang['UM6'] = '(UTC -6:00) Zentrale amerikanische Standardzeit';
$lang['UM5'] = '(UTC -5:00) Oestliche amerikanische Standardzeit, Westliche Karibik Standardzeit';
$lang['UM45'] = '(UTC -4:30) Venezolanische Standardzeit';
$lang['UM4'] = '(UTC -4:00) Atlantische Standardzeit, Oestliche Karibik Standardzeit';
$lang['UM35'] = '(UTC -3:30) Neufundland Standardzeit';
$lang['UM3'] = '(UTC -3:00) Argentinien, Brasilien, Französisch-Guayana, Uruguay';
$lang['UM2'] = '(UTC -2:00) Süd-Georgien/Süd-Sandwich-Inseln';
$lang['UM1'] = '(UTC -1:00) Azoren, Kapverden';
$lang['UTC'] = '(UTC) Greenwich Zeit, Westeuropäische Zeit (WEZ)';
$lang['UP1'] = '(UTC +1:00) Mitteleuropäische Zeit, Westafrikanische Zeit';
$lang['UP2'] = '(UTC +2:00) Osteuropäische Zeit, Zentralafrikanische Zeit';
$lang['UP3'] = '(UTC +3:00) Moskau Zeit, Ostafrikanische Standardzeit';
$lang['UP35'] = '(UTC +3:30) Iranische Standardzeit';
$lang['UP4'] = '(UTC +4:00) Aserbaidschanische Standardzeit, Samara Zeit';
$lang['UP45'] = '(UTC +4:30) Afghanistan';
$lang['UP5'] = '(UTC +5:00) Pakistanische Standardzeit, Jekaterinburg Zeit';
$lang['UP55'] = '(UTC +5:30) Indische Standardzeit, Sri Lanka Zeit';
$lang['UP575'] = '(UTC +5:45) Nepal Zeit';
$lang['UP6'] = '(UTC +6:00) Bangladesh Standardzeit, Bhutan Zeit, Omsk Zeit';
$lang['UP65'] = '(UTC +6:30) Cocos-Inseln, Myanmar';
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Zeit, Kambodscha, Laos, Thailand, Vietnam';
$lang['UP8'] = '(UTC +8:00) Westaustralische Standardzeit, Peking Time, Irkutsk Zeit';
$lang['UP875'] = '(UTC +8:45) Zentral-Westaustralische Standardzeit';
$lang['UP9'] = '(UTC +9:00) Japanische Standardzeit, Koreanische Standardzeit, Jakutsk Zeit';
$lang['UP95'] = '(UTC +9:30) Zentrale australische Standardzeit';
$lang['UP10'] = '(UTC +10:00) Oestliche australische Standardzeit, Wladiwostok Zeit';
$lang['UP105'] = '(UTC +10:30) Lord-Howe-Insel';
$lang['UP11'] = '(UTC +11:00) Magadan, Neu-Kaledonien, Salomonen';
$lang['UP115'] = '(UTC +11:30) Norfolk Insel';
$lang['UP12'] = '(UTC +12:00) Auckland, Wellington, Fidschi, Marshall-Inseln';
$lang['UP1275'] = '(UTC +12:45) Chatham-Inseln Standardzeit';
$lang['UP13'] = '(UTC +13:00) Phoenix-Inseln Standardzeit, Tonga Zeit';
$lang['UP14'] = '(UTC +14:00) Line-Inseln Zeit';
/* End of file date_lang.php */
/* Location: ./system/language/german/date_lang.php */