ACE3/addons/medical_ai/stringtable.xml
SilentSpike 9e5c4a7ed9
Move medical settings into their respective components (#6493)
* Transfer medical AI to CBA setting
* Neuter the old settings module

I've left the entry in CfgVehicles so that it doesn't cause errors on
older missions, but it's just a dumb logic now and does nothing.

* Remove medic setting
* Move increaseTraining setting
* Move fnc_adjustPainlevel to medical_status
* Move pain and bleed coefficients to medical_status
* Move advanced bandages to medical_treatment
* Move advanced medication to medical_treatment
* Move advanced diagnose to medical_treatment
* Move wound reopening and screams settings
* Move damage threshold settings
* Move showPain setting
* Move statemachine settings
* Move pain visualisation setting
* Move all treatment usage settings
* Move self IV setting
* Move remaining settings
* Sort treatment setting string categories
2018-08-06 17:08:43 +01:00

28 lines
1.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<Project name="ACE">
<Package name="medical_ai">
<Key ID="STR_ACE_medical_ai_settingCategory">
<English>ACE Medical - AI</English>
</Key>
<Key ID="STR_ACE_medical_ai_enableFor_title">
<English>Medic AI</English>
</Key>
<Key ID="STR_ACE_medical_ai_enableFor_desc">
<English>AI will respond to injury and unconsciousness</English>
</Key>
<Key ID="STR_ACE_medical_ai_enabledFor_OnlyServerAndHC">
<English>Only Server and HC</English>
<German>Nur Server und HC</German>
<Spanish>Sólo Server y HC</Spanish>
<Russian>Нур сервера унд HC</Russian>
<Japanese>サーバーと HC のみ</Japanese>
<Polish>Tylko serwer i HC</Polish>
<French>Seulement sur le server ou le HC</French>
<Italian>Solo Server e HC</Italian>
<Chinesesimp>只在伺服器或无头客户端</Chinesesimp>
<Chinese>只在伺服器或無頭客戶端</Chinese>
<Korean>서버와 헤드리스만</Korean>
</Key>
</Package>
</Project>