5 lines
156 B
PHP
5 lines
156 B
PHP
|
<?PHP
|
||
|
$research_status['bad'] = 'Noch nicht gut erforscht';
|
||
|
$research_status['medium'] = 'Mittelgut erforscht';
|
||
|
$research_status['good'] = 'Gut erforscht';
|