1
0
forked from metin2/web

WIP: started implementing shop, multi-language

This commit is contained in:
2024-03-30 15:47:48 +02:00
parent 8a88940d4f
commit 181c7ce27c
244 changed files with 6167 additions and 827 deletions

21
lang/en/shop/main.php Normal file
View 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',
];