forked from metin2/web
Translated Account Information page, minor refactoring regarding IS currency names
This commit is contained in:
21
lang/ro/mall/main.php
Normal file
21
lang/ro/mall/main.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?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',
|
||||
];
|
Reference in New Issue
Block a user