mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
19 lines
491 B
PHP
19 lines
491 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Save" => "Speichern",
|
|
"Cancel" => "Abbrechen",
|
|
"Import" => "Importieren",
|
|
"Other" => "Anderes",
|
|
"Work" => "Arbeit",
|
|
"Delete" => "Löschen",
|
|
"Download" => "Herunterladen",
|
|
"Email" => "E-Mail",
|
|
"Title" => "Titel",
|
|
"Birthday" => "Geburtstag",
|
|
"Share" => "Freigeben",
|
|
"Edit" => "Bearbeiten",
|
|
"more info" => "weitere Informationen",
|
|
"Primary address (Kontact et al)" => "Primäre Adresse (Kontakt u.a.)",
|
|
"iOS/OS X" => "iOS/OS X",
|
|
"Description" => "Beschreibung"
|
|
);
|