11 lines
344 B
PHP
Executable File
11 lines
344 B
PHP
Executable File
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['account'] = array(
|
|
'your_account' => "Ihr Konto",
|
|
'personal_info' => "Persönliche Daten",
|
|
'order_history' => "Bestellhistorie",
|
|
'change_password' => "Passwort ändern",
|
|
'newsletter' => "Newsletter",
|
|
'login_to_view' => "Sie müssen sich anmelden um diese Seite anzuzeigen."
|
|
);
|
|
?>
|