2011-09-23 20:13:15 +02:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-01-11 01:06:59 +01: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",
|
2011-09-23 20:13:15 +02:00
|
|
|
"Mobile" => "Mobil",
|
|
|
|
"Text" => "Text",
|
2012-01-11 01:06:59 +01:00
|
|
|
"Voice" => "Anruf",
|
2011-09-23 20:13:15 +02:00
|
|
|
"Fax" => "Fax",
|
|
|
|
"Video" => "Video",
|
|
|
|
"Pager" => "Pager",
|
2012-01-11 01:06:59 +01: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",
|
2011-09-23 20:13:15 +02:00
|
|
|
"Birthday" => "Geburtstag",
|
2012-01-11 01:06:59 +01:00
|
|
|
"Phone" => "Telefon"
|
2011-09-23 20:13:15 +02:00
|
|
|
);
|