forked from metin2/web
Shop improvements, renamed "shop" to "mall", support for Argon2ID
This commit is contained in:
21
lang/en/mall/main.php
Normal file
21
lang/en/mall/main.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Item-Shop',
|
||||
|
||||
'currency.cash' => 'DC',
|
||||
'currency.cash_long' => 'Dragon Coins',
|
||||
'currency.mileage' => 'DM',
|
||||
'currency.mileage_long' => 'Dragon Marks',
|
||||
|
||||
'nav.home' => 'Home',
|
||||
'nav.search_placeholder' => 'Search',
|
||||
'nav.help_tooltip' => 'Go to the help page',
|
||||
|
||||
'nav.buy_coins_tooltip' => 'Obtain Dragon Coins',
|
||||
'nav.buy_coins_btn' => "Obtain\nDragon Coins",
|
||||
|
||||
'nav.user_data_tooltip' => 'User data',
|
||||
|
||||
'nav.stored_items' => 'Stored items: :storageCount',
|
||||
];
|
Reference in New Issue
Block a user