1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-30 12:24:11 +01:00
OwncloudContactsOfficial/l10n/de_AT.php

15 lines
320 B
PHP
Raw Normal View History

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