2012-12-01 22:41:20 +00:00
< ? php
2014-11-28 13:24:53 +13:00
2014-08-19 11:07:50 +02:00
/**
* Localizations for the Kolab Tasks plugin
*
* Copyright ( C ) 2014 , Kolab Systems AG
*
* For translation see https :// www . transifex . com / projects / p / kolab / resource / tasklist /
*/
2014-11-28 13:24:53 +13:00
$labels = array ();
2012-12-01 22:41:20 +00:00
$labels [ 'navtitle' ] = 'Taken' ;
$labels [ 'lists' ] = 'Takenlijsten' ;
$labels [ 'list' ] = 'Takenlijst' ;
2014-04-24 14:45:27 +02:00
$labels [ 'tags' ] = 'Labels' ;
2014-08-19 11:07:50 +02:00
$labels [ 'tasklistsubscribe' ] = 'Permanent weergeven' ;
2014-11-28 13:24:53 +13:00
$labels [ 'listsearchresults' ] = 'Available Tasklists' ;
$labels [ 'findlists' ] = 'Find tasklists...' ;
$labels [ 'searchterms' ] = 'Search terms' ;
$labels [ 'notasklistsfound' ] = 'No tasklists found' ;
$labels [ 'nrtasklistsfound' ] = '$nr tasklists found' ;
$labels [ 'removelist' ] = 'Remove from list' ;
2012-12-01 22:41:20 +00:00
$labels [ 'newtask' ] = 'Nieuwe Taak' ;
2014-11-28 13:24:53 +13:00
$labels [ 'createtask' ] = 'Create Task <Enter>' ;
2012-12-01 22:41:20 +00:00
$labels [ 'createnewtask' ] = 'Creer een nieuwe Taak (bijv. Zaterdag, gras maaien)' ;
$labels [ 'createfrommail' ] = 'Als taak opslaan' ;
$labels [ 'mark' ] = 'Markeren' ;
$labels [ 'unmark' ] = 'Demarkeren' ;
$labels [ 'edit' ] = 'Wijzigen' ;
$labels [ 'delete' ] = 'Verwijderen' ;
$labels [ 'title' ] = 'Titel' ;
$labels [ 'description' ] = 'Beschrijving' ;
2014-04-24 14:45:27 +02:00
$labels [ 'datetime' ] = 'Vóór' ;
2014-11-28 13:24:53 +13:00
$labels [ 'duetime' ] = 'Due time' ;
2012-12-01 22:41:20 +00:00
$labels [ 'start' ] = 'Begin' ;
2014-11-28 13:24:53 +13:00
$labels [ 'starttime' ] = 'Start time' ;
2012-12-01 22:41:20 +00:00
$labels [ 'alarms' ] = 'Herinnering' ;
2014-08-19 11:07:50 +02:00
$labels [ 'repeat' ] = 'Herhaal' ;
2014-11-28 13:24:53 +13:00
$labels [ 'links' ] = 'Reference' ;
2014-08-19 11:07:50 +02:00
$labels [ 'status' ] = 'Status' ;
2014-11-28 13:24:53 +13:00
$labels [ 'status-needs-action' ] = 'Needs action' ;
$labels [ 'status-in-process' ] = 'In process' ;
$labels [ 'status-completed' ] = 'Completed' ;
2014-08-19 11:07:50 +02:00
$labels [ 'status-cancelled' ] = 'Afgelast' ;
2014-11-28 13:24:53 +13:00
$labels [ 'assignedto' ] = 'Assigned to' ;
$labels [ 'created' ] = 'Created' ;
$labels [ 'changed' ] = 'Last Modified' ;
2012-12-01 22:41:20 +00:00
$labels [ 'all' ] = 'Alle' ;
$labels [ 'flagged' ] = 'Gemarkeerd' ;
$labels [ 'complete' ] = 'Compleet' ;
2014-11-28 13:24:53 +13:00
$labels [ 'completeness' ] = 'Progress' ;
2012-12-01 22:41:20 +00:00
$labels [ 'overdue' ] = 'Achterstallig' ;
$labels [ 'today' ] = 'Vandaag' ;
$labels [ 'tomorrow' ] = 'Morgen' ;
2014-04-24 14:45:27 +02:00
$labels [ 'next7days' ] = 'Volgende 7 dagen' ;
2012-12-01 22:41:20 +00:00
$labels [ 'later' ] = 'Later' ;
2014-11-28 13:24:53 +13:00
$labels [ 'assigned' ] = 'Assigned' ;
$labels [ 'assignedtitle' ] = 'Tasks you assigned to others' ;
$labels [ 'mytasks' ] = 'My tasks' ;
$labels [ 'mytaskstitle' ] = 'Tasks assigned to you' ;
2012-12-01 22:41:20 +00:00
$labels [ 'nodate' ] = 'geen datum' ;
$labels [ 'removetag' ] = 'Verwijder' ;
2014-11-28 13:24:53 +13:00
$labels [ 'removelink' ] = 'Remove email reference' ;
$labels [ 'auto' ] = 'Auto' ;
2012-12-01 22:41:20 +00:00
$labels [ 'taskdetails' ] = 'Details' ;
$labels [ 'newtask' ] = 'Nieuwe Taak' ;
$labels [ 'edittask' ] = 'Taak Wijzigen' ;
$labels [ 'save' ] = 'Opslaan' ;
$labels [ 'cancel' ] = 'Annuleren' ;
2014-11-28 13:24:53 +13:00
$labels [ 'saveandnotify' ] = 'Save and Notify' ;
2012-12-01 22:41:20 +00:00
$labels [ 'addsubtask' ] = 'Voeg subtaak toe' ;
$labels [ 'deletetask' ] = 'Verwijder taak' ;
$labels [ 'deletethisonly' ] = 'Verwijder alleen deze taak' ;
$labels [ 'deletewithchilds' ] = 'Verwijder inclusief subtaken' ;
2014-11-28 13:24:53 +13:00
$labels [ 'taskactions' ] = 'Task options...' ;
2012-12-01 22:41:20 +00:00
$labels [ 'tabsummary' ] = 'Samenvatting' ;
$labels [ 'tabrecurrence' ] = 'Herhaling' ;
2014-11-28 13:24:53 +13:00
$labels [ 'tabassignments' ] = 'Assignments' ;
2012-12-01 22:41:20 +00:00
$labels [ 'tabattachments' ] = 'Toebehoren' ;
$labels [ 'tabsharing' ] = 'Delen' ;
2014-11-28 13:24:53 +13:00
2012-12-01 22:41:20 +00:00
$labels [ 'editlist' ] = 'Lijst wijzigen' ;
$labels [ 'createlist' ] = 'Lijst toevoegen' ;
$labels [ 'listactions' ] = 'Lijst opties...' ;
$labels [ 'listname' ] = 'Naam' ;
2014-04-24 14:45:27 +02:00
$labels [ 'showalarms' ] = 'Laat herinneringen zien' ;
2012-12-01 22:41:20 +00:00
$labels [ 'import' ] = 'Importeren' ;
2014-11-28 13:24:53 +13:00
$labels [ 'viewactions' ] = 'View actions' ;
2014-04-24 14:45:27 +02:00
$labels [ 'focusview' ] = 'Bekijk alleen deze lijst' ;
2014-11-28 13:24:53 +13:00
// date words
2012-12-01 22:41:20 +00:00
$labels [ 'on' ] = 'op' ;
$labels [ 'at' ] = 'om' ;
$labels [ 'this' ] = 'deze' ;
$labels [ 'next' ] = 'volgende' ;
2014-11-28 13:24:53 +13:00
// messages
2012-12-01 22:41:20 +00:00
$labels [ 'savingdata' ] = 'Data wordt opgeslagen...' ;
$labels [ 'errorsaving' ] = 'Fout in opslaan van data.' ;
$labels [ 'notasksfound' ] = 'Geen taken gevonden voor de gegeven criteria' ;
$labels [ 'invalidstartduedates' ] = 'Begin datum kan niet later zijn dan vervaldag.' ;
$labels [ 'deletetasktconfirm' ] = 'Wilt u deze taak echt verwijderen?' ;
$labels [ 'deleteparenttasktconfirm' ] = 'Wilt u deze taak en alle subtaken echt verwijderen?' ;
$labels [ 'deletelistconfirm' ] = 'Wilt u deze lijst met alle taken echt verwijderen?' ;
2014-04-24 14:45:27 +02:00
$labels [ 'deletelistconfirmrecursive' ] = 'Wilt u deze lijst en alle taken en subtaken echt verwijderen?' ;
2014-11-28 13:24:53 +13:00
$labels [ 'aclnorights' ] = 'You do not have administrator rights on this task list.' ;
$labels [ 'changetaskconfirm' ] = 'Update task' ;
$labels [ 'changeconfirmnotifications' ] = 'Do you want to notify the attendees about the modification?' ;
$labels [ 'partstatupdatenotification' ] = 'Do you want to notify the organizer about the status change?' ;
// (hidden) titles and labels for accessibility annotations
$labels [ 'quickaddinput' ] = 'New task date and title' ;
$labels [ 'arialabelquickaddbox' ] = 'Quick add new task' ;
$labels [ 'arialabelsearchform' ] = 'Task search form' ;
$labels [ 'arialabelquicksearchbox' ] = 'Task search input' ;
$labels [ 'arialabellistsearchform' ] = 'Tasklists search form' ;
$labels [ 'arialabeltaskselector' ] = 'List mode' ;
$labels [ 'arialabeltasklisting' ] = 'Tasks listing' ;
// attendees
$labels [ 'attendee' ] = 'Assignee' ;
2014-08-19 11:07:50 +02:00
$labels [ 'role' ] = 'Rol' ;
$labels [ 'availability' ] = 'Beschikb.' ;
$labels [ 'confirmstate' ] = 'Status' ;
2014-11-28 13:24:53 +13:00
$labels [ 'addattendee' ] = 'Add assignee' ;
2014-08-19 11:07:50 +02:00
$labels [ 'roleorganizer' ] = 'Organisatie' ;
$labels [ 'rolerequired' ] = 'Verplicht' ;
$labels [ 'roleoptional' ] = 'Optioneel' ;
$labels [ 'rolechair' ] = 'Voorzitter' ;
2014-11-28 13:24:53 +13:00
$labels [ 'rolenonparticipant' ] = 'Observer' ;
2014-08-19 11:07:50 +02:00
$labels [ 'sendinvitations' ] = 'Verzend uitnodigingen' ;
2014-11-28 13:24:53 +13:00
$labels [ 'sendnotifications' ] = 'Notify assignees about modifications' ;
$labels [ 'sendcancellation' ] = 'Notify assignees about task cancellation' ;
$labels [ 'invitationsubject' ] = 'You\'ve been assigned to "$title"' ;
$labels [ 'invitationmailbody' ] = " * \$ title* \n \n Due: \$ date \n \n Assignees: \$ attendees \n \n Please find attached an iCalendar file with all the task details which you can import to your tasks application. " ;
2014-08-19 11:07:50 +02:00
$labels [ 'itipupdatesubject' ] = '"$title" is gewijzigd' ;
2014-11-28 13:24:53 +13:00
$labels [ 'itipupdatesubjectempty' ] = 'A task that concerns you has been updated' ;
$labels [ 'itipupdatemailbody' ] = " * \$ title* \n \n Due: \$ date \n \n Assignees: \$ attendees \n \n Please find attached an iCalendar file with the updated task details which you can import to your tasks application. " ;
2014-08-19 11:07:50 +02:00
$labels [ 'itipcancelsubject' ] = '"$title" is geannuleerd' ;
2014-11-28 13:24:53 +13:00
$labels [ 'itipcancelmailbody' ] = " * \$ title* \n \n Due: \$ date \n \n Assignees: \$ attendees \n \n The task has been cancelled by \$ organizer. \n \n Please find attached an iCalendar file with the updated task details. " ;
$labels [ 'saveintasklist' ] = 'save in ' ;
// invitation handling (overrides labels from libcalendaring)
$labels [ 'itipobjectnotfound' ] = 'The task referred by this message was not found in your tasks list.' ;
$labels [ 'itipmailbodyaccepted' ] = " \$ sender has accepted the assignment to the following task: \n \n * \$ title* \n \n Due: \$ date \n \n Assignees: \$ attendees " ;
$labels [ 'itipmailbodytentative' ] = " \$ sender has tentatively accepted the assignment to the following task: \n \n * \$ title* \n \n Due: \$ date \n \n Assignees: \$ attendees " ;
$labels [ 'itipmailbodydeclined' ] = " \$ sender has declined the assignment to the following task: \n \n * \$ title* \n \n Due: \$ date \n \n Assignees: \$ attendees " ;
$labels [ 'itipmailbodycancel' ] = " \$ sender has rejected your assignment to the following task: \n \n * \$ title* \n \n Due: \$ date " ;
$labels [ 'itipmailbodyin-process' ] = " \$ sender has set the status of the following task to in-process: \n \n * \$ title* \n \n Due: \$ date " ;
$labels [ 'itipmailbodycompleted' ] = " \$ sender has completed the following task: \n \n * \$ title* \n \n Due: \$ date " ;
$labels [ 'itipmailbodydelegated' ] = " \$ sender has delegated the following task: \n \n * \$ title* \n \n Due: \$ date " ;
$labels [ 'itipmailbodydelegatedto' ] = " \$ sender has delegated the following task to you: \n \n * \$ title* \n \n Due: \$ date " ;
$labels [ 'attendeeaccepted' ] = 'Assignee has accepted' ;
$labels [ 'attendeetentative' ] = 'Assignee has tentatively accepted' ;
$labels [ 'attendeedeclined' ] = 'Assignee has declined' ;
$labels [ 'attendeedelegated' ] = 'Assignee has delegated to $delegatedto' ;
$labels [ 'attendeein-process' ] = 'Assignee is in-process' ;
$labels [ 'attendeecompleted' ] = 'Assignee has completed' ;
$labels [ 'acceptinvitation' ] = 'Do you accept this assignment?' ;
$labels [ 'itipdeclinetask' ] = 'Decline your assignment to this task to the organizer' ;
$labels [ 'declinedeleteconfirm' ] = 'Do you also want to delete this declined task from your tasks list?' ;
$labels [ 'itipcomment' ] = 'Invitation/notification comment' ;
$labels [ 'itipcommenttitle' ] = 'This comment will be attached to the invitation/notification message sent to assignees' ;
$labels [ 'itipsendsuccess' ] = 'Notification sent to assignees' ;
$labels [ 'errornotifying' ] = 'Failed to send notifications to task assignees' ;
$labels [ 'removefromcalendar' ] = 'Remove from my tasks' ;
$labels [ 'delegateinvitation' ] = 'Delegate assignment' ;
2014-08-19 11:07:50 +02:00
$labels [ 'andnmore' ] = '$nr meer...' ;
$labels [ 'delegatedto' ] = 'Gedelegeerd aan' ;
$labels [ 'delegatedfrom' ] = 'Gedelegeerd door' ;
2014-11-28 13:24:53 +13:00
$labels [ 'savetotasklist' ] = 'Save to tasks' ;
2014-08-19 11:07:50 +02:00
$labels [ 'comment' ] = 'Opmerking' ;
2014-11-28 13:24:53 +13:00
$labels [ 'errorimportingtask' ] = 'Failed to import task(s)' ;
$labels [ 'importwarningexists' ] = 'A copy of this task already exists in your tasklist.' ;
$labels [ 'importsuccess' ] = 'Successfully imported $nr tasks' ;
$labels [ 'newerversionexists' ] = 'A newer version of this task already exists! Aborted.' ;
$labels [ 'nowritetasklistfound' ] = 'No tasklist found to save the task' ;
$labels [ 'importedsuccessfully' ] = 'The task was successfully added to \'$list\'' ;
$labels [ 'updatedsuccessfully' ] = 'The task was successfully updated in \'$list\'' ;
2014-08-19 11:07:50 +02:00
$labels [ 'attendeupdateesuccess' ] = 'Status van genodigde succesvol gewijzigd' ;
2014-11-28 13:24:53 +13:00
$labels [ 'itipresponseerror' ] = 'Failed to send the response to this task assignment' ;
2014-08-19 11:07:50 +02:00
$labels [ 'itipinvalidrequest' ] = 'Deze uitnodiging is niet langer geldig' ;
2014-11-28 13:24:53 +13:00
$labels [ 'sentresponseto' ] = 'Successfully sent assignment response to $mailto' ;
$labels [ 'successremoval' ] = 'The task has been deleted successfully.' ;
$labels [ 'arialabelsortmenu' ] = 'Tasks sorting options' ;