2013-01-12 11:23:32 +00:00
< ? php
2014-10-27 15:11:28 +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-10-27 15:11:28 +13:00
$labels = array ();
2013-01-12 11:23:32 +00:00
$labels [ 'navtitle' ] = 'Aufgaben' ;
2013-03-13 10:43:48 +01:00
$labels [ 'lists' ] = 'Aufgabenlisten' ;
2013-10-11 15:06:22 +02:00
$labels [ 'list' ] = 'Aufgabenliste' ;
2014-04-24 14:45:27 +02:00
$labels [ 'tags' ] = 'Schlagworte' ;
2014-08-19 11:07:50 +02:00
$labels [ 'tasklistsubscribe' ] = 'Permanent anzeigen' ;
$labels [ 'listsearchresults' ] = 'Verfügbare Aufgaben' ;
$labels [ 'findlists' ] = 'Finde Aufgabenlisten,..' ;
$labels [ 'searchterms' ] = 'Suchbegriffe' ;
$labels [ 'notasklistsfound' ] = 'Keine Aufgabenlisten gefunden' ;
$labels [ 'nrtasklistsfound' ] = '$nr Aufgabenlisten gefunden' ;
2014-10-27 15:11:28 +13:00
$labels [ 'removelist' ] = 'Von der Liste entfernen' ;
2013-03-13 10:43:48 +01:00
$labels [ 'newtask' ] = 'Neue Aufgabe' ;
2014-08-19 11:07:50 +02:00
$labels [ 'createtask' ] = 'Aufgabe erstellen <Enter>' ;
2013-10-11 15:06:22 +02:00
$labels [ 'createnewtask' ] = 'Neue Aufgabe erstellen (z.B. Samstag, Rasen mähen)' ;
$labels [ 'createfrommail' ] = 'Aufgabe speichern' ;
2013-03-13 10:43:48 +01:00
$labels [ 'mark' ] = 'Markieren' ;
2013-10-11 15:06:22 +02:00
$labels [ 'unmark' ] = 'Markierung entfernen' ;
2013-03-13 10:43:48 +01:00
$labels [ 'edit' ] = 'Bearbeiten' ;
2013-01-12 11:23:32 +00:00
$labels [ 'delete' ] = 'Löschen' ;
$labels [ 'title' ] = 'Titel' ;
2013-03-13 10:43:48 +01:00
$labels [ 'description' ] = 'Beschreibung' ;
2014-04-24 14:45:27 +02:00
$labels [ 'datetime' ] = 'Fällig' ;
2014-08-19 11:07:50 +02:00
$labels [ 'duetime' ] = 'Frist' ;
2013-03-13 10:43:48 +01:00
$labels [ 'start' ] = 'Beginn' ;
2014-08-19 11:07:50 +02:00
$labels [ 'starttime' ] = 'Startzeit' ;
2013-03-13 10:43:48 +01:00
$labels [ 'alarms' ] = 'Erinnerung' ;
2014-08-19 11:07:50 +02:00
$labels [ 'repeat' ] = 'Wiederholung' ;
2014-10-27 15:11:28 +13:00
$labels [ 'links' ] = 'Reference' ;
2014-08-19 11:07:50 +02:00
$labels [ 'status' ] = 'Status' ;
$labels [ 'status-needs-action' ] = 'Braucht Aktion' ;
$labels [ 'status-in-process' ] = 'In Bearbeitung' ;
$labels [ 'status-completed' ] = 'Erledigt' ;
$labels [ 'status-cancelled' ] = 'Gekündigt' ;
2014-08-28 14:47:37 +02:00
$labels [ 'assignedto' ] = 'Zugewiesen an' ;
$labels [ 'created' ] = 'Erstellt' ;
$labels [ 'changed' ] = 'Geändert' ;
2014-10-27 15:11:28 +13:00
2013-03-13 10:43:48 +01:00
$labels [ 'all' ] = 'Alle' ;
$labels [ 'flagged' ] = 'Markiert' ;
2013-10-11 15:06:22 +02:00
$labels [ 'complete' ] = 'Abgeschlossen' ;
2014-08-28 14:47:37 +02:00
$labels [ 'completeness' ] = 'Fortschritt' ;
2013-03-13 10:43:48 +01:00
$labels [ 'overdue' ] = 'Überfällig' ;
$labels [ 'today' ] = 'Heute' ;
$labels [ 'tomorrow' ] = 'Morgen' ;
2013-10-11 15:06:22 +02:00
$labels [ 'next7days' ] = 'Innerhalb von 7 Tagen' ;
2013-03-13 10:43:48 +01:00
$labels [ 'later' ] = 'Später' ;
2014-08-28 14:47:37 +02:00
$labels [ 'assigned' ] = 'Zugewiesen' ;
$labels [ 'assignedtitle' ] = 'Aufgaben, welche an andere vergeben wurden' ;
$labels [ 'mytasks' ] = 'Meine Aufgaben' ;
$labels [ 'mytaskstitle' ] = 'An mich übertragene Aufgaben' ;
2013-10-11 15:06:22 +02:00
$labels [ 'nodate' ] = 'Ohne Datum' ;
$labels [ 'removetag' ] = 'Entfernen' ;
2014-10-27 15:11:28 +13:00
$labels [ 'removelink' ] = 'E-Mail-Referenz entfernen' ;
2014-08-28 14:47:37 +02:00
$labels [ 'auto' ] = 'Automatisch' ;
2014-10-27 15:11:28 +13:00
2013-01-12 11:23:32 +00:00
$labels [ 'taskdetails' ] = 'Details' ;
2013-03-13 10:43:48 +01:00
$labels [ 'newtask' ] = 'Neue Aufgabe' ;
2013-10-11 15:06:22 +02:00
$labels [ 'edittask' ] = 'Aufgabe ändern' ;
2013-01-12 11:23:32 +00:00
$labels [ 'save' ] = 'Speichern' ;
2013-03-13 10:43:48 +01:00
$labels [ 'cancel' ] = 'Abbrechen' ;
2014-08-28 14:47:37 +02:00
$labels [ 'saveandnotify' ] = 'Speichern und Benachrichtigen' ;
2013-10-11 15:06:22 +02:00
$labels [ 'addsubtask' ] = 'Teilaufgabe hinzufügen' ;
2013-03-13 10:43:48 +01:00
$labels [ 'deletetask' ] = 'Aufgabe löschen' ;
$labels [ 'deletethisonly' ] = 'Nur diese Aufgabe löschen' ;
2013-10-11 15:06:22 +02:00
$labels [ 'deletewithchilds' ] = 'Mit allen Teilaufgaben löschen' ;
2014-08-19 11:07:50 +02:00
$labels [ 'taskactions' ] = 'Aufgabeneinstellungen...' ;
2014-10-27 15:11:28 +13:00
2013-10-11 15:06:22 +02:00
$labels [ 'tabsummary' ] = 'Titel' ;
2013-03-13 10:43:48 +01:00
$labels [ 'tabrecurrence' ] = 'Wiederholung' ;
2014-08-28 14:47:37 +02:00
$labels [ 'tabassignments' ] = 'Zuweisungen' ;
2013-03-13 10:43:48 +01:00
$labels [ 'tabattachments' ] = 'Anhänge' ;
$labels [ 'tabsharing' ] = 'Freigabe' ;
2014-10-27 15:11:28 +13:00
2013-03-13 10:43:48 +01:00
$labels [ 'editlist' ] = 'Liste bearbeiten' ;
2013-10-11 15:06:22 +02:00
$labels [ 'createlist' ] = 'Liste hinzufügen' ;
$labels [ 'listactions' ] = 'Listeneinstellungen…' ;
2013-01-12 11:23:32 +00:00
$labels [ 'listname' ] = 'Name' ;
2014-04-24 14:45:27 +02:00
$labels [ 'showalarms' ] = 'Show reminders' ;
2013-03-13 10:43:48 +01:00
$labels [ 'import' ] = 'Importieren' ;
2014-08-28 14:47:37 +02:00
$labels [ 'viewactions' ] = 'Ansicht-Aktionen' ;
2014-04-24 14:45:27 +02:00
$labels [ 'focusview' ] = 'Nur diese Liste anzeigen' ;
2014-10-27 15:11:28 +13:00
// date words
2013-03-13 10:43:48 +01:00
$labels [ 'on' ] = 'am' ;
$labels [ 'at' ] = 'um' ;
2013-10-11 15:06:22 +02:00
$labels [ 'this' ] = 'dies' ;
$labels [ 'next' ] = 'weiter' ;
2014-10-27 15:11:28 +13:00
// messages
2013-10-11 15:06:22 +02:00
$labels [ 'savingdata' ] = 'Daten werden gespeichert…' ;
$labels [ 'errorsaving' ] = 'Daten konnten nicht gespeichert werden.' ;
$labels [ 'notasksfound' ] = 'Keine Aufgabe erfüllt die angelegten Kriterien' ;
$labels [ 'invalidstartduedates' ] = 'Das Anfangsdatum muss vor dem Fälligkeitsdatum liegen.' ;
$labels [ 'deletetasktconfirm' ] = 'Diese Aufgabe wirklich löschen?' ;
$labels [ 'deleteparenttasktconfirm' ] = 'Diese Aufgabe wirklich mit allen Teilaufgaben löschen?' ;
$labels [ 'deletelistconfirm' ] = 'Diese Aufgabenliste wirklich mit allen Aufgaben löschen?' ;
2014-04-24 14:45:27 +02:00
$labels [ 'deletelistconfirmrecursive' ] = 'Soll diese Liste wirklich mit allen Aufgaben und Unterlisten gelöscht werden?' ;
2014-08-19 11:07:50 +02:00
$labels [ 'aclnorights' ] = 'Der Zugriff auf diese Aufgabenliste erfordert Administrator-Rechte.' ;
2014-08-28 14:47:37 +02:00
$labels [ 'changetaskconfirm' ] = 'Aufgabe ändern' ;
$labels [ 'changeconfirmnotifications' ] = 'Wollen Sie die beauftragten Teilnehmer über diese Änderung informieren?' ;
$labels [ 'partstatupdatenotification' ] = 'Wollen Sie den Organisator über die Statusänderung benachrichtigen?' ;
2014-10-27 15:11:28 +13:00
// (hidden) titles and labels for accessibility annotations
2014-08-19 11:07:50 +02:00
$labels [ 'quickaddinput' ] = 'Neue Aufgabe Datum und Titel' ;
$labels [ 'arialabelquickaddbox' ] = 'Neue Aufgabe schnell hinzufügen' ;
$labels [ 'arialabelsearchform' ] = 'Suchformular für Aufgaben' ;
$labels [ 'arialabelquicksearchbox' ] = 'Sucheingabe für Aufgaben' ;
$labels [ 'arialabellistsearchform' ] = 'Sucheingabe für Aufgabenlisten' ;
$labels [ 'arialabeltaskselector' ] = 'Listenmodus' ;
$labels [ 'arialabeltasklisting' ] = 'Aufgabenliste' ;
2014-10-27 15:11:28 +13:00
// attendees
2014-08-28 14:47:37 +02:00
$labels [ 'attendee' ] = 'Beauftragter' ;
2014-08-19 11:07:50 +02:00
$labels [ 'role' ] = 'Rolle' ;
$labels [ 'availability' ] = 'Verfüg.' ;
$labels [ 'confirmstate' ] = 'Status' ;
2014-08-28 14:47:37 +02:00
$labels [ 'addattendee' ] = 'Beauftragten hinzufügen' ;
2014-08-19 11:07:50 +02:00
$labels [ 'roleorganizer' ] = 'Organisator' ;
$labels [ 'rolerequired' ] = 'Erforderlich' ;
$labels [ 'roleoptional' ] = 'Optional' ;
$labels [ 'rolechair' ] = 'Stuhl' ;
2014-08-28 14:47:37 +02:00
$labels [ 'rolenonparticipant' ] = 'Beobachter' ;
2014-08-19 11:07:50 +02:00
$labels [ 'sendinvitations' ] = 'Einladungen versenden' ;
2014-08-28 14:47:37 +02:00
$labels [ 'sendnotifications' ] = 'Beauftragte Teilnehmer über die Änderung informieren' ;
$labels [ 'sendcancellation' ] = 'Beauftragte Teilnehmer über die Stornierung informieren' ;
2014-10-27 15:11:28 +13:00
$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" wurde aktualisiert' ;
2014-10-27 15:11:28 +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" wurde abgesagt' ;
2014-10-27 15:11:28 +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' ] = 'speichern 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 [ '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?' ;
2014-08-19 11:07:50 +02:00
$labels [ 'itipcomment' ] = 'Kommentar zur Einladungs-/Benachrichtigungsnachricht' ;
2014-10-27 15:11:28 +13:00
$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' ] = 'Aus meinen Aufgaben entfernen' ;
2014-08-19 11:07:50 +02:00
$labels [ 'andnmore' ] = '$nr weitere...' ;
$labels [ 'delegatedto' ] = 'Delegiert an:' ;
$labels [ 'delegatedfrom' ] = 'Delegiert von:' ;
2014-10-27 15:11:28 +13:00
$labels [ 'savetotasklist' ] = 'In den Aufgaben speichern' ;
2014-08-19 11:07:50 +02:00
$labels [ 'comment' ] = 'Kommentar' ;
2014-10-27 15:11:28 +13:00
$labels [ 'errorimportingtask' ] = 'Fehler beim Importieren der Aufgabe(n)' ;
$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' ] = 'Teilnehmerstatus erfolgreich aktualisiert' ;
2014-10-27 15:11:28 +13:00
$labels [ 'itipresponseerror' ] = 'Failed to send the response to this task assignment' ;
2014-08-19 11:07:50 +02:00
$labels [ 'itipinvalidrequest' ] = 'Diese Einladung ist nicht mehr gültig.' ;
2014-10-27 15:11:28 +13:00
$labels [ 'sentresponseto' ] = 'Successfully sent assignment response to $mailto' ;
$labels [ 'successremoval' ] = 'Diese Aufgabe wurde erfolgreich gelöscht.' ;
$labels [ 'arialabelsortmenu' ] = 'Tasks sorting options' ;