Ear Plugs -> Earplugs

http://en.wikipedia.org/wiki/Earplug
This commit is contained in:
bux578 2015-06-03 15:29:38 +02:00
parent 5f656cd863
commit 9096f38777
4 changed files with 8 additions and 8 deletions

View File

@ -24,5 +24,5 @@ _player setVariable ["ACE_hasEarPlugsIn", true, true];
[localize "STR_ACE_Hearing_EarPlugs_Are_On"] call EFUNC(common,displayTextStructured); [localize "STR_ACE_Hearing_EarPlugs_Are_On"] call EFUNC(common,displayTextStructured);
/*// No Ear Plugs in inventory, telling user /*// No Earplugs in inventory, telling user
[localize "STR_ACE_Hearing_NoPlugs"] call EFUNC(common,displayTextStructured);*/ [localize "STR_ACE_Hearing_NoPlugs"] call EFUNC(common,displayTextStructured);*/

View File

@ -2,7 +2,7 @@
<Project name="ACE"> <Project name="ACE">
<Package name="Hearing"> <Package name="Hearing">
<Key ID="STR_ACE_Hearing_EarPlugs_Name"> <Key ID="STR_ACE_Hearing_EarPlugs_Name">
<English>Ear Plugs</English> <English>Earplugs</English>
<German>Ohrenstöpsel</German> <German>Ohrenstöpsel</German>
<Spanish>Tapones para los oídos</Spanish> <Spanish>Tapones para los oídos</Spanish>
<Polish>Stopery do uszu</Polish> <Polish>Stopery do uszu</Polish>
@ -14,7 +14,7 @@
<Italian>Tappi auricolari</Italian> <Italian>Tappi auricolari</Italian>
</Key> </Key>
<Key ID="STR_ACE_Hearing_EarPlugs_Description"> <Key ID="STR_ACE_Hearing_EarPlugs_Description">
<English>Protective Ear Plugs allow the wearer to be near loud weaponry without damage to his hearing.</English> <English>Protective Earplugs allow the wearer to be near loud weaponry without damage to his hearing.</English>
<German>Schützende Ohrenstöpsel, die es dem Träger ermöglichen, sich in der Nähe lauter Waffen aufzuhalten ohne Gehörschäden davonzutragen..</German> <German>Schützende Ohrenstöpsel, die es dem Träger ermöglichen, sich in der Nähe lauter Waffen aufzuhalten ohne Gehörschäden davonzutragen..</German>
<Spanish>Los tapones para los oídos permiten al usuario operar armamento ruidoso sin sufrir pérdida de audición.</Spanish> <Spanish>Los tapones para los oídos permiten al usuario operar armamento ruidoso sin sufrir pérdida de audición.</Spanish>
<Polish>Stopery do uszu umożliwiają użytkownikowi przebywać w pobliżu głośnej broni bez poniesienia konsekwencji jaką jest utrata słuchu.</Polish> <Polish>Stopery do uszu umożliwiają użytkownikowi przebywać w pobliżu głośnej broni bez poniesienia konsekwencji jaką jest utrata słuchu.</Polish>
@ -74,7 +74,7 @@
<Italian>Levati i tappi auricolari</Italian> <Italian>Levati i tappi auricolari</Italian>
</Key> </Key>
<Key ID="STR_ACE_Hearing_NoPlugs"> <Key ID="STR_ACE_Hearing_NoPlugs">
<English>You have no ear plugs</English> <English>You have no earplugs</English>
<German>Keine Ohrenstöpsel im Inventar</German> <German>Keine Ohrenstöpsel im Inventar</German>
<Spanish>No tienes tapones para los oídos</Spanish> <Spanish>No tienes tapones para los oídos</Spanish>
<Polish>Nie masz stoperów</Polish> <Polish>Nie masz stoperów</Polish>

View File

@ -12,18 +12,18 @@ parent: wiki
Introduces hearing damage caused by nearby explosions and large-caliber weapons. Introduces hearing damage caused by nearby explosions and large-caliber weapons.
### 1.2 Earplugs ### 1.2 Earplugs
Adds ear plugs to mitigate that effect. Soldiers with high caliber weapons or Adds earplugs to mitigate that effect. Soldiers with high caliber weapons or
missile launchers will be equipped with those, but remember to put them in. missile launchers will be equipped with those, but remember to put them in.
## 2. Usage ## 2. Usage
### 2.1 Equipping earplugs ### 2.1 Equipping earplugs
- For this you need the `Ear plugs` item. - For this you need the `Earplugs` item.
- Press the self interaction key <kbd>CTRL</kbd> + <kbd>Left Windows</kbd> (ACE3 default key bind `Self Interaction Key`). - Press the self interaction key <kbd>CTRL</kbd> + <kbd>Left Windows</kbd> (ACE3 default key bind `Self Interaction Key`).
- Select `Equipment`. - Select `Equipment`.
- Select `Earplugs in`. - Select `Earplugs in`.
- Same method to remove them but the option is `Earplugs out`. - Same method to remove them but the option is `Earplugs out`.
- Note: you're able to re-use ear plugs. - Note: you're able to re-use earplugs.
## 3. Dependencies ## 3. Dependencies

View File

@ -107,7 +107,7 @@ ACE_M84 | M84 Stun Grenade |
classname | in game name | type | classname | in game name | type |
--------- | --------- | --------- --------- | --------- | ---------
ACE_EarPlugs | Ear Plugs | ACE_ItemCore | ACE_EarPlugs | Earplugs | ACE_ItemCore |
### Kestrel ### Kestrel
`added in 3.0.0.3` `added in 3.0.0.3`