Merge pull request #1755 from oiad/master

Supply crate localization fixes
This commit is contained in:
Niklas Wagner
2016-08-27 14:32:15 +02:00
committed by GitHub
3 changed files with 129 additions and 59 deletions

View File

@@ -9,6 +9,7 @@ class bulk: CA_Magazine {
weight = 5; weight = 5;
}; };
class bulk_empty: bulk { class bulk_empty: bulk {
displayName = $STR_EPOCH_BULK_DISP_EMPTY;
descriptionShort = $STR_EPOCH_BULK_DESC_EMPTY; descriptionShort = $STR_EPOCH_BULK_DESC_EMPTY;
weight = 5; weight = 5;
class ItemActions { class ItemActions {
@@ -65,6 +66,7 @@ class bulk_empty: bulk {
}; };
class bulk_ItemSodaCoke: bulk { class bulk_ItemSodaCoke: bulk {
displayName = $STR_EPOCH_BULK_DISP_SODACOKE_HALF;
descriptionShort = $STR_EPOCH_BULK_DESC_SODACOKE_HALF; descriptionShort = $STR_EPOCH_BULK_DESC_SODACOKE_HALF;
weight = 6; weight = 6;
class ItemActions { class ItemActions {
@@ -84,6 +86,7 @@ class bulk_ItemSodaCoke: bulk {
}; };
}; };
class bulk_ItemSodaCokeFull: bulk { class bulk_ItemSodaCokeFull: bulk {
displayName = $STR_EPOCH_BULK_DISP_SODACOKE_FULL;
descriptionShort = $STR_EPOCH_BULK_DESC_SODACOKE_FULL; descriptionShort = $STR_EPOCH_BULK_DESC_SODACOKE_FULL;
weight = 7; weight = 7;
class ItemActions { class ItemActions {
@@ -96,6 +99,7 @@ class bulk_ItemSodaCokeFull: bulk {
}; };
class bulk_ItemSodaPepsi: bulk { class bulk_ItemSodaPepsi: bulk {
displayName = $STR_EPOCH_BULK_DISP_SODAPEPSI_HALF;
descriptionShort = $STR_EPOCH_BULK_DESC_SODAPEPSI_HALF; descriptionShort = $STR_EPOCH_BULK_DESC_SODAPEPSI_HALF;
weight = 6; weight = 6;
class ItemActions { class ItemActions {
@@ -115,6 +119,7 @@ class bulk_ItemSodaPepsi: bulk {
}; };
}; };
class bulk_ItemSodaPepsiFull: bulk { class bulk_ItemSodaPepsiFull: bulk {
displayName = $STR_EPOCH_BULK_DISP_SODAPEPSI_FULL;
descriptionShort = $STR_EPOCH_BULK_DESC_SODAPEPSI_FULL; descriptionShort = $STR_EPOCH_BULK_DESC_SODAPEPSI_FULL;
weight = 7; weight = 7;
class ItemActions { class ItemActions {
@@ -127,6 +132,7 @@ class bulk_ItemSodaPepsiFull: bulk {
}; };
class bulk_FoodbaconCooked: bulk { class bulk_FoodbaconCooked: bulk {
displayName = $STR_EPOCH_BULK_DISP_BACON_HALF;
descriptionShort = $STR_EPOCH_BULK_DESC_BACON_HALF; descriptionShort = $STR_EPOCH_BULK_DESC_BACON_HALF;
weight = 5; weight = 5;
class ItemActions { class ItemActions {
@@ -146,6 +152,7 @@ class bulk_FoodbaconCooked: bulk {
}; };
}; };
class bulk_FoodbaconCookedFull: bulk { class bulk_FoodbaconCookedFull: bulk {
displayName = $STR_EPOCH_BULK_DISP_BACON_FULL;
descriptionshort = $STR_EPOCH_BULK_DESC_BACON_FULL; descriptionshort = $STR_EPOCH_BULK_DESC_BACON_FULL;
weight = 5; weight = 5;
class ItemActions { class ItemActions {
@@ -159,6 +166,7 @@ class bulk_FoodbaconCookedFull: bulk {
// Ammo // Ammo
class bulk_17Rnd_9x19_glock17: bulk { class bulk_17Rnd_9x19_glock17: bulk {
displayName = $STR_EPOCH_BULK_DISP_G17;
descriptionShort = $STR_EPOCH_BULK_DESC_G17; descriptionShort = $STR_EPOCH_BULK_DESC_G17;
weight = 17; weight = 17;
class ItemActions { class ItemActions {
@@ -170,6 +178,7 @@ class bulk_17Rnd_9x19_glock17: bulk {
}; };
}; };
class bulk_15Rnd_9x19_M9SD: bulk { class bulk_15Rnd_9x19_M9SD: bulk {
displayName = $STR_EPOCH_BULK_DISP_M9SD;
descriptionShort = $STR_EPOCH_BULK_DESC_M9SD; descriptionShort = $STR_EPOCH_BULK_DESC_M9SD;
weight = 17; weight = 17;
class ItemActions { class ItemActions {
@@ -181,6 +190,7 @@ class bulk_15Rnd_9x19_M9SD: bulk {
}; };
}; };
class bulk_30Rnd_9x19_MP5SD: bulk { class bulk_30Rnd_9x19_MP5SD: bulk {
displayName = $STR_EPOCH_BULK_DISP_MP5SD;
descriptionShort = $STR_EPOCH_BULK_DESC_MP5SD; descriptionShort = $STR_EPOCH_BULK_DESC_MP5SD;
weight = 18; weight = 18;
class ItemActions { class ItemActions {
@@ -192,6 +202,7 @@ class bulk_30Rnd_9x19_MP5SD: bulk {
}; };
}; };
class bulk_30Rnd_556x45_StanagSD: bulk { class bulk_30Rnd_556x45_StanagSD: bulk {
displayName = $STR_EPOCH_BULK_DISP_STANAGSD;
descriptionShort = $STR_EPOCH_BULK_DESC_STANAGSD; descriptionShort = $STR_EPOCH_BULK_DESC_STANAGSD;
weight = 20; weight = 20;
class ItemActions { class ItemActions {
@@ -204,6 +215,7 @@ class bulk_30Rnd_556x45_StanagSD: bulk {
}; };
class bulk_ItemSandbag: bulk { class bulk_ItemSandbag: bulk {
displayName = $STR_EPOCH_BULK_DISP_SANDBAG;
descriptionShort = $STR_EPOCH_BULK_DESC_SANDBAG; descriptionShort = $STR_EPOCH_BULK_DESC_SANDBAG;
weight = 60; weight = 60;
class ItemActions { class ItemActions {
@@ -216,6 +228,7 @@ class bulk_ItemSandbag: bulk {
}; };
class bulk_ItemTankTrap: bulk { class bulk_ItemTankTrap: bulk {
displayName = $STR_EPOCH_BULK_DISP_TANKTRAP_FULL;
descriptionShort = $STR_EPOCH_BULK_DESC_TANKTRAP_FULL; descriptionShort = $STR_EPOCH_BULK_DESC_TANKTRAP_FULL;
weight = 25; weight = 25;
class ItemActions { class ItemActions {
@@ -227,6 +240,7 @@ class bulk_ItemTankTrap: bulk {
}; };
}; };
class bulk_ItemTankTrapHalf: bulk { class bulk_ItemTankTrapHalf: bulk {
displayName = $STR_EPOCH_BULK_DISP_TANKTRAP_HALF;
descriptionShort = $STR_EPOCH_BULK_DESC_TANKTRAP_HALF; descriptionShort = $STR_EPOCH_BULK_DESC_TANKTRAP_HALF;
weight = 12.5; weight = 12.5;
class ItemActions { class ItemActions {
@@ -247,6 +261,7 @@ class bulk_ItemTankTrapHalf: bulk {
}; };
class bulk_ItemWire: bulk { class bulk_ItemWire: bulk {
displayName = $STR_EPOCH_BULK_DISP_WIREKIT_FULL;
descriptionShort = $STR_EPOCH_BULK_DESC_WIREKIT_FULL; descriptionShort = $STR_EPOCH_BULK_DESC_WIREKIT_FULL;
weight = 25; weight = 25;
class ItemActions { class ItemActions {
@@ -258,6 +273,7 @@ class bulk_ItemWire: bulk {
}; };
}; };
class bulk_ItemWireHalf: bulk { class bulk_ItemWireHalf: bulk {
displayName = $STR_EPOCH_BULK_DISP_WIREKIT_HALF;
descriptionShort = $STR_EPOCH_BULK_DESC_WIREKIT_HALF; descriptionShort = $STR_EPOCH_BULK_DESC_WIREKIT_HALF;
weight = 12.5; weight = 12.5;
class ItemActions { class ItemActions {
@@ -278,6 +294,7 @@ class bulk_ItemWireHalf: bulk {
}; };
class bulk_PartGeneric: bulk { class bulk_PartGeneric: bulk {
displayName = $STR_EPOCH_BULK_DISP_GENERIC_FULL;
descriptionShort = $STR_EPOCH_BULK_DESC_GENERIC_FULL; descriptionShort = $STR_EPOCH_BULK_DESC_GENERIC_FULL;
weight = 60; weight = 60;
class ItemActions { class ItemActions {
@@ -289,6 +306,7 @@ class bulk_PartGeneric: bulk {
}; };
}; };
class bulk_PartGenericHalf: bulk { class bulk_PartGenericHalf: bulk {
displayName = $STR_EPOCH_BULK_DISP_GENERIC_HALF;
descriptionShort = $STR_EPOCH_BULK_DESC_GENERIC_HALF; descriptionShort = $STR_EPOCH_BULK_DESC_GENERIC_HALF;
weight = 30; weight = 30;
class ItemActions { class ItemActions {
@@ -306,4 +324,4 @@ class bulk_PartGenericHalf: bulk {
input[] = {{"bulk_PartGenericHalf",1},{"PartGeneric",6}}; input[] = {{"bulk_PartGenericHalf",1},{"PartGeneric",6}};
}; };
}; };
}; };

View File

@@ -235,19 +235,20 @@ class RscDisplayGear
shadow = 0; shadow = 0;
}; };
class CA_ItemName : RscText class CA_ItemName : RscText // This is the RSC for the DisplayName under the list box.
{ {
idc = 1101; idc = 1101;
//x = -0.039; //x = -0.039;
x = -0.051; x = -0.051;
//y = 0.627; //y = 0.627;
y = 0.668; y = 0.668;
w = 0.458;
colorText[] = {0.32,0.24,0.09,1}; colorText[] = {0.32,0.24,0.09,1};
shadow = 0; shadow = 0;
text = "Gear of the unit:"; text = "Gear of the unit:";
}; };
class CA_CustomDescription : RscStructuredText class CA_CustomDescription : RscStructuredText // This is the RSC for the descriptionShort under the list box.
{ {
idc = 1106; idc = 1106;
//x = -0.039; //x = -0.039;

View File

@@ -13547,8 +13547,8 @@
<Czech>Bedna zásob</Czech> <Czech>Bedna zásob</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DESC"> <Key ID="STR_EPOCH_BULK_DESC">
<English>12 x Random Item</English> <English>12x Random Item</English>
<German>12 x Zufällige Gegenstände</German> <German>12x Zufällige Gegenstände</German>
<Russian>Какой-то предмет (12x)</Russian> <Russian>Какой-то предмет (12x)</Russian>
<Czech>12x Náhodných předmětů</Czech> <Czech>12x Náhodných předmětů</Czech>
</Key> </Key>
@@ -13558,96 +13558,150 @@
<Russian>Пустой ящик</Russian> <Russian>Пустой ящик</Russian>
<Czech>Prázdná bedna</Czech> <Czech>Prázdná bedna</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DISP_EMPTY">
<English>Supply Crate (Empty)</English>
</Key>
<Key ID="STR_EPOCH_BULK_DESC_SODACOKE_HALF"> <Key ID="STR_EPOCH_BULK_DESC_SODACOKE_HALF">
<English>6 x Soda (Coke)</English> <English>6x Soda (Coke)</English>
<German>6 x Dose (Coke)</German> <German>6x Dose (Coke)</German>
<Russian>6 x Газировка (Кола)</Russian> <Russian>6x Газировка (Кола)</Russian>
<Czech>6x Soda s kolovou příchutí</Czech> <Czech>6x Soda s kolovou příchutí</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DISP_SODACOKE_HALF">
<English>Supply Crate (6x Coke)</English>
</Key>
<Key ID="STR_EPOCH_BULK_DESC_SODACOKE_FULL"> <Key ID="STR_EPOCH_BULK_DESC_SODACOKE_FULL">
<English>12 x Soda (Coke)</English> <English>12x Soda (Coke)</English>
<German>12 x Dose (Coke)</German> <German>12x Dose (Coke)</German>
<Russian>12 x Газировка (Кола)</Russian> <Russian>12x Газировка (Кола)</Russian>
<Czech>12x Soda s kolovou příchutí</Czech> <Czech>12x Soda s kolovou příchutí</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DISP_SODACOKE_FULL">
<English>Supply Crate (12x Coke)</English>
</Key>
<Key ID="STR_EPOCH_BULK_DESC_SODAPEPSI_HALF"> <Key ID="STR_EPOCH_BULK_DESC_SODAPEPSI_HALF">
<English>6 x Soda (Pepsi)</English> <English>6x Soda (Pepsi)</English>
<German>6 x Dose (Pepsi)</German> <German>6x Dose (Pepsi)</German>
<Russian>6 x Газировка (Пепси)</Russian> <Russian>6x Газировка (Пепси)</Russian>
<Czech>6x Pepsi</Czech> <Czech>6x Pepsi</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DISP_SODAPEPSI_HALF">
<English>Supply Crate (6x Pepsi)</English>
</Key>
<Key ID="STR_EPOCH_BULK_DESC_SODAPEPSI_FULL"> <Key ID="STR_EPOCH_BULK_DESC_SODAPEPSI_FULL">
<English>12 x Soda (Pepsi)</English> <English>12x Soda (Pepsi)</English>
<German>12 x Dose (Pepsi)</German> <German>12x Dose (Pepsi)</German>
<Russian>12 x Газировка (Пепси)</Russian> <Russian>12x Газировка (Пепси)</Russian>
<Czech>12x Pepsi</Czech> <Czech>12x Pepsi</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DISP_SODAPEPSI_FULL">
<English>Supply Crate (12x Pepsi)</English>
</Key>
<Key ID="STR_EPOCH_BULK_DESC_BACON_HALF"> <Key ID="STR_EPOCH_BULK_DESC_BACON_HALF">
<English>6 x Bacon</English> <English>6x Bacon</English>
<German>6 x Gebratener Speck</German> <German>6x Gebratener Speck</German>
<Russian>6 x Готовый бекон</Russian> <Russian>6x Готовый бекон</Russian>
<Czech>6x Vepřové</Czech> <Czech>6x Vepřové</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DISP_BACON_HALF">
<English>Supply Crate (6x Bacon)</English>
</Key>
<Key ID="STR_EPOCH_BULK_DESC_BACON_FULL"> <Key ID="STR_EPOCH_BULK_DESC_BACON_FULL">
<English>12 x Bacon</English> <English>12x Bacon</English>
<German>12 x Gebratener Speck</German> <German>12x Gebratener Speck</German>
<Russian>12 x Готовый бекон</Russian> <Russian>12x Готовый бекон</Russian>
<Czech>12x Vepřové</Czech> <Czech>12x Vepřové</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DISP_BACON_FULL">
<English>Supply Crate (12x Bacon)</English>
</Key>
<Key ID="STR_EPOCH_BULK_DESC_G17"> <Key ID="STR_EPOCH_BULK_DESC_G17">
<English>12 x 17Rnd_9x19_glock17</English> <English>12x 17Rnd_9x19_glock17</English>
<Czech>12x 17Rnd_9x19_glock17</Czech> </Key>
<Key ID="STR_EPOCH_BULK_DISP_G17">
<English>Supply Crate (12x G17)</English>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DESC_M9SD"> <Key ID="STR_EPOCH_BULK_DESC_M9SD">
<English>12 x 15Rnd_9x19_M9SD</English> <English>12x 15Rnd_9x19_M9SD</English>
<Czech>12x 15Rnd_9x19_M9SD</Czech> </Key>
<Key ID="STR_EPOCH_BULK_DISP_M9SD">
<English>Supply Crate (12x M9SD)</English>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DESC_MP5SD"> <Key ID="STR_EPOCH_BULK_DESC_MP5SD">
<English>12 x 30Rnd_9x19_MP5SD</English> <English>12x 30Rnd_9x19_MP5SD</English>
<Czech>12x 30Rnd_9x19_MP5SD</Czech> </Key>
<Key ID="STR_EPOCH_BULK_DISP_MP5SD">
<English>Supply Crate (12x MP5SD)</English>
</Key>
<Key ID="STR_EPOCH_BULK_DESC_STANAGSD">
<English>12x 30Rnd_556x45_StanagSD</English>
</Key>
<Key ID="STR_EPOCH_BULK_DISP_STANAGSD">
<English>Supply Crate (12x StanagSD)</English>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DESC_SANDBAG"> <Key ID="STR_EPOCH_BULK_DESC_SANDBAG">
<English>12 x SandBag</English> <English>12x SandBag</English>
<German>12 x Sandsack</German> <German>12x Sandsack</German>
<Russian>12 x Мешок с песком</Russian> <Russian>12x Мешок с песком</Russian>
<Czech>12 Pytlů s pískem</Czech> <Czech>12 Pytlů s pískem</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DESC_TANKTRAP_HALF"> <Key ID="STR_EPOCH_BULK_DISP_SANDBAG">
<English>6 x Tank Trap</English> <English>Supply Crate (12x Sandbag)</English>
<German>6 x Panzersperre</German>
<Russian>6 x Противотанковый ёж</Russian>
<Czech>6 Zátaras</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DESC_TANKTRAP_FULL"> <Key ID="STR_EPOCH_BULK_DESC_TANKTRAP_FULL">
<English>12 x Tank Trap</English> <English>12x Tank Trap</English>
<German>12 x Panzersperre</German> <German>12x Panzersperre</German>
<Russian>12 x Противотанковый ёж</Russian> <Russian>12x Противотанковый ёж</Russian>
<Czech>12 Zátaras</Czech> <Czech>12 Zátaras</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DESC_WIREKIT_HALF"> <Key ID="STR_EPOCH_BULK_DISP_TANKTRAP_FULL">
<English>6 x Wire Kit</English> <English>Supply Crate (12x Tank Trap)</English>
<German>6 x Stacheldraht</German> </Key>
<Russian>6 x Колючая проволока</Russian> <Key ID="STR_EPOCH_BULK_DESC_TANKTRAP_HALF">
<Czech>6 Drátů</Czech> <English>6x Tank Trap</English>
<German>6x Panzersperre</German>
<Russian>6x Противотанковый ёж</Russian>
<Czech>6 Zátaras</Czech>
</Key>
<Key ID="STR_EPOCH_BULK_DISP_TANKTRAP_HALF">
<English>Supply Crate (6x Tank Trap)</English>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DESC_WIREKIT_FULL"> <Key ID="STR_EPOCH_BULK_DESC_WIREKIT_FULL">
<English>12 x Wire Kit</English> <English>12x Wire Kit</English>
<German>12 x Stacheldraht</German> <German>12x Stacheldraht</German>
<Russian>12 x Колючая проволока</Russian> <Russian>12x Колючая проволока</Russian>
<Czech>12 Drátů</Czech> <Czech>12 Drátů</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DESC_GENERIC_HALF"> <Key ID="STR_EPOCH_BULK_DISP_WIREKIT_FULL">
<English>6 x Scrap Metal</English> <English>Supply Crate (12x Wire Kit)</English>
<German>6 x Metallteile</German> </Key>
<Russian>6 x Металлолом</Russian> <Key ID="STR_EPOCH_BULK_DESC_WIREKIT_HALF">
<Czech>6x Železný šrot</Czech> <English>6x Wire Kit</English>
<German>6x Stacheldraht</German>
<Russian>6x Колючая проволока</Russian>
<Czech>6 Drátů</Czech>
</Key>
<Key ID="STR_EPOCH_BULK_DISP_WIREKIT_HALF">
<English>Supply Crate (6x Wire Kit)</English>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DESC_GENERIC_FULL"> <Key ID="STR_EPOCH_BULK_DESC_GENERIC_FULL">
<English>12 x Scrap Metal</English> <English>12x Scrap Metal</English>
<German>12 x Metallteile</German> <German>12x Metallteile</German>
<Russian>12 x Металлолом</Russian> <Russian>12x Металлолом</Russian>
<Czech>12x Železný šrot</Czech> <Czech>12x Železný šrot</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_BULK_DISP_GENERIC_FULL">
<English>Supply Crate (12x Scrap Metal)</English>
</Key>
<Key ID="STR_EPOCH_BULK_DESC_GENERIC_HALF">
<English>6x Scrap Metal</English>
<German>6x Metallteile</German>
<Russian>6x Металлолом</Russian>
<Czech>6x Železný šrot</Czech>
</Key>
<Key ID="STR_EPOCH_BULK_DISP_GENERIC_HALF">
<English>Supply Crate (6x Scrap Metal)</English>
</Key>
<Key ID="STR_EPOCH_SAFE"> <Key ID="STR_EPOCH_SAFE">
<English>Safe</English> <English>Safe</English>
<German>Safe</German> <German>Safe</German>
@@ -13833,9 +13887,6 @@
<English>Bio Meat</English> <English>Bio Meat</English>
<German>Bio-Fleisch</German> <German>Bio-Fleisch</German>
<Russian>Органическое мясо</Russian> <Russian>Органическое мясо</Russian>
<Spanish>Bio Meat</Spanish>
<French>Bio Meat</French>
<Czech>Bio Meat</Czech>
</Key> </Key>
<Key ID="STR_FOOD_NAME_BIOMEAT_DESC"> <Key ID="STR_FOOD_NAME_BIOMEAT_DESC">
<English>Bio Meat: A very good source of nutrition, and a very high chance of infection. Eat at own risk.</English> <English>Bio Meat: A very good source of nutrition, and a very high chance of infection. Eat at own risk.</English>