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

// Dutch language include
// For version 0.5 PHP iCalendar
//
// Translation by Lieven Gekiere (Lieven@gekiere.com)
//
// Submit new translations to chad@chadsdomain.com



$day_lang			= "Dag";
$week_lang			= "Week";
$month_lang			= "Maand";
$year_lang			= "Jaar";
$calendar_lang		= "Kalender";
$next_day_lang		= "Volgende Dag";
$next_month_lang	= "Volgende Maand";
$next_week_lang		= "Volgende Week";
$next_year_lang		= "Volgend Jaar";
$last_day_lang		= "Vorige Dag";
$last_month_lang	= "Vorige Maand";
$last_week_lang		= "Vorige Week";
$last_year_lang		= "Vorig Jaar";
$subscribe_lang		= "Abonneer";
$download_lang		= "Download";
$powered_by_lang 	= "Gemaakt met";
$version_lang		= "0.5";
$event_lang			= "Activiteit";
$event_start_lang	= "Start Tijd";
$event_end_lang		= "Eind Tijd";
$this_months_lang	= "Activiteiten Deze Maand";
$date_lang			= "Datum";
$summary_lang		= "Overzicht";
$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, 'nl_BE');

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

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


?>

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