mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
hearing: replace some remaining tags
This commit is contained in:
parent
90dc92fb52
commit
bf88af1579
@ -17,11 +17,11 @@ private "_player";
|
||||
_player = _this select 0;
|
||||
|
||||
// Buds in inventory, putting them in
|
||||
_player removeItem "AGM_EarBuds";
|
||||
_player removeItem "ACE_EarBuds";
|
||||
|
||||
_player setVariable ["AGM_hasEarPlugsIn", true, true];
|
||||
_player setVariable ["ACE_hasEarPlugsIn", true, true];
|
||||
|
||||
[localize "STR_AGM_Hearing_Earbuds_Are_On"] call EFUNC(common,displayTextStructured);
|
||||
[localize "STR_ACE_Hearing_Earbuds_Are_On"] call EFUNC(common,displayTextStructured);
|
||||
|
||||
/*// No Ear Buds in inventory, telling user
|
||||
[localize "STR_AGM_Hearing_NoBuds"] call EFUNC(common,displayTextStructured);*/
|
||||
[localize "STR_ACE_Hearing_NoBuds"] call EFUNC(common,displayTextStructured);*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Edited with tabler - 2014-12-17 -->
|
||||
<Project name="AGM">
|
||||
<Project name="ACE">
|
||||
<Package name="Hearing">
|
||||
<Key ID="STR_AGM_Hearing_Earbuds_Name">
|
||||
<Key ID="STR_ACE_Hearing_Earbuds_Name">
|
||||
<English>Ear Plugs</English>
|
||||
<German>Ohrenstöpsel</German>
|
||||
<Spanish>Tapones para los oídos</Spanish>
|
||||
@ -14,7 +14,7 @@
|
||||
<Portuguese>Protetor auricular</Portuguese>
|
||||
<Italian>Tappi auricolari</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_AGM_Hearing_Earbuds_Description">
|
||||
<Key ID="STR_ACE_Hearing_Earbuds_Description">
|
||||
<English>Protective Ear Buds 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.</German>
|
||||
<Spanish>Los tapones para los oídos permiten al usuario operar armamento ruidoso sin sufrir pérdida de audición.</Spanish>
|
||||
@ -26,7 +26,7 @@
|
||||
<Portuguese>Protetor para ouvidos permitem que o usuário esteja próximo a ruídos sem danificar sua audição.</Portuguese>
|
||||
<Italian>Proteggono l'apparato uditivo, permettendo a chi li indossa di resistere ai suoni particolarmente forti senza alcun danno.</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_AGM_Hearing_Earbuds_On">
|
||||
<Key ID="STR_ACE_Hearing_Earbuds_On">
|
||||
<English>Earplugs in</English>
|
||||
<German>Ohrenstöpsel drinnen</German>
|
||||
<Spanish>Poner tapones</Spanish>
|
||||
@ -38,7 +38,7 @@
|
||||
<Portuguese>Protetores colocados</Portuguese>
|
||||
<Italian>Indossa i tappi auricolari</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_AGM_Hearing_Earbuds_Off">
|
||||
<Key ID="STR_ACE_Hearing_Earbuds_Off">
|
||||
<English>Earplugs out</English>
|
||||
<German>Ohrenstöpsel raus</German>
|
||||
<Spanish>Quitar tapones</Spanish>
|
||||
@ -50,7 +50,7 @@
|
||||
<Portuguese>Protetores retirados</Portuguese>
|
||||
<Italian>Levati i tappi auricolari</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_AGM_Hearing_Earbuds_Are_On">
|
||||
<Key ID="STR_ACE_Hearing_Earbuds_Are_On">
|
||||
<English>Earplugs in</English>
|
||||
<German>Ohrenstöpsel drinnen</German>
|
||||
<Spanish>Tapones puestos</Spanish>
|
||||
@ -62,7 +62,7 @@
|
||||
<Portuguese>Protetores colocados</Portuguese>
|
||||
<Italian>Indossa i tappi auricolari</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_AGM_Hearing_Earbuds_Are_Off">
|
||||
<Key ID="STR_ACE_Hearing_Earbuds_Are_Off">
|
||||
<English>Earplugs out</English>
|
||||
<German>Ohrenstöpsel raus</German>
|
||||
<Spanish>Tapones quitados</Spanish>
|
||||
@ -74,7 +74,7 @@
|
||||
<Portuguese>Protetores retirados</Portuguese>
|
||||
<Italian>Levati i tappi auricolari</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_AGM_Hearing_NoBuds">
|
||||
<Key ID="STR_ACE_Hearing_NoBuds">
|
||||
<English>You have no ear plugs</English>
|
||||
<German>Keine Ohrenstöpsel im Inventar</German>
|
||||
<Spanish>No tienes tapones para los oídos</Spanish>
|
||||
@ -86,7 +86,7 @@
|
||||
<Portuguese>Você não possui protetores auriculares</Portuguese>
|
||||
<Italian>Non hai i tappi auricolari</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_AGM_Hearing_Inventory_Full">
|
||||
<Key ID="STR_ACE_Hearing_Inventory_Full">
|
||||
<English>No inventory space</English>
|
||||
<German>Kein Platz im Inventar</German>
|
||||
<Spanish>Sin espacio en el inventario</Spanish>
|
||||
|
Loading…
Reference in New Issue
Block a user