mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical Treatment - Improve display name for arsenal tab (#9525)
* add new display name for arsenal tab * german language added * Update stringtable.xml * Update stringtable.xml
This commit is contained in:
parent
209edf0433
commit
c92eca7751
@ -48,7 +48,7 @@ GVAR(facilityClasses) = [];
|
||||
|
||||
// Custom Arsenal tab
|
||||
if (["ace_arsenal"] call EFUNC(common,isModLoaded)) then {
|
||||
[MEDICAL_TREATMENT_ITEMS, LELSTRING(medical,Category), ARSENAL_CATEGORY_ICON, -1, true] call EFUNC(arsenal,addRightPanelButton);
|
||||
[MEDICAL_TREATMENT_ITEMS, LLSTRING(medicalTab), ARSENAL_CATEGORY_ICON, -1, true] call EFUNC(arsenal,addRightPanelButton);
|
||||
};
|
||||
|
||||
ADDON = true;
|
||||
|
@ -4784,5 +4784,18 @@
|
||||
<German>Bestimmt, wie wirksam Bandagen beim Verschließen von Wunden sind.</German>
|
||||
<Korean>붕대가 상처를 치료하는 데 얼마나 효과적으로 지속되는지 결정합니다.</Korean>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Medical_Treatment_medicalTab">
|
||||
<English>Medical Items</English>
|
||||
<Polish>Przedmioty Medyczne</Polish>
|
||||
<French>Matériel médical</French>
|
||||
<Korean>의료 물품</Korean>
|
||||
<Hungarian>Orvosi felszerelés</Hungarian>
|
||||
<Russian>Медицинские предметы</Russian>
|
||||
<Czech>Zdravotnický materiál</Czech>
|
||||
<Turkish>Tıbbi Ürünler</Turkish>
|
||||
<German>Medizinisches Material</German>
|
||||
<Japanese>医療品</Japanese>
|
||||
<Spanish>Objetos médicos</Spanish>
|
||||
</Key>
|
||||
</Package>
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user