mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add extra vehicle info in Adv. Trading
Translations are from Arma2OA languagecore.pbo
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
private ['_item', '_type','_picture',"_class","_display","_transportMaxWeapons","_transportMaxMagazines","_transportmaxBackpacks"
|
||||
,"_buyPrice","_sellPrice","_buyCurrency","_sellCurrency","_formattedText"
|
||||
,"_buyPrice","_sellPrice","_buyCurrency","_sellCurrency","_formattedText","_fuelCapacity","_maxSpeed","_armor","_seats","_weapons",
|
||||
"_weapons2","_config","_wepText","_turret","_text"
|
||||
];
|
||||
|
||||
#include "defines.sqf";
|
||||
@@ -10,11 +11,11 @@ _picture = _item select 4;
|
||||
_class = _item select 0;
|
||||
_display = _item select 3;
|
||||
|
||||
_fuelCapacity = nil;
|
||||
_maxSpeed = nil;
|
||||
_armor = nil;
|
||||
_seats = nil;
|
||||
_weapons = nil;
|
||||
_fuelCapacity = 0;
|
||||
_maxSpeed = 0;
|
||||
_armor = 0;
|
||||
_seats = 0;
|
||||
_weapons = [];
|
||||
|
||||
_transportMaxWeapons = 0;
|
||||
_transportMaxMagazines = 0;
|
||||
@@ -35,18 +36,85 @@ if (Z_Selling) then {
|
||||
_sellCurrency = _item select 8;
|
||||
};
|
||||
|
||||
if ( isNumber (configFile >> 'CfgVehicles' >> _class >> 'transportMaxWeapons')) then {
|
||||
_transportMaxWeapons = getNumber (configFile >> 'CfgVehicles' >> _class >> 'transportMaxWeapons');
|
||||
_config = configFile >> 'CfgVehicles' >> _class;
|
||||
|
||||
if (isNumber (_config >> 'transportMaxWeapons')) then {
|
||||
_transportMaxWeapons = getNumber (_config >> 'transportMaxWeapons');
|
||||
};
|
||||
|
||||
if ( isNumber (configFile >> 'CfgVehicles' >> _class >> 'transportMaxMagazines')) then {
|
||||
_transportMaxMagazines = getNumber (configFile >> 'CfgVehicles' >> _class >> 'transportMaxMagazines');
|
||||
if (isNumber (_config >> 'transportMaxMagazines')) then {
|
||||
_transportMaxMagazines = getNumber (_config >> 'transportMaxMagazines');
|
||||
};
|
||||
|
||||
if ( isNumber (configFile >> 'CfgVehicles' >> _class >> 'transportMaxBackpacks')) then {
|
||||
_transportmaxBackpacks = getNumber (configFile >> 'CfgVehicles' >> _class >> 'transportMaxBackpacks');
|
||||
if (isNumber (_config >> 'transportMaxBackpacks')) then {
|
||||
_transportmaxBackpacks = getNumber (_config >> 'transportMaxBackpacks');
|
||||
};
|
||||
|
||||
if (isNumber (_config >> 'fuelCapacity')) then {
|
||||
_fuelCapacity = getNumber (_config >> 'fuelCapacity');
|
||||
};
|
||||
|
||||
if (isNumber (_config >> 'maxSpeed')) then {
|
||||
_maxSpeed = getNumber (_config >> 'maxSpeed');
|
||||
};
|
||||
|
||||
if (isNumber (_config >> 'armor')) then {
|
||||
_armor = getNumber (_config >> 'armor');
|
||||
};
|
||||
|
||||
if (isNumber (_config >> 'transportSoldier')) then {
|
||||
_seats = getNumber (_config >> 'transportSoldier');
|
||||
};
|
||||
|
||||
{
|
||||
if ((isNumber (_config >> _x)) && {getNumber (_config >> _x) > 0}) then {
|
||||
_seats = _seats + 1;
|
||||
};
|
||||
} forEach ["hasDriver","hasGunner","hasCommander"];
|
||||
|
||||
if (isArray (_config >> 'weapons')) then {
|
||||
_weapons = getArray (_config >> 'weapons');
|
||||
};
|
||||
|
||||
{
|
||||
_turret = _x;
|
||||
if (isArray (_config >> 'Turrets' >> _turret >> 'weapons')) then {
|
||||
{
|
||||
_weapons set [count _weapons,_x];
|
||||
} forEach (getArray (_config >> 'Turrets' >> _turret >> 'weapons'));
|
||||
};
|
||||
{
|
||||
if ((isNumber (_config >> 'Turrets' >> _turret >> _x)) && {getNumber (_config >> 'Turrets' >> _turret >> _x) > 0}) then {
|
||||
_seats = _seats + 1;
|
||||
};
|
||||
} forEach ["hasDriver","hasGunner","hasCommander"];
|
||||
} forEach ["MainTurret","BackTurret","SideTurret","RightDoorGun","BackDoorGun","LeftDoorGun","AGS30_Turret","PK_Turret"];
|
||||
|
||||
// Get weapon display names
|
||||
_weapons2 = [];
|
||||
{
|
||||
if !(["horn",_x] call fnc_inString) then {
|
||||
_text = getText (configFile >> 'CfgWeapons' >> _x >> 'displayName');
|
||||
if (_text in _weapons2) then {
|
||||
_index = _weapons2 find _text;
|
||||
_weapons2 set [_index,_text + "x2"];
|
||||
} else {
|
||||
_weapons2 set [count _weapons2,_text];
|
||||
};
|
||||
};
|
||||
} forEach _weapons;
|
||||
|
||||
if (count _weapons2 < 1) then {_weapons2 = [localize "STR_EPOCH_NONE"];};
|
||||
|
||||
_wepText = "";
|
||||
{
|
||||
if (_forEachIndex > 0) then {
|
||||
_wepText = _wepText + ', ' + _x;
|
||||
} else {
|
||||
_wepText = _wepText + _x;
|
||||
};
|
||||
} forEach _weapons2;
|
||||
|
||||
if (Z_SingleCurrency) then {
|
||||
_formattedText = format [
|
||||
"<img image='%1' size='3' /><br />" +
|
||||
@@ -56,8 +124,14 @@ if (Z_SingleCurrency) then {
|
||||
"<t color='#33BFFF'>%13: </t><t color='#ffffff'>%6 %7</t><br />" +
|
||||
"<t color='#33BFFF'>%14: </t><t color='#ffffff'>%9</t><br />" +
|
||||
"<t color='#33BFFF'>%15: </t><t color='#ffffff'>%8</t><br />" +
|
||||
"<t color='#33BFFF'>%16: </t><t color='#ffffff'>%4</t><br />"
|
||||
, _picture, _display, _class, _transportmaxBackpacks, _sellPrice, _buyPrice, CurrencyName, _transportMaxWeapons,_transportMaxMagazines, localize "STR_EPOCH_NAME", localize "STR_EPOCH_CLASS", localize "STR_EPOCH_PLAYER_292", localize "STR_EPOCH_PLAYER_291", localize "STR_EPOCH_MAGS", localize "STR_EPOCH_WEPS", localize "STR_EPOCH_BAGS"
|
||||
"<t color='#33BFFF'>%16: </t><t color='#ffffff'>%4</t><br />" +
|
||||
"<t color='#33BFFF'>%17: </t><t color='#ffffff'>%18</t><br />" + // Armor
|
||||
//"<t color='#33BFFF'>%19: </t><t color='#ffffff'>%20</t><br />" + // Fuel
|
||||
"<t color='#33BFFF'>%21%22: </t><t color='#ffffff'>%23</t><br />" + // MaxSpeed
|
||||
"<t color='#33BFFF'>%24: </t><t color='#ffffff'>%25</t><br />" + // Seats
|
||||
"<t color='#33BFFF'>%26: </t><t color='#ffffff'>%27</t>" // Weapons
|
||||
, _picture, _display, _class, _transportmaxBackpacks, _sellPrice, _buyPrice, CurrencyName, _transportMaxWeapons,_transportMaxMagazines, localize "STR_EPOCH_NAME", localize "STR_EPOCH_CLASS", localize "STR_EPOCH_PLAYER_292", localize "STR_EPOCH_PLAYER_291", localize "STR_EPOCH_MAGS", localize "STR_EPOCH_WEPS", localize "STR_EPOCH_BAGS",
|
||||
localize "STR_EPOCH_ARMOR",_armor,localize "STR_EPOCH_FUEL",_fuelCapacity,localize "STR_EPOCH_MAX",localize "STR_EPOCH_SPEED",_maxSpeed,localize "STR_EPOCH_SEATS",_seats,localize "STR_EPOCH_WEAPONS",_wepText
|
||||
];
|
||||
|
||||
|
||||
@@ -75,8 +149,14 @@ if (Z_SingleCurrency) then {
|
||||
"<t color='#33BFFF'>%16: </t><t color='#ffffff'>%6 <img image='%12' /> %7</t><br />" +
|
||||
"<t color='#33BFFF'>%17: </t><t color='#ffffff'>%8</t><br />" +
|
||||
"<t color='#33BFFF'>%18: </t><t color='#ffffff'>%9</t><br />" +
|
||||
"<t color='#33BFFF'>%19: </t><t color='#ffffff'>%4</t><br />"
|
||||
, _picture, _display, _class, _transportmaxBackpacks, _sellPrice, _buyPrice, _buyCurrency, _transportMaxWeapons,_transportMaxMagazines, _sellCurrency, _picSell,_picBuy, localize "STR_EPOCH_NAME", localize "STR_EPOCH_CLASS", localize "STR_EPOCH_PLAYER_292", localize "STR_EPOCH_PLAYER_291", localize "STR_EPOCH_WEPS", localize "STR_EPOCH_MAGS", localize "STR_EPOCH_BAGS"
|
||||
"<t color='#33BFFF'>%19: </t><t color='#ffffff'>%4</t><br />" +
|
||||
"<t color='#33BFFF'>%20: </t><t color='#ffffff'>%21</t><br />" + // Armor
|
||||
//"<t color='#33BFFF'>%22: </t><t color='#ffffff'>%23</t><br />" + // Fuel
|
||||
"<t color='#33BFFF'>%24%25: </t><t color='#ffffff'>%26</t><br />" + // MaxSpeed
|
||||
"<t color='#33BFFF'>%27: </t><t color='#ffffff'>%28</t><br />" + // Seats
|
||||
"<t color='#33BFFF'>%29: </t><t color='#ffffff'>%30</t>" // Weapons
|
||||
, _picture, _display, _class, _transportmaxBackpacks, _sellPrice, _buyPrice, _buyCurrency, _transportMaxWeapons,_transportMaxMagazines, _sellCurrency, _picSell,_picBuy, localize "STR_EPOCH_NAME", localize "STR_EPOCH_CLASS", localize "STR_EPOCH_PLAYER_292", localize "STR_EPOCH_PLAYER_291", localize "STR_EPOCH_WEPS", localize "STR_EPOCH_MAGS", localize "STR_EPOCH_BAGS",
|
||||
localize "STR_EPOCH_ARMOR",_armor,localize "STR_EPOCH_FUEL",_fuelCapacity,localize "STR_EPOCH_MAX",localize "STR_EPOCH_SPEED",_maxSpeed,localize "STR_EPOCH_SEATS",_seats,localize "STR_EPOCH_WEAPONS",_wepText
|
||||
];
|
||||
|
||||
|
||||
|
||||
@@ -212,7 +212,7 @@ TraderDialogBuy = {
|
||||
private ["_index", "_item", "_data"];
|
||||
_index = _this select 0;
|
||||
if (_index < 0) exitWith {
|
||||
localize "str_epoch_player_6" call dayz_rollingMessages;
|
||||
localize "STR_EPOCH_PLAYER_106" call dayz_rollingMessages;
|
||||
};
|
||||
_item = TraderItemList select _index;
|
||||
_data = [_item select 0, _item select 3, 1, _item select 2, "buy", _item select 4, _item select 1, _item select 8];
|
||||
@@ -224,7 +224,7 @@ TraderDialogSell = {
|
||||
private ["_index", "_item", "_data"];
|
||||
_index = _this select 0;
|
||||
if (_index < 0) exitWith {
|
||||
localize "str_epoch_player_6" call dayz_rollingMessages;
|
||||
localize "STR_EPOCH_PLAYER_106" call dayz_rollingMessages;
|
||||
};
|
||||
_item = TraderItemList select _index;
|
||||
_data = [_item select 6, _item select 0, _item select 5, 1, "sell", _item select 1, _item select 7, _item select 8];
|
||||
|
||||
@@ -201,7 +201,7 @@ TraderDialogBuy = {
|
||||
private ["_index", "_item", "_data"];
|
||||
_index = _this select 0;
|
||||
if (_index < 0) exitWith {
|
||||
localize "str_epoch_player_6" call dayz_rollingMessages;
|
||||
localize "STR_EPOCH_PLAYER_106" call dayz_rollingMessages;
|
||||
};
|
||||
_item = TraderItemList select _index;
|
||||
_data = [_item select 0, _item select 3, 1, _item select 2, "buy", _item select 4, _item select 1, _item select 8];
|
||||
@@ -213,7 +213,7 @@ TraderDialogSell = {
|
||||
private ["_index", "_item", "_data"];
|
||||
_index = _this select 0;
|
||||
if (_index < 0) exitWith {
|
||||
localize "str_epoch_player_6" call dayz_rollingMessages;
|
||||
localize "STR_EPOCH_PLAYER_106" call dayz_rollingMessages;
|
||||
};
|
||||
_item = TraderItemList select _index;
|
||||
_data = [_item select 6, _item select 0, _item select 5, 1, "sell", _item select 1, _item select 7, _item select 8];
|
||||
|
||||
@@ -10793,15 +10793,6 @@
|
||||
<French>Un joueur veut vous marquer comme amical(e). Pour accepter, marquez ce joueur comme amical(e).</French>
|
||||
<Czech>Jiný hráč si vás chce označit jako přítele. K příjmutí, označte hráče jako přítele.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_6">
|
||||
<English>Trading canceled.</English>
|
||||
<German>Handel abgebrochen.</German>
|
||||
<Russian>Торговля отменена.</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Handel is afgebroken</Dutch>
|
||||
<French>Échange annulé.</French>
|
||||
<Czech>Obchodování přerušeno.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_7">
|
||||
<English>Cannot access gear in a locked vehicle.</English>
|
||||
<German>Es kann nicht auf das Inventar bei verschlossenen Fahrzeugen zugegriffen werden.</German>
|
||||
@@ -12712,12 +12703,14 @@
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_249">
|
||||
<English>Walk</English>
|
||||
<German>Laufen</German>
|
||||
<Russian>Пешком</Russian>
|
||||
<Spanish>Walk</Spanish>
|
||||
<Dutch>Walk</Dutch>
|
||||
<French>Walk</French>
|
||||
<Czech>Jít</Czech>
|
||||
<French>Marcher</French>
|
||||
<Spanish>Caminar</Spanish>
|
||||
<Italian>Cammina</Italian>
|
||||
<Hungarian>Gyaloglás</Hungarian>
|
||||
<Polish>Marsz</Polish>
|
||||
<Russian>Идти</Russian>
|
||||
<German>Gehen</German>
|
||||
<Czech>Chůze</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_250">
|
||||
<English>Run</English>
|
||||
@@ -12992,20 +12985,24 @@
|
||||
<Key ID="STR_EPOCH_PLAYER_291">
|
||||
<English>Buy</English>
|
||||
<German>Kaufen</German>
|
||||
<Italian>Compra</Italian>
|
||||
<Spanish>Comprar</Spanish>
|
||||
<French>Acheter</French>
|
||||
<Czech>Kup</Czech>
|
||||
<Russian>Купить</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch></Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Koupit</Czech>
|
||||
<Polish>Kup</Polish>
|
||||
<Hungarian>Megvesz</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_292">
|
||||
<English>Sell</English>
|
||||
<German>Verkaufen</German>
|
||||
<Russian>Продать</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch></Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Italian>Vendi</Italian>
|
||||
<Spanish>Vender</Spanish>
|
||||
<French>Vendre</French>
|
||||
<Czech>Prodat</Czech>
|
||||
<Russian>Продать</Russian>
|
||||
<Polish>Sprzedaj</Polish>
|
||||
<Hungarian>Elad</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_293">
|
||||
<English>Buy For</English>
|
||||
@@ -15544,7 +15541,10 @@
|
||||
<Russian>Транспорт</Russian>
|
||||
<Spanish>Vehículo</Spanish>
|
||||
<French>Véhicule</French>
|
||||
<Czech>Vozidlo</Czech>
|
||||
<Czech>Vozidlo</Czech>
|
||||
<Italian>Veicolo</Italian>
|
||||
<Polish>Pojazd</Polish>
|
||||
<Hungarian>Jármű</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_TRADE_BACKPACK">
|
||||
<English>Backpack</English>
|
||||
@@ -15636,10 +15636,13 @@
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_TRADE_NOTHING">
|
||||
<English>Nothing</English>
|
||||
<German>Nichts</German>
|
||||
<Russian>Ничего</Russian>
|
||||
<Spanish>Nada</Spanish>
|
||||
<Russian>Ничего</Russian>
|
||||
<French>Rien</French>
|
||||
<Spanish>Nada</Spanish>
|
||||
<Italian>Niente</Italian>
|
||||
<Hungarian>Semmi</Hungarian>
|
||||
<Polish>Nic</Polish>
|
||||
<German>Nichts</German>
|
||||
<Czech>Nic</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_TRADE_NO_INFO">
|
||||
@@ -15775,16 +15778,30 @@
|
||||
<Russian>Отладка: Что-то пошло не так в процессе оплаты. Пожалуйста, сообщите об этой проблеме.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_TRADE_CONTAINER_FULL">
|
||||
<English>You could not buy these items because the container lacks space to hold them.</English>
|
||||
<Russian>Вы могли бы всё это купить, но места не хватает, поэтому покупка отменена.</Russian>
|
||||
<English>Cannot buy: No empty slots!</English>
|
||||
<German>Kauf nicht möglich: Keine freien Slots</German>
|
||||
<Italian>Impossibile comprare: nessuno slot vuoto!</Italian>
|
||||
<Spanish>No puedes comprar: ¡no hay huecos libres!</Spanish>
|
||||
<French>Achat impossible : aucun emplacement vide !</French>
|
||||
<Czech>Nelze koupit: Není volné místo!</Czech>
|
||||
<Russian>Нет пустых ячеек!</Russian>
|
||||
<Polish>Nie można kupić: brak wolnych miejsc!</Polish>
|
||||
<Hungarian>Nem vásárolhatsz! Nincs üres hely!</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_TRADE_NEED_COINS">
|
||||
<English>You need %1 %2 to buy all these items.</English>
|
||||
<Russian>Вам нужно %1 %2 для покупки.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_TRADE_NEED_MONEY">
|
||||
<English>You need more money to buy all these items.</English>
|
||||
<Russian>Вам нужно больше денег, чтобы купить это.</Russian>
|
||||
<Key ID="STR_EPOCH_TRADE_NEED_MONEY">
|
||||
<English>Cannot buy: Not enough money!</English>
|
||||
<German>Kauf nicht möglich: Nicht genug Geld!</German>
|
||||
<Italian>Impossibile comprare: servono più soldi!</Italian>
|
||||
<Spanish>No puedes comprar: ¡no tienes suficiente dinero!</Spanish>
|
||||
<French>Achat impossible : argent insuffisant !</French>
|
||||
<Czech>Nelze koupit: Nemáte dost peněz!</Czech>
|
||||
<Russian>Недостаточно средств!</Russian>
|
||||
<Polish>Nie można kupić: za mało pieniędzy!</Polish>
|
||||
<Hungarian>Nem tudod megvenni: Nincs elég pénzed!</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_TRADE_SELECTED">
|
||||
<English>Selected %1</English>
|
||||
@@ -15846,9 +15863,12 @@
|
||||
<English>Name</English>
|
||||
<German>Name</German>
|
||||
<Russian>Имя</Russian>
|
||||
<Spanish>Nombre</Spanish>
|
||||
<French>Prénom</French>
|
||||
<Italian>Nome</Italian>
|
||||
<Spanish>Nombrar</Spanish>
|
||||
<French>Nom</French>
|
||||
<Czech>Jméno</Czech>
|
||||
<Polish>Nazwa</Polish>
|
||||
<Hungarian>Név</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_CLASS">
|
||||
<English>Class</English>
|
||||
@@ -15870,6 +15890,14 @@
|
||||
<English>Bags</English>
|
||||
<Russian>Рюкзаков</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_SEATS">
|
||||
<English>Seats</English>
|
||||
<German>Sitze</German>
|
||||
<Russian>места</Russian>
|
||||
<Spanish>Asientos</Spanish>
|
||||
<French>Des places</French>
|
||||
<Czech>Sedadla</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_YOUR_GEAR">
|
||||
<English>your gear</English>
|
||||
<Russian>вашего снаряжения</Russian>
|
||||
@@ -17060,11 +17088,14 @@
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_SKINS_SPECIALFORCES">
|
||||
<English>Special Forces</English>
|
||||
<German>Special Forces</German>
|
||||
<Russian>Силы особого назначения</Russian>
|
||||
<Spanish>Special Forces</Spanish>
|
||||
<French>Special Forces</French>
|
||||
<Czech>Special Forces</Czech>
|
||||
<Russian>Силы особого назначения</Russian>
|
||||
<French>Forces spéciales</French>
|
||||
<Spanish>Fuerzas especiales</Spanish>
|
||||
<Italian>Forze speciali</Italian>
|
||||
<Hungarian>Különleges erők</Hungarian>
|
||||
<Polish>Oddziały specjalne</Polish>
|
||||
<German>Spezialeinheiten</German>
|
||||
<Czech>Speciální jednotky</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_SKINS_DESERTCAMO">
|
||||
<English>Desert Camo</English>
|
||||
@@ -17116,19 +17147,25 @@
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_SKINS_MARKSMAN">
|
||||
<English>Marksman</English>
|
||||
<German>Marksman</German>
|
||||
<Russian>Меткий стрелок</Russian>
|
||||
<Spanish>Marksman</Spanish>
|
||||
<French>Marksman</French>
|
||||
<Czech>Marksman</Czech>
|
||||
<Russian>Меткий стрелок</Russian>
|
||||
<German>Scharfschütze</German>
|
||||
<Italian>Tiratore scelto</Italian>
|
||||
<Spanish>Tirador</Spanish>
|
||||
<French>Tireur d'élite</French>
|
||||
<Czech>Ostřelovač</Czech>
|
||||
<Polish>Snajper</Polish>
|
||||
<Hungarian>Lövész</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_SKINS_TEAMLEADER">
|
||||
<English>Team Leader</English>
|
||||
<German>Team Leader</German>
|
||||
<Russian>Лидер группы</Russian>
|
||||
<Spanish>Team Leader</Spanish>
|
||||
<French>Team Leader</French>
|
||||
<Czech>Team Leader</Czech>
|
||||
<Russian>Лидер группы</Russian>
|
||||
<German>Team-Anführer</German>
|
||||
<Italian>Capogruppo</Italian>
|
||||
<Spanish>Líder de equipo</Spanish>
|
||||
<French>Chef d'équipe</French>
|
||||
<Czech>Velitel týmu</Czech>
|
||||
<Polish>Dowódca drużyny</Polish>
|
||||
<Hungarian>Csapatvezető</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_SKINS_SMUGGLER">
|
||||
<English>Smuggler</English>
|
||||
@@ -17149,18 +17186,24 @@
|
||||
<Key ID="STR_EPOCH_SKINS_GENERAL">
|
||||
<English>General</English>
|
||||
<German>General</German>
|
||||
<Russian>Генерал</Russian>
|
||||
<Russian>Генерал</Russian>
|
||||
<French>Général</French>
|
||||
<Spanish>General</Spanish>
|
||||
<French>General</French>
|
||||
<Czech>General</Czech>
|
||||
<Italian>Generale</Italian>
|
||||
<Hungarian>Tábornok</Hungarian>
|
||||
<Polish>Generał</Polish>
|
||||
<Czech>Generál</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_SKINS_CREWMAN">
|
||||
<English>Crewman</English>
|
||||
<German>Crewman</German>
|
||||
<Russian>Член команды</Russian>
|
||||
<Spanish>Crewman</Spanish>
|
||||
<French>Crewman</French>
|
||||
<Czech>Crewman</Czech>
|
||||
<Russian>Член команды</Russian>
|
||||
<German>Besatzungsmitglied</German>
|
||||
<Italian>Membro equipaggio</Italian>
|
||||
<Spanish>Miembro de la tripulación</Spanish>
|
||||
<French>Membre équipage</French>
|
||||
<Czech>Posádka</Czech>
|
||||
<Polish>Członek załogi</Polish>
|
||||
<Hungarian>Legénység</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_SKINS_BOSS">
|
||||
<English>Boss</English>
|
||||
@@ -17182,9 +17225,12 @@
|
||||
<English>Cooper</English>
|
||||
<German>Cooper</German>
|
||||
<Russian>Купер</Russian>
|
||||
<Italian>Cooper</Italian>
|
||||
<Spanish>Cooper</Spanish>
|
||||
<French>Cooper</French>
|
||||
<Czech>Cooper</Czech>
|
||||
<Polish>Cooper</Polish>
|
||||
<Hungarian>Cooper</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_SKINS_TRAVIS">
|
||||
<English>Travis</English>
|
||||
@@ -17210,5 +17256,71 @@
|
||||
<French>Steve</French>
|
||||
<Czech>Steve</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_ARMOR">
|
||||
<English>Armor</English>
|
||||
<German>Panzer</German>
|
||||
<Italian>Blindati</Italian>
|
||||
<Spanish>Blindado</Spanish>
|
||||
<French>Blindé</French>
|
||||
<Czech>Obrněnci</Czech>
|
||||
<Russian>Бронетехника</Russian>
|
||||
<Polish>Pancerne </Polish>
|
||||
<Hungarian>Páncélos</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_FUEL">
|
||||
<English>Fuel</English>
|
||||
<German>Treibstoff</German>
|
||||
<Italian>Carburante</Italian>
|
||||
<Spanish>Combustible</Spanish>
|
||||
<French>Carburant</French>
|
||||
<Czech>Palivo</Czech>
|
||||
<Russian>Топливо</Russian>
|
||||
<Polish>Paliwo</Polish>
|
||||
<Hungarian>Üzemanyag</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_MAX">
|
||||
<English>Max</English>
|
||||
<German>Max</German>
|
||||
<Italian>Max</Italian>
|
||||
<Spanish>Máximo</Spanish>
|
||||
<French>Max</French>
|
||||
<Czech>Max</Czech>
|
||||
<Russian>Максимум</Russian>
|
||||
<Polish>Maks.</Polish>
|
||||
<Hungarian>Max</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_SPEED">
|
||||
<English>Speed</English>
|
||||
<German>Geschwindigkeit</German>
|
||||
<Italian>Velocità</Italian>
|
||||
<Spanish>Velocidad</Spanish>
|
||||
<French>Vitesse</French>
|
||||
<Czech>Rychlost</Czech>
|
||||
<Russian>Скорость</Russian>
|
||||
<Polish>Szybkość</Polish>
|
||||
<Hungarian>Sebesség</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_WEAPONS">
|
||||
<English>Weapons</English>
|
||||
<German>Waffen</German>
|
||||
<Italian>Armi</Italian>
|
||||
<Spanish>Armas</Spanish>
|
||||
<French>Armement</French>
|
||||
<Czech>Zbraně</Czech>
|
||||
<Russian>Оружие</Russian>
|
||||
<Polish>Uzbrojenie</Polish>
|
||||
<Hungarian>Fegyverek</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_NONE">
|
||||
<English>None</English>
|
||||
<German>Keine</German>
|
||||
<Italian>Nessuna</Italian>
|
||||
<Spanish>Ninguna</Spanish>
|
||||
<French>Néant</French>
|
||||
<Czech>Není</Czech>
|
||||
<Russian>Нет</Russian>
|
||||
<Polish>Brak</Polish>
|
||||
<Hungarian>Nincs</Hungarian>
|
||||
</Key>
|
||||
</Package>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user