nextcloud/apps/contacts/l10n/de.php

10 lines
178 B
PHP
Raw Normal View History

<?php $TRANSLATIONS = array(
"Mobile" => "Mobil",
"Text" => "Text",
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Pager",
"Birthday" => "Geburtstag",
"Edit" => "Bearbeiten"
);