aboutsummaryrefslogtreecommitdiffstats
path: root/languages/danish.inc.php
blob: 2f55ec3ba93eb84fd0ad065006ba569b1d923353 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?

// Danish language include
// For version 0.6 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.6';
$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';

// new since last translation
$all_day_lang		= 'Heldags Aftale';
$notes_lang			= 'Noter';
$this_years_lang	= 'Dette &Aring;s Aftaler';
$today_lang			= 'I Dag';
$this_week_lang		= 'Denne Uge';
$this_month_lang	= 'Denne M&aring;ned';
$jump_lang			= 'G&aring; Til';
$tomorrows_lang		= 'N&aelig;ste Dags Aftaler';
$goday_lang			= 'G&aring; Til Idag';
$goweek_lang		= 'G&aring; Til Denne Uge';
$gomonth_lang		= 'G&aring; Til Denne M&aring;ned';
$goyear_lang		= 'G&aring; Til Dette &Aring;r';

// new since last translation
$daysofweek_lang			= array ('S&oslash;ndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','L&oslash;rdag');
$daysofweekshort_lang		= array ('S&oslash;n','Man','Tir','Ons','Tor','Fre','L&oslash;r');
$daysofweekreallyshort_lang	= array ('S','M','T','O','T','F','L');
$monthsofyear_lang			= array ('Januar','Februar','Marts','April','Maj','Juni','Juli','August','September','Oktober','November','December');
$monthsofyearshort_lang		= array ('Jan','Feb','Mar','Apr','Maj','Jun','Jul','Aug','Sep','Okt','Nov','Dec');

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

// For date formatting, see note below
$dateFormat_day = '%A, %B %e';
$dateFormat_week = '%B %e';
$dateFormat_week_list = '%a, %b %e';
$dateFormat_week_jump = '%b %e';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %e %B';

/*
Notes about dateFormat_*
	The pieces are similar to that of the PHP function strftime(), 
	however only the following is supported at this time:
	
	%A - the full week day name as specified in $daysofweek_lang
	%a - the shortened week day name as specified in $daysofweekshort_lang
	%B - the full month name as specified in $monthsofyear_lang
	%b - the shortened month name as specified in $monthsofyearshort_lang
	%e - the day of the month as a decimal number (1 to 31)
	%Y - the 4-digit year

	If this causes problems with representing your language accurately, let
	us know. We will be happy to modify this if needed.
*/

// Error messages - %s will be replaced with a variable
$error_title_lang = 'Fejl!';
$error_window_lang = 'Der opstod en fejl!';
$error_calendar_lang = 'Kalenderen "%s" blev benyttet da fejlen opstod.';
$error_path_lang = 'Kan ikke &aring;bne stien : "%s"';
$error_back_lang = 'Brug venligst "Tilbage" knappen for at g&aring; tilbage.';
$error_remotecal_lang = 'Denne server blokerer for kalendere der ikke er blevet godkendt';
$error_restrictedcal_lang = 'Du har fors&oslash;gt at f&aring; adgang til en beskyttet kalender p&aring; denne server.';
$error_invalidcal_lang = 'Kalenderen er muligvis i stykker. Pr&oslash;v en anden kalender.';


?>

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