web/lang/en/shop/main.php

22 lines
527 B
PHP

<?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',
];