nextcloud/apps/contacts/l10n/de.php

49 lines
1.6 KiB
PHP
Raw Normal View History

<?php $TRANSLATIONS = array(
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.",
"Information about vCard is incorrect. Please reload the page." => "Die Information der vCard ist fehlerhaft. Bitte aktualisiere die Seite.",
"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",
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Pager",
2012-01-11 04:06:59 +04:00
"This is not your contact." => "Dies ist nicht dein Kontakt.",
"This card is not RFC compatible." => "Diese Karte ist nicht RFC-kompatibel.",
"This card does not contain a photo." => "Diese Karte enthält kein Foto.",
"Add Contact" => "Kontakt hinzufügen",
"Name" => "Name",
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",
"Create Contact" => "Kontakt erstellen",
2012-01-15 18:12:58 +04:00
"Choose active Address Books" => "Aktive Adressbücher auswählen",
"New Address Book" => "Neues Adressbuch",
"CardDav Link" => "CardDav Link",
"Download" => "Herunterladen",
2012-01-11 04:06:59 +04:00
"Edit" => "Bearbeiten",
"Delete" => "Löschen",
2012-01-15 18:12:58 +04:00
"Delete contact" => "Kontakt löschen",
"Add" => "Hinzufügen",
"Displayname" => "Anzeigename",
"Active" => "Aktiv",
"Save" => "Speichern",
"Submit" => "Eintragen",
"Cancel" => "Abbrechen",
"Birthday" => "Geburtstag",
2012-01-15 18:12:58 +04:00
"Preferred" => "Bevorzugt",
"Phone" => "Telefon",
"Update" => "Aktualisieren"
);