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

15 lines
320 B
PHP
Raw Normal View History

2014-02-15 06:13:37 -05:00
<?php $TRANSLATIONS = array(
"Save" => "Speichern",
"Cancel" => "Abbrechen",
"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-03-10 00:49:39 -04:00
"Edit" => "Bearbeiten"
2014-02-15 06:13:37 -05:00
);