aboutsummaryrefslogtreecommitdiffstats
path: root/languages/dutch.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-25 21:54:13 +0000
committerjwangen <jwangen>2002-09-25 21:54:13 +0000
commitaf86e13fd3d9be51561ab4685129fd841b7bf39b (patch)
treebb6645e0a49e1f062a1b97deec9ae2cec0ee5cdc /languages/dutch.inc.php
parent8a587b7052a1a53ecb153bc295639ed2b3e735fc (diff)
downloadphpicalendar-af86e13fd3d9be51561ab4685129fd841b7bf39b.tar.gz
phpicalendar-af86e13fd3d9be51561ab4685129fd841b7bf39b.tar.bz2
phpicalendar-af86e13fd3d9be51561ab4685129fd841b7bf39b.zip
Added variable in language files, $all_day_lang, for occurrences of the
English string "All day event." Needs to be translated.
Diffstat (limited to 'languages/dutch.inc.php')
-rw-r--r--languages/dutch.inc.php52
1 files changed, 51 insertions, 1 deletions
diff --git a/languages/dutch.inc.php b/languages/dutch.inc.php
index 62a5749..a964b90 100644
--- a/languages/dutch.inc.php
+++ b/languages/dutch.inc.php
@@ -1 +1,51 @@
-<?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"; // 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"; ?> \ No newline at end of file
+<?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";
+
+// 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";
+
+
+?> \ No newline at end of file

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