7 lines
339 B
PHP
7 lines
339 B
PHP
|
|
<?php
|
||
|
|
return array (
|
||
|
|
'Role does not exist' => 'Role does not exist',
|
||
|
|
'Your level is too high to purchase this character' => 'Your level is too high to purchase this character',
|
||
|
|
'This character group is not allowed to be sold' => 'This character group is not allowed to be sold',
|
||
|
|
'Insufficient balance' => 'Insufficient balance',
|
||
|
|
);
|