6 lines
182 B
PHP
6 lines
182 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Passwort",
|
|
"Submit" => "Absenden",
|
|
"Download" => "Download",
|
|
"web services under your control" => "Web-Services unter Ihrer Kontrolle"
|
|
);
|