forked from metin2/web
12 lines
543 B
PHP
12 lines
543 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'title' => 'Metin2 - Community',
|
||
|
'text' => 'As a multiplayer game, Metin2 does not let you fight your battles alone. In the forum you can meet numerous players, who can answer all your questions when you have a problem and with whom you can exchange ideas with. You can receive further information about the client game Metin2 in its Wiki. Become part of the community!',
|
||
|
|
||
|
'links.guide' => 'Community Guidelines',
|
||
|
'links.forum' => 'Forum',
|
||
|
'links.support' => 'Ticketservice',
|
||
|
'links.wiki' => 'Wiki',
|
||
|
];
|