mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
10 lines
178 B
PHP
10 lines
178 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Mobile" => "Mobil",
|
|
"Text" => "Text",
|
|
"Fax" => "Fax",
|
|
"Video" => "Video",
|
|
"Pager" => "Pager",
|
|
"Birthday" => "Geburtstag",
|
|
"Edit" => "Bearbeiten"
|
|
);
|