14 lines
472 B
PHP
14 lines
472 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Authentication error" => "Godkendelsesfejl",
|
|
"Invalid request" => "Invalid forespørgsel",
|
|
"Language changed" => "Sprog ændret",
|
|
"Account information" => "Konto information",
|
|
"You're currently using" => "Du udnytter i øjeblikket",
|
|
"of your" => "af din",
|
|
"space" => "plads",
|
|
"Change Password" => "Ændre adgangskode",
|
|
"Your password got changed" => "Din adgangskode er ændret",
|
|
"New password" => "Nye adgangskode",
|
|
"Language" => "Sprog"
|
|
);
|