nextcloud/apps/contacts/l10n/de.php

82 lines
2.9 KiB
PHP
Raw Normal View History

<?php $TRANSLATIONS = array(
2012-01-20 21:53:45 +04:00
"Error (de)activating addressbook." => "(De-)Aktivierung des Adressbuches fehlgeschlagen",
"There was an error adding the contact." => "Erstellen des Kontakts fehlgeschlagen",
"Cannot add empty property." => "Feld darf nicht leer sein.",
"At least one of the address fields has to be filled out." => "Mindestens eines der Adressfelder muss ausgefüllt werden.",
"Error adding contact property." => "Kontakt ändern fehlgeschlagen",
2012-05-13 21:59:44 +04:00
"Missing ID" => "Fehlende ID",
2012-01-20 21:53:45 +04:00
"Error adding addressbook." => "Adressbuch hinzufügen fehlgeschlagen",
"Error activating addressbook." => "Adressbuchaktivierung fehlgeschlagen",
2012-05-09 14:41:01 +04:00
"Information about vCard is incorrect. Please reload the page." => "Die Information der vCard ist fehlerhaft. Bitte aktualisiere die Seite.",
2012-01-20 21:53:45 +04:00
"Error deleting contact property." => "Kontakteigenschaft löschen fehlgeschlagen",
2012-05-13 21:59:44 +04:00
"File doesn't exist:" => "Datei existiert nicht: ",
2012-01-20 21:53:45 +04:00
"Error updating contact property." => "Kontakteigenschaft aktualisieren fehlgeschlagen",
"Error updating addressbook." => "Adressbuch aktualisieren fehlgeschlagen",
"Contacts" => "Kontakte",
2012-01-11 04:06:59 +04:00
"This is not your addressbook." => "Dies ist nicht dein Adressbuch.",
"Contact could not be found." => "Kontakt konnte nicht gefunden werden.",
"Address" => "Adresse",
"Telephone" => "Telefon",
"Email" => "Email",
"Organization" => "Organisation",
"Work" => "Arbeit",
"Home" => "Zuhause",
"Mobile" => "Mobil",
"Text" => "Text",
2012-01-11 04:06:59 +04:00
"Voice" => "Anruf",
2012-05-13 21:59:44 +04:00
"Message" => "Mitteilung",
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Pager",
2012-05-13 21:59:44 +04:00
"Internet" => "Internet",
2012-01-20 21:53:45 +04:00
"Contact" => "Kontakt",
2012-01-11 04:06:59 +04:00
"Add Contact" => "Kontakt hinzufügen",
2012-01-20 21:53:45 +04:00
"Addressbooks" => "Adressbücher",
2012-05-09 14:41:01 +04:00
"New Address Book" => "Neues Adressbuch",
"CardDav Link" => "CardDav Link",
"Download" => "Herunterladen",
"Edit" => "Bearbeiten",
"Delete" => "Löschen",
"Download contact" => "Kontakt herunterladen",
"Delete contact" => "Kontakt löschen",
"Birthday" => "Geburtstag",
2012-05-13 21:59:44 +04:00
"dd-mm-yyyy" => "TT-MM-JJJJ",
"Groups" => "Gruppen",
"Edit groups" => "Gruppen editieren",
2012-05-09 14:41:01 +04:00
"Preferred" => "Bevorzugt",
2012-05-13 21:59:44 +04:00
"Profile picture" => "Profil Bild",
2012-05-09 14:41:01 +04:00
"Phone" => "Telefon",
2012-05-13 21:59:44 +04:00
"Note" => "Notiz",
"Upload new photo" => "Neues Foto hochladen",
"Edit address" => "Adresse ändern",
2012-01-15 18:12:58 +04:00
"Type" => "Typ",
2012-01-11 04:06:59 +04:00
"PO Box" => "Postfach",
"Extended" => "Erweitert",
"Street" => "Straße",
"City" => "Stadt",
"Region" => "Region",
"Zipcode" => "Postleitzahl",
"Country" => "Land",
2012-05-13 21:59:44 +04:00
"Edit categories" => "Kategorie ändern",
2012-01-15 18:12:58 +04:00
"Add" => "Hinzufügen",
2012-05-09 14:41:01 +04:00
"Addressbook" => "Adressbuch",
2012-05-13 21:59:44 +04:00
"Miss" => "Frau",
"Ms" => "Frau",
"Mr" => "Herr",
"Sir" => "Herr",
"Mrs" => "Frau",
"Dr" => "Dr",
"Given name" => "Vorname",
"Family name" => "Familienname",
2012-01-20 21:53:45 +04:00
"New Addressbook" => "Neues Adressbuch",
"Edit Addressbook" => "Adressbuch editieren",
2012-01-15 18:12:58 +04:00
"Displayname" => "Anzeigename",
"Active" => "Aktiv",
"Save" => "Speichern",
"Submit" => "Eintragen",
2012-05-13 21:59:44 +04:00
"Cancel" => "Abbrechen",
"Import" => "Importieren",
"Add contact" => "Kontakt hinzufügen",
"iOS/OS X" => "iOS/OS X"
);