aboutsummaryrefslogtreecommitdiffstats
path: root/languages/dutch.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-05 07:10:10 +0000
committerjwangen <jwangen>2002-10-05 07:10:10 +0000
commit0d9dd6372798c485234bcb071d797843eb43094f (patch)
treecda31d766017ede39b672f6036c90ab9bcb37b2a /languages/dutch.inc.php
parent305ebf2eed3fda0fc8df67d73d89781d8455d181 (diff)
downloadphpicalendar-0d9dd6372798c485234bcb071d797843eb43094f.tar.gz
phpicalendar-0d9dd6372798c485234bcb071d797843eb43094f.tar.bz2
phpicalendar-0d9dd6372798c485234bcb071d797843eb43094f.zip
Added saving parsed cals to a file for quicker processing.
Prepared language files for translation.
Diffstat (limited to 'languages/dutch.inc.php')
-rw-r--r--languages/dutch.inc.php22
1 files changed, 14 insertions, 8 deletions
diff --git a/languages/dutch.inc.php b/languages/dutch.inc.php
index eb67fa7..5abec6f 100644
--- a/languages/dutch.inc.php
+++ b/languages/dutch.inc.php
@@ -1,7 +1,7 @@
<?php
// Dutch language include
-// For version 0.5 PHP iCalendar
+// For version 0.6 PHP iCalendar
//
// Translation by Lieven Gekiere (Lieven@gekiere.com)
//
@@ -25,7 +25,7 @@ $last_year_lang = 'Vorig Jaar';
$subscribe_lang = 'Abonneer';
$download_lang = 'Download';
$powered_by_lang = 'Gemaakt met';
-$version_lang = '0.5';
+$version_lang = '0.6';
$event_lang = 'Activiteit';
$event_start_lang = 'Start Tijd';
$event_end_lang = 'Eind Tijd';
@@ -47,18 +47,13 @@ $goweek_lang = 'Go to This Week';
$gomonth_lang = 'Go to This Month';
$goyear_lang = 'Go to This Year';
-// Date display since setlocale isnt perfect. // new since last translation
+// new since last translation
$daysofweek_lang = array ('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
$daysofweekshort_lang = array ('Sun','Mon','Tue','Wed','Thu','Fri','Sat');
$daysofweekreallyshort_lang = array ('S','M','T','W','T','F','S');
$monthsofyear_lang = array ('January','February','March','April','May','June','July','August','September','October','November','December');
$monthsofyearshort_lang = array ('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec');
-
-
-// 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';
@@ -86,4 +81,15 @@ Notes about dateFormat_*
us know. We will be happy to modify this if needed.
*/
+// Error messages - %s will be replaced with a variable
+$error_title_lang = 'Error!';
+$error_window_lang = 'There was an error!';
+$error_calendar_lang = 'The calendar "%s" was being processed when this error occurred.';
+$error_path_lang = 'Unable to open the path: "%s"';
+$error_back_lang = 'Please use the "Back" button to return.';
+$error_remotecal_lang = 'This server blocks remote calendars which have not been approved.';
+$error_restrictedcal_lang = 'You have tried to access a calendar that is restricted on this server.';
+$error_invalidcal_lang = 'Invalid calendar file. Please try a different calendar.';
+
+
?> \ No newline at end of file

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