4 lines
125 B
PHP
4 lines
125 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Wagwoord",
|
|
"web services under your control" => "webdienste onder jou beheer"
|
|
);
|