7 lines
175 B
PHP
7 lines
175 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Password" => "Passord",
|
||
|
"Submit" => "Send",
|
||
|
"Download" => "Last ned",
|
||
|
"web services under your control" => "Vev tjenester under din kontroll"
|
||
|
);
|