aboutsummaryrefslogtreecommitdiffstats
path: root/languages/dutch.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-24 06:37:54 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-24 06:37:54 +0000
commitff53a53b1d58864e6bd8f38a204c54d6a7bb47ec (patch)
tree8aa9258d8b89d35950766a17ec7d5d49a713ca97 /languages/dutch.inc.php
parent199d7f107ed3c98a1c6356ddaa034f9eb9dedf1f (diff)
downloadphpicalendar-ff53a53b1d58864e6bd8f38a204c54d6a7bb47ec.tar.gz
phpicalendar-ff53a53b1d58864e6bd8f38a204c54d6a7bb47ec.tar.bz2
phpicalendar-ff53a53b1d58864e6bd8f38a204c54d6a7bb47ec.zip
Language adds more text, localization of date and time.
Diffstat (limited to 'languages/dutch.inc.php')
-rw-r--r--languages/dutch.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/dutch.inc.php b/languages/dutch.inc.php
index 05f480f..087c86e 100644
--- a/languages/dutch.inc.php
+++ b/languages/dutch.inc.php
@@ -1 +1 @@
-<? // 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"; ?> \ No newline at end of file
+<? // 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 = "Event"; $event_start_lang = "Start Time"; $event_end_lang = "End Time"; $this_months_lang = "This Month's Events"; $date_lang = "Date"; $summary_lang = "Summary"; // Set Location for date formatting, check out: http://www.php.net/manual/en/function.setlocale.php setlocale (LC_TIME, 'en_EN'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = "g:i A"; // 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, %B %e"; ?> \ No newline at end of file

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