1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-11 00:52:29 +01:00

17 lines
379 B
PHP
Raw Normal View History

2014-02-15 06:13:37 -05:00
<?php $TRANSLATIONS = array(
"Cancel" => "Abbrechen",
2014-05-11 00:50:10 -04:00
"Save" => "Speichern",
2014-02-15 06:13:37 -05:00
"Import" => "Importieren",
"Other" => "Anderes",
"Work" => "Arbeit",
2014-03-09 00:49:34 -05:00
"Delete" => "Löschen",
"Download" => "Herunterladen",
2014-02-17 02:18:36 -05:00
"Email" => "E-Mail",
2014-02-15 06:13:37 -05:00
"Title" => "Titel",
"Birthday" => "Geburtstag",
"Share" => "Freigeben",
2014-05-12 00:49:51 -04:00
"Edit" => "Bearbeiten",
"Description" => "Beschreibung",
"Password" => "Passwort"
2014-02-15 06:13:37 -05:00
);