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

17 lines
379 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-05-12 06:49:51 +02:00
"Edit" => "Bearbeiten",
"Description" => "Beschreibung",
"Password" => "Passwort"
2014-02-15 12:13:37 +01:00
);