ACE3/addons/medical/stringtable.xml

451 lines
29 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2015-03-01 09:25:37 +00:00
<Project name="ACE">
2015-04-13 19:15:04 +00:00
<Package name="Medical">
Medical Treatment - Modernize and Cleanup (#6933) * Modernize and cleanup medical_treatment * One line for each old public function * Fix litterCleanupDelay name * Improve adjustment calcs / wound blood loss / medications fix func descriptions Calc wound blood loss on events reorder includes so scritpmacroMed has global effect trivial optimization for getCardiacOutput Fix var Fix wounds not reopening (nil _category) Fix surgical kit inherting canBandage conditional debug hitpoints Update ACE_Medical_Treatment_Actions.hpp Use woundBleeding for IS_BLEEDING macro rework medication vars comments Reset var in init / fullHeal Update addons/medical_treatment/functions/fnc_onMedicationUsage.sqf Co-Authored-By: PabstMirror <pabstmirror@gmail.com> * Change wound data array Drop unique id and merge classId and category * Splinting and treatment and gui * Add arm fractures and aim effects * localizations and event * fix * fix merge for renamed files * Fixes and code review changes * Move medical logs clearing to treatment * More cleanup work * cleanup * Apply suggestions from code review Co-Authored-By: PabstMirror <pabstmirror@gmail.com> * formating, rename bone images * Fix args for setDead call in actionPlaceInBodyBag * Apply suggestions from code review Co-Authored-By: PabstMirror <pabstmirror@gmail.com> * disable calls to extension * Update fnc_onMedicationUsage.sqf * Medical - Skip unneeded setVars on initUnit (#6949) * Medical - Transfer state machine state on locality (#6950) * Medical - Transfer state machine state on locality * Fix feedback isUnconscious var * Exclude AI * Make UAV excludes consistant, formating * Update fnc_treatmentFullHealLocal.sqf * reset fractures on respawn * Fix merge * Add PAK time coefficient setting * Fix medication * Add ace_medical_replacementItems config array * checkItems performance improvement * Treatment - cap max animation speed (#6995) * Treatment - cap max animation speed and add lock to prevent AF from reseting anim * Update fnc_getBandageTime.sqf * Use local version of setAnimSpeedCoef * Revert "Use local version of setAnimSpeedCoef" This reverts commit 36c22a90473fd0670ab97f3a373e4ae08493ff52. * Move replacementItems compiling to preInit * Improve replacementItems compiling * Cleanup splint functions, use macros for fractures * Rename splintCondition to canSplint * Add cprCreatesPulse setting * Cleanup remaining functions * Capitalize stringtable entry names * getStitchTime function and fix treatment locations * Update addons/medical_treatment/functions/fnc_getHealTime.sqf Co-Authored-By: SilentSpike <silentspike100+Github@gmail.com>
2019-06-03 15:31:46 +00:00
<Key ID="STR_ACE_Medical_Category">
2016-07-15 10:21:56 +00:00
<English>ACE Medical</English>
<Russian>ACE: медицина</Russian>
<Polish>ACE Opcje medyczne</Polish>
<Spanish>Médico ACE</Spanish>
<German>ACE-Medicsystem</German>
<Czech>ACE Zdravotnické</Czech>
<Portuguese>ACE Médico</Portuguese>
<French>ACE Médical</French>
<Hungarian>ACE Orvosi Rendszer</Hungarian>
<Italian>ACE Medical</Italian>
2016-09-27 16:15:38 +00:00
<Japanese>ACE 医療</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>ACE 의료</Korean>
<Chinesesimp>ACE 医疗系统</Chinesesimp>
<Chinese>ACE 醫療系統</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
<Key ID="STR_ACE_Medical_SpontaneousWakeUpChance_DisplayName">
<English>Unconscious Wake Up Chance</English>
<German>Wahrscheinlichkeit aufzuwachen</German>
<Japanese>気絶から覚醒の可能性</Japanese>
<Russian>Шанс очнуться при потере сознания</Russian>
<French>Chance de reprendre connaissance</French>
2019-09-14 18:36:28 +00:00
<Portuguese>Chance de recuperar consciência</Portuguese>
<Chinese>從無意識中甦醒機率</Chinese>
<Italian>Chance di rialzarsi</Italian>
<Czech>Pravděpodobnost probuzení se z bezvědomí</Czech>
2016-07-15 10:21:56 +00:00
</Key>
<Key ID="STR_ACE_Medical_SpontaneousWakeUpChance_Description">
<English>The probablity that a unit with stable vitals will wake up from unconsciousness (checked every 15 seconds).</English>
<German>Wahrscheinlichkeit, dass eine bewusstlose Person mit stabilen Vitalwerten wieder aufwacht ()Überprüfung alle 15 Sekunden)</German>
<Japanese>容体が安定しているユニットが気絶する確率を決定できます。(15 秒毎に確認)</Japanese>
<Russian>Вероятность, что стабилизированный юнит очнется от потери сознания (Проверяется каждые 15 сек)</Russian>
French translation (#7298) * Cleaning and reorganizing of some stringtable files (WIP) : - Duplicate entries have been removed, and the arrangement improved, to help future translators. - Some ACE_Settings.hpp files have been modified because they were not up to date. - Minor french translation correction. * Added French translation and / or correction for : - Weaponselect module, - Weather module, - Winddeflection module, - Yardage450 module, - Zeus module. * Convert Tabs to Spaces * Minor corrections ; arrangement improved for few stringtable.xml files. * Improved French translation, and adjust fews settings. - Nombreuses corrections mineures, en vérifiant chaque menu un à un, puis chaque option dans le jeu lui-même. Ca m'a permit de constater qu'il y a certaines absurdités, y compris en anglais, qui ont donc été retraduites dans toutes les langues, mais qui ne correspondent pas vraiment à l'option telle qu'implémentée. Par exemple, le système de réarmement dans Eden est traduit de manière très étrange. - Modification du fichier "addons/overheating/ACE_Settings.hpp", afin de changer l'ordre du menu "ACE Surchauffe". En effet la case "activé" était tout en bas, aussi je l'ai mise tout en haut (comme c'est déjà le cas pour toutes les options). - Modification du fichier "addons/finger/ACE_Settings.hpp", concernant le pointage du doigt ACE, afin d'y ajouter une description dans les réglages des addons. Il y en avait déjà une (peu utile) dans les paramètres des commandes, mais pas dans les options des addons, ce qui rend l'option peu explicite pour un débutant. * Corrections mineures * correction erreurs * correction erreurs (nametags) * correction erreurs et modules obsolètes (nametags) * correction erreurs et modules obsolètes (common) * Mise en commentaire d'éléments obsolètes * correction key error * Added Vdauphin suggestions :). * French translation - Replaced "Faction" (faction) to "Camp" (side) addons/captives/stringtable.xml addons/switchunits/stringtable.xml addons/zeus/stringtable.xml * Minor correction of french Concertina_wire translation * - (PabstMirror suggestions) Replace tabs by spaces, in addons/common/stringtable.xml - (PabstMirror suggestions) Replace xml comments by french plain text, in addons/common/stringtable.xml - Replace xml comments by french plain text, addons/explosives/stringtable.xml - Replace xml comments by french plain text, addons/nametags/stringtable.xml * Removed accented capital letters for objects in french translation : Capital accented letters were a problem because they were not classified alphabetically. Thus in Eden or in the arsenal, objects starting with a capital accented letter were systematically at the top of the list. modified: addons/chemlights/stringtable.xml modified: addons/huntir/stringtable.xml * Correction of a typing error (french concertina_wire translation
2019-12-19 17:08:31 +00:00
<French>La probabilité qu'une unité en état stable puisse reprendre conscience spontanément (état vérifié toutes les 15 secondes).</French>
2019-09-14 18:36:28 +00:00
<Portuguese>A probabilidade que uma unidade com vitais estabilizados possa recuperar consciências (verificado a cada 15 segundos)</Portuguese>
<Chinese>生命跡象穩定的單位從無意識狀態中甦醒的機率(每十五秒確認一次)</Chinese>
<Italian>La probabilità che un'unità con i segni vitali stabili si risvegli dall'incoscienza (controllata ogni 15 secondi).</Italian>
<Czech>Pravděpodobnost, že se jednotka se stabilními životními známkami probudí z bezvědomí (zkoušeno každých 15 vteřin).</Czech>
2016-07-15 10:21:56 +00:00
</Key>
<Key ID="STR_ACE_Medical_spontaneousWakeUpEpinephrineBoost_DisplayName">
<English>Epinephrine Increases Wake Up Chance</English>
<Japanese>アドレナリンで覚醒確率上昇</Japanese>
<Chinese>腎上腺素甦醒機率增加</Chinese>
French translation Update / Added (#7213) * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French Advanced Ballistics Translation Update * French Advanced Fatigue Translation Update * French Ai Translation Update * French Arsenal Translation Update * French Ballistics Translation Update * French Captives Translation Update * French Cargo Translation Update * French Common Translation Update * French Cookoff Translation Update * French CSW Translation Update * French Dagr Translation Update * French Dogtags Translation Update * French Dragging Translation Update * French Dragon Translation Update * French Explosives Translation Update * French Explosives Translation Update - update * French Fastroping Translation Update * French FCS and Finger Translation Update * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French Advanced Ballistics Translation Update * French Advanced Fatigue Translation Update * French Ai Translation Update * French Arsenal Translation Update * French Ballistics Translation Update * French Captives Translation Update * French Cargo Translation Update * French Common Translation Update * French Cookoff Translation Update * French MicroDAGR Translation Update * French CSW Translation Update * French Dagr Translation Update * French Dogtags Translation Update * French Dragging Translation Update * French Dragon Translation Update * French Explosives Translation Update * French Explosives Translation Update - update * French Fastroping Translation Update * French FCS and Finger Translation Update * Update French Explosives Translation Update * Update addons/advanced_ballistics/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/advanced_fatigue/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/cargo/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/arsenal/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/advanced_fatigue/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update frag/gestures/goggles/grenades/gunbag french translation * Update hearing french translation * Added French update translation and / or correction for : - Frag Module - Gestures Module - Goggles Module - Grenades Module - Gunbag Module - Hearing Module - Hellfire Module - Hitreactions Module - Hot Module - Interact_Menu Module - Interaction Module - Inventory Module - Laser Module - Laserpointer Module - Magazinerepack Module - Map Module - Map_gesture Module - Maptools Module - Markers Module - Maverick Module * Added French update translation and / or correction for : - Interaction Module - Medical Module - Medical_damage Module - Medical_feedback Module - Medical_gui Module - Medical_statemachine Module - Medical_treatment Module - Microdagr Module * Added French update translation and / or correction for : - Missileguidance Module - Missionmodules Module - Nametags Module - Nightvision Module - Nlaw Module - Noradio Module - Optionsmenu Module * Added French update translation and / or correction for : - Overheating Module - Overpressure Module - Parachute Module - Pylons Module - Quickmount Module - Rangecard Module - Realisticnames Module - Rearm Module - Refuel Module - Reload Module * Adding French translation and correction for the Repair Module * Correction typo mineure * Adding French translation and / or correction for : - Respawn Module - Safemode Module - Sandbag Module - Scopes Module * Minor corrections of the French translation for the ACE arsenal * Minor corrections of the French translation for the Medical_treatment Module * Correction de quelques anomalies dans les options ACE pour Eden. Remplacement de la mention "Est infirmier" par "Qualification médicale", dans les options ACE de l'éditeur de mission. En effet, il n'y a pas (plus ?) de case à cocher, mais un menu "direct", avec les choix "Par défaut/Aucune/Infirmier/Médecin. Cela est donc bien plus approprié ;). De même pour la mention "Est ingénieur", remplacée par "Qualification technique", là aussi bien plus appropriée. Il a également fallu que je remplace la valeur "Ingénieur avancé" par "Ing. avancé" (Adv. Engineer en anglais), pour des raisons de place : la dénomination complète déborderait de la case / serait tronquée. * Added French translation and / or correction for : - Slideshow Module, - Spectator Module, - Spottingscope Module, - Swichunits Module, Minor correction on Nametags Module * Correction ponctuation * Added French translation and / or correction for : - Tacticalladder Module, - Tagging Module, - Trenches Module, - Tripod Module. * Added French translation and / or correction for : - UI Module, - Vehiclelock Module, - Vehicles Module. Minor correction on Tacticalladder Module * Added French update translation and / or correction for Viewdistance Module
2019-12-07 19:48:47 +00:00
<French>L'épinéphrine augmente les chances de réveil</French>
<Italian>L'epinefrina aumenta la possibilità di rialzarsi</Italian>
<Czech>Epinefrin zvyšuje šanci na probuzení</Czech>
2020-01-02 02:53:52 +00:00
<Portuguese>Epinefrina Aumenta a chance de acordar</Portuguese>
</Key>
<Key ID="STR_ACE_Medical_spontaneousWakeUpEpinephrineBoost_Description">
<English>Increases how often spontaneous wake up checks happen when patient has Epinephrine in their system.</English>
<Japanese>患者がアドレナリンを投与されると自発的に覚醒する確率を上昇させます。</Japanese>
<Chinese>增加因病患的循環系統裡面的腎上腺素自我甦醒的機率。</Chinese>
French translation Update / Added (#7213) * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French Advanced Ballistics Translation Update * French Advanced Fatigue Translation Update * French Ai Translation Update * French Arsenal Translation Update * French Ballistics Translation Update * French Captives Translation Update * French Cargo Translation Update * French Common Translation Update * French Cookoff Translation Update * French CSW Translation Update * French Dagr Translation Update * French Dogtags Translation Update * French Dragging Translation Update * French Dragon Translation Update * French Explosives Translation Update * French Explosives Translation Update - update * French Fastroping Translation Update * French FCS and Finger Translation Update * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French Advanced Ballistics Translation Update * French Advanced Fatigue Translation Update * French Ai Translation Update * French Arsenal Translation Update * French Ballistics Translation Update * French Captives Translation Update * French Cargo Translation Update * French Common Translation Update * French Cookoff Translation Update * French MicroDAGR Translation Update * French CSW Translation Update * French Dagr Translation Update * French Dogtags Translation Update * French Dragging Translation Update * French Dragon Translation Update * French Explosives Translation Update * French Explosives Translation Update - update * French Fastroping Translation Update * French FCS and Finger Translation Update * Update French Explosives Translation Update * Update addons/advanced_ballistics/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/advanced_fatigue/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/cargo/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/arsenal/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/advanced_fatigue/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update frag/gestures/goggles/grenades/gunbag french translation * Update hearing french translation * Added French update translation and / or correction for : - Frag Module - Gestures Module - Goggles Module - Grenades Module - Gunbag Module - Hearing Module - Hellfire Module - Hitreactions Module - Hot Module - Interact_Menu Module - Interaction Module - Inventory Module - Laser Module - Laserpointer Module - Magazinerepack Module - Map Module - Map_gesture Module - Maptools Module - Markers Module - Maverick Module * Added French update translation and / or correction for : - Interaction Module - Medical Module - Medical_damage Module - Medical_feedback Module - Medical_gui Module - Medical_statemachine Module - Medical_treatment Module - Microdagr Module * Added French update translation and / or correction for : - Missileguidance Module - Missionmodules Module - Nametags Module - Nightvision Module - Nlaw Module - Noradio Module - Optionsmenu Module * Added French update translation and / or correction for : - Overheating Module - Overpressure Module - Parachute Module - Pylons Module - Quickmount Module - Rangecard Module - Realisticnames Module - Rearm Module - Refuel Module - Reload Module * Adding French translation and correction for the Repair Module * Correction typo mineure * Adding French translation and / or correction for : - Respawn Module - Safemode Module - Sandbag Module - Scopes Module * Minor corrections of the French translation for the ACE arsenal * Minor corrections of the French translation for the Medical_treatment Module * Correction de quelques anomalies dans les options ACE pour Eden. Remplacement de la mention "Est infirmier" par "Qualification médicale", dans les options ACE de l'éditeur de mission. En effet, il n'y a pas (plus ?) de case à cocher, mais un menu "direct", avec les choix "Par défaut/Aucune/Infirmier/Médecin. Cela est donc bien plus approprié ;). De même pour la mention "Est ingénieur", remplacée par "Qualification technique", là aussi bien plus appropriée. Il a également fallu que je remplace la valeur "Ingénieur avancé" par "Ing. avancé" (Adv. Engineer en anglais), pour des raisons de place : la dénomination complète déborderait de la case / serait tronquée. * Added French translation and / or correction for : - Slideshow Module, - Spectator Module, - Spottingscope Module, - Swichunits Module, Minor correction on Nametags Module * Correction ponctuation * Added French translation and / or correction for : - Tacticalladder Module, - Tagging Module, - Trenches Module, - Tripod Module. * Added French translation and / or correction for : - UI Module, - Vehiclelock Module, - Vehicles Module. Minor correction on Tacticalladder Module * Added French update translation and / or correction for Viewdistance Module
2019-12-07 19:48:47 +00:00
<French>Augmente la probabilité qu'un patient inconscient se réveille spontanément lorsqu'il a de l'épinéphrine dans son système sanguin.</French>
<Italian>Aumenta la frequenza dei controlli al risveglio spontaneo quando il paziente ha l'Epinefrina nel suo corpo</Italian>
<Czech>Zvyšuje jak často je proveden test na probuzení z bezvědomí pokud má pacient Epinefrin ve svém krevním oběhu.</Czech>
2020-01-02 02:53:52 +00:00
<Portuguese>Aumenta o quão frequentemente checagens de acordar acontecem quando o paciente possui epinefrina no seu sistema</Portuguese>
</Key>
<Key ID="STR_ACE_Medical_Limping_DisplayName">
<English>Limping</English>
<Russian>Хромота</Russian>
<Japanese>跛行</Japanese>
<French>Boitement</French>
2019-09-14 18:36:28 +00:00
<Portuguese>Mancando</Portuguese>
<Chinese>跛腳</Chinese>
<Italian>Zoppicare</Italian>
<Czech>Kulhání</Czech>
2016-07-15 10:21:56 +00:00
</Key>
<Key ID="STR_ACE_Medical_Limping_Description">
<English>Controls whether open or bandaged wounds cause a person to limp.</English>
<Japanese>創傷開放か傷があると跛行するかどうかを決定できます。</Japanese>
<Chinese>控制裂開或者已包紮傷口是否會讓人跛腳。</Chinese>
French translation Update / Added (#7213) * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French Advanced Ballistics Translation Update * French Advanced Fatigue Translation Update * French Ai Translation Update * French Arsenal Translation Update * French Ballistics Translation Update * French Captives Translation Update * French Cargo Translation Update * French Common Translation Update * French Cookoff Translation Update * French CSW Translation Update * French Dagr Translation Update * French Dogtags Translation Update * French Dragging Translation Update * French Dragon Translation Update * French Explosives Translation Update * French Explosives Translation Update - update * French Fastroping Translation Update * French FCS and Finger Translation Update * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French Advanced Ballistics Translation Update * French Advanced Fatigue Translation Update * French Ai Translation Update * French Arsenal Translation Update * French Ballistics Translation Update * French Captives Translation Update * French Cargo Translation Update * French Common Translation Update * French Cookoff Translation Update * French MicroDAGR Translation Update * French CSW Translation Update * French Dagr Translation Update * French Dogtags Translation Update * French Dragging Translation Update * French Dragon Translation Update * French Explosives Translation Update * French Explosives Translation Update - update * French Fastroping Translation Update * French FCS and Finger Translation Update * Update French Explosives Translation Update * Update addons/advanced_ballistics/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/advanced_fatigue/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/cargo/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/arsenal/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/advanced_fatigue/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update frag/gestures/goggles/grenades/gunbag french translation * Update hearing french translation * Added French update translation and / or correction for : - Frag Module - Gestures Module - Goggles Module - Grenades Module - Gunbag Module - Hearing Module - Hellfire Module - Hitreactions Module - Hot Module - Interact_Menu Module - Interaction Module - Inventory Module - Laser Module - Laserpointer Module - Magazinerepack Module - Map Module - Map_gesture Module - Maptools Module - Markers Module - Maverick Module * Added French update translation and / or correction for : - Interaction Module - Medical Module - Medical_damage Module - Medical_feedback Module - Medical_gui Module - Medical_statemachine Module - Medical_treatment Module - Microdagr Module * Added French update translation and / or correction for : - Missileguidance Module - Missionmodules Module - Nametags Module - Nightvision Module - Nlaw Module - Noradio Module - Optionsmenu Module * Added French update translation and / or correction for : - Overheating Module - Overpressure Module - Parachute Module - Pylons Module - Quickmount Module - Rangecard Module - Realisticnames Module - Rearm Module - Refuel Module - Reload Module * Adding French translation and correction for the Repair Module * Correction typo mineure * Adding French translation and / or correction for : - Respawn Module - Safemode Module - Sandbag Module - Scopes Module * Minor corrections of the French translation for the ACE arsenal * Minor corrections of the French translation for the Medical_treatment Module * Correction de quelques anomalies dans les options ACE pour Eden. Remplacement de la mention "Est infirmier" par "Qualification médicale", dans les options ACE de l'éditeur de mission. En effet, il n'y a pas (plus ?) de case à cocher, mais un menu "direct", avec les choix "Par défaut/Aucune/Infirmier/Médecin. Cela est donc bien plus approprié ;). De même pour la mention "Est ingénieur", remplacée par "Qualification technique", là aussi bien plus appropriée. Il a également fallu que je remplace la valeur "Ingénieur avancé" par "Ing. avancé" (Adv. Engineer en anglais), pour des raisons de place : la dénomination complète déborderait de la case / serait tronquée. * Added French translation and / or correction for : - Slideshow Module, - Spectator Module, - Spottingscope Module, - Swichunits Module, Minor correction on Nametags Module * Correction ponctuation * Added French translation and / or correction for : - Tacticalladder Module, - Tagging Module, - Trenches Module, - Tripod Module. * Added French translation and / or correction for : - UI Module, - Vehiclelock Module, - Vehicles Module. Minor correction on Tacticalladder Module * Added French update translation and / or correction for Viewdistance Module
2019-12-07 19:48:47 +00:00
<French>Permet de définir si les plaies ouvertes ou pansées font boiter une personne.</French>
<Italian>Controlla se le ferite aperte o bendate fanno zoppicare una persona.</Italian>
<Czech>Nastavuje zda otevřená nebo zavázaná zranění způsobují kulhání.</Czech>
2020-01-02 02:53:52 +00:00
<Portuguese>Controla se ferimentos abertos ou enfaixados causam a pessoa a mancar </Portuguese>
</Key>
<Key ID="STR_ACE_Medical_Limping_LimpOnOpenWounds">
<English>Limp on Open Wounds</English>
<Russian>Хромота при открытых ранах</Russian>
<Japanese>創傷開放時に跛行</Japanese>
<French>Boiter si plaies ouvertes</French>
2019-09-14 18:36:28 +00:00
<Portuguese>Mancar se possuir feridas abertas</Portuguese>
<Chinese>傷口裂開時跛腳</Chinese>
<Italian>Zoppo per via delle ferite aperte</Italian>
<Czech>Kulhat s otevřeným zraněním</Czech>
</Key>
<Key ID="STR_ACE_Medical_Limping_LimpRequiresStitching">
<English>Limp on Open or Bandaged Wounds</English>
<Russian>Хромота при открытых или забинтованых ранах</Russian>
<Japanese>手当した傷か創傷開放すると跛行</Japanese>
<French>Boiter si plaies ouvertes ou pansées</French>
2019-09-14 18:36:28 +00:00
<Portuguese>Mancar se possuir feridas abertas ou atadas</Portuguese>
<Chinese>使裂開或者包紮過的傷口讓人跛腳</Chinese>
<Italian>Zoppicare su ferite aperte o bendate</Italian>
<Czech>Kulhat s otevřeným i zavázaným zraněním</Czech>
</Key>
<Key ID="STR_ACE_Medical_Fractures_DisplayName">
<English>Fractures</English>
<Russian>Переломы</Russian>
<Japanese>骨折</Japanese>
<French>Fractures</French>
2019-09-14 18:36:28 +00:00
<Portuguese>Fraturas</Portuguese>
<Chinese>骨折</Chinese>
<Italian>Fratture</Italian>
<Czech>Zlomeniny</Czech>
</Key>
<Key ID="STR_ACE_Medical_Fractures_Description">
<English>Controls the effect of using splints to treat fractures.\nWhen disabled, injuries will not cause fractures.</English>
<Japanese>医療機能で骨折に添え木効果を使うかどうかを決定できます。\n無効化すると、骨折効果は表れません。</Japanese>
<Chinese>控制是否讓固定版能夠治療骨折。\n當停用時受傷時不會導致骨折發生。</Chinese>
French translation Update / Added (#7213) * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French Advanced Ballistics Translation Update * French Advanced Fatigue Translation Update * French Ai Translation Update * French Arsenal Translation Update * French Ballistics Translation Update * French Captives Translation Update * French Cargo Translation Update * French Common Translation Update * French Cookoff Translation Update * French CSW Translation Update * French Dagr Translation Update * French Dogtags Translation Update * French Dragging Translation Update * French Dragon Translation Update * French Explosives Translation Update * French Explosives Translation Update - update * French Fastroping Translation Update * French FCS and Finger Translation Update * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French Advanced Ballistics Translation Update * French Advanced Fatigue Translation Update * French Ai Translation Update * French Arsenal Translation Update * French Ballistics Translation Update * French Captives Translation Update * French Cargo Translation Update * French Common Translation Update * French Cookoff Translation Update * French MicroDAGR Translation Update * French CSW Translation Update * French Dagr Translation Update * French Dogtags Translation Update * French Dragging Translation Update * French Dragon Translation Update * French Explosives Translation Update * French Explosives Translation Update - update * French Fastroping Translation Update * French FCS and Finger Translation Update * Update French Explosives Translation Update * Update addons/advanced_ballistics/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/advanced_fatigue/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/cargo/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/arsenal/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/advanced_fatigue/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update frag/gestures/goggles/grenades/gunbag french translation * Update hearing french translation * Added French update translation and / or correction for : - Frag Module - Gestures Module - Goggles Module - Grenades Module - Gunbag Module - Hearing Module - Hellfire Module - Hitreactions Module - Hot Module - Interact_Menu Module - Interaction Module - Inventory Module - Laser Module - Laserpointer Module - Magazinerepack Module - Map Module - Map_gesture Module - Maptools Module - Markers Module - Maverick Module * Added French update translation and / or correction for : - Interaction Module - Medical Module - Medical_damage Module - Medical_feedback Module - Medical_gui Module - Medical_statemachine Module - Medical_treatment Module - Microdagr Module * Added French update translation and / or correction for : - Missileguidance Module - Missionmodules Module - Nametags Module - Nightvision Module - Nlaw Module - Noradio Module - Optionsmenu Module * Added French update translation and / or correction for : - Overheating Module - Overpressure Module - Parachute Module - Pylons Module - Quickmount Module - Rangecard Module - Realisticnames Module - Rearm Module - Refuel Module - Reload Module * Adding French translation and correction for the Repair Module * Correction typo mineure * Adding French translation and / or correction for : - Respawn Module - Safemode Module - Sandbag Module - Scopes Module * Minor corrections of the French translation for the ACE arsenal * Minor corrections of the French translation for the Medical_treatment Module * Correction de quelques anomalies dans les options ACE pour Eden. Remplacement de la mention "Est infirmier" par "Qualification médicale", dans les options ACE de l'éditeur de mission. En effet, il n'y a pas (plus ?) de case à cocher, mais un menu "direct", avec les choix "Par défaut/Aucune/Infirmier/Médecin. Cela est donc bien plus approprié ;). De même pour la mention "Est ingénieur", remplacée par "Qualification technique", là aussi bien plus appropriée. Il a également fallu que je remplace la valeur "Ingénieur avancé" par "Ing. avancé" (Adv. Engineer en anglais), pour des raisons de place : la dénomination complète déborderait de la case / serait tronquée. * Added French translation and / or correction for : - Slideshow Module, - Spectator Module, - Spottingscope Module, - Swichunits Module, Minor correction on Nametags Module * Correction ponctuation * Added French translation and / or correction for : - Tacticalladder Module, - Tagging Module, - Trenches Module, - Tripod Module. * Added French translation and / or correction for : - UI Module, - Vehiclelock Module, - Vehicles Module. Minor correction on Tacticalladder Module * Added French update translation and / or correction for Viewdistance Module
2019-12-07 19:48:47 +00:00
<French>Permet de définir le niveau d'efficacité des attelles pour le traitement des fractures.\nSi l'option est désactivée, les blessures ne causent pas de fractures.</French>
<Italian>Controlla l'effetto dell'utilizzo di stecche per curare le fratture. Quando disabilitato, le lesioni non causano fratture.</Italian>
<Czech>Nastavuje efekt dlahy při léčení zlomenin.\nPokud je tato možnost vypnuta, zranění nebudou způsobovat zlomeniny.</Czech>
2020-01-02 02:53:52 +00:00
<Portuguese>Controla o efeito de uso de talas para tratar fraturas. \nQunado desabilitado, ferimentos não causam fraturas. </Portuguese>
</Key>
<Key ID="STR_ACE_Medical_Fractures_SplintHealsFully">
<English>Splints Fully Heal Fractures</English>
<Russian>Шины полностью лечат перелом</Russian>
<Japanese>添え木で骨折完治</Japanese>
<French>Les attelles guérissent complètement les fractures</French>
2019-09-14 18:36:28 +00:00
<Portuguese>Tala cura fraturas completamente</Portuguese>
<Chinese>固定板完全治癒骨折</Chinese>
<Italian>Le gessature curano al massimo le fratture</Italian>
<Czech>Dlahy kompletně léčí zlomeniny</Czech>
</Key>
<Key ID="STR_ACE_Medical_Fractures_SplintHasEffects">
<English>Splints Heal, but Cannot Sprint</English>
<Russian>Шины вылечивают, но не дают бегать</Russian>
<Japanese>添え木で治癒可能、走れないように</Japanese>
<French>Les attelles guérissent les fractures, mais empêchent de courir</French>
2019-09-14 18:36:28 +00:00
<Portuguese>Talas curam (mas não consegue correr)</Portuguese>
<Chinese>固定版能治癒骨折,但無法奔跑</Chinese>
<Italian>Le gessature curano, ma non puoi correre</Italian>
<Czech>Dlahy léčí, ale zněmožňují sprintování</Czech>
</Key>
2015-06-08 18:12:16 +00:00
<Key ID="STR_ACE_Medical_MedicalSettings_remoteControlledAI_DisplayName">
<English>Remote Controlled AI</English>
Update German Stringtables Update stringtable.xml Update stringtable.xml Update stringtable.xml kommas........................................................................................................................................................... Rallypoint Update stringtable.xml slideshow, not finished yet Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml Update stringtable.xml What does Curator mean in this context? l. 294, l 302 cargo Update stringtable.xml Update stringtable.xml I left a few things out. I'd like if someone gives me advice Z.698 Pionier oder Instandsetzer o.Ä. Was genau ist die deutsche Bezeichung der Klasse in ACE bzw Arma? Z.707 Ich habe mich einfach mal auf Mechatroniker festgelegt, da Reperaturspezialist sich doch ein wenig ungelenk anhört... Update stringtable.xml Habe engineer als Pionier übersetzt (halte es selbst für etwas unpassend) Der specialist ist bei mir zum Mechatroniker geworden. Update stringtable.xml Update stringtable.xml Update stringtable.xml Fix Mistakes from merge Fix Empty Entries Fix Mistake Fix
2015-09-30 23:30:38 +00:00
<German>Ferngesteuerte KI-Einheiten</German>
<Spanish>IA controlada remotamente</Spanish>
<Portuguese>IA controlada remotamente</Portuguese>
2015-07-02 21:55:26 +00:00
<Polish>Zdalnie sterowane AI</Polish>
2015-07-04 13:56:00 +00:00
<Czech>Vzdáleně ovládané AI</Czech>
<French>IA contrôlées à distance</French>
<Hungarian>Távvezérelt AI</Hungarian>
2015-09-03 01:54:52 +00:00
<Russian>Зевса считать ботом</Russian>
<Italian>IA Controllate in Remoto</Italian>
2016-09-27 16:15:38 +00:00
<Japanese>遠隔操作された AI</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>인공지능 원격조종</Korean>
<Chinesesimp>遥控AI</Chinesesimp>
<Chinese>遙控AI</Chinese>
2015-06-08 18:12:16 +00:00
</Key>
<Key ID="STR_ACE_Medical_MedicalSettings_remoteControlledAI_Description">
<English>Treat remote controlled units as AI not players?</English>
<German>Legt fest, ob ferngesteuerte Einheiten als KI anstatt als Spieler behandelt werden sollen.</German>
<Spanish>¿Tratar unidades remotamente controladas como IA?</Spanish>
<Portuguese>Tratar unidades remotamente controladas como IA?</Portuguese>
2015-07-02 21:55:26 +00:00
<Polish>Traktuj jednostki zdalnie sterowane (przez Zeusa) jako AI, nie jako graczy?</Polish>
2015-07-04 13:56:00 +00:00
<Czech>Ošetřit vzdáleně ovládané jednotky jako AI, ne jako hráče?</Czech>
2019-08-14 12:56:26 +00:00
<French>Définit si les unités contrôlées à distance sont traitées comme des IA, et non comme des joueurs.</French>
<Hungarian>Távvezérelt egységek AI-ként, nem játékosként való kezelése?</Hungarian>
2015-09-03 01:54:52 +00:00
<Russian>Обрабатывать дистанционно управляемых юнитов как ботов, а не как игроков?</Russian>
<Italian>Considera le unità controllate in remoto come IA e non come giocatori?</Italian>
<Japanese>遠隔操作された AI を非プレイヤーとして扱いますか?</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>원격 조작하는 AI는 비 플레이어로 취급합니까?</Korean>
<Chinesesimp>以医疗AI的方式医疗被遥控的单位</Chinesesimp>
<Chinese>以醫療AI的方式醫療被遙控的單位</Chinese>
2015-06-08 18:12:16 +00:00
</Key>
2015-05-27 19:58:35 +00:00
<Key ID="STR_ACE_Medical_MedicalSettings_preventInstaDeath_DisplayName">
<English>Prevent instant death</English>
2015-09-03 01:54:52 +00:00
<Russian>Откл. мгновенную смерть</Russian>
<Polish>Wyłącz natychmiastową śmierć</Polish>
<Spanish>Prevenir muerte instantánea</Spanish>
<German>Verhindere direkten Tod</German>
2015-06-12 12:50:50 +00:00
<Czech>Zabránit okamžité smrti</Czech>
<Portuguese>Previnir morte instantânea</Portuguese>
2019-08-12 22:06:37 +00:00
<French>Empêcher la mort instantanée</French>
<Hungarian>Azonnali halál kiiktatása</Hungarian>
<Italian>Previeni morte istantanea</Italian>
2016-09-27 16:15:38 +00:00
<Japanese>即死の防止</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>즉사 방지</Korean>
<Chinesesimp>防止当场死亡</Chinesesimp>
<Chinese>防止當場死亡</Chinese>
</Key>
2015-05-27 19:58:35 +00:00
<Key ID="STR_ACE_Medical_MedicalSettings_preventInstaDeath_Description">
<English>Have a unit move to unconscious instead of death</English>
<Russian>Бойцы теряют сознание вместо того, чтобы умирать</Russian>
<Polish>Spraw, aby jednostka została przeniesiona do stanu nieprzytomności zamiast ginąć na miejscu od śmiertelnych obrażeń</Polish>
<Spanish>Mover una unidad a inconsciente en vez de a muerta</Spanish>
<German>Lässt eine Einheit bewusstlos werden anstatt zu sterben</German>
2015-06-12 12:50:50 +00:00
<Czech>Jednotka upadne do bezvědomí namísto smrti</Czech>
<Portuguese>Fazer a unidade ficar inconsciente invés de morrer</Portuguese>
<French>Force une unité à perdre connaissance, au lieu de mourir sur le coup.</French>
<Hungarian>Egy egység kerüljön eszméletlen állapotba a halott helyett</Hungarian>
<Italian>Imposta un'unità come incosciente invece di morta</Italian>
<Japanese>ユニットの即死を防止する為に気絶へ移行させます</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>인원의 즉사를 방지코자 즉사 대신 기절시킵니다</Korean>
<Chinesesimp>伤者最严重只会立即进入昏迷,而非立即死亡</Chinesesimp>
<Chinese>傷者最嚴重只會無意識,而非立即死亡</Chinese>
</Key>
2016-07-15 10:21:56 +00:00
<Key ID="STR_ACE_Medical_MedicalSettings_Module_Description">
<English>Provides a medical system for both players and AI.</English>
<Russian>Включает медицинскую систему как для игроков, так и для ботов.</Russian>
<Polish>Moduł ten dostarcza system medyczny dla graczy oraz AI.</Polish>
<Spanish>Proporciona un sistema médico para jugadores e IA.</Spanish>
<German>Aktiviert ein Sanitätssystem für Spieler und KI.</German>
<Czech>Poskytuje zdravotní systém pro hráče a AI.</Czech>
<Portuguese>Proporciona o sistema médico para os jogadores e a IA.</Portuguese>
French translation Update / Added (#7213) * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French Advanced Ballistics Translation Update * French Advanced Fatigue Translation Update * French Ai Translation Update * French Arsenal Translation Update * French Ballistics Translation Update * French Captives Translation Update * French Cargo Translation Update * French Common Translation Update * French Cookoff Translation Update * French CSW Translation Update * French Dagr Translation Update * French Dogtags Translation Update * French Dragging Translation Update * French Dragon Translation Update * French Explosives Translation Update * French Explosives Translation Update - update * French Fastroping Translation Update * French FCS and Finger Translation Update * French MicroDAGR Translation Update * French Missile Guidance Translation Update * French missionmodules Translation Update * French mk6mortar Translation Update * French Advanced Ballistics Translation Update * French Advanced Fatigue Translation Update * French Ai Translation Update * French Arsenal Translation Update * French Ballistics Translation Update * French Captives Translation Update * French Cargo Translation Update * French Common Translation Update * French Cookoff Translation Update * French MicroDAGR Translation Update * French CSW Translation Update * French Dagr Translation Update * French Dogtags Translation Update * French Dragging Translation Update * French Dragon Translation Update * French Explosives Translation Update * French Explosives Translation Update - update * French Fastroping Translation Update * French FCS and Finger Translation Update * Update French Explosives Translation Update * Update addons/advanced_ballistics/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/advanced_fatigue/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/cargo/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/arsenal/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update addons/advanced_fatigue/stringtable.xml Co-Authored-By: Vdauphin <vdauphin@outlook.fr> * Update frag/gestures/goggles/grenades/gunbag french translation * Update hearing french translation * Added French update translation and / or correction for : - Frag Module - Gestures Module - Goggles Module - Grenades Module - Gunbag Module - Hearing Module - Hellfire Module - Hitreactions Module - Hot Module - Interact_Menu Module - Interaction Module - Inventory Module - Laser Module - Laserpointer Module - Magazinerepack Module - Map Module - Map_gesture Module - Maptools Module - Markers Module - Maverick Module * Added French update translation and / or correction for : - Interaction Module - Medical Module - Medical_damage Module - Medical_feedback Module - Medical_gui Module - Medical_statemachine Module - Medical_treatment Module - Microdagr Module * Added French update translation and / or correction for : - Missileguidance Module - Missionmodules Module - Nametags Module - Nightvision Module - Nlaw Module - Noradio Module - Optionsmenu Module * Added French update translation and / or correction for : - Overheating Module - Overpressure Module - Parachute Module - Pylons Module - Quickmount Module - Rangecard Module - Realisticnames Module - Rearm Module - Refuel Module - Reload Module * Adding French translation and correction for the Repair Module * Correction typo mineure * Adding French translation and / or correction for : - Respawn Module - Safemode Module - Sandbag Module - Scopes Module * Minor corrections of the French translation for the ACE arsenal * Minor corrections of the French translation for the Medical_treatment Module * Correction de quelques anomalies dans les options ACE pour Eden. Remplacement de la mention "Est infirmier" par "Qualification médicale", dans les options ACE de l'éditeur de mission. En effet, il n'y a pas (plus ?) de case à cocher, mais un menu "direct", avec les choix "Par défaut/Aucune/Infirmier/Médecin. Cela est donc bien plus approprié ;). De même pour la mention "Est ingénieur", remplacée par "Qualification technique", là aussi bien plus appropriée. Il a également fallu que je remplace la valeur "Ingénieur avancé" par "Ing. avancé" (Adv. Engineer en anglais), pour des raisons de place : la dénomination complète déborderait de la case / serait tronquée. * Added French translation and / or correction for : - Slideshow Module, - Spectator Module, - Spottingscope Module, - Swichunits Module, Minor correction on Nametags Module * Correction ponctuation * Added French translation and / or correction for : - Tacticalladder Module, - Tagging Module, - Trenches Module, - Tripod Module. * Added French translation and / or correction for : - UI Module, - Vehiclelock Module, - Vehicles Module. Minor correction on Tacticalladder Module * Added French update translation and / or correction for Viewdistance Module
2019-12-07 19:48:47 +00:00
<French>Fournit un système médical aussi bien pour les joueurs que pour les IA.</French>
2016-07-15 10:21:56 +00:00
<Hungarian>Egy orvosi rendszert ad játékosok és AI-k számára.</Hungarian>
<Italian>Fornisce un sistema medico sia per giocatori che IA.</Italian>
2016-09-27 16:15:38 +00:00
<Japanese>プレイヤーと AI の両方へ医療システムを提供します。</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>의료 시스템을 플레이어 및 인공지능에게 제공합니다.</Korean>
<Chinesesimp>医疗系统将同时对玩家与AI发生作用</Chinesesimp>
<Chinese>醫療系統將同時對玩家與AI發生作用</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
2017-01-19 21:29:33 +00:00
<Key ID="STR_ACE_Medical_MedicalSettings_enableFor_DisplayName">
2016-07-15 10:21:56 +00:00
<English>Enabled for</English>
<Russian>Включено для</Russian>
<Polish>Aktywne dla</Polish>
<Spanish>Hablitado para</Spanish>
<German>Aktiviert für</German>
<Czech>Povoleno pro</Czech>
<Portuguese>Habilitado para</Portuguese>
<French>Activer pour</French>
<Hungarian>Engedélyezve</Hungarian>
<Italian>Abilitato per</Italian>
2016-09-27 16:15:38 +00:00
<Japanese>次を有効化</Japanese>
<Korean>활성</Korean>
<Chinesesimp>被启用给</Chinesesimp>
<Chinese>被啟用給</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
2017-01-19 21:29:33 +00:00
<Key ID="STR_ACE_Medical_MedicalSettings_enableFor_Description">
2016-07-15 10:21:56 +00:00
<English>Select what units the advanced medical system will be enabled for</English>
<Russian>Выберите, на кого будет распространяться усложненная система медицины</Russian>
<Polish>Wybierz dla kogo zaawansowany system medyczny będzie aktywny</Polish>
<Spanish>Seleccione para qué unidades será habilitado el sistema médico avanzado</Spanish>
<German>Wähle aus, welche Einheiten unter das erweiterte Sanitätssystem fallen</German>
<Czech>Vyberte, pro jaké jednotky bude pokročilý zdravotní systém povolen</Czech>
<Portuguese>Selecione quais unidades o sistema médico avançado será habilitado</Portuguese>
<French>Sélectionne pour quelles unités les soins avancés seront actifs.</French>
2016-07-15 10:21:56 +00:00
<Hungarian>Kiválasztható, mely egységek számára legyen engedélyezve a fejlett orvosi rendszer</Hungarian>
<Italian>Seleziona per quali unità verrà abilitato i sistema medico avanzato</Italian>
2016-09-27 16:15:38 +00:00
<Japanese>選択されたユニットが、アドバンスド医療が使えるようになります</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>어느 인원에게 고급 의료 시스템을 적용시킬지 선택하십시요.</Korean>
<Chinesesimp>选择进阶医疗系统影响的对象</Chinesesimp>
<Chinese>選擇進階醫療系統影響的對象</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
<Key ID="STR_ACE_Medical_playeronly">
<English>Players only</English>
<Russian>Игроков</Russian>
<Polish>Tylko dla graczy</Polish>
<Spanish>Solo jugadores</Spanish>
<German>Nur Spieler</German>
<Czech>Pouze hráči</Czech>
<Portuguese>Somente jogadores</Portuguese>
<French>Joueurs uniquement</French>
2016-07-15 10:21:56 +00:00
<Hungarian>Csak játékosok</Hungarian>
<Italian>Solo giocatori</Italian>
2016-09-27 16:15:38 +00:00
<Japanese>プレイヤーのみ</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>플레이어만</Korean>
<Chinesesimp>只限玩家</Chinesesimp>
<Chinese>只限玩家</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
<Key ID="STR_ACE_Medical_playersandai">
<English>Players and AI</English>
<Russian>Игроков и ботов</Russian>
<Polish>Gracze oraz AI</Polish>
<Spanish>Jugadores e IA</Spanish>
<German>Spieler und KI</German>
<Czech>Hráči a AI</Czech>
<Portuguese>Jogadores e IA</Portuguese>
<French>Joueurs et IA</French>
2016-07-15 10:21:56 +00:00
<Hungarian>Játékosok és AI</Hungarian>
<Italian>Giocatori ed IA</Italian>
2016-09-27 16:15:38 +00:00
<Japanese>プレイヤーと AI</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>플레이어 및 인공지능</Korean>
<Chinesesimp>玩家与AI</Chinesesimp>
<Chinese>玩家與AI</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
2017-01-19 21:29:33 +00:00
<Key ID="STR_ACE_Medical_MedicalSettings_enableVehicleCrashes_DisplayName">
2016-07-15 10:21:56 +00:00
<English>Vehicle Crashes</English>
<Russian>Аварии транспорта</Russian>
<Polish>Obrażenia od kolizji</Polish>
<Spanish>Accidentes de vehículos</Spanish>
<German>Fahrzeugunfälle</German>
<Czech>Poškození z kolize</Czech>
<Portuguese>Batidas de veículos</Portuguese>
<French>Accidents en véhicule</French>
2016-07-15 10:21:56 +00:00
<Hungarian>Járműbalesetek</Hungarian>
<Italian>Schianto Veicoli</Italian>
2016-09-27 16:15:38 +00:00
<Japanese>車両の衝突</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>차량 사고</Korean>
<Chinesesimp>载具碰撞</Chinesesimp>
<Chinese>載具碰撞</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
2017-01-19 21:29:33 +00:00
<Key ID="STR_ACE_Medical_MedicalSettings_enableVehicleCrashes_Description">
2016-07-15 10:21:56 +00:00
<English>Do units take damage from a vehicle crash?</English>
<Russian>Должны ли юниты получать повреждения от аварий на транспорте?</Russian>
<Polish>Czy jednostki otrzymują obrażenia w wyniku kolizji pojazdów?</Polish>
<Spanish>¿Las unidades reciben daño de un accidente de tráfico?</Spanish>
<German>Verursacht ein Fahrzeugunfall Verletzungen</German>
<Czech>Dostane jednotka poškození při autonehodě?</Czech>
<Portuguese>As unidades recebem dano de uma batida de veículo?</Portuguese>
2019-08-12 22:06:37 +00:00
<French>Définit si les unités subissent des dégâts en cas d'accidents en véhicule.</French>
2016-07-15 10:21:56 +00:00
<Hungarian>Sérülnek-e az egységek autós ütközés során?</Hungarian>
<Italian>Le unità sostengono danni da incidenti con veicoli?</Italian>
<Japanese>ユニットは車両の衝突による損傷を受けるようにしますか?</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>차량 사고시 인원들이 부상을 입습니까?</Korean>
<Chinesesimp>设定人员是否会因为载具冲撞别的物件而产生伤害?</Chinesesimp>
<Chinese>設定人員是否會因為載具衝撞別的物件而產生傷害?</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
2017-01-19 21:29:33 +00:00
<Key ID="STR_ACE_Medical_MedicalSettings_healHitPointAfterAdvBandage_DisplayName">
2016-07-15 10:21:56 +00:00
<English>Heal hitpoints</English>
<German>Heile Trefferpunkte</German>
<Polish>Lecz hitpointy</Polish>
<Spanish>Curar puntos de vida</Spanish>
<Russian>Исцелять части тела</Russian>
<Portuguese>Curar hitpoints</Portuguese>
<Czech>Léčit hitponty</Czech>
<Italian>Cura Hitpoints</Italian>
<French>Guérir les blessures</French>
2016-09-27 16:15:38 +00:00
<Japanese>ヒットポイントの回復</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>체력 회복</Korean>
<Chinesesimp>完整治疗</Chinesesimp>
<Chinese>完整治療</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
2017-01-19 21:29:33 +00:00
<Key ID="STR_ACE_Medical_MedicalSettings_healHitPointAfterAdvBandage_Description">
2016-07-15 10:21:56 +00:00
<English>Heal fully bandaged hitpoints</English>
<German>Heile verbundene Trefferpunkte</German>
<Polish>Po bandażowaniu ulecz hitpointy, usuwając z nich ślady krwi i przywracając im pełną sprawność.</Polish>
<Spanish>Curar miembros totalmente vendados</Spanish>
<Russian>Исцелять полностью перебинтованные части тела</Russian>
<Portuguese>Curar totalmente hitpoints enfaixados</Portuguese>
<Czech>Heal fully bandaged hitpoints</Czech>
<Italian>Cura Hitpoints completamente bendati</Italian>
<French>Les plaies entièrement bandées seront guéries.</French>
<Japanese>包帯によりヒットポイントを完全に回復します。</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>붕대를 감아서 체력을 회복</Korean>
<Chinese>繃帶是否會完整恢復生命值</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
<Key ID="STR_ACE_Medical_BasicMedicalSettings_Module_Description">
<English>Configure the treatment settings from ACE Basic Medical</English>
<German>Behandlungseinstellungen der Standard ACE-Medizin konfigurieren</German>
<Spanish>Configure las opciones de tratamiento del sistema médico básico de ACE</Spanish>
<Polish>Skonfiguruj ustawienia leczenia podstawowego systemu medycznego ACE</Polish>
French translation (#7298) * Cleaning and reorganizing of some stringtable files (WIP) : - Duplicate entries have been removed, and the arrangement improved, to help future translators. - Some ACE_Settings.hpp files have been modified because they were not up to date. - Minor french translation correction. * Added French translation and / or correction for : - Weaponselect module, - Weather module, - Winddeflection module, - Yardage450 module, - Zeus module. * Convert Tabs to Spaces * Minor corrections ; arrangement improved for few stringtable.xml files. * Improved French translation, and adjust fews settings. - Nombreuses corrections mineures, en vérifiant chaque menu un à un, puis chaque option dans le jeu lui-même. Ca m'a permit de constater qu'il y a certaines absurdités, y compris en anglais, qui ont donc été retraduites dans toutes les langues, mais qui ne correspondent pas vraiment à l'option telle qu'implémentée. Par exemple, le système de réarmement dans Eden est traduit de manière très étrange. - Modification du fichier "addons/overheating/ACE_Settings.hpp", afin de changer l'ordre du menu "ACE Surchauffe". En effet la case "activé" était tout en bas, aussi je l'ai mise tout en haut (comme c'est déjà le cas pour toutes les options). - Modification du fichier "addons/finger/ACE_Settings.hpp", concernant le pointage du doigt ACE, afin d'y ajouter une description dans les réglages des addons. Il y en avait déjà une (peu utile) dans les paramètres des commandes, mais pas dans les options des addons, ce qui rend l'option peu explicite pour un débutant. * Corrections mineures * correction erreurs * correction erreurs (nametags) * correction erreurs et modules obsolètes (nametags) * correction erreurs et modules obsolètes (common) * Mise en commentaire d'éléments obsolètes * correction key error * Added Vdauphin suggestions :). * French translation - Replaced "Faction" (faction) to "Camp" (side) addons/captives/stringtable.xml addons/switchunits/stringtable.xml addons/zeus/stringtable.xml * Minor correction of french Concertina_wire translation * - (PabstMirror suggestions) Replace tabs by spaces, in addons/common/stringtable.xml - (PabstMirror suggestions) Replace xml comments by french plain text, in addons/common/stringtable.xml - Replace xml comments by french plain text, addons/explosives/stringtable.xml - Replace xml comments by french plain text, addons/nametags/stringtable.xml * Removed accented capital letters for objects in french translation : Capital accented letters were a problem because they were not classified alphabetically. Thus in Eden or in the arsenal, objects starting with a capital accented letter were systematically at the top of the list. modified: addons/chemlights/stringtable.xml modified: addons/huntir/stringtable.xml * Correction of a typing error (french concertina_wire translation
2019-12-19 17:08:31 +00:00
<French>Configurer les paramètres de traitement à partir de "ACE médical basique".</French>
2016-07-15 10:21:56 +00:00
<Italian>Configura le impostazioni trattamenti per ACE Medical di base</Italian>
<Portuguese>Configura as opções de tratamento do sistema médico básico do ACE</Portuguese>
2016-08-13 09:25:43 +00:00
<Russian>Настройка лечения в базовой медицинской системе ACE</Russian>
<Japanese>ACE ベーシック医療による設定で、治療を設定します。</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>ACE 기본 의료에 대한 치료 설정 수정</Korean>
<Chinesesimp>设定ACE基本医疗的规则</Chinesesimp>
<Chinese>設定ACE基本醫療的規則</Chinese>
<Czech>Nastavit nastavení léčby z ACE Zdravotnické Základní</Czech>
2016-07-15 10:21:56 +00:00
</Key>
<Key ID="STR_ACE_Medical_AnyTime">
<English>Anytime</English>
<German>Jederzeit</German>
<Czech>Kdykoliv</Czech>
<Spanish>Siempre</Spanish>
<French>Tout le temps</French>
<Polish>Zawsze</Polish>
<Hungarian>Akármikor</Hungarian>
<Portuguese>Sempre</Portuguese>
<Russian>В любое время</Russian>
<Italian>Sempre</Italian>
2016-09-27 16:15:38 +00:00
<Japanese>いつでも</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>언제나</Korean>
<Chinesesimp>任何时间</Chinesesimp>
<Chinese>任何時間</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
<Key ID="STR_ACE_Medical_Stable">
<English>Stable</English>
<German>Stabil</German>
<Czech>Stabilní</Czech>
<Spanish>Estable</Spanish>
<French>Stable</French>
<Polish>Po stabilizacji</Polish>
<Hungarian>Stabil</Hungarian>
<Portuguese>Estável</Portuguese>
<Russian>После стабилизации</Russian>
<Italian>Stabile</Italian>
<Japanese>安静下</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>안정된</Korean>
<Chinesesimp>稳定状态下</Chinesesimp>
<Chinese>穩定狀態下</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
<Key ID="STR_ACE_Medical_Category_Medical">
<English>Medical</English>
<Czech>Zdravotní</Czech>
<French>Médical</French>
<German>Sanitäter</German>
<Italian>Medico</Italian>
<Polish>Medyczne</Polish>
<Portuguese>Médico</Portuguese>
<Russian>Медик</Russian>
<Spanish>Médico</Spanish>
<Hungarian>Orvosi</Hungarian>
2016-09-27 16:15:38 +00:00
<Japanese>治療</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>의료</Korean>
<Chinesesimp>医疗设定</Chinesesimp>
<Chinese>醫療設定</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
<Key ID="STR_ACE_Medical_DistanceToFar">
2017-01-17 21:26:07 +00:00
<English>Distance to %1 has become too far for treatment</English>
2016-07-15 10:21:56 +00:00
<German>Die Entfernung zu %1 ist zu groß für eine Behandlung</German>
<Polish>%1 odszedł zbyt daleko, nie można kontynuować leczenia</Polish>
<Russian>Расстояние до %1 стало слишком большим для лечения</Russian>
<Portuguese>A distância de %1 está muito longe para tratamento</Portuguese>
<Spanish>La distancia hasta %1 se ha agrandado demasiado para el tratamiento</Spanish>
<Czech>%1 je příliš daleko, léčba není možná</Czech>
<Italian>Distanza da %1 è diventata troppo alta per permettere trattamento</Italian>
French translation (#7298) * Cleaning and reorganizing of some stringtable files (WIP) : - Duplicate entries have been removed, and the arrangement improved, to help future translators. - Some ACE_Settings.hpp files have been modified because they were not up to date. - Minor french translation correction. * Added French translation and / or correction for : - Weaponselect module, - Weather module, - Winddeflection module, - Yardage450 module, - Zeus module. * Convert Tabs to Spaces * Minor corrections ; arrangement improved for few stringtable.xml files. * Improved French translation, and adjust fews settings. - Nombreuses corrections mineures, en vérifiant chaque menu un à un, puis chaque option dans le jeu lui-même. Ca m'a permit de constater qu'il y a certaines absurdités, y compris en anglais, qui ont donc été retraduites dans toutes les langues, mais qui ne correspondent pas vraiment à l'option telle qu'implémentée. Par exemple, le système de réarmement dans Eden est traduit de manière très étrange. - Modification du fichier "addons/overheating/ACE_Settings.hpp", afin de changer l'ordre du menu "ACE Surchauffe". En effet la case "activé" était tout en bas, aussi je l'ai mise tout en haut (comme c'est déjà le cas pour toutes les options). - Modification du fichier "addons/finger/ACE_Settings.hpp", concernant le pointage du doigt ACE, afin d'y ajouter une description dans les réglages des addons. Il y en avait déjà une (peu utile) dans les paramètres des commandes, mais pas dans les options des addons, ce qui rend l'option peu explicite pour un débutant. * Corrections mineures * correction erreurs * correction erreurs (nametags) * correction erreurs et modules obsolètes (nametags) * correction erreurs et modules obsolètes (common) * Mise en commentaire d'éléments obsolètes * correction key error * Added Vdauphin suggestions :). * French translation - Replaced "Faction" (faction) to "Camp" (side) addons/captives/stringtable.xml addons/switchunits/stringtable.xml addons/zeus/stringtable.xml * Minor correction of french Concertina_wire translation * - (PabstMirror suggestions) Replace tabs by spaces, in addons/common/stringtable.xml - (PabstMirror suggestions) Replace xml comments by french plain text, in addons/common/stringtable.xml - Replace xml comments by french plain text, addons/explosives/stringtable.xml - Replace xml comments by french plain text, addons/nametags/stringtable.xml * Removed accented capital letters for objects in french translation : Capital accented letters were a problem because they were not classified alphabetically. Thus in Eden or in the arsenal, objects starting with a capital accented letter were systematically at the top of the list. modified: addons/chemlights/stringtable.xml modified: addons/huntir/stringtable.xml * Correction of a typing error (french concertina_wire translation
2019-12-19 17:08:31 +00:00
<French>%1 est trop loin pour être soigné.</French>
2016-09-27 16:15:38 +00:00
<Japanese>%1 は治療をできない所まで離れた</Japanese>
Korean Translation v1.0 (#4794) * Add files via upload * Add files via upload * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation * Added Korean translation japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml. * Fix encoding
2017-01-02 23:52:01 +00:00
<Korean>%1 부터의 거리가 너무 멀어 치료할 수 없습니다</Korean>
<Chinesesimp>设定当距离超过%1将不能使用治疗动作</Chinesesimp>
<Chinese>設定當距離超過%1將不能使用治療動作</Chinese>
2016-07-15 10:21:56 +00:00
</Key>
<Key ID="STR_ACE_Medical_openLid">
<English>Open lid</English>
<German>Deckel aufklappen</German>
<Japanese>フタを開ける</Japanese>
<Italian>Apri lid</Italian>
<Chinese>打開蓋子</Chinese>
<Chinesesimp>打开盖子</Chinesesimp>
<Korean>뚜껑 열기</Korean>
<Polish>Otwórz pokrywę</Polish>
Russian translations (#7005) * Russian translation is done * Update addons/arsenal/stringtable.xml Co-Authored-By: Dystopian <sddex@ya.ru> * Apply suggestions from code review Co-Authored-By: Dystopian <sddex@ya.ru> * Update addons/arsenal/stringtable.xml Co-Authored-By: Dystopian <sddex@ya.ru> * Update addons/arsenal/stringtable.xml Co-Authored-By: Dystopian <sddex@ya.ru> * Update addons/arsenal/stringtable.xml Co-Authored-By: Dystopian <sddex@ya.ru> * Update addons/arsenal/stringtable.xml * Update addons/advanced_fatigue/stringtable.xml * Update addons/advanced_fatigue/stringtable.xml * Update addons/arsenal/stringtable.xml Co-Authored-By: Dystopian <sddex@ya.ru> * Apply suggestions from code review Co-Authored-By: Dystopian <sddex@ya.ru> * next iteration, still WIP Co-Authored-By: Dystopian <sddex@ya.ru> * next iteration 2, still WIP, sorry Co-Authored-By: Dystopian <sddex@ya.ru> * re-translation in /captives and small fixes in /explosives * Apply suggestions from code review Co-Authored-By: Dystopian <sddex@ya.ru> * Apply suggestions from code review small fixes Co-Authored-By: Dystopian <sddex@ya.ru> * Apply suggestions from code review Co-Authored-By: Dystopian <sddex@ya.ru> * minor misspells corrections Co-Authored-By: Dystopian <sddex@ya.ru> * minor misspells corrections Co-Authored-By: Dystopian <sddex@ya.ru> * /arsenal and /captives resolve Co-Authored-By: Dystopian <sddex@ya.ru> * minor changes in /scopes, almost done Co-Authored-By: Dystopian <sddex@ya.ru> * Some strings shortened for menu Co-Authored-By: Dystopian <sddex@ya.ru>
2019-06-03 14:59:13 +00:00
<Russian>Открыть крышку</Russian>
<French>Ouvrir le couvercle</French>
2019-09-14 18:36:28 +00:00
<Portuguese>Abrir Tampa</Portuguese>
<Czech>Otevřít víko</Czech>
</Key>
<Key ID="STR_ACE_Medical_closeLid">
<English>Close lid</English>
<German>Deckel zuklappen</German>
<Japanese>フタを閉める</Japanese>
<Italian>Chiudi lid</Italian>
<Chinese>關閉蓋子</Chinese>
<Chinesesimp>关闭盖子</Chinesesimp>
<Korean>뚜껑 닫기</Korean>
<Polish>Zamknij pokrywę</Polish>
Russian translations (#7005) * Russian translation is done * Update addons/arsenal/stringtable.xml Co-Authored-By: Dystopian <sddex@ya.ru> * Apply suggestions from code review Co-Authored-By: Dystopian <sddex@ya.ru> * Update addons/arsenal/stringtable.xml Co-Authored-By: Dystopian <sddex@ya.ru> * Update addons/arsenal/stringtable.xml Co-Authored-By: Dystopian <sddex@ya.ru> * Update addons/arsenal/stringtable.xml Co-Authored-By: Dystopian <sddex@ya.ru> * Update addons/arsenal/stringtable.xml * Update addons/advanced_fatigue/stringtable.xml * Update addons/advanced_fatigue/stringtable.xml * Update addons/arsenal/stringtable.xml Co-Authored-By: Dystopian <sddex@ya.ru> * Apply suggestions from code review Co-Authored-By: Dystopian <sddex@ya.ru> * next iteration, still WIP Co-Authored-By: Dystopian <sddex@ya.ru> * next iteration 2, still WIP, sorry Co-Authored-By: Dystopian <sddex@ya.ru> * re-translation in /captives and small fixes in /explosives * Apply suggestions from code review Co-Authored-By: Dystopian <sddex@ya.ru> * Apply suggestions from code review small fixes Co-Authored-By: Dystopian <sddex@ya.ru> * Apply suggestions from code review Co-Authored-By: Dystopian <sddex@ya.ru> * minor misspells corrections Co-Authored-By: Dystopian <sddex@ya.ru> * minor misspells corrections Co-Authored-By: Dystopian <sddex@ya.ru> * /arsenal and /captives resolve Co-Authored-By: Dystopian <sddex@ya.ru> * minor changes in /scopes, almost done Co-Authored-By: Dystopian <sddex@ya.ru> * Some strings shortened for menu Co-Authored-By: Dystopian <sddex@ya.ru>
2019-06-03 14:59:13 +00:00
<Russian>Закрыть крышку</Russian>
<French>Fermer le couvercle</French>
2019-09-14 18:36:28 +00:00
<Portuguese>Fechar Tampa</Portuguese>
<Czech>Zavřít víko</Czech>
</Key>
2015-04-13 19:15:04 +00:00
</Package>
</Project>