From 4d284682acc042a46720d819af6ca11c9e60de3e Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 30 May 2003 18:08:37 +0000 Subject: 0.9.2 initial translation checkin. --- languages/dutch.inc.php | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) (limited to 'languages/dutch.inc.php') diff --git a/languages/dutch.inc.php b/languages/dutch.inc.php index e983af6..e860662 100644 --- a/languages/dutch.inc.php +++ b/languages/dutch.inc.php @@ -84,13 +84,41 @@ $priority_none_lang = 'Geen'; $status_lang = 'Status:'; $todo_lang = 'Nog af te werken items'; $unfinished_lang = 'Niet afgewerkt'; - -// ----- New for 0.9.1 - $prefs_set_lang = 'Uw voorkeuren zijn bewaard.'; $prefs_unset_lang = 'Voorkeuren niet bewaard. Aanpassingen zijn actief de volgende keer u de pagina laadt.'; $unset_prefs_lang = 'Niet bewaarde voorkeuren:'; +// ----- New for 0.9.2 + +$organizer_lang = 'Organizer'; +$attendee_lang = 'Attendee'; +$status_lang = 'Status'; +$location_lang = 'Location'; +$admin_header_lang = 'PHP iCalendar Administration'; +$username_lang = 'Username'; +$password_lang = 'Password'; +$login_lang = 'Login'; +$invalid_login_lang = 'Wrong username or password.'; +$addupdate_cal_lang = 'Add or Update a Calendar'; +$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; +$delete_cal_lang = 'Delete a Calendar'; +$logout_lang = 'Logout'; +$cal_file_lang = 'Calendar File'; +$php_error_lang = 'PHP Error'; +$upload_error_gen_lang = 'There was a problem with your upload.'; +$upload_error_lang[0] = 'There was a problem with your upload.'; +$upload_error_lang[1] = 'The file you are trying to upload is too big.'; +$upload_error_lang[2] = 'The file you are trying to upload is too big.'; +$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; +$upload_error_lang[4] = 'You must select a file for upload.'; +$upload_error_type_lang = 'Only .ics files may be uploaded.'; +$copy_error_lang = 'Failed to copy file'; +$delete_error_lang = 'Failed to delete file'; +$delete_success_lang = 'was deleted successfully.'; +$action_success_lang = 'Your action was successful.'; +$submit_lang = 'Submit'; +$delete_lang = 'Delete'; + // - navigation $back_lang = 'Back'; $next_lang = 'Next'; -- cgit v1.2.3