mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Cleanup duplicate and unused strings
Cargo count is shown at the top of the gear menu now
This commit is contained in:
@@ -68,7 +68,7 @@ class bulk_ItemSodaCoke: bulk {
|
||||
descriptionShort = $STR_EPOCH_BULK_DESC_SODACOKE_HALF;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemSodaCoke",6,"magazine"};
|
||||
};
|
||||
@@ -86,7 +86,7 @@ class bulk_ItemSodaCokeFull: bulk {
|
||||
descriptionShort = $STR_EPOCH_BULK_DESC_SODACOKE_FULL;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemSodaCoke",12,"magazine"};
|
||||
};
|
||||
@@ -97,7 +97,7 @@ class bulk_ItemSodaPepsi: bulk {
|
||||
descriptionShort = $STR_EPOCH_BULK_DESC_SODAPEPSI_HALF;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemSodaPepsi",6,"magazine"};
|
||||
};
|
||||
@@ -115,7 +115,7 @@ class bulk_ItemSodaPepsiFull: bulk {
|
||||
descriptionShort = $STR_EPOCH_BULK_DESC_SODAPEPSI_FULL;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemSodaPepsi",12,"magazine"};
|
||||
};
|
||||
@@ -126,7 +126,7 @@ class bulk_FoodbaconCooked: bulk {
|
||||
descriptionShort = $STR_EPOCH_BULK_DESC_BACON_HALF;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"FoodbaconCooked",6,"magazine"};
|
||||
};
|
||||
@@ -144,7 +144,7 @@ class bulk_FoodbaconCookedFull: bulk {
|
||||
descriptionshort = $STR_EPOCH_BULK_DESC_BACON_FULL;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"FoodbaconCooked",12,"magazine"};
|
||||
};
|
||||
@@ -156,7 +156,7 @@ class bulk_17Rnd_9x19_glock17: bulk {
|
||||
descriptionShort = $STR_EPOCH_BULK_DESC_G17;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"17Rnd_9x19_glock17",12,"magazine"};
|
||||
};
|
||||
@@ -166,7 +166,7 @@ class bulk_15Rnd_9x19_M9SD: bulk {
|
||||
descriptionShort = $STR_EPOCH_BULK_DESC_M9SD;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"15Rnd_9x19_M9SD",12,"magazine"};
|
||||
};
|
||||
@@ -176,7 +176,7 @@ class bulk_30Rnd_9x19_MP5SD: bulk {
|
||||
descriptionShort = $STR_EPOCH_BULK_DESC_MP5SD;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"30Rnd_9x19_MP5SD",12,"magazine"};
|
||||
};
|
||||
@@ -186,7 +186,7 @@ class bulk_30Rnd_556x45_StanagSD: bulk {
|
||||
descriptionShort = $STR_EPOCH_BULK_DESC_STANAGSD;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"30Rnd_556x45_StanagSD",12,"magazine"};
|
||||
};
|
||||
@@ -197,7 +197,7 @@ class bulk_ItemSandbag: bulk {
|
||||
descriptionShort = $STR_EPOCH_BULK_DESC_SANDBAG;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemSandbag",12,"magazine"};
|
||||
};
|
||||
@@ -209,7 +209,7 @@ class bulk_ItemTankTrap: bulk {
|
||||
weight = 25;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemTankTrap",12,"magazine"};
|
||||
};
|
||||
@@ -220,7 +220,7 @@ class bulk_ItemTankTrapHalf: bulk {
|
||||
weight = 12.5;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemTankTrap",6,"magazine"};
|
||||
};
|
||||
@@ -240,7 +240,7 @@ class bulk_ItemWire: bulk {
|
||||
weight = 25;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemWire",12,"magazine"};
|
||||
};
|
||||
@@ -251,7 +251,7 @@ class bulk_ItemWireHalf: bulk {
|
||||
weight = 12.5;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemWire",6,"magazine"};
|
||||
};
|
||||
@@ -271,7 +271,7 @@ class bulk_PartGeneric: bulk {
|
||||
weight = 60;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"PartGeneric",12,"magazine"};
|
||||
};
|
||||
@@ -282,7 +282,7 @@ class bulk_PartGenericHalf: bulk {
|
||||
weight = 30;
|
||||
class ItemActions {
|
||||
class CreateMags {
|
||||
text = $STR_EPOCH_PLAYER_209;
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"PartGeneric",6,"magazine"};
|
||||
};
|
||||
|
||||
@@ -94,7 +94,7 @@ class BagFenceRound_DZ_kit : CA_Magazine {
|
||||
};
|
||||
class Crafting
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_300;
|
||||
text = $STR_EPOCH_PLAYER_195;
|
||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem; r_action_count = r_action_count + 1;";
|
||||
neednearby[] = {};
|
||||
requiretools[] = {"ItemEtool","ItemToolbox"};
|
||||
|
||||
@@ -58,7 +58,7 @@ class PartWoodPile : CA_Magazine
|
||||
descriptionShort = $STR_EQUIP_DESC_40;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_EPOCH_PLAYER_241;
|
||||
text = $STR_ACTIONS_LIGHTFIRE;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemMatchbox"};
|
||||
create = "Land_Fire_DZ";
|
||||
|
||||
@@ -10,7 +10,7 @@ class ItemSledge: ItemCore // Epoch class
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text=$STR_EPOCH_PLAYER_295;
|
||||
text=$STR_ACTIONS_RFROMTB;
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
|
||||
@@ -44,7 +44,7 @@ class EpochDeathBoardDialog
|
||||
class RscShortcutButton_1700: RscShortcutButton
|
||||
{
|
||||
idc = -1;
|
||||
text = $STR_EPOCH_PLAYER_283;
|
||||
text = $STR_UI_CLOSE;
|
||||
x = 0.628452 * safezoneW + safezoneX;
|
||||
y = 0.706267 * safezoneH + safezoneY;
|
||||
w = 0.0743671 * safezoneW;
|
||||
|
||||
@@ -255,7 +255,7 @@ class TraderDialog
|
||||
class RscShortcutButtonTraderDialog_1702: RscShortcutButtonTraderDialog
|
||||
{
|
||||
idc = -1;
|
||||
text = $STR_EPOCH_PLAYER_283;
|
||||
text = $STR_UI_CLOSE;
|
||||
x = 0.290407 * safezoneW + safezoneX;
|
||||
y = 0.720064 * safezoneH + safezoneY;
|
||||
w = 0.0743718 * safezoneW;
|
||||
@@ -265,7 +265,7 @@ class TraderDialog
|
||||
class RscText_1007: RscTextTraderDialog
|
||||
{
|
||||
idc = -1;
|
||||
text = $STR_EPOCH_PLAYER_288;
|
||||
text = $STR_UI_ITEMS;
|
||||
x = 0.432389 * safezoneW + safezoneX;
|
||||
y = 0.29369 * safezoneH + safezoneY;
|
||||
w = 0.0743718 * safezoneW;
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
private ["_vehicle","_class","_maxMagazines","_maxWeapons","_maxBackpacks","_magazineCount","_weaponsCount","_backpackCount","_magazineCount_raw","_weaponsCount_raw","_backpackCount_raw","_vehicle_gear_count"];
|
||||
_vehicle = _this select 3;
|
||||
_class = typeOf _vehicle;
|
||||
|
||||
_vehicle_gear_count = {
|
||||
private "_counter";
|
||||
_counter = 0;
|
||||
{
|
||||
_counter = _counter + _x;
|
||||
} count _this;
|
||||
_counter
|
||||
};
|
||||
|
||||
// Get max magazines count
|
||||
_maxMagazines = getNumber (configFile >> "CfgVehicles" >> _class >> "transportMaxMagazines");
|
||||
|
||||
// Get max weapon count
|
||||
_maxWeapons = getNumber (configFile >> "CfgVehicles" >> _class >> "transportMaxWeapons");
|
||||
|
||||
// Get max backpack count
|
||||
_maxBackpacks = getNumber (configFile >> "CfgVehicles" >> _class >> "transportmaxbackpacks");
|
||||
|
||||
// Count and show magazines available space
|
||||
_magazineCount_raw = getMagazineCargo _vehicle;
|
||||
|
||||
// Count and show weapons available space
|
||||
_weaponsCount_raw = getWeaponCargo _vehicle;
|
||||
|
||||
// Count and show backpacks available space
|
||||
_backpackCount_raw = getBackpackCargo _vehicle;
|
||||
|
||||
// Count and show magazines available space
|
||||
_magazineCount = (_magazineCount_raw select 1) call _vehicle_gear_count;
|
||||
|
||||
// Count and show weapons available space
|
||||
_weaponsCount = (_weaponsCount_raw select 1) call _vehicle_gear_count;
|
||||
|
||||
// Count and show weapons available space
|
||||
_backpackCount = (_backpackCount_raw select 1) call _vehicle_gear_count;
|
||||
|
||||
cutText [format[(localize "str_epoch_player_1"),_magazineCount,_maxMagazines,_weaponsCount,_maxWeapons,_backpackCount,_maxBackpacks], "PLAIN DOWN"];
|
||||
@@ -101,7 +101,7 @@ switch _option do {
|
||||
publicVariableServer "PVDZE_maintainArea";
|
||||
} else {
|
||||
{player addMagazine _x;} count _temp_removed_array;
|
||||
cutText [format[(localize "STR_EPOCH_ACTIONS_5"),_removed_total,_tobe_removed_total], "PLAIN DOWN"];
|
||||
cutText [format[(localize "STR_EPOCH_PLAYER_145"),_removed_total,_tobe_removed_total], "PLAIN DOWN"];
|
||||
};
|
||||
} else {
|
||||
_textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName");
|
||||
|
||||
@@ -92,7 +92,7 @@ if (_proceed) then {
|
||||
};
|
||||
} else {
|
||||
_textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName");
|
||||
cutText [format[(localize "str_epoch_player_146"),_missingQty, _textMissing], "PLAIN DOWN"];
|
||||
cutText [format[(localize "STR_EPOCH_ACTIONS_6"),_missingQty, _textMissing], "PLAIN DOWN"];
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -256,7 +256,7 @@ if (_canDo) then {
|
||||
} else {
|
||||
// Refund parts since we failed
|
||||
{player addMagazine _x; } forEach _temp_removed_array;
|
||||
cutText [format[(localize "str_epoch_player_151"),_removed_total,_tobe_removed_total], "PLAIN DOWN"];
|
||||
cutText [format[(localize "STR_EPOCH_PLAYER_145"),_removed_total,_tobe_removed_total], "PLAIN DOWN"];
|
||||
};
|
||||
|
||||
} else {
|
||||
|
||||
@@ -177,7 +177,7 @@ if ((count _upgrade) > 0) then {
|
||||
};
|
||||
} else {
|
||||
_textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName");
|
||||
cutText [format[(localize "str_epoch_player_146"),_missingQty, _textMissing], "PLAIN DOWN"];
|
||||
cutText [format[(localize "STR_EPOCH_ACTIONS_6"),_missingQty, _textMissing], "PLAIN DOWN"];
|
||||
};
|
||||
|
||||
} else {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
private ["_trader_data", "_dialog"];
|
||||
|
||||
if (DZE_ActionInProgress) exitWith {cutText [localize "str_epoch_player_97","PLAIN DOWN"];};
|
||||
if (DZE_ActionInProgress) exitWith {cutText [localize "STR_EPOCH_PLAYER_103","PLAIN DOWN"];};
|
||||
|
||||
_trader_data = (_this select 3);
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ _hasItems = true;
|
||||
_missingQty = (_countIn - _qty);
|
||||
_hasItems = false;
|
||||
_textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName");
|
||||
cutText [format[(localize "STR_EPOCH_ACTIONS_12"), _missingQty, _textMissing], "PLAIN DOWN"];
|
||||
cutText [format[(localize "STR_EPOCH_ACTIONS_6"), _missingQty, _textMissing], "PLAIN DOWN"];
|
||||
};
|
||||
} forEach _items;
|
||||
_hasItems
|
||||
|
||||
@@ -20,7 +20,7 @@ _hasTools = true;
|
||||
if (!(_x in _items)) exitWith {
|
||||
_hasTools = false;
|
||||
_missing = getText (configFile >> "cfgWeapons" >> _x >> "displayName");
|
||||
cutText [format[(localize "STR_EPOCH_ACTIONS_13"), _missing] , "PLAIN DOWN"];
|
||||
cutText [format[(localize "STR_EPOCH_PLAYER_137"), _missing] , "PLAIN DOWN"];
|
||||
};
|
||||
} count _tools;
|
||||
_hasTools
|
||||
|
||||
@@ -50,5 +50,5 @@ _tobe_removed_total = 0;
|
||||
if (_tobe_removed_total == _removed_total) exitWith { true };
|
||||
// missing parts
|
||||
{ player addMagazine _x; } count _temp_removed_array;
|
||||
cutText [format[(localize "STR_EPOCH_ACTIONS_5"), _removed_total, _tobe_removed_total], "PLAIN DOWN"];
|
||||
cutText [format[(localize "STR_EPOCH_PLAYER_145"), _removed_total, _tobe_removed_total], "PLAIN DOWN"];
|
||||
false
|
||||
|
||||
@@ -706,22 +706,11 @@ if (!isNull _cursorTarget && !_inVehicle && !_isPZombie && (player distance _cur
|
||||
{player removeAction _x} count s_player_lockunlock;s_player_lockunlock = [];
|
||||
s_player_lockUnlock_crtl = -1;
|
||||
};
|
||||
|
||||
if (DZE_AllowCargoCheck) then {
|
||||
if ((_isVehicle || _istypeTent || (_typeOfCursorTarget in DZE_isNewStorage)) && _isAlive && !_isMan && !locked _cursorTarget) then {
|
||||
if (s_player_checkGear < 0) then {
|
||||
s_player_checkGear = player addAction [localize "STR_EPOCH_PLAYER_CARGO", "\z\addons\dayz_code\actions\cargocheck.sqf",_cursorTarget, 1, true, true];
|
||||
};
|
||||
} else {
|
||||
player removeAction s_player_checkGear;
|
||||
s_player_checkGear = -1;
|
||||
};
|
||||
};
|
||||
|
||||
// gear access on surrendered player
|
||||
if (_isMan && {_isAlive} && {!_isZombie} && {!_isAnimal} && {_cursorTarget getVariable ["DZE_Surrendered",false]}) then {
|
||||
if (s_player_SurrenderedGear < 0) then {
|
||||
s_player_SurrenderedGear = player addAction [localize "STR_EPOCH_ACTIONS_GEAR", "\z\addons\dayz_code\actions\surrender_gear.sqf",_cursorTarget, 1, true, true];
|
||||
s_player_SurrenderedGear = player addAction [localize "STR_UI_GEAR", "\z\addons\dayz_code\actions\surrender_gear.sqf",_cursorTarget, 1, true, true];
|
||||
};
|
||||
} else {
|
||||
player removeAction s_player_SurrenderedGear;
|
||||
@@ -1069,8 +1058,6 @@ if (!isNull _cursorTarget && !_inVehicle && !_isPZombie && (player distance _cur
|
||||
s_player_parts_crtl = -1;
|
||||
{player removeAction _x} count s_player_lockunlock;s_player_lockunlock = [];
|
||||
s_player_lockUnlock_crtl = -1;
|
||||
player removeAction s_player_checkGear;
|
||||
s_player_checkGear = -1;
|
||||
player removeAction s_player_SurrenderedGear;
|
||||
s_player_SurrenderedGear = -1;
|
||||
player removeAction s_player_maintain_area;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
[_obj] call player_packTent;
|
||||
*/
|
||||
if (DZE_ActionInProgress) exitWith {cutText [localize "str_epoch_player_13","PLAIN DOWN"];};
|
||||
if (DZE_ActionInProgress) exitWith {cutText [localize "str_player_beingpacked","PLAIN DOWN"];};
|
||||
DZE_ActionInProgress = true;
|
||||
_obj = _this;
|
||||
_ownerID = _obj getVariable["CharacterID","0"];
|
||||
|
||||
@@ -140,7 +140,7 @@ if (_IsNearVehicle >= 1) then {
|
||||
}
|
||||
else {
|
||||
_textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName");
|
||||
cutText [format[(localize "str_epoch_player_146"),_missingQty, _textMissing], "PLAIN DOWN"];
|
||||
cutText [format[(localize "STR_EPOCH_ACTIONS_6"),_missingQty, _textMissing], "PLAIN DOWN"];
|
||||
};
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -17,7 +17,6 @@ DynamicVehicleDamageHigh = 100; // Max damage random vehicles can spawn with
|
||||
DynamicVehicleFuelLow = 0; // Min fuel random vehicles can spawn with
|
||||
DynamicVehicleFuelHigh = 100; // Max fuel random vehicles can spawn with
|
||||
|
||||
DZE_AllowCargoCheck = false; // Allow viewing how much space remains in vehicles, safes, tents, etc.
|
||||
DZE_AntiWallLimit = 3; // Number of activations before player_antiWall kills player for glitching attempt. Lower is stricter, but may result in false positives.
|
||||
DZE_DeathMsgGlobal = false; // Display death messages in global chat
|
||||
DZE_DeathMsgSide = false; // Display death messages in side chat
|
||||
|
||||
@@ -211,7 +211,6 @@ dayz_resetSelfActions = {
|
||||
s_player_pzombiesfeed = -1;
|
||||
s_player_tamedog = -1;
|
||||
s_player_parts_crtl = -1;
|
||||
s_player_checkGear = -1;
|
||||
s_player_movedog = -1;
|
||||
s_player_speeddog = -1;
|
||||
s_player_calldog = -1;
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
<Czech>Odstranit z nástrojů</Czech>
|
||||
<French>Retirer de la ceinture</French>
|
||||
<German>Vom Werkzeuggürtel abnehmen</German>
|
||||
<Dutch>Verwijder van gereedschapsgordel</Dutch>
|
||||
</Key>
|
||||
<Key ID="STR_ACTION_CAST">
|
||||
<English>Cast Fishing Pole</English>
|
||||
@@ -7742,6 +7743,7 @@
|
||||
<Czech>Vybavení</Czech>
|
||||
<German>Ausrüstung</German>
|
||||
<French>Equipement</French>
|
||||
<Dutch>Inventaris</Dutch>
|
||||
</Key>
|
||||
<Key ID="STR_UI_FILTER">
|
||||
<English>Filter</English>
|
||||
@@ -10638,15 +10640,6 @@
|
||||
<French>Un outil composé d'une large tête aux faces latérales plates attachée à un manche. Sa tête est habituellement faite en acier. La masse se manipule à deux mains et permet d'exercer plus de force qu'un marteau.</French>
|
||||
<Czech>Nástroj s velkou plochou hlavou připevněnou k rukojeti. Hlava je tvořena především z kovu. Palice je silnější než ostatní kladiva.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_1">
|
||||
<English>Magazine %1 / %2 - Weapons %3 / %4 - Backpacks %5 / %6</English>
|
||||
<German>Magazine %1 / %2 - Waffen %3 / %4 - Rucksäcke %5 / %6</German>
|
||||
<Russian>Припасы %1 / %2 - Оружие %3 / %4 - Рюкзаки %5 / %6</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Magazijnen %1 / %2 - Wapens %3 / %4 - Rugzakken %5 / %6</Dutch>
|
||||
<French>Munitions et objets %1 / %2 - Armes et outils %3 / %4 - Sac à dos %5 / %6</French>
|
||||
<Czech>Zásoby %1 / %2 - Zbraně %3/%4 - Batohy %4 / %6</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_2">
|
||||
<English>Another player wants to tag you as friendly. To accept, tag player as friendly.</English>
|
||||
<German>Ein anderer Spieler möchte Sie als Freund markieren. Um dies zu akzeptieren markiere den Spieler ebenfalls als Freund.</German>
|
||||
@@ -10656,33 +10649,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_3">
|
||||
<English>Pulse is extremely weak</English>
|
||||
<German>Puls ist extrem schwach</German>
|
||||
<Russian>Пульс крайне слаб</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Polsslag is erg zwak</Dutch>
|
||||
<French>Le pouls est extrêmement faible</French>
|
||||
<Czech>Puls je velmi slabý</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_4">
|
||||
<English>Pulse is weak</English>
|
||||
<German>Puls ist schwach</German>
|
||||
<Russian>Пульс слаб</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Polsslag is zwak</Dutch>
|
||||
<French>Le pouls est faible</French>
|
||||
<Czech>Puls je slabý</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_5">
|
||||
<English>Pulse is strong</English>
|
||||
<German>Puls ist stark</German>
|
||||
<Russian>Пульс сильный</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Polsslag is sterk</Dutch>
|
||||
<French>Le pouls est fort</French>
|
||||
<Czech>Puls je silný</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_6">
|
||||
<English>Trading canceled.</English>
|
||||
<German>Handel abgebrochen.</German>
|
||||
@@ -10746,15 +10712,6 @@
|
||||
<French>Impossible d'interrompre dans un marché!</French>
|
||||
<Czech>Nelze se odpojit, když jste v trader city!</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_13">
|
||||
<English>Pack tent already in progress.</English>
|
||||
<German>Packen des Zeltes bereits im Gange.</German>
|
||||
<Russian>Палатка уже упаковывается.</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Tent wordt al reeds ingepakt</Dutch>
|
||||
<French>Le pliage de la tente est déjà en cours.</French>
|
||||
<Czech>Balení stanu již probíhá.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_15">
|
||||
<English>That is already being packed.</English>
|
||||
<German>Das ist schon gepackt.</German>
|
||||
@@ -10783,7 +10740,7 @@
|
||||
<Czech>Musíte mít syrové maso</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_19">
|
||||
<English>Wrong code entered to many times wait 10 seconds</English>
|
||||
<English>Wrong code entered too many times, wait 10 seconds</English>
|
||||
<German>Es wurde zu oft der falsche eingetippt, Sie müssen nun 10 Sekunden warten</German>
|
||||
<Russian>Неправильный код введён слишком много раз, подождите 10 секунд</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
@@ -10935,15 +10892,6 @@
|
||||
<French>Le verrouillage du véhicule est déjà en cours.</French>
|
||||
<Czech>Zamykání vozidla již probíhá.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_38">
|
||||
<English>Take item already in progress.</English>
|
||||
<German>Aufnehmen des Gegenstandes bereits im Gange.</German>
|
||||
<Russian>Предмет уже поднимается.</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Bezig met het oppakken</Dutch>
|
||||
<French>L'objet est déjà pris.</French>
|
||||
<Czech>Sbírání předmětu již probíhá.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_39">
|
||||
<English>Add to toolbelt already in progress.</English>
|
||||
<German>Hinzufügen zum Werkzeuggürtel bereits im Gange.</German>
|
||||
@@ -11070,33 +11018,6 @@
|
||||
<French>L'amélioration est déjà en cours.</French>
|
||||
<Czech>Upgrade již probíhá.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_53">
|
||||
<English>\n\nHarvest wood already in progress.</English>
|
||||
<German>\n\nHolzhacken bereits im Gange.</German>
|
||||
<Russian>\n\nДерево уже рубится.</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>\n\nJe bent al hout aan het hakken</Dutch>
|
||||
<French>\n\nLa coupe du bois est déjà en cours.</French>
|
||||
<Czech>\n\nKácení již probíhá.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_54">
|
||||
<English>\n\nHatchet needs to be in your hand to harvest wood.</English>
|
||||
<German>\n\nSie müssen die Axt in Ihren Händen halten um Holz zu hacken.</German>
|
||||
<Russian>\n\nТопор должен быть в ваших руках, чтобы срубить дерево.</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>\n\nJe moet een bijl in je handen hebben om hout te hakken.</Dutch>
|
||||
<French>\n\nVous devez avoir la hache en main pour couper du bois.</French>
|
||||
<Czech>\n\nPro kácení stromů musíte mít v ruce sekeru.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_55">
|
||||
<English>\n\nCanceled Harvesting Wood.</English>
|
||||
<German>\n\nHolzhacken abgerochen.</German>
|
||||
<Russian>\n\nРубка дерева отменена.</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>\n\nGestopt met houthakken</Dutch>
|
||||
<French>\n\nCoupe du bois annulée.</French>
|
||||
<Czech>\n\nKácení přerušeno.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_56">
|
||||
<English>\n\nCopy key already in progress.</English>
|
||||
<German>\n\nKopieren des Schlüssels bereits im Gange.</German>
|
||||
@@ -11314,7 +11235,7 @@
|
||||
<Czech>Nebyly nalezeny žádné části.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_91">
|
||||
<English>Failed object not longer exists.</English>
|
||||
<English>Failed object no longer exists.</English>
|
||||
<German>Fehlgeschlagen. Objekt existiert nicht mehr.</German>
|
||||
<Russian>Объект не существует.</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
@@ -11340,15 +11261,6 @@
|
||||
<French>déjà en cours.</French>
|
||||
<Czech>již probíhá.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_97">
|
||||
<English>Trading already in progress.</English>
|
||||
<German>Handel bereits im Gange.</German>
|
||||
<Russian>Вы уже торгуете.</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Reeds bezig met handellen.</Dutch>
|
||||
<French>La transaction est déjà en cours.</French>
|
||||
<Czech>Obchodování již probíhá.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_99">
|
||||
<English>Stop already in progress.</English>
|
||||
<German>Stoppen des Generators bereits im Gange.</German>
|
||||
@@ -11673,51 +11585,15 @@
|
||||
<French>\n\n%1 sur %2 ne peuvent être ajoutés à votre inventaire. (pas assez de place ?)</French>
|
||||
<Czech>\n\n%1 z %2 nemohl být přidán do inventáře. (nedostatek místa?)</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_144">
|
||||
<English>You have repaired %1.</English>
|
||||
<German>Sie haben %1 repariert.</German>
|
||||
<Russian>Вы починили %1.</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Je hebt %1 gerepareerd.</Dutch>
|
||||
<French>Vous avez réparé %1.</French>
|
||||
<Czech>Opravili jste %1.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_145">
|
||||
<English>\n\nMissing Parts after first check Item: %1 / %2</English>
|
||||
<German>\n\nFehlende Teile nach der ersten Überprüfung: %1 / %2</German>
|
||||
<!-- <Russian></Russian> -->
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>\n\nMissende onderdelen na eerste check Onderdeel: %1 / %2</Dutch>
|
||||
<!-- <French></French> -->
|
||||
<French>Éléments manquants après la première vérification: %1 / %2</French>
|
||||
<Czech>\n\nChybějící části po první kontrole itemu: %1 / %2</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_146">
|
||||
<English>\n\nMissing %1 more of %2</English>
|
||||
<German>\n\nIhnen fehlt/fehlen %1 %2</German>
|
||||
<!-- <Russian></Russian> -->
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>\n\nJe hebt nog %1 extra %2 nodig.</Dutch>
|
||||
<!-- <French></French> -->
|
||||
<Czech>\n\nChybí %1x %2</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_147">
|
||||
<English>\n\nChopping down tree, walk away at any time to cancel. (%1/%2)</English>
|
||||
<German>\n\nBaum wird gefällt, bewegen Sie sich um den Vorgang abzubrechen. (%1/%2)</German>
|
||||
<Russian>\n\nРубите дерево, уходите в любое время для отмены. (%1/%2)</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>\n\nBoom wordt neergehakt, loop weg om te annuleren. (%1/%2)</Dutch>
|
||||
<!-- <French></French> -->
|
||||
<Czech>Probíhá kácení stromu, kdykoliv se pohněte pro zrušení. (%1/%2)</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_148">
|
||||
<English>\n\n%1 piles of wood has been successfully added in front of you.</English>
|
||||
<German>\n\n%1 Holzstöße wurde erfolgreich vor Ihnen hinzugefügt.</German>
|
||||
<Russian>\n\n%1 дрова были успешно размещены перед вами.</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>\n\n%1 stapels hout liggen nu recht voor je.</Dutch>
|
||||
<!-- <French></French> -->
|
||||
<Czech>\n\n%1 hromad dřeva bylo úspěšně položeno před Vás.</Czech>
|
||||
</Key>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_149">
|
||||
<English>\n\nCrafting needs a %1 within %2 meters</English>
|
||||
<German>\n\nZur Herstellung wird ein(e) %1 innerhalb von %2 benötigt.</German>
|
||||
@@ -11736,15 +11612,6 @@
|
||||
<!-- <French></French> -->
|
||||
<Czech>\n\nVyrobena věc: %1 x %2</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_151">
|
||||
<English>\n\nMissing Parts after first check Item: %1 / %2</English>
|
||||
<German>\n\nFehlende Teile nach der ersten Überprüfung: %1 / %2</German>
|
||||
<!-- <Russian></Russian> -->
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>\n\nMissende onderdelen na eerste check Onderdeel: %1 / %2</Dutch>
|
||||
<!-- <French></French> -->
|
||||
<Czech>\n\nChybějící části po první kontrole věci: %1 / %2</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_152">
|
||||
<English>\n\n%3 complete, missing %1 more of %2</English>
|
||||
<German>\n\n%3 abgeschlossen, Ihnen fehlt/fehlen noch %1 %2</German>
|
||||
@@ -11754,15 +11621,6 @@
|
||||
<!-- <French></French> -->
|
||||
<Czech>\n\n%3 hotovo, chybí ještě %1 %2</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_153">
|
||||
<English>\n\n%3 complete, missing %1 more of %2</English>
|
||||
<German>\n\n%3 abgeschlossen, Ihnen fehlt/fehlen noch %1 %2</German>
|
||||
<!-- <Russian></Russian> -->
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>\n\n%3 compleet, nog %1 %2 nodig voor de volgende</Dutch>
|
||||
<!-- <French></French> -->
|
||||
<Czech>\n\n%3 hotovo, chybí ještě %1 %2</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_154">
|
||||
<English>\n\n%1 of %2 has been successfully added to your inventory.</English>
|
||||
<German>\n\n%1 %2 wurden erflogreich zu Ihrem Inventar hinzugefügt.</German>
|
||||
@@ -12177,113 +12035,104 @@
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 2 10oz zlata</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_197">
|
||||
<English>Add 1 10oz Silver</English>
|
||||
<!-- <German>1 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 1 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 1 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 1 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_198">
|
||||
<English>Add 10 10oz Silver</English>
|
||||
<!-- <German>10 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 10 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 10 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 10 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_199">
|
||||
<English>Add 9 10oz Silver</English>
|
||||
<!-- <German>9 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 9 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 9 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 9 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_200">
|
||||
<English>Remove 1 10oz Silver</English>
|
||||
<!-- <German>1 10oz Silver entfernen</German> -->
|
||||
<Russian>Забрать 1 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Verwijder 1 10oz Goud</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Odebráno 1 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_202">
|
||||
<English>Add 8 10oz Silver</English>
|
||||
<!-- <German>8 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 8 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 8 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 8 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_203">
|
||||
<English>Add 7 10oz Silver</English>
|
||||
<!-- <German>7 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 7 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 7 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 7 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_204">
|
||||
<English>Add 6 10oz Silver</English>
|
||||
<!-- <German>6 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 6 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 6 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 6 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_205">
|
||||
<English>Add 5 10oz Silver</English>
|
||||
<!-- <German>5 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 5 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 5 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 5 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_206">
|
||||
<English>Add 4 10oz Silver</English>
|
||||
<!-- <German>4 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 4 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 4 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 4 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_207">
|
||||
<English>Add 3 10oz Silver</English>
|
||||
<!-- <German>3 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 3 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 3 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 3 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_208">
|
||||
<English>Add 2 10oz Silver</English>
|
||||
<!-- <German>2 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 2 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 2 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 2 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_209">
|
||||
<English>Open %1</English>
|
||||
<German>1% öffnen</German>
|
||||
<Russian>Открыть %1</Russian>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_197">
|
||||
<English>Add 1 10oz Silver</English>
|
||||
<!-- <German>1 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 1 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Open %1</Dutch>
|
||||
<!-- <Dutch>Voeg 1 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Otevřít %1</Czech>
|
||||
<Czech>Přidat 1 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_198">
|
||||
<English>Add 10 10oz Silver</English>
|
||||
<!-- <German>10 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 10 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 10 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 10 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_199">
|
||||
<English>Add 9 10oz Silver</English>
|
||||
<!-- <German>9 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 9 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 9 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 9 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_200">
|
||||
<English>Remove 1 10oz Silver</English>
|
||||
<!-- <German>1 10oz Silver entfernen</German> -->
|
||||
<Russian>Забрать 1 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Verwijder 1 10oz Goud</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Odebráno 1 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_202">
|
||||
<English>Add 8 10oz Silver</English>
|
||||
<!-- <German>8 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 8 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 8 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 8 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_203">
|
||||
<English>Add 7 10oz Silver</English>
|
||||
<!-- <German>7 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 7 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 7 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 7 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_204">
|
||||
<English>Add 6 10oz Silver</English>
|
||||
<!-- <German>6 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 6 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 6 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 6 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_205">
|
||||
<English>Add 5 10oz Silver</English>
|
||||
<!-- <German>5 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 5 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 5 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 5 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_206">
|
||||
<English>Add 4 10oz Silver</English>
|
||||
<!-- <German>4 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 4 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 4 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 4 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_207">
|
||||
<English>Add 3 10oz Silver</English>
|
||||
<!-- <German>3 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 3 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 3 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 3 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_S_208">
|
||||
<English>Add 2 10oz Silver</English>
|
||||
<!-- <German>2 10oz Silver hinzufügen</German> -->
|
||||
<Russian>Добавить 2 10oz серебра</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch>Voeg 2 10oz Goud toe</Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Přidat 2 10oz stříbra</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_210_1">
|
||||
<English>Add 1 bar</English>
|
||||
@@ -12654,15 +12503,6 @@
|
||||
<!-- <French></French> -->
|
||||
<Czech>Vytvořit Garážová vrata</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_241">
|
||||
<English>Build Fire</English>
|
||||
<German>Lagerfeuer erstellen</German>
|
||||
<Russian>Приготовить костёр</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Bouw kampvuur</Dutch>
|
||||
<!-- <French></French> -->
|
||||
<Czech>Vytvořit ohniště</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_242">
|
||||
<English>Craft Lumber</English>
|
||||
<German>Bauholz herstellen</German>
|
||||
@@ -12978,24 +12818,6 @@
|
||||
<!-- <French></French> -->
|
||||
<Czech>Vytvořit Stojan na zbraně</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_283">
|
||||
<English>Close</English>
|
||||
<German>Schließen</German>
|
||||
<Russian>Закрыть</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch></Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Zavřít</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_288">
|
||||
<English>Items</English>
|
||||
<German>Objekte</German>
|
||||
<Russian>Предметы</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch></Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Předměty</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_289">
|
||||
<English>Trader Menu</English>
|
||||
<German>Händler Menü</German>
|
||||
@@ -13050,15 +12872,6 @@
|
||||
<!-- <French></French> -->
|
||||
<Czech>Prodat za</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_295">
|
||||
<English>Remove from Toolbelt.</English>
|
||||
<German>Vom Werkzeuggürtel entfernen.</German>
|
||||
<Russian>Убрать с пояса.</Russian>
|
||||
<Spanish>Remove from Toolbelt.</Spanish>
|
||||
<Dutch>Verwijder van gereedschapsgordel</Dutch>
|
||||
<French>Retirer de la Ceinture.</French>
|
||||
<Czech>Odstranit z opasku na nářadí.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_298">
|
||||
<English>Craft Round Fence</English>
|
||||
<German>Abgerundeten Zaun herstellen</German>
|
||||
@@ -13077,15 +12890,6 @@
|
||||
<!-- <French></French> -->
|
||||
<Czech>Postavit Kulaté oplocení</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_300">
|
||||
<English>Craft Sandbag</English>
|
||||
<German>Sandsack herstellen</German>
|
||||
<Russian>Создать: Мешки с песком</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch></Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<Czech>Vytvořit Pytle s pískem</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_301">
|
||||
<English>Trade Metals</English>
|
||||
<German>Metalle handeln</German>
|
||||
@@ -13203,33 +13007,6 @@
|
||||
<French>\n\nVous ne pouvez accéder à des engins de vos amis dans ce domaine.</French>
|
||||
<Czech>\n\nMůžete mít přístup pouze zařízení uživatele do této oblasti.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_REPAIR">
|
||||
<English>Repair</English>
|
||||
<German>Reparieren</German>
|
||||
<Russian>Починить</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Repareer</Dutch>
|
||||
<French>Réparer</French>
|
||||
<Czech>Opravit</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_REMOVE">
|
||||
<English>Remove</English>
|
||||
<German>Entfernen</German>
|
||||
<Russian>Демонтировать</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Demonteer</Dutch>
|
||||
<French>Retirer</French>
|
||||
<Czech>Demontovat</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_CARGO">
|
||||
<English>Cargo Check</English>
|
||||
<German>Gepäck prüfen</German>
|
||||
<Russian>Проверить груз</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Controleer Bagage</Dutch>
|
||||
<French>Vérifier la cargaison</French>
|
||||
<Czech>Kontrola nákladu</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_UPGRADEV">
|
||||
<English>Upgrade Vehicle</English>
|
||||
<German>Fahrzeug upgraden</German>
|
||||
@@ -13491,15 +13268,6 @@
|
||||
<French>Dépecer le zombie</French>
|
||||
<Czech>Vykuchat Zombie</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_ACTIONS_GEAR">
|
||||
<English>Gear</English>
|
||||
<!-- <German></German> -->
|
||||
<Russian>Инвентарь</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch>Inventaris</Dutch>
|
||||
<French>Équipement</French>
|
||||
<Czech>Vybavení</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_ACTIONS_OPEN">
|
||||
<English>Open %1</English>
|
||||
<German>%1 öffnen</German>
|
||||
@@ -13662,21 +13430,12 @@
|
||||
<French>Vous avez maintenu %1 construction(s).</French>
|
||||
<Czech>Opravil jsi %1 částí budov.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_ACTIONS_5">
|
||||
<English>Missing Parts after first check Item: %1 / %2</English>
|
||||
<!-- <German></German> -->
|
||||
<Russian></Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch></Dutch>
|
||||
<French>Éléments manquants après la première vérification: %1 / %2</French>
|
||||
<Czech>Chybí část: %1</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_ACTIONS_6">
|
||||
<English>Missing %1 more of %2</English>
|
||||
<!-- <German></German> -->
|
||||
<Russian></Russian>
|
||||
<German>Ihnen fehlt/fehlen %1 %2</German>
|
||||
<!-- <Russian></Russian> -->
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch></Dutch>
|
||||
<Dutch>Je hebt nog %1 extra %2 nodig.</Dutch>
|
||||
<French>Il manque %1 %2</French>
|
||||
<Czech>Chybí %1x %2</Czech>
|
||||
</Key>
|
||||
@@ -13725,24 +13484,6 @@
|
||||
<French>Vous avez acheté %3 pour %1 %2, la clé a été ajoutée à votre ceinture.</French>
|
||||
<Czech>Koupeno %3 za %1 %2, klíč byl přidán do opasku na nářadí.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_ACTIONS_12">
|
||||
<English>Missing %1 more of %2</English>
|
||||
<!-- <German></German> -->
|
||||
<Russian></Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch></Dutch>
|
||||
<French>Il manque %1 %2</French>
|
||||
<Czech>Chybí %1x %2</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_ACTIONS_13">
|
||||
<English>Missing tool %1</English>
|
||||
<!-- <German></German> -->
|
||||
<Russian>Отсутствует инструмент %1</Russian>
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<Dutch></Dutch>
|
||||
<French>Outil manquant : %1</French>
|
||||
<Czech>Chybějící nářadí: %1</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_ACTIONS_14">
|
||||
<English>No Tank Traps found nearby.</English>
|
||||
<German>Keine Tank Traps in der Nähe gefunden.</German>
|
||||
@@ -14031,15 +13772,6 @@
|
||||
<!-- <French></French> -->
|
||||
<Czech>Opustili jste %1</Czech>
|
||||
</Key>
|
||||
<Key ID="R3F_VERSION_WEIGHTED">
|
||||
<English>1.04</English>
|
||||
<German>1.04</German>
|
||||
<Russian>1.04</Russian>
|
||||
<Spanish>1.04</Spanish>
|
||||
<Dutch>1.04</Dutch>
|
||||
<French>1.04</French>
|
||||
<Czech>1.04</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_R3F_WEIGHT_InGearBox">
|
||||
<English>%1 | Weight carried : %2 lb</English>
|
||||
<German>%1 | Getragenes Gewicht : %2 Kg</German>
|
||||
|
||||
Reference in New Issue
Block a user