forked from metin2/web
22 lines
566 B
PHP
22 lines
566 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Magazinul de item-uri',
|
|
|
|
'currency.cash' => 'MD',
|
|
'currency.cash_long' => 'Monede Dragon',
|
|
'currency.mileage' => 'JD',
|
|
'currency.mileage_long' => 'Jetoane Dragon',
|
|
|
|
'nav.home' => 'Acasă',
|
|
'nav.search_placeholder' => 'Caută',
|
|
'nav.help_tooltip' => 'Mergi la pagina de ajutor',
|
|
|
|
'nav.buy_coins_tooltip' => 'Obține Monede Dragon',
|
|
'nav.buy_coins_btn' => "Obține\nMonede Dragon",
|
|
|
|
'nav.user_data_tooltip' => 'Date utilizator',
|
|
|
|
'nav.stored_items' => 'Obiecte depozitate: :storageCount',
|
|
];
|