ACE3/addons/gunbag/stringtable.xml

145 lines
7.3 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2016-05-03 08:21:21 +00:00
<Project name="ACE">
<Package name="Gunbag">
2016-05-17 09:21:48 +00:00
<Key ID="STR_ACE_Gunbag_DisplayName">
<English>Gunbag</English>
<German>Waffentasche</German>
<French>Housse d'arme</French>
2016-08-13 09:25:43 +00:00
<Russian>Чехол</Russian>
2016-08-13 13:44:48 +00:00
<Czech>Pouzdro na zbraň</Czech>
2016-09-16 16:47:01 +00:00
<Japanese>ガンバッグ</Japanese>
<Polish>Torba na broń</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>Borsa per Armi</Italian>
<Chinesesimp>枪袋</Chinesesimp>
<Chinese>槍袋</Chinese>
2019-09-14 18:36:28 +00:00
<Portuguese>Bolsa de Arma</Portuguese>
2020-01-05 17:37:48 +00:00
<Turkish>Silah Çantası</Turkish>
<Spanish>Funda de arma</Spanish>
2016-05-17 09:21:48 +00:00
</Key>
<Key ID="STR_ACE_Gunbag_DisplayName_Tan">
<English>Gunbag (Tan)</English>
2020-02-22 20:53:35 +00:00
<German>Waffentasche (hellbraun)</German>
<French>Housse d'arme (marron clair)</French>
2016-08-13 09:25:43 +00:00
<Russian>Чехол (желтовато-коричневый)</Russian>
2016-08-13 13:44:48 +00:00
<Czech>Pouzdro na zbraň (Žlutohnědá)</Czech>
2016-09-16 16:47:01 +00:00
<Japanese>ガンバッグ (タン)</Japanese>
<Polish>Torba na broń (jasnobrązowa)</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>Borsa per Armi (Tan)</Italian>
<Chinesesimp>枪袋 (黄褐色)</Chinesesimp>
<Chinese>槍袋 (黃褐色)</Chinese>
2019-09-14 18:36:28 +00:00
<Portuguese>Bolsa de Arma (Bege)</Portuguese>
2020-01-05 17:37:48 +00:00
<Turkish>Silah Çantası (Tan)</Turkish>
<Spanish>Funda de arma (Tan)</Spanish>
2016-05-17 09:21:48 +00:00
</Key>
Gunbag - Add weapon swapping (#7713) * Gunbag Update adds capability to swap a currently held primary weapon and the weapon current stored in the gunbag. Has a 1.5x time to complete compared to just adding or removing a weapon from the gunbag. * Update stringtable.xml * Update addons/gunbag/functions/fnc_swapWeapon.sqf Update authors field to add credit to the original author of much of the changed code Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update addons/gunbag/functions/fnc_swapWeaponCallback.sqf Update the virtual load in a more efficient way. Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update addons/gunbag/functions/fnc_swapWeaponCallback.sqf Properly attribute author of majority of original code Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update stringtable.xml * Update French translation Co-authored-by: Elgin675 <elgin675@hotmail.com> * Remove non-English translations Leave translations open to translators * Add CBA setting to enable weapon switching (Default false) * Fixed variables and updated names for consistancy * Convert from ACE Settings to CBA Settings * Fix stringtable.xml indentation * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbagCallback.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbag.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbagCallback.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update initSettings.sqf Change default value to true * Update CfgVehicles.hpp Co-authored-by: Joko <hoffman.jonas95@gmail.com> Co-authored-by: Elgin675 <elgin675@hotmail.com> Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-06-19 15:35:19 +00:00
<Key ID="STR_ACE_Gunbag_DisplayName_Settings">
<English>Gunbag</English>
<German>Waffentasche</German>
<French>Housse d'arme</French>
<Russian>Чехол</Russian>
<Czech>Pouzdro na zbraň</Czech>
<Japanese>ガンバッグ</Japanese>
<Polish>Torba na broń</Polish>
<Korean>총가방</Korean>
<Italian>Borsa per Armi</Italian>
<Chinesesimp>枪袋</Chinesesimp>
<Chinese>槍袋</Chinese>
<Portuguese>Bolsa de Arma</Portuguese>
<Turkish>Silah Çantası</Turkish>
<Spanish>Funda de arma</Spanish>
Gunbag - Add weapon swapping (#7713) * Gunbag Update adds capability to swap a currently held primary weapon and the weapon current stored in the gunbag. Has a 1.5x time to complete compared to just adding or removing a weapon from the gunbag. * Update stringtable.xml * Update addons/gunbag/functions/fnc_swapWeapon.sqf Update authors field to add credit to the original author of much of the changed code Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update addons/gunbag/functions/fnc_swapWeaponCallback.sqf Update the virtual load in a more efficient way. Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update addons/gunbag/functions/fnc_swapWeaponCallback.sqf Properly attribute author of majority of original code Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update stringtable.xml * Update French translation Co-authored-by: Elgin675 <elgin675@hotmail.com> * Remove non-English translations Leave translations open to translators * Add CBA setting to enable weapon switching (Default false) * Fixed variables and updated names for consistancy * Convert from ACE Settings to CBA Settings * Fix stringtable.xml indentation * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbagCallback.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbag.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbagCallback.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update initSettings.sqf Change default value to true * Update CfgVehicles.hpp Co-authored-by: Joko <hoffman.jonas95@gmail.com> Co-authored-by: Elgin675 <elgin675@hotmail.com> Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-06-19 15:35:19 +00:00
</Key>
<Key ID="STR_ACE_Gunbag_ToGunbag">
2016-05-17 09:21:48 +00:00
<English>Put weapon into gunbag</English>
<German>Lege Waffe in Waffentasche</German>
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>Ranger l'arme dans la housse</French>
2016-08-13 09:25:43 +00:00
<Russian>Зачехлить оружие</Russian>
2016-08-13 13:44:48 +00:00
<Czech>Vložit zbraň do pouzdra</Czech>
2016-09-16 16:47:01 +00:00
<Japanese>ガンバッグへ武器を入れる</Japanese>
<Polish>Włóż broń do torby</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>Metti l'arma nella borsa per armi</Italian>
<Chinesesimp>将武器放置枪袋</Chinesesimp>
<Chinese>將武器放置槍袋</Chinese>
2019-09-14 18:36:28 +00:00
<Portuguese>Colocar arma na Bosla de Arma</Portuguese>
2020-01-05 17:37:48 +00:00
<Turkish>Silahını silah çantasına koy</Turkish>
<Spanish>Poner el arma en la funda</Spanish>
2016-05-17 09:21:48 +00:00
</Key>
Gunbag - Add weapon swapping (#7713) * Gunbag Update adds capability to swap a currently held primary weapon and the weapon current stored in the gunbag. Has a 1.5x time to complete compared to just adding or removing a weapon from the gunbag. * Update stringtable.xml * Update addons/gunbag/functions/fnc_swapWeapon.sqf Update authors field to add credit to the original author of much of the changed code Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update addons/gunbag/functions/fnc_swapWeaponCallback.sqf Update the virtual load in a more efficient way. Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update addons/gunbag/functions/fnc_swapWeaponCallback.sqf Properly attribute author of majority of original code Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update stringtable.xml * Update French translation Co-authored-by: Elgin675 <elgin675@hotmail.com> * Remove non-English translations Leave translations open to translators * Add CBA setting to enable weapon switching (Default false) * Fixed variables and updated names for consistancy * Convert from ACE Settings to CBA Settings * Fix stringtable.xml indentation * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbagCallback.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbag.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbagCallback.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update initSettings.sqf Change default value to true * Update CfgVehicles.hpp Co-authored-by: Joko <hoffman.jonas95@gmail.com> Co-authored-by: Elgin675 <elgin675@hotmail.com> Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-06-19 15:35:19 +00:00
<Key ID="STR_ACE_Gunbag_SwapGunbag">
<English>Exchange weapon in gunbag</English>
<Polish>Wymień broń w torbie</Polish>
<Russian>Заменить оружие в чехле</Russian>
<French>Échanger les armes</French>
2020-08-28 15:30:32 +00:00
<Japanese>ガンバッグ内の武器を交換</Japanese>
<Turkish>Silah çantasında silah değişimi</Turkish>
<Spanish>Intercambiar arma en funda de arma</Spanish>
Gunbag - Add weapon swapping (#7713) * Gunbag Update adds capability to swap a currently held primary weapon and the weapon current stored in the gunbag. Has a 1.5x time to complete compared to just adding or removing a weapon from the gunbag. * Update stringtable.xml * Update addons/gunbag/functions/fnc_swapWeapon.sqf Update authors field to add credit to the original author of much of the changed code Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update addons/gunbag/functions/fnc_swapWeaponCallback.sqf Update the virtual load in a more efficient way. Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update addons/gunbag/functions/fnc_swapWeaponCallback.sqf Properly attribute author of majority of original code Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update stringtable.xml * Update French translation Co-authored-by: Elgin675 <elgin675@hotmail.com> * Remove non-English translations Leave translations open to translators * Add CBA setting to enable weapon switching (Default false) * Fixed variables and updated names for consistancy * Convert from ACE Settings to CBA Settings * Fix stringtable.xml indentation * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbagCallback.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbag.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbagCallback.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update initSettings.sqf Change default value to true * Update CfgVehicles.hpp Co-authored-by: Joko <hoffman.jonas95@gmail.com> Co-authored-by: Elgin675 <elgin675@hotmail.com> Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-06-19 15:35:19 +00:00
</Key>
<Key ID="STR_ACE_Gunbag_SwapGunbagEnabled_DisplayName">
<English>Enable Weapon Swap</English>
<Polish>Aktywuj wymianę broni</Polish>
<Russian>Включить обмен оружием</Russian>
<French>Activer l'échange d'arme</French>
2020-08-28 15:30:32 +00:00
<Japanese>武器交換を有効化</Japanese>
<Turkish>Silah Değiştirmeyi Etkinleştir</Turkish>
<Spanish>Habilitar cambio de arma</Spanish>
Gunbag - Add weapon swapping (#7713) * Gunbag Update adds capability to swap a currently held primary weapon and the weapon current stored in the gunbag. Has a 1.5x time to complete compared to just adding or removing a weapon from the gunbag. * Update stringtable.xml * Update addons/gunbag/functions/fnc_swapWeapon.sqf Update authors field to add credit to the original author of much of the changed code Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update addons/gunbag/functions/fnc_swapWeaponCallback.sqf Update the virtual load in a more efficient way. Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update addons/gunbag/functions/fnc_swapWeaponCallback.sqf Properly attribute author of majority of original code Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update stringtable.xml * Update French translation Co-authored-by: Elgin675 <elgin675@hotmail.com> * Remove non-English translations Leave translations open to translators * Add CBA setting to enable weapon switching (Default false) * Fixed variables and updated names for consistancy * Convert from ACE Settings to CBA Settings * Fix stringtable.xml indentation * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbagCallback.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbag.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbagCallback.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update initSettings.sqf Change default value to true * Update CfgVehicles.hpp Co-authored-by: Joko <hoffman.jonas95@gmail.com> Co-authored-by: Elgin675 <elgin675@hotmail.com> Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-06-19 15:35:19 +00:00
</Key>
<Key ID="STR_ACE_Gunbag_SwapGunbagEnabled_Description">
<English>Allows interaction to directly swap the primary weapon and stored weapon.</English>
<Polish>Pozwala na interakcje do wymiany broni głównej na bron schowaną.</Polish>
<Russian>Разрешает действие прямого обмена основного оружия и спрятанного в чехле.</Russian>
<French>Active le menu d'interaction personnelle permettant d'échanger directement l'arme primaire et l'arme rangée dans la housse.</French>
2020-08-28 15:30:32 +00:00
<Japanese>持っている武器とガンバッグ内の武器を交換できるようにします。</Japanese>
<Turkish>Etkileşimin doğrudan birincil silahı ve depolanan silahı değiştirmesine izin verir.</Turkish>
<Spanish>Permitir interacción para intercambiar el arma principal y el arma guardada.</Spanish>
Gunbag - Add weapon swapping (#7713) * Gunbag Update adds capability to swap a currently held primary weapon and the weapon current stored in the gunbag. Has a 1.5x time to complete compared to just adding or removing a weapon from the gunbag. * Update stringtable.xml * Update addons/gunbag/functions/fnc_swapWeapon.sqf Update authors field to add credit to the original author of much of the changed code Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update addons/gunbag/functions/fnc_swapWeaponCallback.sqf Update the virtual load in a more efficient way. Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update addons/gunbag/functions/fnc_swapWeaponCallback.sqf Properly attribute author of majority of original code Co-authored-by: Joko <hoffman.jonas95@gmail.com> * Update stringtable.xml * Update French translation Co-authored-by: Elgin675 <elgin675@hotmail.com> * Remove non-English translations Leave translations open to translators * Add CBA setting to enable weapon switching (Default false) * Fixed variables and updated names for consistancy * Convert from ACE Settings to CBA Settings * Fix stringtable.xml indentation * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbagCallback.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbag.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/functions/fnc_swapGunbagCallback.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * Update addons/gunbag/initSettings.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update initSettings.sqf Change default value to true * Update CfgVehicles.hpp Co-authored-by: Joko <hoffman.jonas95@gmail.com> Co-authored-by: Elgin675 <elgin675@hotmail.com> Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-06-19 15:35:19 +00:00
</Key>
<Key ID="STR_ACE_Gunbag_OffGunbag">
2016-05-17 09:21:48 +00:00
<English>Get weapon out of gunbag</English>
<German>Hole Waffe aus Waffentasche</German>
<French>Prendre l'arme de la housse</French>
2016-08-13 09:25:43 +00:00
<Russian>Расчехлить оружие</Russian>
2016-08-13 13:44:48 +00:00
<Czech>Vytáhnout zbraň z pouzdra</Czech>
2016-09-16 16:47:01 +00:00
<Japanese>ガンバッグから武器を出す</Japanese>
<Polish>Wyciągnij broń z torby</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>Prendi l'arma dalla borsa per armi</Italian>
<Chinesesimp>将武器拿出枪袋</Chinesesimp>
<Chinese>將武器拿出槍袋</Chinese>
2019-09-14 18:36:28 +00:00
<Portuguese>Retirar arma da Bolsa de Arma</Portuguese>
2020-01-05 17:37:48 +00:00
<Turkish>Silahını silah çantasından çıkart</Turkish>
<Spanish>Sacar el arma de la funda</Spanish>
2016-05-17 09:21:48 +00:00
</Key>
<Key ID="STR_ACE_Gunbag_Status">
2016-06-12 22:08:28 +00:00
<English>Status</English>
<German>Status</German>
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>Statut</French>
2016-08-13 09:25:43 +00:00
<Russian>Статус</Russian>
2016-08-13 13:44:48 +00:00
<Czech>Status</Czech>
2016-09-16 16:47:01 +00:00
<Japanese>中身</Japanese>
<Polish>Status</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>Stato</Italian>
<Chinesesimp>状态</Chinesesimp>
<Chinese>狀態</Chinese>
2019-09-14 18:36:28 +00:00
<Portuguese>Status</Portuguese>
2020-01-05 17:37:48 +00:00
<Turkish>Kontrol Et</Turkish>
<Spanish>Estado</Spanish>
2016-05-17 09:21:48 +00:00
</Key>
<Key ID="STR_ACE_Gunbag_Empty">
2016-05-17 09:21:48 +00:00
<English>Gunbag Empty</English>
<German>Waffentasche leer</German>
<French>Housse d'arme vide</French>
2016-08-13 09:25:43 +00:00
<Russian>Чехол пуст</Russian>
2016-08-13 13:44:48 +00:00
<Czech>Prázdné pouzdro na zbraň</Czech>
2020-08-28 15:30:32 +00:00
<Japanese>ガンバッグは空です</Japanese>
<Polish>Torba jest pusta</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>Borsa per armi vuota</Italian>
<Chinesesimp>枪袋为空</Chinesesimp>
<Chinese>槍袋為空</Chinese>
2019-09-14 18:36:28 +00:00
<Portuguese>Bolsa de Arma Vazia</Portuguese>
2020-01-05 17:37:48 +00:00
<Turkish>Silah Çantası Boş</Turkish>
<Spanish>Funda de arma vacía</Spanish>
2016-05-17 09:21:48 +00:00
</Key>
</Package>
</Project>