1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +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(
"Cancel" => "Abbrechen",
2014-05-11 06:50:10 +02:00
"Save" => "Speichern",
2014-02-15 12:13:37 +01:00
"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
);