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:
MiszczuZPolski 2023-10-18 21:02:30 +02:00 committed by GitHub
parent 209edf0433
commit c92eca7751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -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;

View File

@ -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>