mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-09 04:40:59 +00:00
Add T4 Hero Resource and some fix
Add T4 Hero Resource and some fix
This commit is contained in:
@@ -2818,6 +2818,17 @@ tz_def('HERO_T4_TAB_ITEMS', 'Inventory');
|
||||
tz_def('HERO_T4_TAB_ADVENTURES', 'Adventures');
|
||||
tz_def('HERO_T4_TAB_AUCTION', 'Auctions');
|
||||
|
||||
tz_def('HERO_EXCHANGE', 'Exchange office');
|
||||
tz_def('HERO_EXCHANGE_G2S', 'Gold to silver');
|
||||
tz_def('HERO_EXCHANGE_S2G', 'Silver to gold');
|
||||
tz_def('HERO_EXCHANGE_OK', 'Exchange completed.');
|
||||
tz_def('HERO_EXCHANGE_NOTENOUGH', 'You do not have enough for this exchange.');
|
||||
tz_def('HERO_EXCHANGE_FAIL', 'The exchange could not be completed.');
|
||||
tz_def('HERO_EXCHANGE_HINT', 'The amount you type is the gold given or received; silver is calculated at the rate shown.');
|
||||
tz_def('HERO_RES_PRODUCTION', 'Resources');
|
||||
tz_def('HERO_RES_TYPE', 'Produced resource');
|
||||
tz_def('HERO_RES_ALL', 'All resources');
|
||||
tz_def('HERO_RES_TYPE_HINT', 'Can be changed at any time, free of charge.');
|
||||
tz_def('HERO_SILVER', 'Silver');
|
||||
tz_def('HERO_EXPERIENCE', 'Experience');
|
||||
tz_def('RESOURCES', 'Resources');
|
||||
|
||||
@@ -2803,6 +2803,17 @@ tz_def('HERO_ITEM_USE_FAIL', 'Acest obiect nu poate fi folosit acum.');
|
||||
tz_def('HERO_QUANTITY', 'Cantitate');
|
||||
tz_def('HERO_RELEASE_ANIMALS', 'Elibereaza');
|
||||
tz_def('HERO_RELEASE_CONFIRM', 'Eliberezi aceste animale? Vor disparea definitiv.');
|
||||
tz_def('HERO_EXCHANGE', 'Casa de schimb');
|
||||
tz_def('HERO_EXCHANGE_G2S', 'Aur in argint');
|
||||
tz_def('HERO_EXCHANGE_S2G', 'Argint in aur');
|
||||
tz_def('HERO_EXCHANGE_OK', 'Schimb efectuat.');
|
||||
tz_def('HERO_EXCHANGE_NOTENOUGH', 'Nu ai suficient pentru acest schimb.');
|
||||
tz_def('HERO_EXCHANGE_FAIL', 'Schimbul nu a putut fi efectuat.');
|
||||
tz_def('HERO_EXCHANGE_HINT', 'Valoarea introdusa e aurul dat sau primit; argintul se calculeaza la rata afisata.');
|
||||
tz_def('HERO_RES_PRODUCTION', 'Resurse');
|
||||
tz_def('HERO_RES_TYPE', 'Resursa produsa');
|
||||
tz_def('HERO_RES_ALL', 'Toate resursele');
|
||||
tz_def('HERO_RES_TYPE_HINT', 'Se poate schimba oricand, gratuit.');
|
||||
tz_def('HERO_SILVER', 'Argint');
|
||||
tz_def('HERO_SLOT_1', 'Coif');
|
||||
tz_def('HERO_SLOT_2', 'Armura');
|
||||
|
||||
Reference in New Issue
Block a user