diff options
author | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
commit | f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8 (patch) | |
tree | 458648cea405bcc2bd63c5840674689fe186e4be /apps/contacts/l10n/de.php | |
parent | d23c9362d8ccb9b7e3a14bb0aea5daef25fee65c (diff) | |
download | nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.tar.gz nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.zip |
update translations
Diffstat (limited to 'apps/contacts/l10n/de.php')
-rw-r--r-- | apps/contacts/l10n/de.php | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/apps/contacts/l10n/de.php b/apps/contacts/l10n/de.php index 04a7402442a..f98cabcb5ed 100644 --- a/apps/contacts/l10n/de.php +++ b/apps/contacts/l10n/de.php @@ -1,9 +1,36 @@ <?php $TRANSLATIONS = array( +"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", +"Voice" => "Anruf", "Fax" => "Fax", "Video" => "Video", "Pager" => "Pager", +"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", -"Edit" => "Bearbeiten" +"Phone" => "Telefon" ); |