nextcloud/apps/contacts/l10n/de.php

37 lines
1.2 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.",
"vCard could not be read." => "vCard konnte nicht gelesen 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",
"Group" => "Gruppe",
"Name" => "Name",
"PO Box" => "Postfach",
"Extended" => "Erweitert",
"Street" => "Straße",
"City" => "Stadt",
"Region" => "Region",
"Zipcode" => "Postleitzahl",
"Country" => "Land",
"Create Contact" => "Kontakt erstellen",
"Edit" => "Bearbeiten",
"Delete" => "Löschen",
"Birthday" => "Geburtstag",
2012-01-11 04:06:59 +04:00
"Phone" => "Telefon"
);