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"
|
||
|
);
|