ACE3/addons/gforces/stringtable.xml

48 lines
2.1 KiB
XML
Raw Normal View History

2018-10-07 09:30:15 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project name="ACE">
<Package name="GForces">
<Key ID="STR_ACE_GForces_enabledFor_displayName">
<English>Gforces Effects</English>
<German>Effekte der G-Kräfte</German>
<Spanish>Efectos Gforces</Spanish>
2016-04-29 22:57:24 +00:00
<Czech>G Force efekty</Czech>
2019-09-20 00:44:46 +00:00
<Portuguese>Efeitos da Força G</Portuguese>
<French>Effets de force gravitationnelle</French>
2016-08-13 09:25:43 +00:00
<Russian>Эффекты перегрузок</Russian>
2016-09-16 16:46:19 +00:00
<Japanese>G による効果</Japanese>
<Polish>Efekty przeciążeń</Polish>
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>
<Italian>Effetti forza G</Italian>
<Chinesesimp>G力影响</Chinesesimp>
<Chinese>G力影響</Chinese>
</Key>
<Key ID="STR_ACE_GForces_enabledFor_onlyAircraft">
<English>Only Aircraft</English>
<German>Nur Luftfahrzeug</German>
<Spanish>Sólo Aeronave</Spanish>
2016-04-29 22:57:24 +00:00
<Czech>Pouze letadla</Czech>
2016-06-04 02:11:40 +00:00
<Portuguese>Somente Aeronave</Portuguese>
<French>Avions seulement</French>
2016-08-13 09:25:43 +00:00
<Russian>Только для летательных аппаратов</Russian>
2016-09-16 16:46:19 +00:00
<Japanese>航空機のみ</Japanese>
<Polish>Tylko samoloty</Polish>
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>
<Italian>Solo Aerei</Italian>
<Chinesesimp>只有战斗机</Chinesesimp>
<Chinese>只有戰鬥機</Chinese>
</Key>
<Key ID="STR_ACE_GForces_statGReduction">
Add ACE Arsenal stats (#6110) * Add test class * Add stats mockup * Merge branch 'master' of https://github.com/acemod/ACE3 into arsenalStats * Finish mockup, add basic hide/show logic * Add base for stats * Use CBA EHs for stats to allow 3rd party mods of it * Add handleStats and most of the UI behaviors for stats * Continue work on stats * Add container stats * Add page support for stats * Add text for the ROF stat * Add accuracy in MOA for the accuracy stat * Change accuracy shown number to 1 decimal instead of 2 * Add MIL in the dispersion stat text * Change stats layout, remove dummy text strings * Add some AB stats * Remove last test string * Replace configExtremes by normal lookup where it's relevant * Add "undefined value" string when AB stat isn't present Mostly for laucnhers * Fix typo in preInit * Change drag model stat to ballistic coef * Fix issue with unused stats, change text to white when bar is present * Rewrite some part of handleStats Reason: add support for conditions, less redundant code, less reasons for dedmen to emasculate me * Re-add _hideUnusedFnc, handle empty stats arrays * Pass args to stat conditions, add test condition stat * Add hearing related stats * Remove the padding between stats and the stat bar / text * Add strings for stats * Change stats window to fit baer's suggestion * Algin the close stats button, add missing strings * Finish code review * Add missing newline * Remove duplicate strings * Add explosive range stat * Use proper string for the explo range stat * Fix capitalization for ctrlParent * Fix conditional stats blocking other stats * Add better integration for ballistics, hearing and explosive stats * Replace the private array in handleStat by params * Add backblast stats * Add backblast stat strings * Add flashlight map color and g-force reduction stats * Shorten preInit * Change stats close button to fit arsenal design * Improve stats page indicator look * Rework how stats are stored and retrieved * Remove args config entry, add priority entry, add vanilla weapon stats * Add vanilla container stats * Remove some lines in preInit * Add ballistics stats * Add hearing stats * Remove uneeded config entries * Add explosive range stat * Add backblast stats * Add spaces after semicolons in statements To make JJ happy because I don't care. * Add flashlights map color stat * Add gforce reduction stat FINALLY FUCKING DONE * Fix headers for the new stats funcs * Add add / remove stat API * Fix typo in removeStat header * Remove uneeded inline func * Clean up add / remove stat * Move all CfgACEArsenalStats entries to their own file * Replace STR_ACE_Ballistics_statAmmo by a BI string * Add script profiler related macro and code * Use the highest ballistic coef instead of first one defined * Add support for future ammo displayname * Add ACE_standardAtmosphere for ballistic coef * Add mag muzzle velocity stat * Add weapon muzzle velocity stat * Add comment explaining the ENABLE_PERF_PROFILING macro * Change cfgACEArsenalStats to ACE_Arsenal_Stats * Make JJ less pissy about spaces around = * Fix indentation in weaponMuzzleVelocity, use param * Use GVAR and EGVAR when appropriate * Prefix all stats except the base class * Fix Merge * Fix aspect ratio scaling of stats panel * Minor fixes
2018-02-15 16:03:22 +00:00
<English>G-force reduction</English>
Translations - German (#6920) * Add all missing german translations for the ace medical system * RHS Compat - Add 2 round hellfire to pylon options (#6893) * RHS Compat - Add 2 rnd hellfire pylon Close #5957 * change magwell name * gvar->addon * Fastroping - Add user setting to confirm cutting ropes (#6876) * Fastroping - Add user setting to confirm cutting ropes * always confirm * fix * Update stringtable.xml * compatibility with CBA scripted 2d optics framework * compatibility with CBA scripted 2d optics framework * Bewusstlosstatus -> Bewusstlosigkeit * Verblutungseffekt -> Blutungs effekt * Aktivitere ACE Sanitäter Aktionen -> Aktiviere Sanitäter Aktionen * Sanitätermenüs -> Sanitätsmenü * kritsche -> kritische * Update addons/medical_statemachine/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_statemachine/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_statemachine/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_statemachine/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_treatment/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_treatment/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Add missing german translations for advanced fatigue, ai, arsenal & ballistics * Update addons/ai/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/arsenal/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_gui/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_statemachine/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_statemachine/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_gui/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_gui/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/arsenal/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * 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 * Add missing german translations for ace cargo * Add missing german translation for vehicles * Add missing german translation for weaponselect * Add missing german translations für ace repair * Add missing german translations for ace quickmount * Add missing german translations for ace explosives * Add missing german translations for ace common * Ace flashlight missing german translation * Add missing german translations for ace scopes * add missing translations for ace respawn * Add missing german translations for ace overpressure * ACE Nametags german translation * . * ace magazinerepack german translation * ace interaktion german translations * add missing german translation for ace interaction menu * ACE Hearing german translations * Update stringtable.xml * Update stringtable.xml * Missing german translation in ace dogtags * Missing german translations ace hot * ace pylons missing german translations * ACE Cook off German Translations * zeus german translations * Fast roping german translations * gforces german translations * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Map - Don't enable map light for parachutes (#6961) * Refuel - Drop nozzle at unit's feet if no valid pos found (#6957) * Refuel - Drop nozzle at unit's feet if no valid pos found Fix #6944 * Update fnc_dropNozzle.sqf * Update addons/refuel/functions/fnc_dropNozzle.sqf Co-Authored-By: PabstMirror <pabstmirror@gmail.com> * Common - Don't add UAV AI to localUnits array (#6951) * Common - Don't add UAV AI to localUnits array * Update addons/common/functions/fnc_setupLocalUnitsHandler.sqf Co-Authored-By: PabstMirror <pabstmirror@gmail.com> * Fastroping - Remove FRIES on vehicle deletion / adjust Ghosthawk Fries (#6932) * fastroping_fnc_deequipFRIES, remove FRIES on vehicle deletion * Prevent FRIES from clipping into Ghost Hawk right door * UNequipFRIES * Remove fastroping checkVehicleThread * Document FRIES equip and unequip functions * Update stringtable.xml * Nightvision german translations * Update stringtable.xml * remove non-stringtable stuff ???
2019-06-08 15:35:42 +00:00
<German>G-Kräfte Reduzierung</German>
Add ACE Arsenal stats (#6110) * Add test class * Add stats mockup * Merge branch 'master' of https://github.com/acemod/ACE3 into arsenalStats * Finish mockup, add basic hide/show logic * Add base for stats * Use CBA EHs for stats to allow 3rd party mods of it * Add handleStats and most of the UI behaviors for stats * Continue work on stats * Add container stats * Add page support for stats * Add text for the ROF stat * Add accuracy in MOA for the accuracy stat * Change accuracy shown number to 1 decimal instead of 2 * Add MIL in the dispersion stat text * Change stats layout, remove dummy text strings * Add some AB stats * Remove last test string * Replace configExtremes by normal lookup where it's relevant * Add "undefined value" string when AB stat isn't present Mostly for laucnhers * Fix typo in preInit * Change drag model stat to ballistic coef * Fix issue with unused stats, change text to white when bar is present * Rewrite some part of handleStats Reason: add support for conditions, less redundant code, less reasons for dedmen to emasculate me * Re-add _hideUnusedFnc, handle empty stats arrays * Pass args to stat conditions, add test condition stat * Add hearing related stats * Remove the padding between stats and the stat bar / text * Add strings for stats * Change stats window to fit baer's suggestion * Algin the close stats button, add missing strings * Finish code review * Add missing newline * Remove duplicate strings * Add explosive range stat * Use proper string for the explo range stat * Fix capitalization for ctrlParent * Fix conditional stats blocking other stats * Add better integration for ballistics, hearing and explosive stats * Replace the private array in handleStat by params * Add backblast stats * Add backblast stat strings * Add flashlight map color and g-force reduction stats * Shorten preInit * Change stats close button to fit arsenal design * Improve stats page indicator look * Rework how stats are stored and retrieved * Remove args config entry, add priority entry, add vanilla weapon stats * Add vanilla container stats * Remove some lines in preInit * Add ballistics stats * Add hearing stats * Remove uneeded config entries * Add explosive range stat * Add backblast stats * Add spaces after semicolons in statements To make JJ happy because I don't care. * Add flashlights map color stat * Add gforce reduction stat FINALLY FUCKING DONE * Fix headers for the new stats funcs * Add add / remove stat API * Fix typo in removeStat header * Remove uneeded inline func * Clean up add / remove stat * Move all CfgACEArsenalStats entries to their own file * Replace STR_ACE_Ballistics_statAmmo by a BI string * Add script profiler related macro and code * Use the highest ballistic coef instead of first one defined * Add support for future ammo displayname * Add ACE_standardAtmosphere for ballistic coef * Add mag muzzle velocity stat * Add weapon muzzle velocity stat * Add comment explaining the ENABLE_PERF_PROFILING macro * Change cfgACEArsenalStats to ACE_Arsenal_Stats * Make JJ less pissy about spaces around = * Fix indentation in weaponMuzzleVelocity, use param * Use GVAR and EGVAR when appropriate * Prefix all stats except the base class * Fix Merge * Fix aspect ratio scaling of stats panel * Minor fixes
2018-02-15 16:03:22 +00:00
<French>Reduction des Gs</French>
<Japanese>耐 G 性</Japanese>
<Chinesesimp>减少G力</Chinesesimp>
<Chinese>減少G力</Chinese>
<Italian>Riduzione forza G</Italian>
<Polish>Redukcja przeciążenia</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>
2019-09-14 18:36:28 +00:00
<Portuguese>Redução de Força-G</Portuguese>
Add ACE Arsenal stats (#6110) * Add test class * Add stats mockup * Merge branch 'master' of https://github.com/acemod/ACE3 into arsenalStats * Finish mockup, add basic hide/show logic * Add base for stats * Use CBA EHs for stats to allow 3rd party mods of it * Add handleStats and most of the UI behaviors for stats * Continue work on stats * Add container stats * Add page support for stats * Add text for the ROF stat * Add accuracy in MOA for the accuracy stat * Change accuracy shown number to 1 decimal instead of 2 * Add MIL in the dispersion stat text * Change stats layout, remove dummy text strings * Add some AB stats * Remove last test string * Replace configExtremes by normal lookup where it's relevant * Add "undefined value" string when AB stat isn't present Mostly for laucnhers * Fix typo in preInit * Change drag model stat to ballistic coef * Fix issue with unused stats, change text to white when bar is present * Rewrite some part of handleStats Reason: add support for conditions, less redundant code, less reasons for dedmen to emasculate me * Re-add _hideUnusedFnc, handle empty stats arrays * Pass args to stat conditions, add test condition stat * Add hearing related stats * Remove the padding between stats and the stat bar / text * Add strings for stats * Change stats window to fit baer's suggestion * Algin the close stats button, add missing strings * Finish code review * Add missing newline * Remove duplicate strings * Add explosive range stat * Use proper string for the explo range stat * Fix capitalization for ctrlParent * Fix conditional stats blocking other stats * Add better integration for ballistics, hearing and explosive stats * Replace the private array in handleStat by params * Add backblast stats * Add backblast stat strings * Add flashlight map color and g-force reduction stats * Shorten preInit * Change stats close button to fit arsenal design * Improve stats page indicator look * Rework how stats are stored and retrieved * Remove args config entry, add priority entry, add vanilla weapon stats * Add vanilla container stats * Remove some lines in preInit * Add ballistics stats * Add hearing stats * Remove uneeded config entries * Add explosive range stat * Add backblast stats * Add spaces after semicolons in statements To make JJ happy because I don't care. * Add flashlights map color stat * Add gforce reduction stat FINALLY FUCKING DONE * Fix headers for the new stats funcs * Add add / remove stat API * Fix typo in removeStat header * Remove uneeded inline func * Clean up add / remove stat * Move all CfgACEArsenalStats entries to their own file * Replace STR_ACE_Ballistics_statAmmo by a BI string * Add script profiler related macro and code * Use the highest ballistic coef instead of first one defined * Add support for future ammo displayname * Add ACE_standardAtmosphere for ballistic coef * Add mag muzzle velocity stat * Add weapon muzzle velocity stat * Add comment explaining the ENABLE_PERF_PROFILING macro * Change cfgACEArsenalStats to ACE_Arsenal_Stats * Make JJ less pissy about spaces around = * Fix indentation in weaponMuzzleVelocity, use param * Use GVAR and EGVAR when appropriate * Prefix all stats except the base class * Fix Merge * Fix aspect ratio scaling of stats panel * Minor fixes
2018-02-15 16:03:22 +00:00
</Key>
</Package>
</Project>