6 lines
190 B
PHP
6 lines
190 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Passwuert",
|
|
"Submit" => "Fortschécken",
|
|
"Download" => "Download",
|
|
"web services under your control" => "Web Servicer ënnert denger Kontroll"
|
|
);
|