7 lines
152 B
PHP
Executable File
7 lines
152 B
PHP
Executable File
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['viewDoc'] = array(
|
|
'error' => "Error",
|
|
'does_not_exist' => "Dieses Dokument existiert nicht."
|
|
);
|
|
?>
|