* Fix Brackets around code
* Update fnc_handleFired.sqf
* Shouldn't have changed this one
---------
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* More Japanese
* bit tweak
* cargo missing
* little bit better wording
* update medicaly
* more medical
* Grenade Things and more
* common and csw
* minor tweaks
* even more tweaks
* I want this to be the final update
* overhaul not over yet
* Finaly finaly it's over. maybe.
* zeus med module update addition
* range things
* Update stringtable.xml
* Update stringtable.xml
* Update stringtable.xml
* progress bar
* revert and feedbackicon
feedback is still used??? i can't check that
* Captive fix and Specialist things
* Training level required
* time things
* Zeus_ModuleUnloadFromCargo
* error fix
* revert field manual cause conflict with portuguese
* reattempt field manual
* advanced wording
* magazine name and chemlight name
* space
* I forgot change that
* Jam and cookoff meaning
* space is important
* Pointing
* Korean Translation 100% done
fixed typos, changing the Korean transliteration of proper nouns, and changing the meaning of the original to a more understandable interpretation without compromising the transmission of the original
* Something Edited
edit incorrect translation and add typo correction
* Improve Chinese translation
* Optional Compat SOG and Tracers Simplified Chinese
* Fix settings string not correctly localized
* Fix mode of heli minigun have no realistic name
* Fix Regex replace flaw
* fix merge
* Various improvements
* Translate CSW, fix short name not short
* Trim
* Magazines naming
* Minor tweak
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Update code guidelines for script_component
* Update contributing documents for pull requests
- Reflect true attribution practices
- Reflect true merge process (this changed a long time ago)
* Remove listed maintainer from component readmes
We have almost never used these and serve as a source of confusion for
new contributors.
* 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
* Everything
* Fixed missing ;
* Fix missing ; and double private
* Fixed cannot isNull on number
* Turn _temparture back to isNil
* Fix error from merge
* 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
* Optimizations with private, params, and isEqualType
* Fixed tab being used instead of space
* Fixed tabs inserted by notepad++
* More usage of new private syntax and params
- changed a few checks for an array being empty to `_arr isEqualTo []`
rather than `count _arr == 0`
- added more uses of `private` on the same line as the variable is
declared
- added more uses of params to assign variables passed as parameters
- removed unnecessary parentheses
- removed several unnecessary variable declarations with private array
syntax
* clean up and formatting