aboutsummaryrefslogtreecommitdiffstats
path: root/languages/danish.inc.php
blob: aa061c027cf765d3c51540a8b81109528f84417b (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
<?

// Danish language include
// For version 0.5 PHP iCalendar
//
// Translation by Henrik H¿jmark (styxx@worldonline.dk)
//
// Submit new translations to chad@chadsdomain.com



$day_lang			= "Dag";
$week_lang			= "Uge";
$month_lang			= "M&aring;ned";
$year_lang			= "&Aring;r";
$calendar_lang		= "Kalender";
$next_day_lang		= "N&aelig;ste Dag";
$next_month_lang	= "N&aelig;ste M&aring;ned";
$next_week_lang		= "N&aelig;ste Uge";
$next_year_lang		= "N&aelig;ste &Aring;r";
$last_day_lang		= "Forrige Dag";
$last_month_lang	= "Forrige M&aring;ned";
$last_week_lang		= "Forrige Uge";
$last_year_lang		= "Forrige &Aring;r";
$subscribe_lang		= "Abonn&eacute;r";
$download_lang		= "Hent";
$powered_by_lang 	= "Drevet af";
$version_lang		= "0.5";
$event_lang			= "Aftale";
$event_start_lang	= "Start Tidspunkt";
$event_end_lang		= "Slut Tidspunkt";
$this_months_lang	= "Denne M&aring;neds Aftaler";
$date_lang			= "Dato";
$summary_lang		= "Opsummering";
$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
setlocale (LC_TIME, 'dk_DK');

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

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

?>

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