aboutsummaryrefslogtreecommitdiffstats
path: root/languages/german.inc.php
blob: f5b677b78ac612182120ea5ae707dc2a205a3110 (plain) (blame)
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
<?

// German language include
// For version 0.5 PHP iCalendar
//
// Translation by David Reindl (dre@andare.ch)
//



$day_lang			= "Tag";
$week_lang			= "Woche";
$month_lang			= "Monat";
$year_lang			= "Jahr";
$calendar_lang		= "Kalender";
$next_day_lang		= "Folgender Tag";
$next_month_lang	= "Folgender Monat";
$next_week_lang		= "Folgende Woche";
$next_year_lang		= "Folgendes Jahr";
$last_day_lang		= "Vorhergehender Tag";
$last_month_lang	= "Vorhergehender Monat";
$last_week_lang		= "Vorhergehende Woche";
$last_year_lang		= "Vorhergehendes Jahr";
$subscribe_lang		= "Abonnieren";
$download_lang		= "Herunterladen";
$powered_by_lang 	= "Powered by";
$version_lang		= "0.5";
$event_lang			= "Eintrag";
$event_start_lang	= "Beginn";
$event_end_lang		= "Ende";
$this_months_lang	= "Alle Einträge in diesem Monat";
$date_lang			= "Datum";
$summary_lang		= "Beschreibung";
$all_day_lang		= "All day event";
$notes_lang			= "Notes";

// Set Location for date formatting, check out: http://www.php.net/manual/en/function.setlocale.php
// for Switzerland
setlocale (LC_TIME, 'ch_DE');
// for Germany
// setlocale (LC_TIME, 'de_DE');
// for Austria
// setlocale (LC_TIME, 'at_DE');

// For time formatting, check out: http://www.php.net/manual/en/function.date.php
$timeFormat = "H:i";

// For date formatting, check out: http://www.php.net/manual/en/function.strftime.php
$dateFormat_day = "%A, %e. %B";
$dateFormat_week = "%B %e";
$dateFormat_week_list = "%a, %e. %b";
$dateFormat_month = "%B %Y";
$dateFormat_month_list = "%A, %e. %B";


?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy