From 047469335dfbf39f2215757e365a15517ad515e8 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 27 Oct 2014 15:11:28 +1300 Subject: update German translation, fixes #3814 --- plugins/calendar/localization/de_DE.inc | 44 ++++++++++++++-- plugins/kolab_activesync/localization/de_DE.inc | 2 + plugins/kolab_addressbook/localization/de_DE.inc | 9 ++++ plugins/kolab_auth/localization/de_DE.inc | 4 ++ plugins/kolab_delegation/localization/de_DE.inc | 6 +++ plugins/kolab_files/localization/de_DE.inc | 24 ++++++++- plugins/kolab_folders/localization/de_DE.inc | 8 +++ plugins/kolab_notes/localization/de_DE.inc | 32 +++++++----- plugins/kolab_tags/localization/de_DE.inc | 2 + plugins/libcalendaring/localization/de_DE.inc | 25 +++++++++ plugins/owncloud/localization/de_DE.inc | 3 ++ plugins/tasklist/localization/de_DE.inc | 64 ++++++++++++++++++++++++ 12 files changed, 205 insertions(+), 18 deletions(-) diff --git a/plugins/calendar/localization/de_DE.inc b/plugins/calendar/localization/de_DE.inc index 74828f4..e68d8b2 100644 --- a/plugins/calendar/localization/de_DE.inc +++ b/plugins/calendar/localization/de_DE.inc @@ -1,4 +1,5 @@ diff --git a/plugins/kolab_activesync/localization/de_DE.inc b/plugins/kolab_activesync/localization/de_DE.inc index d81b71f..7a3b82d 100644 --- a/plugins/kolab_activesync/localization/de_DE.inc +++ b/plugins/kolab_activesync/localization/de_DE.inc @@ -1,4 +1,5 @@ diff --git a/plugins/kolab_addressbook/localization/de_DE.inc b/plugins/kolab_addressbook/localization/de_DE.inc index 5f5729e..a54e9eb 100644 --- a/plugins/kolab_addressbook/localization/de_DE.inc +++ b/plugins/kolab_addressbook/localization/de_DE.inc @@ -1,4 +1,5 @@ CardDAV-Klienten kopieren, um dasAdressbuch mit einem Computer oder mobilen Gerät zu synchronisieren.'; + $labels['addressbookprio'] = 'Reihenfolge der Adressbücher'; $labels['personalfirst'] = 'Private(s) Adressbuch/Adressbücher zuerst'; $labels['globalfirst'] = 'Globale(s) Adressbuch/Adressbücher zuerst'; $labels['personalonly'] = 'Nur persönliche(s) Adressbuch/Adressbücher'; $labels['globalonly'] = 'Nur globale(s) Adressbuch/Adressbücher'; + $labels['findaddressbooks'] = 'Adressbücher finden'; $labels['searchterms'] = 'Suchbegriffe'; $labels['listsearchresults'] = 'Zusätzliche Adressbücher'; @@ -43,6 +50,7 @@ $labels['foldersearchform'] = 'Suchformular für Adressbuch'; $labels['foldersubscribe'] = 'Permanent anzeigen'; $labels['nraddressbooksfound'] = '$nr Adressbücher gefunden'; $labels['noaddressbooksfound'] = 'Keine Adressbücher gefunden'; + $messages['bookdeleteconfirm'] = 'Soll das gewählte Adressbuch und alle Kontakte darin wirklich gelöscht werden?'; $messages['bookdeleting'] = 'Adressbuch wird gelöscht...'; $messages['booksaving'] = 'Adressbuch wird gespeichert...'; @@ -54,4 +62,5 @@ $messages['bookupdateerror'] = 'Fehler beim Aktualisieren des Adressbuchs.'; $messages['bookcreateerror'] = 'Fehler beim Anlegen des Adressbuchs.'; $messages['nobooknamewarning'] = 'Bitte den Namen des Adressbuchs angeben.'; $messages['noemailnamewarning'] = 'Bitte E-Mail-Adresse oder Namen des Kontakts angeben.'; + ?> diff --git a/plugins/kolab_auth/localization/de_DE.inc b/plugins/kolab_auth/localization/de_DE.inc index 0332070..dce3f6a 100644 --- a/plugins/kolab_auth/localization/de_DE.inc +++ b/plugins/kolab_auth/localization/de_DE.inc @@ -1,4 +1,5 @@ diff --git a/plugins/kolab_delegation/localization/de_DE.inc b/plugins/kolab_delegation/localization/de_DE.inc index 046bd7d..00c272c 100644 --- a/plugins/kolab_delegation/localization/de_DE.inc +++ b/plugins/kolab_delegation/localization/de_DE.inc @@ -1,4 +1,5 @@ diff --git a/plugins/kolab_files/localization/de_DE.inc b/plugins/kolab_files/localization/de_DE.inc index ee39c92..49cea36 100644 --- a/plugins/kolab_files/localization/de_DE.inc +++ b/plugins/kolab_files/localization/de_DE.inc @@ -1,4 +1,5 @@ $file überschreiben.'; + +$labels['storepasswords'] = 'remember password'; +$labels['storepasswordsdesc'] = 'Stored passwords will be encrypted. Enable this if you do not want to be asked for the password on every login or you want this storage to be available via WebDAV.'; + $labels['arialabelsearchform'] = 'Suchformular für Dateien'; $labels['arialabelquicksearchbox'] = 'Sucheingabe'; $labels['arialabellistoptions'] = 'Dateilisten Optionen'; $labels['arialabelfolderoptions'] = 'Ordner Aktionen'; $labels['arialabelfileeditform'] = 'Datei Bearbeiten Maske'; $labels['arialabelfoldercreateform'] = 'Ordner Erstellen Maske'; +$labels['arialabelfoldereditform'] = 'Folder editing form'; +$labels['arialabelfoldermountform'] = 'External storage form'; +$labels['arialabelfolderauthform'] = 'External storage authentication form'; $labels['arialabelfolderlist'] = 'Ordner / Sammlungs Auswahl'; $labels['arialabelfileselectdialog'] = 'Datei Auswahl Dialog'; $labels['arialabelattachmentoptions'] = 'Anhänge speichern Optionen'; $labels['arialabelfilesavedialog'] = 'Datei(en) speichern Dialog'; $labels['arialabelfileprops'] = 'Dateieigenschaften'; $labels['arialabelfilecontent'] = 'Datei Inhalt'; + ?> diff --git a/plugins/kolab_folders/localization/de_DE.inc b/plugins/kolab_folders/localization/de_DE.inc index a6d8d08..a08d20c 100644 --- a/plugins/kolab_folders/localization/de_DE.inc +++ b/plugins/kolab_folders/localization/de_DE.inc @@ -1,4 +1,5 @@ diff --git a/plugins/kolab_notes/localization/de_DE.inc b/plugins/kolab_notes/localization/de_DE.inc index 6d58bbd..767e04e 100644 --- a/plugins/kolab_notes/localization/de_DE.inc +++ b/plugins/kolab_notes/localization/de_DE.inc @@ -1,21 +1,23 @@ diff --git a/plugins/tasklist/localization/de_DE.inc b/plugins/tasklist/localization/de_DE.inc index c059f7f..74953a9 100644 --- a/plugins/tasklist/localization/de_DE.inc +++ b/plugins/tasklist/localization/de_DE.inc @@ -1,4 +1,5 @@ '; $labels['createnewtask'] = 'Neue Aufgabe erstellen (z.B. Samstag, Rasen mähen)'; @@ -32,6 +37,7 @@ $labels['start'] = 'Beginn'; $labels['starttime'] = 'Startzeit'; $labels['alarms'] = 'Erinnerung'; $labels['repeat'] = 'Wiederholung'; +$labels['links'] = 'Reference'; $labels['status'] = 'Status'; $labels['status-needs-action'] = 'Braucht Aktion'; $labels['status-in-process'] = 'In Bearbeitung'; @@ -40,6 +46,7 @@ $labels['status-cancelled'] = 'Gekündigt'; $labels['assignedto'] = 'Zugewiesen an'; $labels['created'] = 'Erstellt'; $labels['changed'] = 'Geändert'; + $labels['all'] = 'Alle'; $labels['flagged'] = 'Markiert'; $labels['complete'] = 'Abgeschlossen'; @@ -55,7 +62,9 @@ $labels['mytasks'] = 'Meine Aufgaben'; $labels['mytaskstitle'] = 'An mich übertragene Aufgaben'; $labels['nodate'] = 'Ohne Datum'; $labels['removetag'] = 'Entfernen'; +$labels['removelink'] = 'E-Mail-Referenz entfernen'; $labels['auto'] = 'Automatisch'; + $labels['taskdetails'] = 'Details'; $labels['newtask'] = 'Neue Aufgabe'; $labels['edittask'] = 'Aufgabe ändern'; @@ -67,11 +76,13 @@ $labels['deletetask'] = 'Aufgabe löschen'; $labels['deletethisonly'] = 'Nur diese Aufgabe löschen'; $labels['deletewithchilds'] = 'Mit allen Teilaufgaben löschen'; $labels['taskactions'] = 'Aufgabeneinstellungen...'; + $labels['tabsummary'] = 'Titel'; $labels['tabrecurrence'] = 'Wiederholung'; $labels['tabassignments'] = 'Zuweisungen'; $labels['tabattachments'] = 'Anhänge'; $labels['tabsharing'] = 'Freigabe'; + $labels['editlist'] = 'Liste bearbeiten'; $labels['createlist'] = 'Liste hinzufügen'; $labels['listactions'] = 'Listeneinstellungen…'; @@ -80,10 +91,14 @@ $labels['showalarms'] = 'Show reminders'; $labels['import'] = 'Importieren'; $labels['viewactions'] = 'Ansicht-Aktionen'; $labels['focusview'] = 'Nur diese Liste anzeigen'; + +// date words $labels['on'] = 'am'; $labels['at'] = 'um'; $labels['this'] = 'dies'; $labels['next'] = 'weiter'; + +// messages $labels['savingdata'] = 'Daten werden gespeichert…'; $labels['errorsaving'] = 'Daten konnten nicht gespeichert werden.'; $labels['notasksfound'] = 'Keine Aufgabe erfüllt die angelegten Kriterien'; @@ -96,6 +111,8 @@ $labels['aclnorights'] = 'Der Zugriff auf diese Aufgabenliste erfordert Administ $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?'; + +// (hidden) titles and labels for accessibility annotations $labels['quickaddinput'] = 'Neue Aufgabe Datum und Titel'; $labels['arialabelquickaddbox'] = 'Neue Aufgabe schnell hinzufügen'; $labels['arialabelsearchform'] = 'Suchformular für Aufgaben'; @@ -103,6 +120,8 @@ $labels['arialabelquicksearchbox'] = 'Sucheingabe für Aufgaben'; $labels['arialabellistsearchform'] = 'Sucheingabe für Aufgabenlisten'; $labels['arialabeltaskselector'] = 'Listenmodus'; $labels['arialabeltasklisting'] = 'Aufgabenliste'; + +// attendees $labels['attendee'] = 'Beauftragter'; $labels['role'] = 'Rolle'; $labels['availability'] = 'Verfüg.'; @@ -116,12 +135,57 @@ $labels['rolenonparticipant'] = 'Beobachter'; $labels['sendinvitations'] = 'Einladungen versenden'; $labels['sendnotifications'] = 'Beauftragte Teilnehmer über die Änderung informieren'; $labels['sendcancellation'] = 'Beauftragte Teilnehmer über die Stornierung informieren'; +$labels['invitationsubject'] = 'You\'ve been assigned to "$title"'; +$labels['invitationmailbody'] = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nPlease find attached an iCalendar file with all the task details which you can import to your tasks application."; $labels['itipupdatesubject'] = '"$title" wurde aktualisiert'; +$labels['itipupdatesubjectempty'] = 'A task that concerns you has been updated'; +$labels['itipupdatemailbody'] = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nPlease find attached an iCalendar file with the updated task details which you can import to your tasks application."; $labels['itipcancelsubject'] = '"$title" wurde abgesagt'; +$labels['itipcancelmailbody'] = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nThe task has been cancelled by \$organizer.\n\nPlease 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\nDue: \$date\n\nAssignees: \$attendees"; +$labels['itipmailbodytentative'] = "\$sender has tentatively accepted the assignment to the following task:\n\n*\$title*\n\nDue: \$date\n\nAssignees: \$attendees"; +$labels['itipmailbodydeclined'] = "\$sender has declined the assignment to the following task:\n\n*\$title*\n\nDue: \$date\n\nAssignees: \$attendees"; +$labels['itipmailbodycancel'] = "\$sender has rejected your assignment to the following task:\n\n*\$title*\n\nDue: \$date"; +$labels['itipmailbodyin-process'] = "\$sender has set the status of the following task to in-process:\n\n*\$title*\n\nDue: \$date"; +$labels['itipmailbodycompleted'] = "\$sender has completed the following task:\n\n*\$title*\n\nDue: \$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'] = 'Kommentar zur Einladungs-/Benachrichtigungsnachricht'; +$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'; + $labels['andnmore'] = '$nr weitere...'; $labels['delegatedto'] = 'Delegiert an:'; $labels['delegatedfrom'] = 'Delegiert von:'; +$labels['savetotasklist'] = 'In den Aufgaben speichern'; $labels['comment'] = 'Kommentar'; +$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\''; $labels['attendeupdateesuccess'] = 'Teilnehmerstatus erfolgreich aktualisiert'; +$labels['itipresponseerror'] = 'Failed to send the response to this task assignment'; $labels['itipinvalidrequest'] = 'Diese Einladung ist nicht mehr gültig.'; +$labels['sentresponseto'] = 'Successfully sent assignment response to $mailto'; +$labels['successremoval'] = 'Diese Aufgabe wurde erfolgreich gelöscht.'; + +$labels['arialabelsortmenu'] = 'Tasks sorting options'; -- cgit v0.12