summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ghsystem/language
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/ghsystem/language
Initial commit
Diffstat (limited to 'macros/latex/contrib/ghsystem/language')
-rw-r--r--macros/latex/contrib/ghsystem/language/ghsystem_english.def780
-rw-r--r--macros/latex/contrib/ghsystem/language/ghsystem_french.def830
-rw-r--r--macros/latex/contrib/ghsystem/language/ghsystem_german.def581
-rw-r--r--macros/latex/contrib/ghsystem/language/ghsystem_italian.def845
-rw-r--r--macros/latex/contrib/ghsystem/language/ghsystem_langtemplate.def424
-rw-r--r--macros/latex/contrib/ghsystem/language/ghsystem_spanish.def752
6 files changed, 4212 insertions, 0 deletions
diff --git a/macros/latex/contrib/ghsystem/language/ghsystem_english.def b/macros/latex/contrib/ghsystem/language/ghsystem_english.def
new file mode 100644
index 0000000000..f2ef4dbabc
--- /dev/null
+++ b/macros/latex/contrib/ghsystem/language/ghsystem_english.def
@@ -0,0 +1,780 @@
+% --------------------------------------------------------------------------
+% - the CHEMMACROS bundle
+% - ghsystem_english.def
+% - loads of little helpers for chemists
+% --------------------------------------------------------------------------
+% - Clemens Niederberger
+% --------------------------------------------------------------------------
+% - https://bitbucket.org/cgnieder/chemmacros/
+% - contact@mychemistry.eu
+% --------------------------------------------------------------------------
+% - If you have any ideas, questions, suggestions or bugs to report, please
+% - feel free to contact me.
+% --------------------------------------------------------------------------
+% - Copyright 2011-2016 Clemens Niederberger
+% -
+% - This work may be distributed and/or modified under the
+% - conditions of the LaTeX Project Public License, either version 1.3
+% - of this license or (at your option) any later version.
+% - The latest version of this license is in
+% - http://www.latex-project.org/lppl.txt
+% - and version 1.3 or later is part of all distributions of LaTeX
+% - version 2005/12/01 or later.
+% -
+% - This work has the LPPL maintenance status `maintained'.
+% -
+% - The Current Maintainer of this work is Clemens Niederberger.
+% --------------------------------------------------------------------------
+% ENGLISH DEFINITIONS
+\ghsystemlanguagefile{english}{2016/01/16}
+
+% table head and foot:
+\tl_set:Nn \l_ghsystem_identifier_tl { Identifier }
+\tl_set:Nn \l_ghsystem_table_text_tl { Statement }
+\tl_set:Nn \l_ghsystem_table_next_page_tl { continues~on~next~page }
+\tl_set:Nn \l_ghsystem_table_caption_tl { All~H,~EUH,~and~P~Statements. }
+
+% fill-in functions:
+% <state route of exposure if it is conclusively proven that no other routes of exposure cause the hazard>.
+\cs_set:Npn \ghsystem_exposure:
+ {
+ \bool_if:NT \l_ghsystem_fill_in_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n {
+ state~ route~ of~ exposure~ if~ it~ is~ conclusively~ proven~ that~
+ no~ other~ routes~ of~ exposure~ cause~ the~ hazard
+ }
+ }
+ }
+
+% <state specific effect if known>
+\cs_set:Npn \ghsystem_effect:
+ {
+ \bool_if:NT \l_ghsystem_fill_in_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n { state~ specific~ effect~ if~ known }
+ }
+ }
+
+% <or state all organs affected, if known>
+\cs_set:Npn \ghsystem_organs:
+ {
+ \bool_if:nT { \l_ghsystem_fill_in_bool && !\l_ghsystem_organs_bool }
+ {
+ \c_space_tl
+ \ghsystem_filler:n { or~ state~ all~ organs~ affected,~ if~ known }
+ }
+ }
+
+% <name of sensitising substance>
+\cs_set:Npn \ghsystem_substance:
+ {
+ \bool_if:NF \l_ghsystem_substance_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n { name~ of~ sensitising~ substance }
+ }
+ }
+
+% HAZARD STATEMENTS (Annex 3)
+% 1. Hazard Statements
+% 1.1 Physical Hazards
+\ghsystem_add_statement:nnn {H} { 200 }
+ { Unstable~ explosives. }
+\ghsystem_add_statement:nnn {H} { 201 }
+ { Explosive;~ mass~ explosion~ hazard. }
+\ghsystem_add_statement:nnn {H} { 202 }
+ { Explosive,~ severe~ projection~hazard. }
+\ghsystem_add_statement:nnn {H} { 203 }
+ { Explosive;~ fire,~ blast~ or~ projection~hazard. }
+\ghsystem_add_statement:nnn {H} { 204 }
+ { Fire~ or~ projection~ hazard. }
+\ghsystem_add_statement:nnn {H} { 205 }
+ { May~ mass~ explode~ in~ fire. }
+\ghsystem_add_statement:nnn {H} { 220 }
+ { Extremely~ flammable~ gas. }
+\ghsystem_add_statement:nnn {H} { 221 }
+ { Flammable~ gas. }
+\ghsystem_add_statement:nnn {H} { 222 }
+ { Extremely~ flammable~ aerosol. }
+\ghsystem_add_statement:nnn {H} { 223 }
+ { Flammable~ aerosol. }
+\ghsystem_add_statement:nnn {H} { 224 }
+ { Extremely~ flammable~ liquid~ and~ vapour. }
+\ghsystem_add_statement:nnn {H} { 225 }
+ { Highly~ flammable~ liquid~ and~ vapour. }
+\ghsystem_add_statement:nnn {H} { 226 }
+ { Flammable~ liquid~ and~ vapour. }
+\ghsystem_add_statement:nnn {H} { 228 }
+ { Flammable~ solid. }
+\ghsystem_add_statement:nnn {H} { 240 }
+ { Heating~ may~ cause~ an~ explosion. }
+\ghsystem_add_statement:nnn {H} { 241 }
+ { Heating~ may~ cause~ a~ fire~ or~ explosion. }
+\ghsystem_add_statement:nnn {H} { 242 }
+ { Heating~ may~ cause~ a~ fire. }
+\ghsystem_add_statement:nnn {H} { 250 }
+ { Catches~ fire~ spontaneously~ if~ exposed~ to~ air. }
+\ghsystem_add_statement:nnn {H} { 251 }
+ { Self-heating:~ may~ catch~ fire. }
+\ghsystem_add_statement:nnn {H} { 252 }
+ { Self-heating~ in~ large~ quantities;~ may~ catch~ fire. }
+\ghsystem_add_statement:nnn {H} { 260 }
+ {
+ In~ contact~ with~ water~ releases~ flammable~ gases~ which~ may~ ignite~
+ spontaneously.
+ }
+\ghsystem_add_statement:nnn {H} { 261 }
+ { In~ contact~ with~ water~ releases~ flammable~ gases. }
+\ghsystem_add_statement:nnn {H} { 270 }
+ { May~ cause~ or~ intensify~ fire;~ oxidiser. }
+\ghsystem_add_statement:nnn {H} { 271 }
+ { May~ cause~ fire~ or~ explosion;~ strong~ oxidiser. }
+\ghsystem_add_statement:nnn {H} { 272 }
+ { May~ intensify~ fire;~ oxidiser. }
+\ghsystem_add_statement:nnn {H} { 280 }
+ { Contains~ gas~ under~ pressure;~ may~ explode~ if~ heated. }
+\ghsystem_add_statement:nnn {H} { 281 }
+ { Contains~ refrigerated~ gas;~ may~ cause~ cryogenic~ burns~ or~ injury. }
+\ghsystem_add_statement:nnn {H} { 290 }
+ { May~ be~ corrosive~ to~ metals. }
+
+% 1.2 Health Hazards
+\ghsystem_add_statement:nnn {H} { 300 }
+ { Fatal~ if~ swallowed. }
+\ghsystem_add_statement:nnn {H} { 301 }
+ { Toxic~ if~ swallowed. }
+\ghsystem_add_statement:nnn {H} { 302 }
+ { Harmful~ if~ swallowed. }
+\ghsystem_add_statement:nnn {H} { 304 }
+ { May~ be~ fatal~ if~ swallowed~ and~ enters~ airways. }
+\ghsystem_add_statement:nnn {H} { 310 }
+ { Fatal~ in~ contact~ with~ skin. }
+\ghsystem_add_statement:nnn {H} { 311 }
+ { Toxic~ in~ contact~ with~ skin. }
+\ghsystem_add_statement:nnn {H} { 312 }
+ { Harmful~ in~ contact~ with~ skin. }
+\ghsystem_add_statement:nnn {H} { 314 }
+ { Causes~ severe~ skin~ burns~ and~ eye~ damage. }
+\ghsystem_add_statement:nnn {H} { 315 }
+ { Causes~ skin~ irritation. }
+\ghsystem_add_statement:nnn {H} { 317 }
+ { May~ cause~ an~ allergic~ skin~ reaction. }
+\ghsystem_add_statement:nnn {H} { 318 }
+ { Causes~ serious~ eye~ damage. }
+\ghsystem_add_statement:nnn {H} { 319 }
+ { Causes~ serious~ eye~ irritation. }
+\ghsystem_add_statement:nnn {H} { 330 }
+ { Fatal~ if~ inhaled. }
+\ghsystem_add_statement:nnn {H} { 331 }
+ { Toxic~ if~ inhaled. }
+\ghsystem_add_statement:nnn {H} { 332 }
+ { Harmful~ if~ inhaled. }
+\ghsystem_add_statement:nnn {H} { 334 }
+ {
+ May~ cause~ allergy~ or~ asthma~ symptoms~ orbreathing~ difficulties~ if~
+ inhaled.
+ }
+\ghsystem_add_statement:nnn {H} { 335 }
+ { May~ cause~ respiratory~ irritation. }
+\ghsystem_add_statement:nnn {H} { 336 }
+ { May~ cause~ drowsiness~ or~ dizziness. }
+\ghsystem_add_statement:nnn {H} { 340 }
+ { May~ cause~ genetic~ defects. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 341 }
+ { Suspected~ of~ causing~ genetic~ defects. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 350 }
+ { May~ cause~ cancer. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 351 }
+ { Suspected~ of~ causing~ cancer. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 360 }
+ {
+ May~ damage~ fertility~ or~ the~ unborn~ child.
+ \ghsystem_effect:
+ \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 361 }
+ {
+ Suspected~ of~ damaging~ fertility~ or~ the~ unborn~ child.
+ \ghsystem_effect:
+ \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 362 }
+ { May~ cause~ harm~ to~ breast-fed~ children. }
+\ghsystem_add_statement:nnn {H} { 370 }
+ {
+ Causes~ damage
+ \bool_if:NF \l_ghsystem_organs_bool { ~to~ organs }
+ \ghsystem_organs: .
+ \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 371 }
+ {
+ May~ cause~ damage
+ \bool_if:NF \l_ghsystem_organs_bool { ~to~ organs }
+ \ghsystem_organs: .
+ \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 372 }
+ {
+ Causes~ damage
+ \bool_if:NF \l_ghsystem_organs_bool { ~to~ organs }
+ \ghsystem_organs: \c_space_tl
+ through~ prolonged~ or~ repeated~ exposure.
+ \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 373 }
+ {
+ May~ cause~ damage
+ \bool_if:NF \l_ghsystem_organs_bool { ~to~ organs }
+ \ghsystem_organs:\c_space_tl
+ through~ prolonged~ or~ repeated~ exposure.
+ \ghsystem_exposure:
+ }
+
+% 1.3 Environmental hazards
+\ghsystem_add_statement:nnn {H} { 400 }
+ { Very~ toxic~ to~ aquatic~ life. }
+\ghsystem_add_statement:nnn {H} { 410 }
+ { Very~ toxic~ to~ aquatic~ life~ with~ long~ lasting~ effects. }
+\ghsystem_add_statement:nnn {H} { 411 }
+ { Toxic~ to~ aquatic~ life~ with~ long~ lasting~ effects. }
+\ghsystem_add_statement:nnn {H} { 412 }
+ { Harmful~ to~ aquatic~ life~ with~ long~ lasting~ effects. }
+\ghsystem_add_statement:nnn {H} { 413 }
+ { May~ cause~ long~ lasting~ harmful~ effects~ to~ aquatic~ life. }
+
+% 2 Supplemental Hazard Informations
+% 2.1 Physical Properties
+\ghsystem_add_statement:nnn {EUH} { 001 }
+ { Explosive~ when~ dry. }
+\ghsystem_add_statement:nnn {EUH} { 006 }
+ { Explosive~ with~ or~ without~ contact~ with~ air. }
+\ghsystem_add_statement:nnn {EUH} { 014 }
+ { Reacts~ violently~ with~ water. }
+\ghsystem_add_statement:nnn {EUH} { 018 }
+ { In~ use~ may~ form~ flammable\ghsystem_slash: explosive~ vapour-air~ mixture. }
+\ghsystem_add_statement:nnn {EUH} { 019 }
+ { May~ form~ explosive~ peroxides. }
+\ghsystem_add_statement:nnn {EUH} { 044 }
+ { Risk~ of~ explosion~ if~ heated~ under~ confinement. }
+
+% 2.2 Health Properties
+\ghsystem_add_statement:nnn {EUH} { 029 }
+ { Contact~ with~ water~ liberates~ toxic~ gas. }
+\ghsystem_add_statement:nnn {EUH} { 031 }
+ { Contact~ with~ acids~ liberates~ toxic~ gas. }
+\ghsystem_add_statement:nnn {EUH} { 032 }
+ { Contact~ with~ acids~ liberates~ very~ toxic~ gas. }
+\ghsystem_add_statement:nnn {EUH} { 066 }
+ { Repeated~ exposure~ may~ cause~ skin~ dryness~ or~ cracking. }
+\ghsystem_add_statement:nnn {EUH} { 070 }
+ { Toxic~ by~ eye~ contact. }
+\ghsystem_add_statement:nnn {EUH} { 071 }
+ { Corrosive~ to~ the~ respiratory~ tract. }
+
+% 2.3 Environmental Properties
+\ghsystem_add_statement:nnn {EUH} { 059 }
+ { Hazardous~ to~ the~ ozone~ layer. }
+
+% 2.4 Supplemental Label Elements/Information On Certain Substances And Mixtures
+\ghsystem_add_statement:nnn {EUH} { 201 }
+ {
+ Contains~ lead.~ Should~ not~ be~ used~ on~ surfaces~ liable~ to~ be~
+ chewed~ or~ sucked~ by~ children.
+ }
+\ghsystem_add_statement:nnn {EUH} { 201A }
+ { Warning!~ contains~ lead. }
+\ghsystem_add_statement:nnn {EUH} { 202 }
+ {
+ \iupac { Cyano|acrylate } . ~ Danger.~ Bonds~ skin~ and~ eyes~ in~
+ seconds.~ Keep~ out~ of~ the~ reach~ of~ children.
+ }
+\ghsystem_add_statement:nnn {EUH} { 203 }
+ {
+ Contains ~ chromium \, (VI) .~ May~ produce~ an~ allergic~
+ reaction.
+ }
+\ghsystem_add_statement:nnn {EUH} { 204 }
+ {
+ Contains ~ \iupac { iso|cyanates } . ~ May~ produce~ an~ allergic~
+ reaction.
+ }
+\ghsystem_add_statement:nnn {EUH} { 205 }
+ { Contains~ epoxy~ constituents.~ May~ produce~ an~ allergic~ reaction. }
+\ghsystem_add_statement:nnn {EUH} { 206 }
+ {
+ Warning!~ Do~ not~ use~ together~ with~ other~ products.~ May~ release~
+ dangerous~ gases ~(chlorine).
+ }
+\ghsystem_add_statement:nnn {EUH} { 207 }
+ {
+ Warning!~ Contains ~ \iupac { cadmium } .~ Dangerous~ fumes~ are~ formed~
+ during~ use.~ See~ information~ supplied~ by~ the~ manufacturer.~ Comply~
+ with~ the~ safety~ instructions.
+ }
+\ghsystem_add_statement:nnn {EUH} { 208 }
+ { Contains \ghsystem_substance: .~ May~ produce~ an~ allergic~ reaction. }
+\ghsystem_add_statement:nnn {EUH} { 209 }
+ { Can~ become~ highly~ flammable~ in~ use. }
+\ghsystem_add_statement:nnn {EUH} { 209A }
+ { Can~ become~ flammable~ in~ use. }
+\ghsystem_add_statement:nnn {EUH} { 210 }
+ { Safety~ data~ sheet~ available~ on~ request. }
+\ghsystem_add_statement:nnn {EUH} { 401 }
+ {
+ To~ avoid~ risks~ to~ human~ health~ and~ the~ environment,~ comply~ with~
+ the~ instructions~ for~ use.
+ }
+
+% PRECAUTIONARY STATEMENTS (Annex 4 page 19ff)
+% 3 Precautionary Statements
+% 3.1 General
+\ghsystem_add_statement:nnn {P} { 101 }
+ {
+ If~ medical~ advice~ is~ needed,~ have~ product~ container~ or~ label~ at~
+ hand.
+ }
+\ghsystem_add_statement:nnn {P} { 102 }
+ { Keep~ out~ of~ reach~ of~ children. }
+\ghsystem_add_statement:nnn {P} { 103 }
+ { Read~ label~ before~ use. }
+
+% 3.2 Precautionary Statements — Prevention
+\ghsystem_add_statement:nnn {P} { 201 }
+ { Obtain~ special~ instructions~ before~ use. }
+\ghsystem_add_statement:nnn {P} { 202 }
+ {
+ Do~ not~ handle~ until~ all~ safety~ precautions~ have~ been~ read~ and~
+ understood.
+ }
+\ghsystem_add_statement:nnn {P} { 210 }
+ {
+ Keep~ away~ from~ heat\ghsystem_slash: sparks\ghsystem_slash: open~
+ flames\ghsystem_slash: hot~ surfaces.~ \textemdash\ No~ smoking.
+ }
+\ghsystem_add_statement:nnn {P} { 211 }
+ { Do~ not~ spray~ on~ an~ open~ flame~ or~ other~ ignition~ source. }
+\ghsystem_add_statement:nnn {P} { 220 }
+ {
+ Keep\ghsystem_slash: Store~ away~ from~ clothing\ghsystem_slash:
+ \l_ghsystem_dots_tl \ghsystem_slash: combustible~ materials.
+ }
+\ghsystem_add_statement:nnn {P} { 221 }
+ {
+ Take~ any~ precaution~ to~ avoid~ mixing~ with~ combustibles~
+ \l_ghsystem_dots_tl
+ }
+\ghsystem_add_statement:nnn {P} { 222 }
+ { Do~ not~ allow~ contact~ with~ air. }
+\ghsystem_add_statement:nnn {P} { 223 }
+ {
+ Keep~ away~ from~ any~ possible~ contact~ with~ water,~ because~ of~
+ violent~ reaction~ and~ possible~ flash~ fire.
+ }
+\ghsystem_add_statement:nnn {P} { 230 }
+ { Keep~ wetted~ with~ \l_ghsystem_dots_tl }
+\ghsystem_add_statement:nnn {P} { 231 }
+ { Handle~ under~ inert~ gas. }
+\ghsystem_add_statement:nnn {P} { 232 }
+ { Protect~ from~ moisture. }
+\ghsystem_add_statement:nnn {P} { 233 }
+ { Keep~ container~ tightly~ closed. }
+\ghsystem_add_statement:nnn {P} { 234 }
+ { Keep~ only~ in~ original~ container. }
+\ghsystem_add_statement:nnn {P} { 235 }
+ { Keep~ cool. }
+\ghsystem_add_statement:nnn {P} { 240 }
+ { Ground\ghsystem_slash: bond~ container~ and~ receiving~ equipment. }
+\ghsystem_add_statement:nnn {P} { 241 }
+ {
+ Use~ explosion-proof~ electrical\ghsystem_slash:
+ ventilating\ghsystem_slash: lighting \ghsystem_slash:
+ \l_ghsystem_dots_tl\ equipment.
+ }
+\ghsystem_add_statement:nnn {P} { 242 }
+ { Use~ only~ non-sparking~ tools. }
+\ghsystem_add_statement:nnn {P} { 243 }
+ { Take~ precautionary~ measures~ against~ static~ discharge. }
+\ghsystem_add_statement:nnn {P} { 244 }
+ { Keep~ reduction~ valves~ free~ from~ grease~ and~ oil. }
+\ghsystem_add_statement:nnn {P} { 250 }
+ {
+ Do~ not~ subject~ to~ grinding\ghsystem_slash: shock \ghsystem_slash:
+ \l_ghsystem_dots_tl \ghsystem_slash: friction.
+ }
+\ghsystem_add_statement:nnn {P} { 251 }
+ { Pressurized~ container:~ Do~ not~ pierce~ or~ burn,~ even~ after~ use. }
+\ghsystem_add_statement:nnn {P} { 260 }
+ {
+ Do~ not~ breathe~ dust\ghsystem_slash: fume\ghsystem_slash:
+ gas\ghsystem_slash: mist\ghsystem_slash: vapours\ghsystem_slash:
+ spray.
+ }
+\ghsystem_add_statement:nnn {P} { 261 }
+ {
+ Avoid~ breathing~ dust\ghsystem_slash: fume\ghsystem_slash:
+ gas\ghsystem_slash: mist\ghsystem_slash: vapours\ghsystem_slash:
+ spray.
+ }
+\ghsystem_add_statement:nnn {P} { 262 }
+ { Do~ not~ get~ in~ eyes,~ on~ skin,~ or~ on~ clothing. }
+\ghsystem_add_statement:nnn {P} { 263 }
+ { Avoid~ contact~ during~ pregnancy\ghsystem_slash: while~ nursing. }
+\ghsystem_add_statement:nnn {P} { 264 }
+ { Wash~ \l_ghsystem_dots_tl\ thoroughly~ after~ handling. }
+\ghsystem_add_statement:nnn {P} { 270 }
+ { Do~ not~ eat,~ drink~ or~ smoke~ when~ using~ this~ product. }
+\ghsystem_add_statement:nnn {P} { 271 }
+ { Use~ only~ outdoors~ or~ in~ a~ well-ventilated~ area. }
+\ghsystem_add_statement:nnn {P} { 272 }
+ {
+ Contaminated~ work~ clothing~ should~ not~ be~ allowed~ out~ of~ the~
+ workplace.
+ }
+\ghsystem_add_statement:nnn {P} { 273 }
+ { Avoid~ release~ to~ the~ environment. }
+\ghsystem_add_statement:nnn {P} { 280 }
+ {
+ Wear~ protective~ gloves\ghsystem_slash: protective~
+ clothing\ghsystem_slash: eye~ protection\ghsystem_slash: face~
+ protection.
+ }
+\ghsystem_add_statement:nnn {P} { 281 }
+ { Use~ personal~ protective~ equipment~ as~ required. }
+\ghsystem_add_statement:nnn {P} { 282 }
+ {
+ Wear~ cold~ insulating~ gloves\ghsystem_slash: face~
+ shield\ghsystem_slash: eye~ protection.
+ }
+\ghsystem_add_statement:nnn {P} { 283 }
+ {
+ Wear~ fire\ghsystem_slash: flame~ resistant\ghsystem_slash: retardant~
+ clothing.
+ }
+\ghsystem_add_statement:nnn {P} { 284 }
+ { Wear~ respiratory~ protection. }
+\ghsystem_add_statement:nnn {P} { 285 }
+ { In~ case~ of~ inadequate~ ventilation~ wear~ respiratory~ protection. }
+\ghsystem_add_statement:nnn {P} { 231 + 232 }
+ { Handle~ under~ inert~ gas.~ Protect~ from~ moisture. }
+\ghsystem_add_statement:nnn {P} { 235 + 410 }
+ { Keep~ cool.~ Protect~ from~ sunlight. }
+
+% 3.3 Precautionary Statements — Response
+\ghsystem_add_statement:nnn {P} { 301 }
+ { IF~ SWALLOWED: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 302 }
+ { IF~ ON~ SKIN: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 303 }
+ { IF~ ON~ SKIN~ (or~ hair): \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 304 }
+ { IF~ INHALED: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 305 }
+ { IF~ IN~ EYES: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 306 }
+ { IF~ ON~ CLOTHING: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 307 }
+ { IF~ exposed: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 308 }
+ { IF~ exposed~ or~ concerned: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 309 }
+ { IF~ exposed~ or~ if~ you~ feel~ unwell : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 310 }
+ { Immediately~ call~ a~ POISON~ CENTER~ or~ doctor\ghsystem_slash: physician. }
+\ghsystem_add_statement:nnn {P} { 311 }
+ { Call~ a~ POISON~ CENTER~ or~ doctor\ghsystem_slash: physician. }
+\ghsystem_add_statement:nnn {P} { 312 }
+ {
+ Call~ a~ POISON~ CENTER~ or~ doctor\ghsystem_slash: physician~ if~ you~ feel~
+ unwell.
+ }
+\ghsystem_add_statement:nnn {P} { 313 }
+ { Get~ medical~ advice\ghsystem_slash: attention. }
+\ghsystem_add_statement:nnn {P} { 314 }
+ { Get~ medical~ advice\ghsystem_slash: attention~ if~ you~ feel~ unwell. }
+\ghsystem_add_statement:nnn {P} { 315 }
+ { Get~ immediate~ medical~ advice\ghsystem_slash: attention. }
+\ghsystem_add_statement:nnn {P} { 320 }
+ {
+ Specific~ treatment~ is~ urgent~ (see~ \l_ghsystem_dots_tl\ on~ this~
+ label).
+ }
+\ghsystem_add_statement:nnn {P} { 321 }
+ { Specific~ treatment~ (see~ \l_ghsystem_dots_tl\ on~ this~ label). }
+\ghsystem_add_statement:nnn {P} { 322 }
+ { Specific~ measures~ (see~ \l_ghsystem_dots_tl\ on~ this~ label). }
+\ghsystem_add_statement:nnn {P} { 330 }
+ { Rinse~ mouth. }
+\ghsystem_add_statement:nnn {P} { 331 }
+ { Do~ NOT~ induce~ vomitting. }
+\ghsystem_add_statement:nnn {P} { 332 }
+ { If~ skin~ irritation~ occurs : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 333 }
+ { If~ skin~ irritation~ or~ rash~ occurs : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 334 }
+ { Immerse~ in~ cool~ water\ghsystem_slash: wrap~ in~ wet~ bandages. }
+\ghsystem_add_statement:nnn {P} { 335 }
+ { Brush~ off~ loose~ particles~ from~ skin. }
+\ghsystem_add_statement:nnn {P} { 336 }
+ {
+ Thaw~ frosted~ parts~ with~ lukewarm~ water.~ Do~ not~ rub~ affected~
+ area.
+ }
+\ghsystem_add_statement:nnn {P} { 337 }
+ { If~ eye~ irritation~ persists: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 338 }
+ {
+ Remove~ contact~ lenses,~ if~ present~ and~ easy~ to~ do.~ Continue~
+ rinsing.
+ }
+\ghsystem_add_statement:nnn {P} { 340 }
+ {
+ Remove~ victim~ to~ fresh~ air~ and~ keep~ at~ rest~ in~ a~ position~
+ comfortable~ for~ breathing.
+ }
+\ghsystem_add_statement:nnn {P} { 341 }
+ {
+ If~ breathing~ is~ difficult,~ remove~ victim~ to~ fresh~ air~ and~ keep~
+ at~ rest~ in~ a~ position~ comfortable~ for~ breathing.
+ }
+\ghsystem_add_statement:nnn {P} { 342 }
+ { If~ experiencing~ respiratory~ symptoms : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 350 }
+ { Gently~ wash~ with~ plenty~ of~ soap~ and~ water. }
+\ghsystem_add_statement:nnn {P} { 351 }
+ { Rinse~ cautiously~ with~ water~ for~ several~ minutes. }
+\ghsystem_add_statement:nnn {P} { 352 }
+ { Wash~ with~ plenty~ of~ soap~ and~ water. }
+\ghsystem_add_statement:nnn {P} { 353 }
+ { Rinse~ skin~ with~ water\ghsystem_slash: shower. }
+\ghsystem_add_statement:nnn {P} { 360 }
+ {
+ Rinse~ immediately~ contaminated~ clothing~ and~ skin~ with~ plenty~ of~
+ water~ before~ removing~ clothes.
+ }
+\ghsystem_add_statement:nnn {P} { 361 }
+ { Remove\ghsystem_slash: Take~ off~ immediately~ all~ contaminated~ clothing. }
+\ghsystem_add_statement:nnn {P} { 362 }
+ { Take~ off~ contaminated~ clothing~ and~ wash~ before~ reuse. }
+\ghsystem_add_statement:nnn {P} { 363 }
+ { Wash~ contaminated~ clothing~ before~ reuse. }
+\ghsystem_add_statement:nnn {P} { 370 }
+ { In~ case~ of~ fire : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 371 }
+ { In~ case~ of~ major~ fire~ and~ large~ quantities : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 372 }
+ { Explosion~ risk~ in~ case~ of~ fire. }
+\ghsystem_add_statement:nnn {P} { 373 }
+ { DO~ NOT~ fight~ fire~ when~ fire~ reaches~ explosives. }
+\ghsystem_add_statement:nnn {P} { 374 }
+ { Fight~ fire~ with~ normal~ precautions~ from~ a~ reasonable~ distance. }
+\ghsystem_add_statement:nnn {P} { 375 }
+ { Fight~ fire~ remotely~ due~ to~ the~ risk~ of~ explosion. }
+\ghsystem_add_statement:nnn {P} { 376 }
+ { Stop~ leak~ if~ safe~ to~ do~ so. }
+\ghsystem_add_statement:nnn {P} { 377 }
+ {
+ Leaking~ gas~ fire: \ghsystem_text:\ Do~ not~ extinguish,~ unless~ leak~
+ can~ be~ stopped~ safely.
+ }
+\ghsystem_add_statement:nnn {P} { 378 }
+ { Use~ \l_ghsystem_dots_tl\ for~ extinction. }
+\ghsystem_add_statement:nnn {P} { 380 }
+ { Evacuate~ area. }
+\ghsystem_add_statement:nnn {P} { 381 }
+ { Eliminate~ all~ ignition~ sources~ if~ safe~ to~ do~ so. }
+\ghsystem_add_statement:nnn {P} { 390 }
+ { Absorb~ spillage~ to~ prevent~ material~ damage. }
+\ghsystem_add_statement:nnn {P} { 391 }
+ { Collect~ spillage. }
+\ghsystem_add_statement:nnn {P} { 301 + 310 }
+ {
+ IF~ SWALLOWED:~ Immediately~ call~ a~ POISON~ CENTER~ or~
+ doctor\ghsystem_slash: physician.
+ }
+\ghsystem_add_statement:nnn {P} { 301 + 312 }
+ {
+ IF~ SWALLOWED:~ Call~ a~ POISON~ CENTER~ or~ doctor\ghsystem_slash:
+ physician~ if~ you~ feel~ unwell.
+ }
+\ghsystem_add_statement:nnn {P} { 301 + 330 + 331 }
+ { IF~ SWALLOWED:~ rinse~ mouth.~ Do~ NOT~ induce~ vomitting. }
+\ghsystem_add_statement:nnn {P} { 302 + 334 }
+ {
+ IF~ ON~ SKIN:~ Immerse~ in~ cool~ water\ghsystem_slash: wrap~ in~ wet~
+ bandages.
+ }
+\ghsystem_add_statement:nnn {P} { 302 + 350 }
+ { IF~ ON~ SKIN:~ Gently~ wash~ with~ plenty~ of~ soap~ and~ water. }
+\ghsystem_add_statement:nnn {P} { 302 + 352 }
+ { IF~ ON~ SKIN:~ Wash~ with~ plenty~ of~ soap~ and~ water. }
+\ghsystem_add_statement:nnn {P} { 303 + 361 + 353 }
+ {
+ IF~ ON~ SKIN~ (or~ hair):~ Remove\ghsystem_slash: Take~ off~ immediately~
+ all~ contaminated~ clothing.~ Rinse~ skin~ with~ water\ghsystem_slash:
+ shower.
+ }
+\ghsystem_add_statement:nnn {P} { 304 + 340 }
+ {
+ IF~ INHALED:~ Remove~ victim~ to~ fresh~ air~ and~ keep~ at~ rest~ in~ a~
+ position~ comfortable~ for~ breathing.
+ }
+\ghsystem_add_statement:nnn {P} { 304 + 341 }
+ {
+ IF~ INHALED:~ If~ breathing~ is~ difficult,~ remove~ victim~ to~ fresh~
+ air~ and~ keep~ at~ rest~ in~ a~ position~ comfortable~ for~ breathing.
+ }
+\ghsystem_add_statement:nnn {P} { 305 + 351 + 338 }
+ {
+ IF~ IN~ EYES:~ Rinse~ cautiously~ with~ water~ for~ several~ minutes.~
+ Remove~ contact~ lenses,~ if~ present~ and~ easy~ to~ do.~ Continue~
+ rinsing.
+ }
+\ghsystem_add_statement:nnn {P} { 306 + 360 }
+ {
+ IF~ ON~ CLOTHING:~ Rinse~ immediately~ contaminated~ clothing~ and~ skin~
+ with~ plenty~ of~ water~ before~ removing~ clothes.
+ }
+\ghsystem_add_statement:nnn {P} { 307 + 311 }
+ { IF~ exposed:~ Call~ a~ POISON~ CENTER~ or~ doctor\ghsystem_slash: physician. }
+\ghsystem_add_statement:nnn {P} { 308 + 313 }
+ { IF~ exposed~ or~ concerned:~ Get~ medical~ advice\ghsystem_slash: attention. }
+\ghsystem_add_statement:nnn {P} { 309 + 311 }
+ {
+ IF~ exposed~ or~ if~ you~ feel~ unwell:~ Call~ a~ POISON~ CENTER~ or~
+ doctor\ghsystem_slash: physician.
+ }
+\ghsystem_add_statement:nnn {P} { 332 + 313 }
+ { If~ skin~ irritation~ occurs:~ Get~ medical~ advice\ghsystem_slash: attention. }
+\ghsystem_add_statement:nnn {P} { 333 + 313 }
+ {
+ If~ skin~ irritation~ or~ rash~ occurs:~ Get~ medical~
+ advice\ghsystem_slash: attention.
+ }
+\ghsystem_add_statement:nnn {P} { 335 + 334 }
+ {
+ Brush~ off~ loose~ particles~ from~ skin.~ Immerse~ in~ cool~
+ water\ghsystem_slash: wrap~ in~ wet~ bandages.
+ }
+\ghsystem_add_statement:nnn {P} { 337 + 313 }
+ { If~ eye~ irritation~ persists:~ Get~ medical~ advice\ghsystem_slash: attention. }
+\ghsystem_add_statement:nnn {P} { 342 + 311 }
+ {
+ If~ experiencing~ respiratory~ symptoms:~ Call~ a~ POISON~ CENTER~ or~
+ doctor\ghsystem_slash: physician.
+ }
+\ghsystem_add_statement:nnn {P} { 370 + 376 }
+ { In~ case~ of~ fire:~ Stop~ leak~ if~ safe~ to~ do~ so. }
+\ghsystem_add_statement:nnn {P} { 370 + 378 }
+ { In~ case~ of~ fire:~ Use~ \l_ghsystem_dots_tl\ for~ extinction. }
+\ghsystem_add_statement:nnn {P} { 370 + 380 }
+ { In~ case~ of~ fire:~ Evacuate~ area. }
+\ghsystem_add_statement:nnn {P} { 370 + 380 + 375 }
+ {
+ In~ case~ of~ fire:~ Evacuate~ area.~ Fight~ fire~ remotely~ due~ to~ the~
+ risk~ of~ explosion.
+ }
+\ghsystem_add_statement:nnn {P} { 371 + 380 + 375 }
+ {
+ In~ case~ of~ major~ fire~ and~ large~ quantities:~ Evacuate~ area.~
+ Fight~ fire~ remotely~ due~ to~ the~ risk~ of~ explosion.
+ }
+
+% 3.4 Precautionary Statements — Storage
+\ghsystem_add_statement:nnn {P} { 401 }
+ { Store~ \l_ghsystem_dots_tl }
+\ghsystem_add_statement:nnn {P} { 402 }
+ { Store~ in~ a~ dry~ place. }
+\ghsystem_add_statement:nnn {P} { 403 }
+ { Store~ in~ a~ well-ventilated~ place. }
+\ghsystem_add_statement:nnn {P} { 404 }
+ { Store~ in~ a~ closed~ container. }
+\ghsystem_add_statement:nnn {P} { 405 }
+ { Store~ locked~ up. }
+\ghsystem_add_statement:nnn {P} { 406 }
+ {
+ Store~ in~ corrosive~ resistant\ghsystem_slash: \l_ghsystem_dots_tl\ container~
+ with~ a~ resistant~ inner~ liner.
+ }
+\ghsystem_add_statement:nnn {P} { 407 }
+ { Maintain~ air~ gap~ between~ stacks\ghsystem_slash: pallets. }
+\ghsystem_add_statement:nnn {P} { 410 }
+ { Protect~ from~ sunlight. }
+\ghsystem_add_statement:nnn {P} { 411 }
+ {
+ Store~ at~ temperatures~ not~ exceeding~
+ \exp_args:No
+ \SI { \l_ghsystem_celsius_temperature_tl }{ \GHScelsius }
+ \ghsystem_slash:
+ \exp_args:No
+ \SI { \l_ghsystem_fahrenheit_temperature_tl } { \GHSfahrenheit } .
+ }
+\ghsystem_add_statement:nnn {P} { 412 }
+ {
+ Store~at~temperatures~not~exceeding ~ \SI { 50 } { \GHScelsius } \ghsystem_slash:
+ \SI { 122 } { \GHSfahrenheit } .
+ }
+\ghsystem_add_statement:nnn {P} { 413 }
+ {
+ Store~bulk~masses~greater~than ~
+ \exp_args:No \SI { \l_ghsystem_kg_mass_tl } { \GHSkilogram } \ghsystem_slash:
+ \exp_args:No \SI { \l_ghsystem_lbs_mass_tl } { \GHSpounds } ~
+ at~ temperatures~ not~ exceeding ~
+ \exp_args:No \SI { \l_ghsystem_celsius_temperature_tl } { \GHScelsius } \ghsystem_slash:
+ \exp_args:No \SI { \l_ghsystem_fahrenheit_temperature_tl } { \GHSfahrenheit } .
+ }
+\ghsystem_add_statement:nnn {P} { 420 }
+ { Store~ away~ from~ other~ materials. }
+\ghsystem_add_statement:nnn {P} { 422 }
+ { Store~ contents~ under~ \l_ghsystem_dots_tl }
+\ghsystem_add_statement:nnn {P} { 402 + 404 }
+ { Store~ in~ a~ dry~ place.~ Store~ in~ a~ closed~ container. }
+\ghsystem_add_statement:nnn {P} { 403 + 233 }
+ { Store~ in~ a~ well-ventilated~ place.~ Keep~ container~ tightly~ closed. }
+\ghsystem_add_statement:nnn {P} { 403 + 235 }
+ { Store~ in~ a~ well-ventilated~ place.~ Keep~ cool. }
+\ghsystem_add_statement:nnn {P} { 410 + 403 }
+ { Protect~ from~ sunlight.~ Store~ in~ a~ well-ventilated~ place. }
+\ghsystem_add_statement:nnn {P} { 410 + 412 }
+ {
+ Protect~ from~ sunlight.~ Do~ not~ expose~ to~ temperatures~ exceeding~
+ \SI { 50 } { \GHScelsius } \ghsystem_slash: \SI { 122 } { \GHSfahrenheit } .
+ }
+\ghsystem_add_statement:nnn {P} { 411 + 235 }
+ {
+ Store~at~temperatures~not~exceeding ~
+ \exp_args:No \SI { \l_ghsystem_celsius_temperature_tl }{ \GHScelsius } \ghsystem_slash:
+ \exp_args:No \SI { \l_ghsystem_fahrenheit_temperature_tl } { \GHSfahrenheit }
+ ~ . ~ Keep~ cool.
+ }
+
+% 3.5 Precautionary Statements — Disposal
+\ghsystem_add_statement:nnn {P} { 501 }
+ { Dispose~ of~ contents\ghsystem_slash: container~ to~ \l_ghsystem_dots_tl }
+
+% 4 Hazard Statement Codes (Annex 6 page 4f)
+\ghsystem_add_statement:nnn {H} { 350i }
+ { May~ cause~ cancer~ by~ inhalation. }
+\ghsystem_add_statement:nnn {H} { 360F }
+ { May~ damage~ fertility. }
+\ghsystem_add_statement:nnn {H} { 360D }
+ { May~ damage~ the~ unborn~ child. }
+\ghsystem_add_statement:nnn {H} { 361f }
+ { Suspected~ of~ damaging~ fertility. }
+\ghsystem_add_statement:nnn {H} { 361d }
+ { Suspected~ of~ damaging~ the~ unborn~ child. }
+\ghsystem_add_statement:nnn {H} { 360FD }
+ { May~ damage~ fertility.~ May~ damage~ the~ unborn~ child. }
+\ghsystem_add_statement:nnn {H} { 361fd }
+ {
+ Suspected~ of~ damaging~ fertility.~ Suspected~ of~ damaging~ the~ unborn~
+ child.
+ }
+\ghsystem_add_statement:nnn {H} { 360Fd }
+ { May~ damage~ fertility.~ Suspected~ of~ damaging~ the~ unborn~ child. }
+\ghsystem_add_statement:nnn {H} { 360Df }
+ { May~ damage~ the~ unborn~ child.~ Suspected~ of~ damaging~ fertility. }
+
diff --git a/macros/latex/contrib/ghsystem/language/ghsystem_french.def b/macros/latex/contrib/ghsystem/language/ghsystem_french.def
new file mode 100644
index 0000000000..f68425a646
--- /dev/null
+++ b/macros/latex/contrib/ghsystem/language/ghsystem_french.def
@@ -0,0 +1,830 @@
+% --------------------------------------------------------------------------
+% - the CHEMMACROS bundle
+% - ghsystem_french.def
+% - loads of little helpers for chemists
+% --------------------------------------------------------------------------
+% - Clemens Niederberger
+% --------------------------------------------------------------------------
+% - https://bitbucket.org/cgnieder/chemmacros/
+% - contact@mychemistry.eu
+% --------------------------------------------------------------------------
+% - If you have any ideas, questions, suggestions or bugs to report, please
+% - feel free to contact me.
+% --------------------------------------------------------------------------
+% - Copyright 2011-2016 Clemens Niederberger
+% -
+% - This work may be distributed and/or modified under the
+% - conditions of the LaTeX Project Public License, either version 1.3
+% - of this license or (at your option) any later version.
+% - The latest version of this license is in
+% - http://www.latex-project.org/lppl.txt
+% - and version 1.3 or later is part of all distributions of LaTeX
+% - version 2005/12/01 or later.
+% -
+% - This work has the LPPL maintenance status `maintained'.
+% -
+% - The Current Maintainer of this work is Clemens Niederberger.
+% --------------------------------------------------------------------------
+% - the French translation was kindly provided by Bréal Frédéric and Beaude
+% - Aurélien. Many thanks!
+
+% FRENCH DEFINITIONS
+\ghsystemlanguagefile{french}{2016/07/16}
+
+% table head:
+\tl_set:Nn \l_ghsystem_identifier_tl { num\'ero }
+\tl_set:Nn \l_ghsystem_table_text_tl { phrases }
+\tl_set:Nn \l_ghsystem_table_caption_tl { Toutes~ les~ phrases~ H,~ EUH~ et~ P }
+
+\group_begin:
+\char_set_catcode_active:N \^^@
+\char_set_lccode:nn { `^^@ } { `: }
+\tl_to_lowercase:n
+ {
+ \group_end:
+ \tl_const:Nn \c_ghsystem_french_colon_tl { ^^@ }
+ }
+
+% fill-in functions:
+% <state route of exposure if it is conclusively proven that no other routes
+% of exposure cause the hazard>.
+\cs_set:Npn \ghsystem_exposure:
+ {
+ \bool_if:NT \l_ghsystem_fill_in_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n
+ {
+ indiquer~ la~ voie~ d'exposition~ s'il~ est~ formellement~
+ prouv\'e~ qu'aucune~ autre~ voie~ d'exposition~ ne~
+ conduit~ au~ m\^eme~ danger. \textgreater
+ }
+ }
+ }
+
+% <state specific effect if known>
+\cs_set:Npn \ghsystem_effect:
+ {
+ \bool_if:NT \l_ghsystem_fill_in_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n { indiquer~ l'effet~ s'il~ est~ connu. }
+ }
+ }
+
+% <or state all organs affected, if known>
+\cs_set:Npn \ghsystem_organs:
+ {
+ \bool_if:nT { \l_ghsystem_fill_in_bool && !\l_ghsystem_organs_bool }
+ {
+ \c_space_tl
+ \ghsystem_filler:n
+ {
+ ou~ indiquer~ tous~ les~ organes~ affect\'es,~ s'ils~ sont~
+ connus.
+ }
+ }
+ }
+
+% <name of sensitising substance>
+\cs_set:Npn \ghsystem_substance:
+ {
+ \bool_if:NF \l_ghsystem_substance_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n { nom~ de~ la~ substance~ sensibilisante }
+ }
+ }
+
+% HAZARD STATEMENTS (Annex 3)
+% 1. Hazard Statements
+% 1.1 Physical Hazards
+\ghsystem_add_statement:nnn {H} {200} {Explosif~ instable.}
+\ghsystem_add_statement:nnn {H} {201}
+ {Explosif ; ~ danger~ d'explosion~ en~ masse.}
+\ghsystem_add_statement:nnn {H} {202}
+ {Explosif ; ~ danger~ s\'erieux~ de~ projection.}
+\ghsystem_add_statement:nnn {H} {203}
+ {
+ Explosif ; ~ danger~ d'incendie,~
+ d'effet~ de~ souffle~ ou~ de~ projection.
+ }
+\ghsystem_add_statement:nnn {H} {204} {Danger~ d'incendie~ ou~ de~ projection.}
+\ghsystem_add_statement:nnn {H} {205} {Danger~ d'explosion~ en~ masse~ en~ cas~ d'incendie.}
+\ghsystem_add_statement:nnn {H} {220} {Gaz~ extr\^emement~ inflammable.}
+\ghsystem_add_statement:nnn {H} {221} {Gaz~ inflammable.}
+\ghsystem_add_statement:nnn {H} {222} {A\'erosol~ extr\^emement~ inflammable.}
+\ghsystem_add_statement:nnn {H} {223} {A\'erosol~ inflammable.}
+\ghsystem_add_statement:nnn {H} {224} {Liquide~ et~ vapeurs~ extr\^emement~ inflammables.}
+\ghsystem_add_statement:nnn {H} {225} {Liquide~ et~ vapeurs~ tr\`es~ inflammables.}
+\ghsystem_add_statement:nnn {H} {226} {Liquide~ et~ vapeurs~ inflammables.}
+\ghsystem_add_statement:nnn {H} {228} {Mati\`ere~ solide~ inflammable.}
+\ghsystem_add_statement:nnn {H} {240} {Peut~ exploser~ sous~ l'effet~ de~ la~ chaleur.}
+\ghsystem_add_statement:nnn {H} {241}
+ {Peut~ s'enflammer~ ou~ exploser~ sous~ l'effet~ de~ la~ chaleur.}
+\ghsystem_add_statement:nnn {H} {242} {Peut~ s'enflammer~ sous~ l'effet~ de~ la~ chaleur.}
+\ghsystem_add_statement:nnn {H} {250} {S'enflamme~ spontan\'ement~ au~ contact~ de~ l'air.}
+\ghsystem_add_statement:nnn {H} {251}
+ {
+ Mati\`ere~ auto-\'echauffante ; ~
+ peut~ s'enflammer.
+ }
+\ghsystem_add_statement:nnn {H} {252}
+ {
+ Mati\`ere~ auto-\'echauffante~ en~ grandes~ quantit\'es
+ ; ~ peut~ s'enflammer.
+ }
+\ghsystem_add_statement:nnn {H} {260}
+ {
+ D\'egage~ au~ contact~ de~ l'eau~ des~ gaz~ inflammables~ qui~ peuvent~
+ s'enflammer~ spontan\'ement.
+ }
+\ghsystem_add_statement:nnn {H} {261}
+ {D\'egage~ au~ contact~ de~ l'eau~ des~ gaz~ inflammables.}
+\ghsystem_add_statement:nnn {H} {270}
+ {
+ Peut~ provoquer~ ou~ aggraver~ un~ incendie
+ ; ~ comburant.
+ }
+\ghsystem_add_statement:nnn {H} {271}
+ {
+ Peut~ provoquer~ un~ incendie~ ou~ une~ explosion
+ ; ~ comburant~ puissant.
+ }
+\ghsystem_add_statement:nnn {H} {272}
+ {Peut~ aggraver~ un~ incendie ; ~ comburant.}
+\ghsystem_add_statement:nnn {H} {280}
+ {
+ Contient~ un~ gaz~ sous~ pression ;
+ ~ peut~ exploser~ sous~ l'effet~ de~ la~ chaleur.
+ }
+\ghsystem_add_statement:nnn {H} {281}
+ {
+ Contient~ un~ gaz~ r\'efrig\'er\'e ;
+ ~ peut~ causer~ des~ br\^ulures~ ou~ blessures~ cryog\'eniques.
+ }
+\ghsystem_add_statement:nnn {H} {290} {Peut~ \^etre~ corrosif~ pour~ les~ m\'etaux.}
+
+% 1.2 Health Hazards
+\ghsystem_add_statement:nnn {H} {300} {Mortel~ en~ cas~ d'ingestion.}
+\ghsystem_add_statement:nnn {H} {301} {Toxique~ en~ cas~ d'ingestion.}
+\ghsystem_add_statement:nnn {H} {302} {Nocif~ en~ cas~ d'ingestion.}
+\ghsystem_add_statement:nnn {H} {304}
+ {
+ Peut~ \^etre~ mortel~ en~ cas~ d'ingestion~ et~ de~ p\'en\'etration~ dans~
+ les~ voies~ respiratoires.
+ }
+\ghsystem_add_statement:nnn {H} {310} {Mortel~ par~ contact~ cutan\'e.}
+\ghsystem_add_statement:nnn {H} {311} {Toxique~ par~ contact~ cutan\'e.}
+\ghsystem_add_statement:nnn {H} {312} {Nocif~ par~ contact~ cutan\'e.}
+\ghsystem_add_statement:nnn {H} {314}
+ {Provoque~ des~ br\^ulures~ de~ la~ peau~ et~ des~ l\'esions~ oculaires~ graves.}
+\ghsystem_add_statement:nnn {H} {315} {Provoque~ une~ irritation~ cutan\'ee.}
+\ghsystem_add_statement:nnn {H} {317} {Peut~ provoquer~ une~ allergie~ cutan\'ee.}
+\ghsystem_add_statement:nnn {H} {318} {Provoque~ des~ l\'esions~ oculaires~ graves.}
+\ghsystem_add_statement:nnn {H} {319} {Provoque~ une~ s\'ev\`ere~ irritation~ des~ yeux.}
+\ghsystem_add_statement:nnn {H} {330} {Mortel~ par~ inhalation.}
+\ghsystem_add_statement:nnn {H} {331} {Toxique~ par~ inhalation.}
+\ghsystem_add_statement:nnn {H} {332} {Nocif~ par~ inhalation.}
+\ghsystem_add_statement:nnn {H} {334}
+ {
+ Peut~ provoquer~ des~ sympt\^omes~ allergiques~ ou~ d'asthme~ ou~ des~
+ difficult\'es~ respiratoires~ par~ inhalation.
+ }
+\ghsystem_add_statement:nnn {H} {335} {Peut~ irriter~ les~ voies~ respiratoires.}
+\ghsystem_add_statement:nnn {H} {336} {Peut~ provoquer~ somnolence~ ou~ vertiges.}
+\ghsystem_add_statement:nnn {H} {340}
+ {Peut~ induire~ des~ anomalies~ g\'en\'etiques \ghsystem_exposure:}
+\ghsystem_add_statement:nnn {H} {341}
+ {Susceptible~ d'induire~ des~ anomalies~ g\'en\'etiques.~ \ghsystem_exposure:}
+\ghsystem_add_statement:nnn {H} {350} {Peut~ provoquer~ le~ cancer.~ \ghsystem_exposure:}
+\ghsystem_add_statement:nnn {H} {351}
+ {Susceptible~ de~ provoquer~ le~ cancer.~ \ghsystem_exposure:}
+\ghsystem_add_statement:nnn {H} {360}
+ {
+ Peut~ nuire~ \`a~ la~ fertilit\'e~ ou~ au~ f\oe tus.~ \ghsystem_effect:
+ \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} {361}
+ {Susceptible~ de~ nuire~ \`a~ la~ fertilit\'e.~ \ghsystem_effect: \ghsystem_exposure:}
+\ghsystem_add_statement:nnn {H} {362}
+ {Peut~ \^etre~ nocif~ pour~ les~ b\'eb\'es~ nourris~ au~ lait~ maternel.}
+\ghsystem_add_statement:nnn {H} {370}
+ {
+ Risque~ av\'er\'e~ d'effets~ graves \bool_if:NF \l_ghsystem_organs_bool
+ {~pour~ les~ organes} \ghsystem_organs: . \ghsystem_exposure:
+ }
+% Risque avéré d’effets graves pour les organes
+\ghsystem_add_statement:nnn {H} {371}
+ {
+ Risque~ pr\'esum\'e~ d'effets~ graves \bool_if:NF \l_ghsystem_organs_bool
+ {~pour~ les~ organes} \ghsystem_organs: \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} {372}
+ {
+ Risque~ av\'er\'e~ d'effets~ graves \bool_if:NF \l_ghsystem_organs_bool
+ {~pour~ les~ organes} \ghsystem_organs: \c_space_tl \`a~ la~ suite~
+ d'expositions~ r\'ep\'et\'ees~ ou~ d'une~ exposition~ prolong\'ee.~
+ \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} {373}
+ {
+ Risque~ pr\'esum\'e~ d'effets~ graves \bool_if:NF \l_ghsystem_organs_bool
+ {~pour~ les~ organes} \ghsystem_organs: \c_space_tl \`a~ la~ suite~
+ d'expositions~ r\'ep\'et\'ees~ ou~ d'une~ exposition~ prolong\'ee.~
+ \ghsystem_exposure:
+ }
+
+% 1.3 Environmental hazards
+\ghsystem_add_statement:nnn {H} {400} {Tr\`es~ toxique~ pour~ les~ organismes~ aquatiques.}
+\ghsystem_add_statement:nnn {H} {410}
+ {
+ Tr\`es~ toxique~ pour~ les~ organismes~ aquatiques,~ entra\^ine~ des~
+ effets~ n\'efastes~ \`a~ long~ terme.
+ }
+\ghsystem_add_statement:nnn {H} {411}
+ {
+ Toxique~ pour~ les~ organismes~ aquatiques,~ entra\^ine~ des~ effets~
+ n\'efastes~ \`a~ long~ terme.
+ }
+\ghsystem_add_statement:nnn {H} {412}
+ {
+ Nocif~ pour~ les~ organismes~ aquatiques,~ entra\^ine~ des~ effets~
+ n\'efastes~ \`a~ long~ terme.
+ }
+\ghsystem_add_statement:nnn {H} {413}
+ {Peut~ \^etre~ nocif~ \`a~ long~ terme~ pour~ les~ organismes~ aquatiques.}
+
+% 2 Supplemental Hazard Informations
+% 2.1 Physical Properties
+\ghsystem_add_statement:nnn {EUH} {001} {Explosif~ \`a~ l'\'etat~ sec.}
+\ghsystem_add_statement:nnn {EUH} {006}
+ {Danger~ d'explosion~ en~ contact~ ou~ sans~ contact~ avec~ l'air.}
+\ghsystem_add_statement:nnn {EUH} {014} {R\'eagit~ violemment~ au~ contact~ de~ l'eau.}
+\ghsystem_add_statement:nnn {EUH} {018}
+ {
+ Lors~ de~ l'utilisation,~ formation~ possible~ de~ m\'elange~ vapeur-air~
+ inflammable\ghsystem_slash: explosif.
+ }
+\ghsystem_add_statement:nnn {EUH} {019} {Peut~ former~ des~ peroxydes~ explosifs.}
+\ghsystem_add_statement:nnn {EUH} {044}
+ {Risque~ d'explosion~ si~ chauff\'e~ en~ ambiance~ confin\'ee.}
+
+% 2.2 Health Properties
+\ghsystem_add_statement:nnn {EUH} {029}
+ {Au~ contact~ de~ l'eau,~ d\'egage~ des~ gaz~ toxiques.}
+\ghsystem_add_statement:nnn {EUH} {031}
+ {Au~ contact~ d'un~ acide,~ d\'egage~ un~ gaz~ toxique.}
+\ghsystem_add_statement:nnn {EUH} {032}
+ {Au~ contact~ d'un~ acide,~ d\'egage~ un~ gaz~ tr\`es~ toxique.}
+\ghsystem_add_statement:nnn {EUH} {066}
+ {
+ L'exposition~ r\'ep\'et\'ee~ peut~ provoquer~ dess\`echement~ ou~
+ ger\c{c}ures~ de~ la~ peau.
+ }
+\ghsystem_add_statement:nnn {EUH} {070} {Toxique~ par~ contact~ oculaire.}
+\ghsystem_add_statement:nnn {EUH} {071} {Corrosif~ pour~ les~ voies~ respiratoires.}
+
+% 2.3 Environmental Properties
+\ghsystem_add_statement:nnn {EUH} {059} {Dangereux~ pour~ la~ couche~ d'ozone.}
+
+% 2.4 Supplemental Label Elements/Information On Certain Substances And Mixtures
+\ghsystem_add_statement:nnn {EUH} {201}
+ {
+ Contient~ du~ plomb.~ Ne~ pas~ utiliser~ sur~ les~ objets~ susceptibles~
+ d'\^etre~ m\^ach\'es~ ou~ suc\'es~ par~ des~ enfants.
+ }
+\ghsystem_add_statement:nnn {EUH} {201A}
+ {Attention ! ~ Contient~ du~ plomb.}
+\ghsystem_add_statement:nnn {EUH} {202}
+ {
+ \iupac {Cyano|acrylate} . ~ Danger.~ Colle~ \`a~ la~ peau~ et~ aux~ yeux~
+ en~ quelques~ secondes.~ \`A~ conserver~ hors~ de~ port\'ee~ des~
+ enfants.
+ }
+\ghsystem_add_statement:nnn {EUH} {203} {Contient~ du~ chrome~ \,(VI) . ~ Peut~ produire~ une~ r\'eaction~ allergique.}
+\ghsystem_add_statement:nnn {EUH} {204} {Contient~ des~ \iupac {iso|cyanates} . ~ Peut~ produire~ une~ r\'eaction~ allergique.}
+\ghsystem_add_statement:nnn {EUH} {205} {Contient~ des~ compos\'es~ \'epoxydiques.~ Peut~ produire~ une~ r\'eaction~ allergique.}
+\ghsystem_add_statement:nnn {EUH} {206}
+ {
+ Attention ! ~ Ne~ pas~ utiliser~ en~
+ combinaison~ avec~ d'autres~ produits.~ Peut~ lib\'erer~ des~ gaz~
+ dangereux~ (chlore).
+ }
+\ghsystem_add_statement:nnn {EUH} {207}
+ {
+ Attention ! ~ Contient~ du~ cadmium.~
+ Des~ fum\'ees~ dangereuses~ se~ d\'eveloppent~ pendant~ l'utilisation.~
+ Voir~ les~ informations~ fournies~ par~ le~ fabricant.~ Respectez~ les~
+ consignes~ de~ s\'ecurit\'e.
+ }
+\ghsystem_add_statement:nnn {EUH} {208}
+ {Contient~ \ghsystem_substance:. ~ Peut~ produire~ une~ r\'eaction~ allergique.}
+\ghsystem_add_statement:nnn {EUH} {209}
+ {Peut~ devenir~ facilement~ inflammable~ en~ cours~ d'utilisation.}
+\ghsystem_add_statement:nnn {EUH} {209A}
+ {Peut~ devenir~ inflammable~ en~ cours~ d'utilisation.}
+\ghsystem_add_statement:nnn {EUH} {210}
+ {Fiche~ de~ donn\'ees~ de~ s\'ecurit\'e~ disponible~ sur~ demande.}
+\ghsystem_add_statement:nnn {EUH} {401}
+ {
+ Respectez~ les~ instructions~ d'utilisation~ pour~ \'eviter~ les~ risques~
+ pour~ la~ sant\'e~ humaine~ et~ l'environnement.
+ }
+
+% PRECAUTIONARY STATEMENTS (Annex 4 page 19ff)
+% 3 Precautionary Statements
+% 3.1 General
+\ghsystem_add_statement:nnn {P} {101}
+ {
+ En~ cas~ de~ consultation~ d'un~ m\'edecin,~ garder~ \`a~ disposition~ le~
+ r\'ecipient~ ou~ l'\'etiquette.
+ }
+\ghsystem_add_statement:nnn {P} {102} {Tenir~ hors~ de~ port\'ee~ des~ enfants.}
+\ghsystem_add_statement:nnn {P} {103} {Lire~ l'\'etiquette~ avant~ utilisation.}
+
+% 3.2 Precautionary Statements — Prevention
+\ghsystem_add_statement:nnn {P} {201} {Se~ procurer~ les~ instructions~ avant~ utilisation.}
+\ghsystem_add_statement:nnn {P} {202}
+ {
+ Ne~ pas~ manipuler~ avant~ d'avoir~ lu~ et~ compris~ toutes~ les~
+ pr\'ecautions~ de~ s\'ecurit\'e.
+ }
+\ghsystem_add_statement:nnn {P} {210}
+ {
+ Tenir~ \`a~ l'\'ecart~ de~ la~ chaleur\ghsystem_slash: des~ \'etincelles
+ \ghsystem_slash: des~ flammes~ nues\ghsystem_slash: des~ surfaces~
+ chaudes.~ Ne~ pas~ fumer.
+ }
+\ghsystem_add_statement:nnn {P} {211} {Ne~ pas~ vaporiser~ sur~ une~ flamme~ nue~ ou~ sur~ toute~ autre~ source~ d'ignition.}
+\ghsystem_add_statement:nnn {P} {220}
+ {
+ Tenir\ghsystem_slash: stocker~ \`a~ l'\'ecart~ des~
+ v\^etements\l_ghsystem_dots_tl \ghsystem_slash: mati\`eres~ combustibles.
+ }
+\ghsystem_add_statement:nnn {P} {221}
+ {
+ Prendre~ toutes~ pr\'ecautions~ pour~ \'eviter~ de~ m\'elanger~ avec~ des~
+ mati\`eres~ combustibles \l_ghsystem_dots_tl
+ }
+\ghsystem_add_statement:nnn {P} {222} {Ne~ pas~ laisser~ au~ contact~ de~ l'air.}
+\ghsystem_add_statement:nnn {P} {223}
+ {
+ \'Eviter~ tout~ contact~ avec~ l'eau,~ \`a~ cause~ du~ risque~ de~
+ r\'eaction~ violente~ et~ d'inflammation~ spontan\'ee.
+ }
+\ghsystem_add_statement:nnn {P} {230} {Maintenir~ humidifi\'e~ avec~ \l_ghsystem_dots_tl}
+\ghsystem_add_statement:nnn {P} {231} {Manipuler~ sous~ gaz~ inerte.}
+\ghsystem_add_statement:nnn {P} {232} {Prot\'eger~ de~ l'humidit\'e.}
+\ghsystem_add_statement:nnn {P} {233}
+ {Maintenir~ le~ r\'ecipient~ ferm\'e~ de~ mani\`ere~ \'etanche.}
+\ghsystem_add_statement:nnn {P} {234}
+ {Conserver~ uniquement~ dans~ le~ r\'ecipient~ d'origine.}
+\ghsystem_add_statement:nnn {P} {235} {Tenir~ au~ frais.}
+\ghsystem_add_statement:nnn {P} {240}
+ {
+ Mise~ \`a~ la~ terre\ghsystem_slash: liaison~ \'equipotentielle~ du~
+ r\'ecipient~ et~ du~ mat\'eriel~ de~ r\'eception.
+ }
+\ghsystem_add_statement:nnn {P} {241} {
+ Utiliser~ du~ mat\'eriel~ \'electrique\ghsystem_slash: de~
+ ventilation\ghsystem_slash: d'\'eclairage\ghsystem_slash:
+ \l_ghsystem_dots_tl\ antid\'eflagrant.
+}
+\ghsystem_add_statement:nnn {P} {242}
+ {Ne~ pas~ utiliser~ d'outils~ produisant~ des~ \'etincelles.}
+\ghsystem_add_statement:nnn {P} {243}
+ {Prendre~ des~ mesures~ de~ pr\'ecaution~ contre~ les~ d\'echarges~ \'electrostatiques.}
+\ghsystem_add_statement:nnn {P} {244}
+ {S'assurer~ de~ l'absence~ de~ graisse~ ou~ d'huile~ sur~ les~ soupapes~ de~ r\'eduction.}
+\ghsystem_add_statement:nnn {P} {250}
+ {
+ \'Eviter~ les~ abrasions\ghsystem_slash: les~ chocs\l_ghsystem_dots_tl
+ \ghsystem_slash: les frottements.
+ }
+\ghsystem_add_statement:nnn {P} {251}
+ {
+ R\'ecipient~ sous~ pression \c_ghsystem_french_colon_tl \c_space_tl ne~ pas~
+ perforer,~ ni~ br\^uler,~ m\^eme~ apr\`es~ usage.
+ }
+\ghsystem_add_statement:nnn {P} {260}
+ {
+ Ne~ pas~ respirer~ les~ poussi\`eres\ghsystem_slash: gaz\ghsystem_slash:
+ vapeurs\ghsystem_slash: a\'erosols.
+ }
+\ghsystem_add_statement:nnn {P} {261}
+ {
+ \'Eviter~ de~ respirer~ les~ poussi\`eres\ghsystem_slash:
+ gaz\ghsystem_slash: vapeurs\ghsystem_slash: a\'erosols.
+ }
+\ghsystem_add_statement:nnn {P} {262}
+ {\'Eviter~ tout~ contact~ avec~ les~ yeux,~ la~ peau~ ou~ les~ v\^etements.}
+\ghsystem_add_statement:nnn {P} {263}
+ {
+ \'Eviter~ tout~ contact~ avec~ la~ substance~ au~ cours~ de~ la~
+ grossesse\ghsystem_slash: pendant~ l'allaitement.
+ }
+\ghsystem_add_statement:nnn {P} {264}
+ {Se~ laver~ \l_ghsystem_dots_tl\ soigneusement~ apr\`es~ manipulation.}
+\ghsystem_add_statement:nnn {P} {270}
+ {Ne~ pas~ manger,~ boire~ ou~ fumer~ en~ manipulant~ ce~ produit.}
+\ghsystem_add_statement:nnn {P} {271}
+ {Utiliser~ seulement~ en~ plein~ air~ ou~ dans~ un~ endroit~ bien~ ventil\'e.}
+\ghsystem_add_statement:nnn {P} {272}
+ {
+ Les~ v\^etements~ de~ travail~ contamin\'es~ ne~ devraient~ pas~ sortir~
+ du~ lieu~ de~ travail.
+ }
+\ghsystem_add_statement:nnn {P} {273} {\'Eviter~ le~ rejet~ dans~ l'environnement.}
+\ghsystem_add_statement:nnn {P} {280}
+ {
+ Porter~ des~ gants~ de~ protection\ghsystem_slash: des~ v\^etements~ de~
+ protection\ghsystem_slash: un~ \'equipement~ de~ protection~ des~
+ yeux\ghsystem_slash: du~ visage.
+ }
+\ghsystem_add_statement:nnn {P} {281}
+ {Utiliser~ l'\'equipement~ de~ protection~ individuel~ requis.}
+\ghsystem_add_statement:nnn {P} {282}
+ {
+ Porter~ des~ gants~ isolants~ contre~ le~ froid\ghsystem_slash: un~
+ \'equipement~ de~ protection~ du~ visage\ghsystem_slash: des~ yeux.
+ }
+\ghsystem_add_statement:nnn {P} {283}
+ {
+ Porter~ des~ v\^etements~ r\'esistants~ au~ feu\ghsystem_slash: aux~
+ flammes\ghsystem_slash: ignifuges.
+ }
+\ghsystem_add_statement:nnn {P} {284}
+ {Porter~ un~ \'equipement~ de~ protection~ respiratoire.}
+\ghsystem_add_statement:nnn {P} {285}
+ {
+ Lorsque~ la~ ventilation~ du~ local~ est~ insuffisante,~ porter~ un~
+ \'equipement~ de~ protection~ respiratoire.
+ }
+\ghsystem_add_statement:nnn {P} {231 + 232}
+ {Manipuler~ sous~ gaz~ inerte.~ Prot\'eger~ de~ l'humidit\'e.}
+\ghsystem_add_statement:nnn {P} {235 + 410}
+ {Tenir~ au~ frais.~ Prot\'eger~ du~ rayonnement~ solaire.}
+
+% 3.3 Precautionary Statements — Response
+\ghsystem_add_statement:nnn {P} {301}
+ {EN~ CAS~ D'INGESTION \c_ghsystem_french_colon_tl \c_space_tl \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {302}
+ {
+ EN~ CAS~ DE~ CONTACT~ AVEC~ LA~ PEAU \c_ghsystem_french_colon_tl
+ \c_space_tl \ghsystem_text:
+ }
+\ghsystem_add_statement:nnn {P} {303}
+ {
+ EN~ CAS~ DE~ CONTACT~ AVEC~ LA~ PEAU~ (ou~ les~ cheveux)
+ \c_ghsystem_french_colon_tl \c_space_tl \ghsystem_text:
+ }
+\ghsystem_add_statement:nnn {P} {304}
+ {EN~ CAS~ D'INHALATION \c_ghsystem_french_colon_tl \c_space_tl \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {305}
+ {
+ EN~ CAS~ DE~ CONTACT~ AVEC~ LES~ YEUX \c_ghsystem_french_colon_tl
+ \c_space_tl \ghsystem_text:
+ }
+\ghsystem_add_statement:nnn {P} {306}
+ {
+ EN~ CAS~ DE~ CONTACT~ AVEC~ LES~ V\^ETEMENTS \c_ghsystem_french_colon_tl
+ \c_space_tl \ghsystem_text:
+ }
+\ghsystem_add_statement:nnn {P} {307}
+ {EN~ CAS~ d'exposition \c_ghsystem_french_colon_tl \c_space_tl \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {308}
+ {
+ EN~ CAS~ d'exposition~ prouv\'ee~ ou~ suspect\'ee
+ \c_ghsystem_french_colon_tl \c_space_tl \ghsystem_text:
+ }
+\ghsystem_add_statement:nnn {P} {309}
+ {
+ EN~ CAS~ d'exposition~ ou~ d'un~ malaise \c_ghsystem_french_colon_tl
+ \c_space_tl \ghsystem_text:
+ }
+\ghsystem_add_statement:nnn {P} {310}
+ {Appeler~ imm\'ediatement~ un~ CENTRE~ ANTIPOISON~ ou~ un~ m\'edecin.}
+\ghsystem_add_statement:nnn {P} {311} {Appeler~ un~ CENTRE~ ANTIPOISON~ ou~ un~ m\'edecin.}
+\ghsystem_add_statement:nnn {P} {312}
+ {Appeler~ un~ CENTRE~ ANTIPOISON~ ou~ un~ m\'edecin~ en~ cas~ de~ malaise.}
+\ghsystem_add_statement:nnn {P} {313} {Consulter~ un~ m\'edecin.}
+\ghsystem_add_statement:nnn {P} {314} {Consulter~ un~ m\'edecin~ en~ cas~ de~ malaise.}
+\ghsystem_add_statement:nnn {P} {315} {Consulter~ imm\'ediatement~ un~ m\'edecin.}
+\ghsystem_add_statement:nnn {P} {320}
+ {
+ Un~ traitement~ sp\'ecifique~ est~ urgent~ (voir~ \l_ghsystem_dots_tl\~
+ sur~ cette~ \'etiquette).
+ }
+\ghsystem_add_statement:nnn {P} {321}
+ {Traitement~ sp\'ecifique~ (voir~ \l_ghsystem_dots_tl\ sur~ cette~ \'etiquette).}
+\ghsystem_add_statement:nnn {P} {322}
+ {Mesures~ sp\'ecifiques~ \l_ghsystem_dots_tl\ sur~ cette~ \'etiquette).}
+\ghsystem_add_statement:nnn {P} {330} {Rincer~ la~ bouche.}
+\ghsystem_add_statement:nnn {P} {331} {NE~ PAS~ faire~ vomir.}
+\ghsystem_add_statement:nnn {P} {332}
+ {En~ cas~ d'irritation~ cutan\'ee \c_ghsystem_french_colon_tl \c_space_tl \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {333}
+ {
+ En~ cas~ d'irritation~ ou~ d'\'eruption~ cutan\'ee
+ \c_ghsystem_french_colon_tl \c_space_tl \ghsystem_text:
+ }
+\ghsystem_add_statement:nnn {P} {334}
+ {Rincer~ \`a~ l'eau~ fra\^iche \ghsystem_slash: poser~ une~ compresse~ humide.}
+\ghsystem_add_statement:nnn {P} {335}
+ {Enlever~ avec~ pr\'ecaution~ les~ particules~ d\'epos\'ees~ sur~ la~ peau.}
+\ghsystem_add_statement:nnn {P} {336}
+ {
+ D\'egeler~ les~ parties~ gel\'ees~ avec~ de~ l'eau~ ti\`ede.~ Ne~ pas~
+ frotter~ les~ zones~ touch\'ees.
+ }
+\ghsystem_add_statement:nnn {P} {337}
+ {
+ Si~ l'irritation~ oculaire~ persiste \c_ghsystem_french_colon_tl
+ \c_space_tl \ghsystem_text:
+ }
+\ghsystem_add_statement:nnn {P} {338}
+ {
+ Enlever~ les~ lentilles~ de~ contact~ si~ la~ victime~ en~ porte~ et~ si~
+ elles~ peuvent~ \^etre~ facilement~ enlev\'ees.~ Continuer~ \`a~ rincer.
+ }
+\ghsystem_add_statement:nnn {P} {340}
+ {
+ Transporter~ la~ victime~ \`a~ l'ext\'erieur~ et~ la~ maintenir~ au~ repos~
+ dans~ une~ position~ o\`u~ elle~ peut~ confortablement~ respirer.
+ }
+\ghsystem_add_statement:nnn {P} {341}
+ {
+ S'il~ y~ a~ difficult\'e~ \`a~ respirer,~ transporter~ la~ victime~ \`a~
+ l'ext\'erieur~ et~ la~ maintenir~ au~ repos~ dans~ une~ position~ o\`u~
+ elle~ peut~ confortablement~ respirer.
+ }
+\ghsystem_add_statement:nnn {P} {342}
+ {
+ En~ cas~ de~ sympt\^omes~ respiratoires \c_ghsystem_french_colon_tl
+ \c_space_tl \ghsystem_text:
+ }
+\ghsystem_add_statement:nnn {P} {350}
+ {Laver~ avec~ pr\'ecaution~ et~ abondamment~ \`a~ l'eau~ et~ au~ savon.}
+\ghsystem_add_statement:nnn {P} {351}
+ {Rincer~ avec~ pr\'ecaution~ \`a~ l'eau~ pendant~ plusieurs~ minutes.}
+\ghsystem_add_statement:nnn {P} {352} {Laver~ abondamment~ \`a~ l'eau~ et~ au~ savon.}
+\ghsystem_add_statement:nnn {P} {353}
+ {Rincer~ la~ peau~ \`a~ l'eau\ghsystem_slash: se~ doucher.}
+\ghsystem_add_statement:nnn {P} {360}
+ {
+ Rincer~ imm\'ediatement~ et~ abondamment~ avec~ de~ l'eau~ les~ v\^etements~
+ contamin\'es~ et~ la~ peau~ avant~ de~ les~ enlever.
+ }
+\ghsystem_add_statement:nnn {P} {361}
+ {Enlever~ imm\'ediatement~ les~ v\^etements~ contamin\'es.}
+\ghsystem_add_statement:nnn {P} {362}
+ {Enlever~ les~ v\^etements~ contamin\'es~ et~ les~ laver~ avant~ r\'eutilisation.}
+\ghsystem_add_statement:nnn {P} {363}
+ {Laver~ les~ v\^etements~ contamin\'es~ avant~ r\'eutilisation.}
+\ghsystem_add_statement:nnn {P} {370}
+ {En~ cas~ d'incendie \c_ghsystem_french_colon_tl \c_space_tl \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {371}
+ {
+ En~ cas~ d'incendie~ important~ et~ s'il~ s'agit~ de~ grandes~ quantit\'es
+ \c_ghsystem_french_colon_tl \c_space_tl \ghsystem_text:
+ }
+\ghsystem_add_statement:nnn {P} {372} {Risque~ d'explosion~ en~ cas~ d'incendie.}
+\ghsystem_add_statement:nnn {P} {373}
+ {NE~ PAS~ combattre~ l'incendie~ lorsque~ le~ feu~ atteint~ les~ explosifs.}
+\ghsystem_add_statement:nnn {P} {374}
+ {Combattre~ l'incendie~ \`a~ distance~ en~ prenant~ les~ pr\'ecautions~ normales.}
+\ghsystem_add_statement:nnn {P} {375}
+ {Combattre~ l'incendie~ \`a~ distance~ \`a~ cause~ du~ risque~ d'explosion.}
+\ghsystem_add_statement:nnn {P} {376}
+ {Obturer~ la~ fuite~ si~ cela~ peut~ se~ faire~ sans~ danger.}
+\ghsystem_add_statement:nnn {P} {377}
+ {
+ Fuite~ de~ gaz~ enflamm\'e \c_ghsystem_french_colon_tl \c_space_tl
+ \ghsystem_text:\ Ne~ pas~ \'eteindre~ si~ la~ fuite~ ne~ peut~ pas~
+ \^etre~ arr\^et\'ee~ sans~ danger.
+ }
+\ghsystem_add_statement:nnn {P} {378} {Utiliser~ \l_ghsystem_dots_tl\ pour~ l'extinction.}
+\ghsystem_add_statement:nnn {P} {380} {\'Evacuer~ la~ zone.}
+\ghsystem_add_statement:nnn {P} {381}
+ {\'Eliminer~ toutes~ les~ sources~ d'ignition~ si~ cela~ est~ faisable~ sans~ danger.}
+\ghsystem_add_statement:nnn {P} {390}
+ {
+ Absorber~ toute~ substance~ r\'epandue~ pour~ \'eviter~ qu'elle~ attaque~
+ les~ mat\'eriaux~ environnants.
+ }
+\ghsystem_add_statement:nnn {P} {391} {Recueillir~ le~ produit~ r\'epandu.}
+\ghsystem_add_statement:nnn {P} {301 + 310}
+ {
+ EN~ CAS~ D'INGESTION \c_ghsystem_french_colon_tl \c_space_tl appeler~
+ imm\'ediatement~ un~ CENTRE~ ANTIPOISON~ ou~ un~ m\'edecin.
+ }
+\ghsystem_add_statement:nnn {P} {301 + 312}
+ {
+ EN~ CAS~ D'INGESTION \c_ghsystem_french_colon_tl \c_space_tl appeler~ un~
+ CENTRE~ ANTIPOISON~ ou~ un~ m\'edecin.
+ }
+\ghsystem_add_statement:nnn {P} {301 + 330 + 331}
+ {
+ EN~ CAS~ D'INGESTION \c_ghsystem_french_colon_tl \c_space_tl rincer~ la~
+ bouche.~ NE~ PAS~ faire~ vomir.
+ }
+\ghsystem_add_statement:nnn {P} {302 + 334}
+ {
+ EN~ CAS~ DE~ CONTACT~ AVEC~ LA~ PEAU \c_ghsystem_french_colon_tl
+ \c_space_tl rincer~ \`a~ l'eau fra\^iche\ghsystem_slash: poser~ une~
+ compresse~ humide.
+ }
+\ghsystem_add_statement:nnn {P} {302 + 350}
+ {
+ EN~ CAS~ DE~ CONTACT~ AVEC~ LA~ PEAU \c_ghsystem_french_colon_tl
+ \c_space_tl laver~ avec~ pr\'ecaution~ et~ abondamment~ \`a~ l'eau~ et~
+ au~ savon.
+ }
+\ghsystem_add_statement:nnn {P} {302 + 352}
+ {
+ EN~ CAS~ DE~ CONTACT~ AVEC~ LA~ PEAU \c_ghsystem_french_colon_tl
+ \c_space_tl laver~ abondamment~ \`a~ l'eau~ et~ au~ savon.
+ }
+\ghsystem_add_statement:nnn {P} {303 + 361 + 353}
+ {
+ EN~ CAS~ DE~ CONTACT~ AVEC~ LA~ PEAU~ (ou~ les~ cheveux)
+ \c_ghsystem_french_colon_tl \c_space_tl enlever~ imm\'ediatement~ les~
+ v\^etements~ contamin\'es.~ Rincer~ la~ peau~ \`a~ l'eau\ghsystem_slash:
+ se~ doucher.
+ }
+\ghsystem_add_statement:nnn {P} {304 + 340}
+ {
+ EN~ CAS~ D'INHALATION \c_ghsystem_french_colon_tl \c_space_tl transporter~
+ la~ victime~ \`a~ l'ext\'erieur~ et~ la~ maintenir~ au~ repos~ dans~ une~
+ position~ o\`u~ elle~ peut~ confortablement~ respirer.
+ }
+\ghsystem_add_statement:nnn {P} {304 + 341}
+ {
+ EN~ CAS~ D'INHALATION \c_ghsystem_french_colon_tl \c_space_tl s'il~ y~ a~
+ difficult\'e~ \`a~ respirer,~ transporter~ la~ victime~ \`a~
+ l'ext\'erieur~ et~ la~ maintenir~ au~ repos~ dans~ une~ position~ o\`u~
+ elle~ peut~ confortablement~ respirer.
+ }
+\ghsystem_add_statement:nnn {P} {305 + 351 + 338}
+ {
+ EN~ CAS~ DE~ CONTACT~ AVEC~ LES~ YEUX \c_ghsystem_french_colon_tl
+ \c_space_tl rincer~ avec~ pr\'ecaution~ \`a~ l'eau~ pendant~ plusieurs~
+ minutes.~ Enlever~ les~ lentilles~ de~ contact~ si~ la~ victime~ en~
+ porte~ et~ si~ elles~ peuvent~ \^etre~ facilement~ enlev\'ees.~ Continuer~
+ \`a~ rincer.
+ }
+\ghsystem_add_statement:nnn {P} {306 + 360}
+ {
+ EN~ CAS~ DE~ CONTACT~ AVEC~ LES~ V\^ETEMENTS \c_ghsystem_french_colon_tl
+ \c_space_tl rincer~ imm\'ediatement~ et~ abondamment~ avec~ de~ l'eau~
+ les~ v\^etements~ contamin\'es~ et~ la~ peau~ avant~ de~ les~ enlever.
+ }
+\ghsystem_add_statement:nnn {P} {307 + 311}
+ {
+ EN~ CAS~ d'exposition \c_ghsystem_french_colon_tl \c_space_tl appeler~ un~
+ CENTRE~ ANTIPOISON~ ou~ un~ m\'edecin.
+ }
+\ghsystem_add_statement:nnn {P} {308 + 313}
+ {
+ EN~ CAS~ d'exposition~ prouv\'ee~ ou~ suspect\'ee
+ \c_ghsystem_french_colon_tl \c_space_tl consulter~ un~ m\'edecin.
+ }
+\ghsystem_add_statement:nnn {P} {309 + 311}
+ {
+ EN~ CAS~ d'exposition~ ou~ de~ malaise \c_ghsystem_french_colon_tl
+ \c_space_tl appeler~ un~ CENTRE~ ANTIPOISON~ ou~ un~ m\'edecin.
+ }
+\ghsystem_add_statement:nnn {P} {332 + 313}
+ {
+ En~ cas~ d'irritation~ cutan\'ee \c_ghsystem_french_colon_tl \c_space_tl
+ consulter~ un~ m\'edecin.
+ }
+\ghsystem_add_statement:nnn {P} {333 + 313}
+ {
+ En cas d'irritation ou d'\'eruption cutan\'ee \c_ghsystem_french_colon_tl
+ \c_space_tl consulter~ un~ m\'edecin.
+ }
+\ghsystem_add_statement:nnn {P} {335 + 334}
+ {
+ Enlever~ avec~ pr\'ecaution~ les~ particules~ d\'epos\'ees~ sur~ la~ peau.~
+ Rincer~ \`a~ l'eau~ fra\^iche~ \ghsystem_slash: poser~ une~ compresse~
+ humide.
+ }
+\ghsystem_add_statement:nnn {P} {337 + 313}
+ {
+ Si~ l'irritation~ oculaire~ persiste \c_ghsystem_french_colon_tl
+ \c_space_tl consulter~ un~ m\'edecin.
+ }
+\ghsystem_add_statement:nnn {P} {342 + 311}
+ {
+ En~ cas~ de~ sympt\^omes~ respiratoires \c_ghsystem_french_colon_tl
+ \c_space_tl appeler~ un~ CENTRE~ ANTIPOISON~ ou~ un~ m\'edecin.
+ }
+\ghsystem_add_statement:nnn {P} {370 + 376}
+ {
+ En~ cas~ d'incendie \c_ghsystem_french_colon_tl \c_space_tl obturer~ la~
+ fuite~ si~ cela~ peut~ se~ faire~ sans~ danger.
+ }
+\ghsystem_add_statement:nnn {P} {370 + 378}
+ {
+ En~cas~ d'incendie \c_ghsystem_french_colon_tl \c_space_tl utiliser~
+ \l_ghsystem_dots_tl\ pour~ l'extinction.
+ }
+\ghsystem_add_statement:nnn {P} {370 + 380}
+ {En~ cas~ d'incendie \c_ghsystem_french_colon_tl \c_space_tl \'evacuer~ la~ zone.}
+\ghsystem_add_statement:nnn {P} {370 + 380 + 375}
+ {
+ En~ cas~ d'incendie \c_ghsystem_french_colon_tl \c_space_tl \'evacuer~ la~
+ zone.~ Combattre~ l'incendie~ \`a~ distance~ \`a~ cause~ du~ risque~ d'explosion.
+ }
+\ghsystem_add_statement:nnn {P} {371 + 380 + 375}
+ {
+ En~ cas~ d'incendie~ important~ et~ s'il~ s'agit~ de~ grandes~ quantit\'es
+ \c_ghsystem_french_colon_tl \c_space_tl \'evacuer~ la~ zone.~ Combattre~
+ l'incendie~ \`a~ distance~ \`a~ cause~ du~ risque~ d'explosion.
+ }
+
+% 3.4 Precautionary Statements — Storage
+\ghsystem_add_statement:nnn {P} {401} {Stocker~ \l_ghsystem_dots_tl }
+\ghsystem_add_statement:nnn {P} {402} {Stocker~ dans~ un~ endroit~ sec.}
+\ghsystem_add_statement:nnn {P} {403} {Stocker~ dans~ un~ endroit~ bien~ ventil\'e.}
+\ghsystem_add_statement:nnn {P} {404} {Stocker~ dans~ un~ r\'ecipient~ ferm\'e.}
+\ghsystem_add_statement:nnn {P} {405} {Garder~ sous~ clef.}
+\ghsystem_add_statement:nnn {P} {406}
+ {
+ Stocker~ dans~ un~ r\'ecipient~ r\'esistant~ \`a~ la~
+ corrosion\ghsystem_slash: \l_ghsystem_dots_tl\ avec~ doublure~ int\'erieure~
+ r\'esistant~ \`a~ la~ corrosion.
+ }
+\ghsystem_add_statement:nnn {P} {407}
+ {Maintenir~ un~ intervalle~ d'air~ entre~ les~ piles\ghsystem_slash: palettes.}
+\ghsystem_add_statement:nnn {P} {410} {Prot\'eger~ du~ rayonnement~ solaire.}
+\ghsystem_add_statement:nnn {P} {411}
+ {
+ Stocker~ \`a~ une~ temp\'erature~ ne~ d\'epassant~ pas~
+ \exp_args:NV \SI \l_ghsystem_celsius_temperature_tl {\GHScelsius} \ghsystem_slash:
+ \exp_args:NV \SI \l_ghsystem_fahrenheit_temperature_tl {\GHSfahrenheit}.
+ }
+\ghsystem_add_statement:nnn {P} {412}
+ {
+ Ne~ pas~ exposer~ \`a~ une~ temp\'erature~ ne~ d\'epassant~ pas~
+ \SI {50} {\GHScelsius} \ghsystem_slash:
+ \SI {122} {\GHSfahrenheit}.
+ }
+\ghsystem_add_statement:nnn {P} {413}
+ {
+ Stocker~ les~ quantit\'es~ en~ vrac~ de~ plus~ de~
+ \exp_args:NV \SI \l_ghsystem_kg_mass_tl {\GHSkilogram}~
+ \`a~ une~ temp\'erature~ ne~ d\'epassant~ pas~
+ \exp_args:NV \SI \l_ghsystem_celsius_temperature_tl {\GHScelsius}
+ \ghsystem_slash:
+ \exp_args:NV \SI \l_ghsystem_fahrenheit_temperature_tl {\GHSfahrenheit}.
+ }
+\ghsystem_add_statement:nnn {P} {420} {Stocker~ \`a~ l'\'ecart~ des~ autres~ mati\`eres.}
+\ghsystem_add_statement:nnn {P} {422} {Stocker~ le~ contenu~ sous~ \l_ghsystem_dots_tl }
+\ghsystem_add_statement:nnn {P} {402 + 404} {Stocker~ dans~ un~ endroit~ sec.~
+ Stocker~ dans~ un~ r\'ecipient~ ferm\'e.}
+\ghsystem_add_statement:nnn {P} {403 + 233}
+ {
+ Stocker~ dans~ un~ endroit~ bien~ ventil\'e.~ Maintenir~ le~ r\'ecipient~
+ ferm\'e~ de~ mani\`ere~ \'etanche.
+ }
+\ghsystem_add_statement:nnn {P} {403 + 235}
+ {Stocker~ dans~ un~ endroit~ bien~ ventil\'e.~ Tenir~ au~ frais.}
+\ghsystem_add_statement:nnn {P} {410 + 403}
+ {Prot\'eger~ du~ rayonnement~ solaire.~ Stocker~ dans~ un~ endroit~ bien~ ventil\'e.}
+\ghsystem_add_statement:nnn {P} {410 + 412}
+ {
+ Prot\'eger~ du~ rayonnement~ solaire.~ Ne~ pas~ exposer~ \`a~ une~
+ temp\'erature~ sup\'erieure~ \`a~ \SI {50} {\GHScelsius} \ghsystem_slash:
+ \SI {122} {\GHSfahrenheit}.
+ }
+\ghsystem_add_statement:nnn {P} {411 + 235}
+ {
+ Stocker~ \`a~ une~ temp\'erature~ ne~ d\'epassant~ pas~
+ \exp_args:NV \SI \l_ghsystem_celsius_temperature_tl {\GHScelsius} \ghsystem_slash:
+ \exp_args:NV \SI \l_ghsystem_fahrenheit_temperature_tl {\GHSfahrenheit}.
+ }
+
+% 3.5 Precautionary Statements — Disposal
+\ghsystem_add_statement:nnn {P} {501} {\'Eliminer~ le~ contenu\ghsystem_slash: r\'ecipient~ dans~ \l_ghsystem_dots_tl }
+
+% 4 Hazard Statement Codes (Annex 6 page 4f)
+\ghsystem_add_statement:nnn {H} {350i} {Peut~ provoquer~ le~ cancer~ par~ inhalation.}
+\ghsystem_add_statement:nnn {H} {360F} {Peut~ nuire~ \`a~ la~ fertilit\'e.}
+\ghsystem_add_statement:nnn {H} {360D} {Peut~ nuire~ au~ f\oe tus.}
+\ghsystem_add_statement:nnn {H} {361f} {Susceptible~ de~ nuire~ \`a~ la~ fertilit\'e.}
+\ghsystem_add_statement:nnn {H} {361d} {Susceptible~ de~ nuire~ au~ f\oe tus.}
+\ghsystem_add_statement:nnn {H} {360FD}
+ {Peut~ nuire~ \`a~ la~ fertilit\'e.~ Peut~ nuire~ au~ f\oe tus.}
+\ghsystem_add_statement:nnn {H} {361fd}
+ {
+ Susceptible~ de~ nuire~ \`a~ la~ fertilit\'e.~ Susceptible~ de~ nuire~ au~
+ f\oe tus.
+ }
+\ghsystem_add_statement:nnn {H} {360Fd}
+ {Peut~ nuire~ \`a~ la~ fertilit\'e.~ Susceptible~ de~ nuire~ au~ f\oe tus.}
+\ghsystem_add_statement:nnn {H} {360Df}
+ {Peut~ nuire~ au~ f\oe tus.~ Susceptible~ de~ nuire~ \`a~ la~ fertilit\'e.}
+
diff --git a/macros/latex/contrib/ghsystem/language/ghsystem_german.def b/macros/latex/contrib/ghsystem/language/ghsystem_german.def
new file mode 100644
index 0000000000..c646d8e03b
--- /dev/null
+++ b/macros/latex/contrib/ghsystem/language/ghsystem_german.def
@@ -0,0 +1,581 @@
+% --------------------------------------------------------------------------
+% - the CHEMMACROS bundle
+% - ghsystem_german.def
+% - loads of little helpers for chemists
+% --------------------------------------------------------------------------
+% - Clemens Niederberger
+% --------------------------------------------------------------------------
+% - https://bitbucket.org/cgnieder/chemmacros/
+% - contact@mychemistry.eu
+% --------------------------------------------------------------------------
+% - If you have any ideas, questions, suggestions or bugs to report, please
+% - feel free to contact me.
+% --------------------------------------------------------------------------
+% - Copyright 2011-2016 Clemens Niederberger
+% -
+% - This work may be distributed and/or modified under the
+% - conditions of the LaTeX Project Public License, either version 1.3
+% - of this license or (at your option) any later version.
+% - The latest version of this license is in
+% - http://www.latex-project.org/lppl.txt
+% - and version 1.3 or later is part of all distributions of LaTeX
+% - version 2005/12/01 or later.
+% -
+% - This work has the LPPL maintenance status `maintained'.
+% -
+% - The Current Maintainer of this work is Clemens Niederberger.
+% --------------------------------------------------------------------------
+% GERMAN DEFINITIONS
+\ghsystemlanguagefile{german}{2016/01/16}
+
+% table head and foot:
+\tl_set:Nn \l_ghsystem_identifier_tl { Nummer }
+\tl_set:Nn \l_ghsystem_table_text_tl { Satz }
+\tl_set:Nn \l_ghsystem_table_next_page_tl { weiter~ auf~ der~ n\"achsten~ Seite }
+\tl_set:Nn \l_ghsystem_table_caption_tl { Alle~ H-,~ EUH-~ und~ P-S\"atze. }
+
+% fill-in functions:
+% <state route of exposure if it is conclusively proven that no other routes of exposure cause the hazard>.
+\cs_set:Npn \ghsystem_exposure:
+ {
+ \bool_if:NT \l_ghsystem_fill_in_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n
+ {
+ Expositionsweg~ angeben,~ sofern~ schl\"ussig~ belegt~ ist,~ dass~
+ diese~ Gefahr~ bei~ keinem~ anderen~ Expositionsweg~ besteht
+ }
+ }
+ }
+
+% <state specific effect if known>
+\cs_set:Npn \ghsystem_effect:
+ {
+ \bool_if:NT \l_ghsystem_fill_in_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n { konkrete~ Wirkung~ angeben,~ sofern~ bekannt }
+ }
+ }
+
+% <or state all organs affected, if known>
+\cs_set:Npn \ghsystem_organs:
+ {
+ \bool_if:nT { \l_ghsystem_fill_in_bool && !\l_ghsystem_organs_bool }
+ {
+ \c_space_tl
+ \ghsystem_filler:n
+ { oder~ alle~ betroffenen~ Organe~ nennen,~ sofern~ bekannt }
+ }
+ }
+
+\cs_set:Npn \ghsystem_substance:
+ {
+ \bool_if:NF \l_ghsystem_substance_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n { Name~ des~ sensibilisierenden~ Stoffes }
+ }
+ }
+
+% GEFAHRENHINWEISE (Anhang 3)
+% 1. Gefahrenhinweise
+% 1.1 physikalische Gefahren
+\ghsystem_add_statement:nnn {H} { 200 } { Instabil,~ explosiv }
+\ghsystem_add_statement:nnn {H} { 201 } { Explosiv,~ Gefahr~ der~
+ Massenexplosion. }
+\ghsystem_add_statement:nnn {H} { 202 } { Explosiv;~ gro\ss e~ Gefahr~
+ durch~ Splitter,~ Spreng-~ und~ Wurfst\"ucke. }
+\ghsystem_add_statement:nnn {H} { 203 } { Explosiv;~ Gefahr~ durch~
+ Feuer,~ Luftdruck~ oder~ Splitter,~ Spreng-~ und~ Wurfst\"ucke. }
+\ghsystem_add_statement:nnn {H} { 204 } { Gefahr~ durch~ Feuer~ oder~
+ Splitter,~ Spreng-~ und~ Wurfst\"ucke. }
+\ghsystem_add_statement:nnn {H} { 205 } { Gefahr~ der~
+ Massenexplosion~ bei~ Feuer. }
+\ghsystem_add_statement:nnn {H} { 220 } { Extrem~ entz\"undbares~ Gas. }
+\ghsystem_add_statement:nnn {H} { 221 } { Entz\"undbares~ Gas. }
+\ghsystem_add_statement:nnn {H} { 222 } { Extrem~ entz\"undbares~ Aerosol. }
+\ghsystem_add_statement:nnn {H} { 223 } { Entz\"undbares~ Aerosol. }
+\ghsystem_add_statement:nnn {H} { 224 } { Fl\"ussigkeit~ und~ Dampf~
+ extrem~ entz\"undbar. }
+\ghsystem_add_statement:nnn {H} { 225 } { Fl\"ussigkeit~ und~ Dampf~
+ leicht~ entz\"undbar. }
+\ghsystem_add_statement:nnn {H} { 226 } { Fl\"ussigkeit~ und~ Dampf~
+ entz\"undbar. }
+\ghsystem_add_statement:nnn {H} { 228 } { Entz\"undbarer~ Feststoff. }
+\ghsystem_add_statement:nnn {H} { 240 } { Erw\"armung~ kann~
+ Explosion~ verursachen. }
+\ghsystem_add_statement:nnn {H} { 241 } { Erw\"armung~ kann~ Brand~
+ oder~ Explosion~verursachen. }
+\ghsystem_add_statement:nnn {H} { 242 } { Erw\"armung~ kann~ Brand~
+ verursachen. }
+\ghsystem_add_statement:nnn {H} { 250 } { Entz\"undet~ sich~ in~
+ Ber\"uhrung~ mit~ Luft~ von~ selbst. }
+\ghsystem_add_statement:nnn {H} { 251 } { Selbsterhitzungsf\"ahig;~
+ kann~ in~ Brand~ geraten. }
+\ghsystem_add_statement:nnn {H} { 252 } { In~gro\ss en~ Mengen~
+ selbsterhitzungsf\"ahig;~ kann~ in~ Brand~ geraten. }
+\ghsystem_add_statement:nnn {H} { 260 } { In~ Ber\"uhrung~ mit~ Wasser~
+ entstehen~ entz\"undbare~ Gase,~ die~ sich~ spontan~
+ entz\"unden~ k\"onnen. }
+\ghsystem_add_statement:nnn {H} { 261 } { In~ Ber\"uhrung~ mit~ Wasser~
+ entstehen~entz\"undbare~ Gase. }
+\ghsystem_add_statement:nnn {H} { 270 } { Kann~ Brand~ verursachen~ oder~
+ verst\"arken;~ Oxidationsmittel. }
+\ghsystem_add_statement:nnn {H} { 271 } { Kann~ Brand~ oder~ Explosion~
+ verursachen;~ starkes~ Oxidationsmittel. }
+\ghsystem_add_statement:nnn {H} { 272 } { Kann~ Brand~ verst\"arken;~
+ Oxidationsmittel. }
+\ghsystem_add_statement:nnn {H} { 280 } { Enth\"alt~ Gas~ unter~ Druck;~
+ kann~ bei~ Erw\"armung~ explodieren. }
+\ghsystem_add_statement:nnn {H} { 281 } { Enth\"alt~ tiefkaltes~ Gas;~ kann~
+ K\"alteverbrennungen~ oder~ \ghsystem_dash: verletzungen~ verursachen. }
+\ghsystem_add_statement:nnn {H} { 290 } { Kann~ gegen\"uber~ Metallen~
+ korrosiv~ sein. }
+
+% 1.2 Gesundheitsgefahren
+\ghsystem_add_statement:nnn {H} { 300 } { Lebensgefahr~ bei~ Verschlucken. }
+\ghsystem_add_statement:nnn {H} { 301 } { Giftig~ bei~ Verschlucken. }
+\ghsystem_add_statement:nnn {H} { 302 } { Gesundheitssch\"adlich~ bei~
+ Verschlucken. }
+\ghsystem_add_statement:nnn {H} { 304 } { Kann~ bei~ Verschlucken~ und~
+ Eindringen~ in~ die~ Atemwege~ t\"odlich~ sein. }
+\ghsystem_add_statement:nnn {H} { 310 } { Lebensgefahr~ bei~ Hautkontakt. }
+\ghsystem_add_statement:nnn {H} { 311 } { Giftig~ bei~ Hautkontakt. }
+\ghsystem_add_statement:nnn {H} { 312 } { Gesundheitssch\"adlich~ bei~
+ Hautkontakt. }
+\ghsystem_add_statement:nnn {H} { 314 } { Verursacht~ schwere~
+ Ver\"atzungen~ der~ Haut~ und~ schwere~ Augensch\"aden. }
+\ghsystem_add_statement:nnn {H} { 315 } { Verursacht~ Hautreizungen. }
+\ghsystem_add_statement:nnn {H} { 317 } { Kann~ allergische~ Hautreaktionen~
+ verursachen. }
+\ghsystem_add_statement:nnn {H} { 318 } { Verursacht~ schwere~
+ Augensch\"aden. }
+\ghsystem_add_statement:nnn {H} { 319 } { Verursacht~ schwere~
+ Augenreizung. }
+\ghsystem_add_statement:nnn {H} { 330 } { Lebensgefahr~ bei~ Einatmen. }
+\ghsystem_add_statement:nnn {H} { 331 } { Giftig~ bei~ Einatmen. }
+\ghsystem_add_statement:nnn {H} { 332 } { Gesundheitssch\"adlich~ bei~
+ Einatmen. }
+\ghsystem_add_statement:nnn {H} { 334 } { Kann~ bei~ Einatmen~ Allergie,~
+ asthmaartige~ Symptome~ oder~ Atembeschwerden~ verursachen. }
+\ghsystem_add_statement:nnn {H} { 335 } { Kann~ die~ Atemwege~ reizen. }
+\ghsystem_add_statement:nnn {H} { 336 } { Kann~ Schl\"afrigkeit~ und~
+ Benommenheit~ verursachen. }
+\ghsystem_add_statement:nnn {H} { 340 } { Kann~ genetische~ Defekte~
+ verursachen. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 341 } { Kann~ vermutlich~ genetische~
+ Defekte~ verursachen. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 350 } { Kann~ Krebs~
+ erzeugen. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 351 } { Kann~ vermutlich~ Krebs~
+ erzeugen. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 360 } { Kann~ die~ Fruchtbarkeit~
+ beeintr\"achtigen~ oder~ das~ Kind~ im~ Mutterleib~
+ sch\"adigen. \ghsystem_effect: \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 361 } { Kann~ vermutlich~ die~
+ Fruchtbarkeit~ beeintr\"achtigen~ oder~ das~ Kind~ im~ Mutterleib~
+ sch\"adigen. \ghsystem_effect: \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 362 } { Kann~ S\"auglinge~ \"uber~ die~
+ Muttermilch~ sch\"adigen. }
+\ghsystem_add_statement:nnn {H} { 370 } { Sch\"adigt \bool_if:NF
+ \l_ghsystem_organs_bool { ~ die~ Organe } \ghsystem_organs:
+ . \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 371 } { Kann \bool_if:NF
+ \l_ghsystem_organs_bool { ~ die~ Organe } \ghsystem_organs: ~
+ sch\"adigen. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 372 } { Sch\"adigt \bool_if:NF
+ \l_ghsystem_organs_bool { ~ die~ Organe } \ghsystem_organs:\ bei~
+ l\"angerer~ oder~ wiederholter~ Exposition. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 373 } { Kann \bool_if:NF
+ \l_ghsystem_organs_bool { ~ die~ Organe } \ghsystem_organs:\ sch\"adigen~
+ bei~ l\"angerer~ oder~ wiederholter~ Exposition. \ghsystem_exposure: }
+
+% 1.3 Umweltgefahren
+\ghsystem_add_statement:nnn {H} { 400 } { Sehr~ giftig~ f\"ur~
+ Wasserorganismen. }
+\ghsystem_add_statement:nnn {H} { 410 } { Sehr~ giftig~ f\"ur~
+ Wasserorganismen,~ mit~ langfristiger~ Wirkung. }
+\ghsystem_add_statement:nnn {H} { 411 } { Giftig~ f\"ur~ Wasserorganismen,~
+ mit~ langfristiger~ Wirkung. }
+\ghsystem_add_statement:nnn {H} { 412 } { Sch\"adlich~ f\"ur~
+ Wasserorganismen,~ mit~ langfristiger~ Wirkung. }
+\ghsystem_add_statement:nnn {H} { 413 } { Kann~ f\"ur~ Wasserorganismen~
+ sch\"adlich~ sein,~ mit~ langfristiger~ Wirkung. }
+
+% 2 Ergänzende Gefahrenmerkmale
+% 2.1 physikalische Gefahren
+\ghsystem_add_statement:nnn {EUH} { 001 } { In~ trockenem~ Zustand~
+ explosionsgef\"ahrlich. }
+\ghsystem_add_statement:nnn {EUH} { 006 } { Mit~ und~ ohne~ Luft~
+ explosionsf\"ahig. }
+\ghsystem_add_statement:nnn {EUH} { 014 } { Reagiert~ heftig~ mit~ Wasser. }
+\ghsystem_add_statement:nnn {EUH} { 018 } { Kann~ bei~ Verwendung~
+ explosionsf\"ahige \ghsystem_slash: entz\"undbare~ Dampf \ghsystem_slash:
+ Luft \ghsystem_dash: Gemische~ bilden. }
+\ghsystem_add_statement:nnn {EUH} { 019 } { Kann~ explosionsf\"ahige~
+ Peroxide~ bilden. }
+\ghsystem_add_statement:nnn {EUH} { 044 } { Explosionsgefahr~ bei~ Erhitzen~
+ unter~ Einschluss. }
+
+% 2.2 Gesundheitsgefähliche Eigenschaften
+\ghsystem_add_statement:nnn {EUH} { 029 } { Entwickelt~ bei~ Ber\"uhrung~
+ mit~ Wasser~ giftige~ Gase. }
+\ghsystem_add_statement:nnn {EUH} { 031 } { Entwickelt~ bei~ Ber\"uhrung~
+ mit~ S\"aure~ giftige~ Gase. }
+\ghsystem_add_statement:nnn {EUH} { 032 } { Entwickelt~ bei~ Ber\"uhrung~
+ mit~ S\"aure~ sehr~ giftige~ Gase. }
+\ghsystem_add_statement:nnn {EUH} { 066 } { Wiederholter~ Kontakt~ kann~ zu~
+ spr\"oder~ oder~ rissiger~ Haut~ f\"uhren. }
+\ghsystem_add_statement:nnn {EUH} { 070 } { Giftig~ bei~ Ber\"uhrung~ mit~
+ den~ Augen. }
+\ghsystem_add_statement:nnn {EUH} { 071 } { Wirkt~ \"atzend~ auf~ die~
+ Atemwege. }
+
+% 2.3 Umweltgefährliche Eigenschaften
+\ghsystem_add_statement:nnn {EUH} { 059 } { Die~ Ozonschicht~ sch\"adigend. }
+
+% 2.4 Ergänzende Kennzeichnungselemente / Informationen über bestimmte Stoffe und Gemische
+\ghsystem_add_statement:nnn {EUH} { 201 } { Enth\"alt~ Blei.~ Nicht~ f\"ur~
+ den~ Anstrich~ von~ Gegenst\"anden~ verwenden,~ die~ von~ Kindern~ gekaut~
+ oder~ gelutscht~ werden~ k\"onnten. }
+\ghsystem_add_statement:nnn {EUH} { 201A } { Achtung!~ Enth\"alt~ Blei. }
+\ghsystem_add_statement:nnn {EUH} { 202 } { \iupac{Cyan|acryl|at}.~
+ Gefahr.~ Klebt~ innerhalb~ von~ Sekunden~ Haut~ und~ Augenlider~ zusammen.~
+ Darf~ nicht~ in~ die~ H\"ande~ von~ Kindern~ gelangen. }
+\ghsystem_add_statement:nnn {EUH} { 203 } { Enth\"alt~ Chrom\,(VI).~ Kann~
+ allergische~ Reaktionen~ hervorrufen. }
+\ghsystem_add_statement:nnn {EUH} { 204 } { Enth\"alt~
+ \iupac{Iso|cyan|ate}.~ Kann~ allergische~ Reaktionen~ hervorrufen. }
+\ghsystem_add_statement:nnn {EUH} { 205 } { Enth\"alt~ epoxidhaltige~
+ Verbindungen.~ Kann~ allergische~ Reaktionen~ hervorrufen. }
+\ghsystem_add_statement:nnn {EUH} { 206 } { Achtung!~ Nicht~ zusammen~ mit~
+ anderen~ Produkten~ verwenden,~ da~ gef\"ahrliche~ Gase~ (Chlor)~
+ freigesetzt~ werden~ k\"onnen. }
+\ghsystem_add_statement:nnn {EUH} { 207 } { Achtung!~ Enth\"alt~ Cadmium.~
+ Bei~ der~ Verwendung~ entstehen~ gef\"ahrliche~ D\"ampfe.~ Hinweise~ des~
+ Herstellers~ beachten.~ Sicherheitsanweisungen~ einhalten. }
+\ghsystem_add_statement:nnn {EUH} { 208 } { Enth\"alt \ghsystem_substance:
+ .~ Kann~ allergische~ Reaktionen~ hervorrufen. }
+\ghsystem_add_statement:nnn {EUH} { 209 } { Kann~ bei~ Verwendung~ leicht~
+ entz\"undbar~ werden. }
+\ghsystem_add_statement:nnn {EUH} { 209A } { Kann~ bei~ Verwendung~
+ entz\"undbar~ werden. }
+\ghsystem_add_statement:nnn {EUH} { 210 } { Sicherheitsdatenblatt~ auf~
+ Anfrage~ erh\"altlich. }
+\ghsystem_add_statement:nnn {EUH} { 401 } { Zur~ Vermeidung~ von~ Risiken~
+ f\"ur~ Mensch~ und~ Umwelt~ die~ Gebrauchsanleitung~ einhalten. }
+
+% SICHERHEITSHINWEISE (Anhang 4 ab Seite 19)
+% 3 Sicherheitshinweise
+% 3.1 Allgemeines
+\ghsystem_add_statement:nnn {P} { 101 } { Ist~ \"arztlicher~ Rat~
+ erforderlich,~ Verpackung~ oder~ Kennzeichnungsetikett~ bereithalten. }
+\ghsystem_add_statement:nnn {P} { 102 } { Darf~ nicht~ in~ die~ H\"ande~
+ von~ Kindern~ gelangen. }
+\ghsystem_add_statement:nnn {P} { 103 } { Vor~ Gebrauch~
+ Kennzeichnungsetikett~ lesen. }
+
+% 3.2 Sicherheitshinweise — Prävention
+\ghsystem_add_statement:nnn {P} { 201 } { Vor~ Gebrauch~ besondere~
+ Anweisungen~ einholen. }
+\ghsystem_add_statement:nnn {P} { 202 } { Vor~ Gebrauch~ alle~
+ Sicherheitshinweise~ lesen~ und~ verstehen. }
+\ghsystem_add_statement:nnn {P} { 210 } { Von~ Hitze \ghsystem_slash: Funken
+ \ghsystem_slash: offener~ Flamme \ghsystem_slash: hei\ss en~ Oberfl\"achen~
+ fernhalten.~ Nicht~ rauchen. }
+\ghsystem_add_statement:nnn {P} { 211 } { Nicht~ gegen~ offene~ Flamme~
+ oder~ andere~ Z\"undquelle~ spr\"uhen. }
+\ghsystem_add_statement:nnn {P} { 220 } { Von~ Kleidung \ghsystem_slash:
+ \l_ghsystem_dots_tl \ghsystem_slash: brennbaren~ Materialien~ fernhalten
+ \ghsystem_slash: entfernt~ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 221 } { Mischen~ mit~ brennbaren~ Stoffen
+ \ghsystem_slash: \l_ghsystem_dots_tl\ unbedingt~ verhindern. }
+\ghsystem_add_statement:nnn {P} { 222 } { Kontakt~ mit~ Luft~ nicht~ zulassen. }
+\ghsystem_add_statement:nnn {P} { 223 } { Kontakt~ mit~ Wasser~ wegen~
+ heftiger~ Reaktion~ und~ m\"oglichem~ Aufflammen~ unbedingt~ verhindern. }
+\ghsystem_add_statement:nnn {P} { 230 } { Feucht~ halten~ mit~ \l_ghsystem_dots_tl }
+\ghsystem_add_statement:nnn {P} { 231 } { Unter~ inertem~ Gas~ handhaben. }
+\ghsystem_add_statement:nnn {P} { 232 } { Vor~ Feuchtigkeit~ sch\"utzen. }
+\ghsystem_add_statement:nnn {P} { 233 } { Beh\"alter~ dicht~ verschlossen~ halten. }
+\ghsystem_add_statement:nnn {P} { 234 } { Nur~ im~ Originalbeh\"alter~ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 235 } { K\"uhl~ halten. }
+\ghsystem_add_statement:nnn {P} { 240 } { Beh\"alter~ und~ zu~ bef\"ullende~
+ Anlage~ erden. }
+\ghsystem_add_statement:nnn {P} { 241 } { Explosionsgesch\"utzte~
+ elektrische~ Betriebsmittel \ghsystem_slash: L\"uftungsanlagen
+ \ghsystem_slash: Beleuchtung \ghsystem_slash: \l_ghsystem_dots_tl\
+ verwenden. }
+\ghsystem_add_statement:nnn {P} { 242 } { Nur~ funkenfreies~ Werkzeug~ verwenden. }
+\ghsystem_add_statement:nnn {P} { 243 } { Ma\ss nahmen~ gegen~
+ elektrostatische~ Aufladungen~ treffen. }
+\ghsystem_add_statement:nnn {P} { 244 } { Druckminderer~ frei~ von~ Fett~
+ und~ \"Ol~ halten. }
+\ghsystem_add_statement:nnn {P} { 250 } { Nicht~ schleifen \ghsystem_slash:
+ sto\ss en \ghsystem_slash: \l_ghsystem_dots_tl \ghsystem_slash: reiben. }
+\ghsystem_add_statement:nnn {P} { 251 } { Beh\"alter~ steht~ unter~ Druck:~
+ Nicht~ durchstechen~ oder~ verbrennen,~ auch~ nicht~ nach~ der~ Verwendung. }
+\ghsystem_add_statement:nnn {P} { 260 } { Staub \ghsystem_slash: Rauch
+ \ghsystem_slash: Gas \ghsystem_slash: Nebel \ghsystem_slash: Dampf
+ \ghsystem_slash: Aerosol~ nicht~ einatmen. }
+\ghsystem_add_statement:nnn {P} { 261 } { Einatmen~ von~ Staub
+ \ghsystem_slash: Rauch \ghsystem_slash: Gas \ghsystem_slash: Nebel
+ \ghsystem_slash: Dampf \ghsystem_slash: Aerosol~ vermeiden. }
+\ghsystem_add_statement:nnn {P} { 262 } { Nicht~ in~ die~ Augen,~ auf~ die~
+ Haut~ oder~ auf~ die~ Kleidung~ gelangen~ lassen. }
+\ghsystem_add_statement:nnn {P} { 263 } { Kontakt~ w\"ahrend~ der~
+ Schwangerschaft~ und~ der~ Stillzeit~ vermeiden. }
+\ghsystem_add_statement:nnn {P} { 264 } { Nach~ Gebrauch~
+ \l_ghsystem_dots_tl\ gr\"undlich~ waschen. }
+\ghsystem_add_statement:nnn {P} { 270 } { Bei~ Gebrauch~ nicht~ essen,~
+ trinken~ oder~ rauchen. }
+\ghsystem_add_statement:nnn {P} { 271 } { Nur~ im~ Freien~ oder~ in~ gut~
+ bel\"ufteten~ R\"aumen~ verwenden. }
+\ghsystem_add_statement:nnn {P} { 272 } { Kontaminierte~ Arbeitskleidung~
+ nicht~ au\ss erhalb~ des~ Arbeitsplatzes~ tragen. }
+\ghsystem_add_statement:nnn {P} { 273 } { Freisetzung~ in~ die~ Umwelt~ vermeiden. }
+\ghsystem_add_statement:nnn {P} { 280 } { Schutzhandschuhe \ghsystem_slash:
+ Schutzkleidung \ghsystem_slash: Augenschutz \ghsystem_slash: Gesichtsschutz~
+ tragen. }
+\ghsystem_add_statement:nnn {P} { 281 } { Vorgeschriebene~ pers\"onliche~
+ Schutzausr\"ustung~ verwenden. }
+\ghsystem_add_statement:nnn {P} { 282 } { Schutzhandschuhe \ghsystem_slash:
+ Gesichtsschild \ghsystem_slash: Augenschutz~ mit~ K\"alteisolierung~ tragen. }
+\ghsystem_add_statement:nnn {P} { 283 } { Schwer~ entflammbare
+ \ghsystem_slash: flammhemmende~ Kleidung~ tragen. }
+\ghsystem_add_statement:nnn {P} { 284 } { Atemschutz~ tragen. }
+\ghsystem_add_statement:nnn {P} { 285 } { Bei~ unzureichender~ Bel\"uftung~
+ Atemschutz~ tragen. }
+\ghsystem_add_statement:nnn {P} { 231 + 232 } { Unter~ inertem~ Gas~
+ handhaben.~ Vor~ Feuchtigkeit~ sch\"utzen. }
+\ghsystem_add_statement:nnn {P} { 235 + 410 } { K\"uhl~ halten.~ Vor~
+ Sonnenbestrahlung~ sch\"utzen. }
+
+% 3.3 Sicherheitshinweise — Reaktion
+\ghsystem_add_statement:nnn {P} { 301 } { BEI~ VERSCHLUCKEN : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 302 } { BEI~ BER\"UHRUNG~ MIT~ DER~ HAUT :
+ \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 303 } { BEI~ BER\"UHRUNG~ MIT~ DER~ HAUT~
+ (oder~ dem~ Haar) : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 304 } { BEI~ EINATMEN : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 305 } { BEI~ KONTAKT~ MIT~ DEN~ AUGEN :
+ \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 306 } { BEI~ KONTAMINIERTER~KLEIDUNG :
+ \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 307 } { BEI~ Exposition : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 308 } { BEI~ Exposition~ oder~ falls~
+ betroffen : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 309 } { BEI~ Exposition~ oder~ Unwohlsein
+ : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 310 } { Sofort~ GIFTINFORMATIONSZENTRUM~
+ oder~ Arzt~ anrufen. }
+\ghsystem_add_statement:nnn {P} { 311 } { GIFTINFORMATIONSZENTRUM~ oder~
+ Arzt~ anrufen. }
+\ghsystem_add_statement:nnn {P} { 312 } { Bei~ Unwohlsein~
+ GIFTINFORMATIONSZENTRUM~ oder~ Arzt~ anrufen. }
+\ghsystem_add_statement:nnn {P} { 313 } { \"Arztlichen~ Rat~ einholen
+ \ghsystem_slash: \"arztliche~ Hilfe~ hinzuziehen. }
+\ghsystem_add_statement:nnn {P} { 314 } { Bei~ Unwohlsein~ \"arztlichen~Rat~
+ einholen \ghsystem_slash: \"arztliche~ Hilfe~ hinzuziehen. }
+\ghsystem_add_statement:nnn {P} { 315 } { Sofort~ \"arztlichen~ Rat~
+ einholen \ghsystem_slash: \"arztliche~ Hilfe~ hinzuziehen. }
+\ghsystem_add_statement:nnn {P} { 320 } { Besondere~ Behandlung~ dringend~
+ erforderlich ~(siehe~ \l_ghsystem_dots_tl\ auf~ diesem ~Kennzeichnungsetikett). }
+\ghsystem_add_statement:nnn {P} { 321 } { Besondere~ Behandlung~
+ (siehe~\l_ghsystem_dots_tl\ auf~ diesem~ Kennzeichnungsetikett). }
+\ghsystem_add_statement:nnn {P} { 322 } { Gezielte~ Ma\ss nahmen~ (siehe~
+ \l_ghsystem_dots_tl\ auf~ diesem~ Kennzeichnungsetikett). }
+\ghsystem_add_statement:nnn {P} { 330 } { Mund~ aussp\"ulen. }
+\ghsystem_add_statement:nnn {P} { 331 } { KEIN~ Erbrechen~ herbeif\"uhren. }
+\ghsystem_add_statement:nnn {P} { 332 } { Bei~ Hautreizung : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 333 } { Bei~ Hautreizung~ oder~
+ \ghsystem_dash: ausschlag : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 334 } { In~ kaltes~ Wasser~ tauchen
+ \ghsystem_slash: nassen~ Verband~ anlegen. }
+\ghsystem_add_statement:nnn {P} { 335 } { Lose~ Partikel~ von~ der~ Haut~ abb\"ursten. }
+\ghsystem_add_statement:nnn {P} { 336 } { Vereiste~ Bereiche~ mit~
+ lauwarmem~ Wasser~ auftauen.~ Betroffenen~ Bereich~ nicht~ reiben. }
+\ghsystem_add_statement:nnn {P} { 337 } { Bei~ anhaltender~ Augenreizung :
+ \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 338 } { Eventuell~ vorhandene~
+ Kontaktlinsen~ nach~ M\"oglichkeit~ entfernen.~ Weiter~ aussp\"ulen. }
+\ghsystem_add_statement:nnn {P} { 340 } { Die~ betroffene~ Person~ an~ die~
+ frische~ Luft~ bringen~ und~ in~ einer~ Position~ ruhigstellen,~ die~ das~
+ Atmen~ erleichtert. }
+\ghsystem_add_statement:nnn {P} { 341 } { Bei~ Atembeschwerden~ an~ die~
+ frische~ Luft~ bringen~ und~ in~ einer~ Position~ ruhigstellen,~ die~ das~
+ Atmen~ erleichtert. }
+\ghsystem_add_statement:nnn {P} { 342 } { Bei~ Symptomen~ der~ Atemwege :
+ \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 350 } { Behutsam~ mit~ viel~ Wasser~ und~
+ Seife~ waschen. }
+\ghsystem_add_statement:nnn {P} { 351 } { Einige~ Minuten~ lang~ behutsam~
+ mit~ Wasser~ aussp\"ulen. }
+\ghsystem_add_statement:nnn {P} { 352 } { Mit~ viel~ Wasser~ und~ Seife~ waschen. }
+\ghsystem_add_statement:nnn {P} { 353 } { Haut~ mit~ Wasser~ abwaschen
+ \ghsystem_slash: duschen. }
+\ghsystem_add_statement:nnn {P} { 360 } { Kontaminierte~ Kleidung~ und~
+ Haut~ sofort~ mit~ viel~ Wasser~ abwaschen~ und~ danach~ Kleidung~ ausziehen. }
+\ghsystem_add_statement:nnn {P} { 361 } { Alle~ kontaminierten~
+ Kleidungsst\"ucke~ sofort~ ausziehen. }
+\ghsystem_add_statement:nnn {P} { 362 } { Kontaminierte~ Kleidung~
+ ausziehen~ und~ vor~ erneutem~ Tragen~ waschen. }
+\ghsystem_add_statement:nnn {P} { 363 } { Kontaminierte~ Kleidung~ vor~
+ erneutem~ Tragen~ waschen. }
+\ghsystem_add_statement:nnn {P} { 370 } { Bei~ Brand : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 371 } { Bei~ Gro\ss brand~ und~ gro\ss en~
+ Mengen : \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 372 } { Explosionsgefahr~ bei~ Brand. }
+\ghsystem_add_statement:nnn {P} { 373 } { KEINE~ Brandbek\"ampfung,~ wenn~
+ das~ Feuer~ explosive~ Stoffe \ghsystem_slash: Gemische \ghsystem_slash:
+ Erzeugnisse~ erreicht. }
+\ghsystem_add_statement:nnn {P} { 374 } { Brandbek\"ampfung~ mit~
+ \"ublichen~ Vorsichtsma\ss nahmen~ aus~ angemessener~ Entfernung. }
+\ghsystem_add_statement:nnn {P} { 375 } { Wegen~ Explosionsgefahr~ Brand~
+ aus~ der~ Entfernung~ bek\"ampfen. }
+\ghsystem_add_statement:nnn {P} { 376 } { Undichtigkeit~ beseitigen,~ wenn~
+ gefahrlos~ m\"oglich. }
+\ghsystem_add_statement:nnn {P} { 377 } { Brand~ von~ ausstr\"omendem~ Gas:
+ \ghsystem_text: ~ Nicht~ l\"oschen,~ bis~ Undichtigkeit~ gefahrlos~
+ beseitigt~ werden~ kann. }
+\ghsystem_add_statement:nnn {P} { 378 } { \l_ghsystem_dots_tl\ zum~
+ L\"oschen~ verwenden. }
+\ghsystem_add_statement:nnn {P} { 380 } { Umgebung~ r\"aumen. }
+\ghsystem_add_statement:nnn {P} { 381 } { Alle~ Z\"undquellen~ entfernen,~
+ wenn~ gefahrlos~ m\"oglich. }
+\ghsystem_add_statement:nnn {P} { 390 } { Versch\"uttete~ Mengen~
+ aufnehmen,~ um~ Materialsch\"aden~ zu~ vermeiden. }
+\ghsystem_add_statement:nnn {P} { 391 } { Versch\"uttete~ Mengen~ aufnehmen. }
+\ghsystem_add_statement:nnn {P} { 301 + 310 } { BEI~ VERSCHLUCKEN : ~
+ Sofort~ GIFTINFORMATIONSZENTRUM~ oder~ Arzt~ anrufen. }
+\ghsystem_add_statement:nnn {P} { 301 + 312 } { BEI~ VERSCHLUCKEN : ~ Bei~
+ Unwohlsein~ GIFTINFORMATIONSZENTRUM~ oder~ Arzt~ anrufen. }
+\ghsystem_add_statement:nnn {P} { 301 + 330 + 331 } { BEI~ VERSCHLUCKEN : ~
+ Mund~ aussp\"ulen.~ KEIN~ Erbrechen~ herbeif\"uhren. }
+\ghsystem_add_statement:nnn {P} { 302 + 334 } { BEI~ KONTAKT~ MIT~ DER~ HAUT
+ : ~ In~ kaltes~ Wasser~ tauchen \ghsystem_slash: nassen~ Verband~ anlegen. }
+\ghsystem_add_statement:nnn {P} { 302 + 350 } { BEI~ KONTAKT~ MIT~ DER~ HAUT
+ : ~ Behutsam~ mit~ viel~ Wasser~ und~ Seife~ waschen. }
+\ghsystem_add_statement:nnn {P} { 302 + 352 } { BEI~ KONTAKT~ MIT~ DER~ HAUT
+ : ~ Mit~ viel~ Wasser~ und~ Seife~ waschen. }
+\ghsystem_add_statement:nnn {P} { 303 + 361 + 353 } { BEI~ KONTAKT~ MIT~
+ DER~ HAUT~ (oder~ dem~ Haar): ~ Alle~ beschmutzten,~ getr\"ankten~
+ Kleidungsst\"ucke~ sofort~ ausziehen.~ Haut~ mit~ Wasser~ abwaschen
+ \ghsystem_slash: duschen. }
+\ghsystem_add_statement:nnn {P} { 304 + 340 } { BEI~ EINATMEN : ~ An~ die~
+ frische~ Luft~ bringen~ und~ in~ einer~ Position~ ruhigstellen,~ die~ das~
+ Atmen~ erleichtert. }
+\ghsystem_add_statement:nnn {P} { 304 + 341 } { BEI~ EINATMEN : ~ Bei~
+ Atembeschwerden~ an~ die~ frische~ Luft~ bringen~ und~ in~ einer~ Position~
+ ruhigstellen,~ die~ das~ Atmen~ erleichtert. }
+\ghsystem_add_statement:nnn {P} { 305 + 351 + 338 } { BEI~ KONTAKT~ MIT~
+ DEN~ AUGEN : ~ Einige~ Minuten~ lang~ behutsam~ mit~ Wasser~ sp\"ulen.~
+ Vorhandene~ Kontaktlinsen~ nach~ M\"oglichkeit~ entfernen.~ Weiter~ sp\"ulen. }
+\ghsystem_add_statement:nnn {P} { 306 + 360 } { BEI~ KONTAKT~ MIT~ DER~
+ KLEIDUNG : ~ Kontaminierte~ Kleidung~ und~ Haut~ sofort~ mit~ viel~ Wasser~
+ abwaschen~ und~ danach~ Kleidung~ ausziehen. }
+\ghsystem_add_statement:nnn {P} { 307 + 311 } { BEI~ Exposition : ~
+ GIFTINFORMATIONSZENTRUM~ oder~ Arzt~ anrufen. }
+\ghsystem_add_statement:nnn {P} { 308 + 313 } { BEI~ Exposition~ oder~
+ falls~ betroffen : ~ \"Arztlichen~ Rat~ einholen \ghsystem_slash:
+ \"arztliche~ Hilfe~ hinzuziehen. }
+\ghsystem_add_statement:nnn {P} { 309 + 311 } { BEI~ Exposition~ oder~
+ Unwohlsein : ~ GIFTINFORMATIONSZENTRUM~ oder~ Arzt~ anrufen. }
+\ghsystem_add_statement:nnn {P} { 332 + 313 } { Bei~ Hautreizung : ~
+ \"Arztlichen~ Rat~ einholen \ghsystem_slash: \"arztliche~ Hilfe~ hinzuziehen. }
+\ghsystem_add_statement:nnn {P} { 333 + 313 } { Bei~ Hautreizung~ oder~
+ \ghsystem_dash: ausschlag : ~ \"Arztlichen~ Rat~ einholen \ghsystem_slash:
+ \"arztliche~ Hilfe~ hinzuziehen. }
+\ghsystem_add_statement:nnn {P} { 335 + 334 } { Lose~ Partikel~ von~ der~
+ Haut~ abb\"ursten.~ In~ kaltes~ Wasser~ tauchen \ghsystem_slash: nassen~
+ Verband~ anlegen. }
+\ghsystem_add_statement:nnn {P} { 337 + 313 } { Bei~ anhaltender~
+ Augenreizung : ~ \"Arztlichen~ Rat~ einholen \ghsystem_slash: \"arztliche~
+ Hilfe~ hinzuziehen. }
+\ghsystem_add_statement:nnn {P} { 342 + 311 } { Bei~ Symptomen~ der~
+ Atemwege : ~ GIFTINFORMATIONSZENTRUM~ oder~ Arzt~ anrufen. }
+\ghsystem_add_statement:nnn {P} { 370 + 376 } { Bei~ Brand : ~
+ Undichtigkeit~ beseitigen,~ wenn~ gefahrlos~ m\"oglich. }
+\ghsystem_add_statement:nnn {P} { 370 + 378 } { Bei~ Brand : ~
+ \l_ghsystem_dots_tl\ zum~ L\"oschen~ verwenden. }
+\ghsystem_add_statement:nnn {P} { 370 + 380 } { Bei~ Brand : ~ Umgebung~
+ r\"aumen. }
+\ghsystem_add_statement:nnn {P} { 370 + 380 + 375 } { Bei~ Brand : ~
+ Umgebung~ r\"aumen.~ Wegen~ Explosionsgefahr~ Brand~ aus~ der~ Entfernung~
+ bek\"ampfen. }
+\ghsystem_add_statement:nnn {P} { 371 + 380 + 375 } { Bei~ Gro\ss brand~
+ und~ gro\ss en~ Mengen : ~ Umgebung~ r\"aumen.~ Wegen~ Explosionsgefahr~
+ Brand~ aus~ der~ Entfernung~ bek\"ampfen. }
+
+% 3.4 Sicherheitshinweise — Aufbewahrung
+\ghsystem_add_statement:nnn {P} { 401 } { \l_ghsystem_dots_tl\
+ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 402 } { An~ einem~ trockenen~ Ort~
+ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 403 } { An~ einem~ gut~ bel\"ufteten~ Ort~
+ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 404 } { In~ einem~ geschlossenen~
+ Beh\"alter~ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 405 } { Unter~Verschluss~ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 406 } { In~ korrosionsbest\"andigem
+ \ghsystem_slash: \l_ghsystem_dots_tl\ Beh\"alter~ mit~
+ korrosionsbest\"andiger Auskleidung~ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 407 } { Luftspalt~ zwischen~ Stapeln
+ \ghsystem_slash: Paletten~ lassen. }
+\ghsystem_add_statement:nnn {P} { 410 } { Vor~ Sonnenbestrahlung~
+ sch\"utzen. }
+\ghsystem_add_statement:nnn {P} { 411 } { Bei~ Temperaturen~ von~ nicht~
+ mehr~ als ~ \exp_args:No \SI { \l_ghsystem_celsius_temperature_tl }{
+ \GHScelsius } ~ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 412 } { Nicht~ Temperaturen~ von~ mehr~
+ als ~ \SI { 50 } { \GHScelsius } ~ aussetzen. }
+\ghsystem_add_statement:nnn {P} { 413 } { Sch\"uttgut~ in~ Mengen~ von~
+ mehr~ als ~ \exp_args:No \SI { \l_ghsystem_kg_mass_tl }{ \GHSkilogram } ~
+ bei~ Temperaturen~ von~ nicht~ mehr~ als ~ \exp_args:No \SI {
+ \l_ghsystem_celsius_temperature_tl } { \GHScelsius } ~ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 420 } { Von~ anderen~ Materialien~
+ entfernt~ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 422 } { Inhalt~ in \ghsystem_slash: unter~
+ \l_ghsystem_dots_tl\ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 402 + 404 } { In~ einem~ geschlossenen~
+ Beh\"alter~ an~ einem~ trockenen~ Ort~ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 403 + 233 } { Beh\"alter~ dicht~
+ verschlossen~ an~ einem~ gut~ bel\"ufteten~ Ort~ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 403 + 235 } { K\"uhl~ an~ einem~ gut~
+ bel\"ufteten~ Ort~ aufgewahren. }
+\ghsystem_add_statement:nnn {P} { 410 + 403 } { Vor~ Sonnenbestrahlung~
+ gesch\"utzt~ an~ einem~ gut~ bel\"ufteten~ Ort~ aufbewahren. }
+\ghsystem_add_statement:nnn {P} { 410 + 412 } { Vor~ Sonnenbestrahlung~
+ sch\"utzen~ und~ nicht~ Temperaturen~ von~ mehr~ als ~ \SI { 50 } {
+ \GHScelsius } ~ aussetzen. }
+\ghsystem_add_statement:nnn {P} { 411 + 235 } { K\"uhl~ und~ bei~
+ Temperaturen~ von~ nicht~ mehr~ als ~ \exp_args:No \SI {
+ \l_ghsystem_celsius_temperature_tl } { \GHScelsius } ~ aufbewahren. }
+
+% 3.5 Sicherheitshinweise — Entsorgung
+\ghsystem_add_statement:nnn {P} { 501 } { Inhalt \ghsystem_slash:
+ Beh\"alter~ \l_ghsystem_dots_tl\ zuf\"uhren. }
+
+% 4 Gefahren-Hinweis Codes (Anhang 6 ab Seite 4)
+\ghsystem_add_statement:nnn {H} { 350i } { Kann~ bei~ Einatmen~ Krebs~
+ erzeugen. }
+\ghsystem_add_statement:nnn {H} { 360F } { Kann~ die~ Fruchtbarkeit~
+ beeintr\"achtigen. }
+\ghsystem_add_statement:nnn {H} { 360D } { Kann~ das~ Kind~ im~ Mutterleib~
+ sch\"adigen. }
+\ghsystem_add_statement:nnn {H} { 361f } { Kann~ vermutlich~ die~
+ Fruchtbarkeit~ beeintr\"achtigen. }
+\ghsystem_add_statement:nnn {H} { 361d } { Kann~ vermutlich~ das~ Kind~ im~
+ Mutterleib~ sch\"adigen. }
+\ghsystem_add_statement:nnn {H} { 360FD } { Kann~ die~ Fruchtbarkeit~
+ beeintr\"achtigen.~ Kann~ das~ Kind~ im~ Mutterleib~ sch\"adigen. }
+\ghsystem_add_statement:nnn {H} { 361fd } { Kann~ vermutlich~ die~
+ Fruchtbarkeit~ beeintr\"achtigen.~ Kann~ vermutlich~ das~ Kind~ im~
+ Mutterleib~ sch\"adigen. }
+\ghsystem_add_statement:nnn {H} { 360Fd } { Kann~ die~ Fruchtbarkeit~
+ beeintr\"achtigen.~ Kann~ vermutlich~ das~ Kind~ im~ Mutterleib~
+ sch\"adigen. }
+\ghsystem_add_statement:nnn {H} { 360Df } { Kann~ das~ Kind~ im~ Mutterleib~
+ sch\"adigen.~ Kann~ vermutlich~ die~ Fruchtbarkeit~ beeintr\"achtigen. }
+
diff --git a/macros/latex/contrib/ghsystem/language/ghsystem_italian.def b/macros/latex/contrib/ghsystem/language/ghsystem_italian.def
new file mode 100644
index 0000000000..739f2ae721
--- /dev/null
+++ b/macros/latex/contrib/ghsystem/language/ghsystem_italian.def
@@ -0,0 +1,845 @@
+% --------------------------------------------------------------------------
+% - the CHEMMACROS bundle
+% - ghsystem_italian.def
+% - loads of little helpers for chemists
+% --------------------------------------------------------------------------
+% - Clemens Niederberger
+% --------------------------------------------------------------------------
+% - https://bitbucket.org/cgnieder/chemmacros/
+% - contact@mychemistry.eu
+% --------------------------------------------------------------------------
+% - If you have any ideas, questions, suggestions or bugs to report, please
+% - feel free to contact me.
+% --------------------------------------------------------------------------
+% - Copyright 2011-2016 Clemens Niederberger
+% -
+% - This work may be distributed and/or modified under the
+% - conditions of the LaTeX Project Public License, either version 1.3
+% - of this license or (at your option) any later version.
+% - The latest version of this license is in
+% - http://www.latex-project.org/lppl.txt
+% - and version 1.3 or later is part of all distributions of LaTeX
+% - version 2005/12/01 or later.
+% -
+% - This work has the LPPL maintenance status `maintained'.
+% -
+% - The Current Maintainer of this work is Clemens Niederberger.
+% --------------------------------------------------------------------------
+% - the Italian translation was kindly provided by Jonas Rivetti. Many thanks!
+
+% ITALIAN DEFINITIONS
+\ghsystemlanguagefile{italian}{2016/01/16}
+
+% table head and foot:
+\tl_set:Nn \l_ghsystem_identifier_tl { Numero }
+\tl_set:Nn \l_ghsystem_table_text_tl { Frase }
+\tl_set:Nn \l_ghsystem_table_next_page_tl { Continua~ nella~ prossima~ pagina }
+\tl_set:Nn \l_ghsystem_table_caption_tl
+ { Elenco~ di~ tutte~ le~ frasi~ H,~ EUH~ e~ P. }
+
+% fill-in functions:
+% <state route of exposure if it is conclusively proven that no other routes of exposure cause the hazard>.
+\cs_set:Npn \ghsystem_exposure:
+ {
+ \bool_if:NT \l_ghsystem_fill_in_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n
+ {
+ indicare~ la~ via~ di~ esposizione~ se~ \`e~ accertato~ che~
+ nessun'altra~ via~ di~ esposizione~ comporta~ il~ medesimo~
+ pericolo
+ }
+ }
+ }
+
+% <state specific effect if known>
+\cs_set:Npn \ghsystem_effect:
+ {
+ \bool_if:NT \l_ghsystem_fill_in_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n { indicare~ l'effetto~ specifico,~ se~ noto }
+ }
+ }
+
+% <or state all organs affected, if known>
+\cs_set:Npn \ghsystem_organs:
+ {
+ \bool_if:nT { \l_ghsystem_fill_in_bool && !\l_ghsystem_organs_bool }
+ {
+ \c_space_tl
+ \ghsystem_filler:n
+ { o~ indicare~ tutti~ gli~ organi~ interessati,~ se~ noti }
+ }
+ }
+
+\cs_set:Npn \ghsystem_substance:
+ {
+ \bool_if:NF \l_ghsystem_substance_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n { denominazione~ della~ sostanza~ sensibilizzante }
+ }
+ }
+
+% INDICAZIONI DI PERICOLO (Allegato 3)
+% 1. Indicazioni di pericolo
+% 1.1 Pericoli fisici
+\ghsystem_add_statement:nnn {H} { 200 }
+ { Esplosivo~ instabile. }
+\ghsystem_add_statement:nnn {H} { 201 }
+ { Esplosivo;~ pericolo~ di~ esplosione~ di~ massa. }
+\ghsystem_add_statement:nnn {H} { 202 }
+ { Esplosivo;~ grave~ pericolo~ di~ proiezione. }
+\ghsystem_add_statement:nnn {H} { 203 }
+ {
+ Esplosivo;~ pericolo~ di~ incendio,~ di~ spostamento~ d'aria~ o~ di~
+ proiezione.
+ }
+\ghsystem_add_statement:nnn {H} { 204 }
+ { Pericolo~ di~ incendio~ o~ di~ proiezione. }
+\ghsystem_add_statement:nnn {H} { 205 }
+ { Pericolo~ di~ esplosione~ di~ massa~ in~ caso~ d'incendio. }
+\ghsystem_add_statement:nnn {H} { 220 }
+ { Gas~ altamente~ infiammabile. }
+\ghsystem_add_statement:nnn {H} { 221 }
+ { Gas~ infiammabile. }
+\ghsystem_add_statement:nnn {H} { 222 }
+ { Aerosol~ altamente~ infiammabile. }
+\ghsystem_add_statement:nnn {H} { 223 }
+ { Aerosol~ infiammabile. }
+\ghsystem_add_statement:nnn {H} { 224 }
+ { Liquido~ e~ vapori~ altamente~ infiammabili. }
+\ghsystem_add_statement:nnn {H} { 225 }
+ { Liquido~ e~ vapori~ facilmente~ infiammabili. }
+\ghsystem_add_statement:nnn {H} { 226 }
+ { Liquido~ e~ vapori~ infiammabili. }
+\ghsystem_add_statement:nnn {H} { 228 }
+ { Solido~ infiammabile. }
+\ghsystem_add_statement:nnn {H} { 240 }
+ { Rischio~ di~ esplosione~ per~ riscaldamento. }
+\ghsystem_add_statement:nnn {H} { 241 }
+ { Rischio~ d'incendio~ o~ di~ esplosione~ per~ riscaldamento. }
+\ghsystem_add_statement:nnn {H} { 242 }
+ { Rischio~ d'incendio~ per~ riscaldamento. }
+\ghsystem_add_statement:nnn {H} { 250 }
+ { Spontaneamente~ infiammabile~ all'aria. }
+\ghsystem_add_statement:nnn {H} { 251 }
+ { Autoriscaldante;~ pu\`o~ infiammarsi. }
+\ghsystem_add_statement:nnn {H} { 252 }
+ { Autoriscaldante~ in~ grandi~ quantit\`a;~ pu\`o~ infiammarsi. }
+\ghsystem_add_statement:nnn {H} { 260 }
+ {
+ A~ contatto~ con~ l'acqua~ libera~ gas~ infiammabili~ che~ possono~
+ infiammarsi~ spontaneamente.
+ }
+\ghsystem_add_statement:nnn {H} { 261 }
+ { A~ contatto~ con~ l'acqua~ libera~ gas~ infiammabili. }
+\ghsystem_add_statement:nnn {H} { 270 }
+ { Pu\`o~ provocare~ o~ aggravare~ un~ incendio;~ comburente. }
+\ghsystem_add_statement:nnn {H} { 271 }
+ { Pu\`o~ provocare~ un~ incendio~ o~ un'esplosione;~ molto~ comburente. }
+\ghsystem_add_statement:nnn {H} { 272 }
+ { Pu\`o~ aggravare~ un~ incendio;~ comburente. }
+\ghsystem_add_statement:nnn {H} { 280 }
+ { Contiene~ gas~ sotto~ pressione;~ pu\`o~ esplodere~ se~ riscaldato. }
+\ghsystem_add_statement:nnn {H} { 281 }
+ {
+ Contiene~ gas~ refrigerato;~ pu\`o~ provocare~ ustioni~ o~ lesioni~
+ criogeniche.
+ }
+\ghsystem_add_statement:nnn {H} { 290 }
+ { Pu\`o~ essere~ corrosivo~ per~ i~ metalli. }
+
+% 1.2 Pericoli per la salute
+\ghsystem_add_statement:nnn {H} { 300 }
+ { Letale~ se~ ingerito. }
+\ghsystem_add_statement:nnn {H} { 301 }
+ { Tossico~ se~ ingerito. }
+\ghsystem_add_statement:nnn {H} { 302 }
+ { Nocivo~ se~ ingerito. }
+\ghsystem_add_statement:nnn {H} { 304 }
+ {
+ Pu\`o~ essere~ letale~ in~ caso~ di~ ingestione~ e~ di~ penetrazione~
+ nelle~ vie~ respiratorie.
+ }
+\ghsystem_add_statement:nnn {H} { 310 }
+ { Letale~ per~ contatto~ con~ la~ pelle. }
+\ghsystem_add_statement:nnn {H} { 311 }
+ { Tossico~ per~ contatto~ con~ la~ pelle. }
+\ghsystem_add_statement:nnn {H} { 312 }
+ { Nocivo~ per~ contatto~ con~ la~ pelle. }
+\ghsystem_add_statement:nnn {H} { 314 }
+ { Provoca~ gravi~ ustioni~ cutanee~ e~ gravi~ lesioni~ oculari. }
+\ghsystem_add_statement:nnn {H} { 315 }
+ { Provoca~ irritazione~ cutanea. }
+\ghsystem_add_statement:nnn {H} { 317 }
+ { Pu\`o~ provocare~ una~ reazione~ allergica~ cutanea. }
+\ghsystem_add_statement:nnn {H} { 318 }
+ { Provoca~ gravi~ lesioni~ oculari. }
+\ghsystem_add_statement:nnn {H} { 319 }
+ { Provoca~ grave~ irritazione~ oculare. }
+\ghsystem_add_statement:nnn {H} { 330 }
+ { Letale~ se~ inalato. }
+\ghsystem_add_statement:nnn {H} { 331 }
+ { Tossico~ se~ inalato. }
+\ghsystem_add_statement:nnn {H} { 332 }
+ { Nocivo~ se~ inalato. }
+\ghsystem_add_statement:nnn {H} { 334 }
+ {
+ Pu\`o~ provocare~ sintomi~ allergici~ o~ asmatici~ o~ difficolt\`a~
+ respiratorie~ se~ inalato.
+ }
+\ghsystem_add_statement:nnn {H} { 335 }
+ { Pu\`o~ irritare~ le~ vie~ respiratorie. }
+\ghsystem_add_statement:nnn {H} { 336 }
+ { Pu\`o~ provocare~ sonnolenza~ o~ vertigini. }
+\ghsystem_add_statement:nnn {H} { 340 }
+ { Pu\`o~ provocare~ alterazioni~ genetiche. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 341 }
+ { Sospettato~ di~ provocare~ alterazioni~ genetiche. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 350 }
+ { Pu\`o~ provocare~ il~ cancro. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 351 }
+ { Sospettato~ di~ provocare~ il~ cancro. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 360 }
+ {
+ Pu\`o~ nuocere~ alla~ fertilit\`a~ o~ al~ feto. \ghsystem_effect:
+ \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 361 }
+ {
+ Sospettato~ di~ nuocere~ alla~ fertilit\`a~ o~ al~ feto \ghsystem_effect:
+ \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 362 }
+ { Pu\`o~ essere~ nocivo~ per~ i~ lattanti~ allattati~ al~ seno. }
+\ghsystem_add_statement:nnn {H} { 370 }
+ {
+ Provoca~ danni \bool_if:NF \l_ghsystem_organs_bool { ~ agli~ organi }
+ \ghsystem_organs: . \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 371 }
+ {
+ Pu\`o~ provocare~ danni \bool_if:NF \l_ghsystem_organs_bool { ~ agli~
+ organi } \ghsystem_organs: . \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 372 }
+ {
+ Provoca~ danni \bool_if:NF \l_ghsystem_organs_bool { ~ agli~ organi }
+ \ghsystem_organs:\ in~ caso~ di~ esposizione~ prolungata~ o~ ripetuta.
+ \ghsystem_exposure:
+ }
+
+\ghsystem_add_statement:nnn {H} { 373 }
+ {
+ Pu\`o~ provocare~ danni \bool_if:NF \l_ghsystem_organs_bool { ~ agli~
+ organi } \ghsystem_organs:\ in~ caso~ di~ esposizione~ prolungata~ o~
+ ripetuta. \ghsystem_exposure:
+ }
+
+% 1.3 Pericoli per l'ambiente
+\ghsystem_add_statement:nnn {H} { 400 }
+ { Molto~ tossico~ per~ gli~ organismi~ acquatici. }
+\ghsystem_add_statement:nnn {H} { 410 }
+ {
+ Molto~ tossico~ per~ gli~ organismi~ acquatici~ con~ effetti~ di~ lunga~
+ durata.
+ }
+\ghsystem_add_statement:nnn {H} { 411 }
+ { Tossico~ per~ gli~ organismi~ acquatici~ con~ effetti~ di~ lunga~ durata. }
+\ghsystem_add_statement:nnn {H} { 412 }
+ { Nocivo~ per~ gli~ organismi~ acquatici~ con~ effetti~ di~ lunga~ durata. }
+\ghsystem_add_statement:nnn {H} { 413 }
+ {
+ Pu\`o~ essere~ nocivo~ per~ gli~ organismi~ acquatici~ con~ effetti~ di~
+ lunga~ durata.
+ }
+
+% 2 Informazioni supplementari sui pericoli
+% 2.1 Proprieta` fisiche
+\ghsystem_add_statement:nnn {EUH} { 001 }
+ { Esplosivo~ allo~ stato~ secco. }
+\ghsystem_add_statement:nnn {EUH} { 006 }
+ { Esplosivo~ a~ contatto~ o~ senza~ contatto~ con~ l'aria. }
+\ghsystem_add_statement:nnn {EUH} { 014 }
+ { Reagisce~ violentemente~ con~ l'acqua. }
+\ghsystem_add_statement:nnn {EUH} { 018 }
+ {
+ Durante~ l'uso~ pu\`o~ formarsi~ una~ miscela~ vapore-aria~
+ esplosiva\ghsystem_slash: infiammabile.
+ }
+\ghsystem_add_statement:nnn {EUH} { 019 }
+ { Pu\`o~ formare~ perossidi~ esplosivi. }
+\ghsystem_add_statement:nnn {EUH} { 044 }
+ { Rischio~ di~ esplosione~ per~ riscaldamento~ in~ ambiente~ confinato. }
+
+% 2.2 Proprieta` pericolose per la salute
+\ghsystem_add_statement:nnn {EUH} { 029 }
+ { A~ contatto~ con~ l'acqua~ libera~ un~ gas~ tossico. }
+\ghsystem_add_statement:nnn {EUH} { 031 }
+ { A~ contatto~ con~ acidi~ libera~ gas~ tossici. }
+\ghsystem_add_statement:nnn {EUH} { 032 }
+ { A~ contatto~ con~ acidi~ libera~ gas~ molto~ tossici. }
+\ghsystem_add_statement:nnn {EUH} { 066 }
+ {
+ L'esposizione~ ripetuta~ pu\`o~ provocare~ secchezza~ o~ screpolature~
+ della~ pelle.
+ }
+\ghsystem_add_statement:nnn {EUH} { 070 }
+ { Tossico~ per~ contatto~ oculare. }
+\ghsystem_add_statement:nnn {EUH} { 071 }
+ { Corrosivo~ per~ le~ vie~ respiratorie. }
+
+% 2.3 Proprieta` pericolose per l'ambiente
+\ghsystem_add_statement:nnn {EUH} { 059 }
+ { Pericoloso~ per~ lo~ strato~ di~ ozono. }
+
+% 2.4 Elementi descrittivi aggiuntivi / Informazioni riguardanti particolari sostanze e miscele
+\ghsystem_add_statement:nnn {EUH} { 201 }
+ {
+ Contiene~ piombo.~ Non~ utilizzare~ su~ oggetti~ che~ possono~ essere~
+ masticati~ o~ succhiati~ dai~ bambini.
+ }
+\ghsystem_add_statement:nnn {EUH} { 201A }
+ { Attenzione!~ Contiene~ piombo. }
+\ghsystem_add_statement:nnn {EUH} { 202 }
+ {
+ Cianoacrilato.~ Pericolo.~ Incolla~ la~ pelle~ e~ gli~ occhi~ in~ pochi~
+ secondi.~ Tenere~ fuori~ dalla~ portata~ dei~ bambini.
+ }
+\ghsystem_add_statement:nnn {EUH} { 203 }
+ { Contiene~ cromo\,(VI).~ Pu\`o~ provocare~ una~ reazione~ allergica. }
+\ghsystem_add_statement:nnn {EUH} { 204 }
+ { Contiene~ isocianati.~ Pu\`o~ provocare~ una~ reazione~ allergica. }
+\ghsystem_add_statement:nnn {EUH} { 205 }
+ {
+ Contiene~ componenti~ epossidici.~ Pu\`o~ provocare~ una~ reazione~
+ allergica.
+ }
+\ghsystem_add_statement:nnn {EUH} { 206 }
+ {
+ Attenzione!~ Non~ utilizzare~ in~ combinazione~ con~ altri~ prodotti.~
+ Possono~ liberarsi~ gas~ pericolosi~ (cloro).
+ }
+\ghsystem_add_statement:nnn {EUH} { 207 }
+ {
+ Attenzione!~ Contiene~ cadmio.~ Durante~ l'uso~ si~ sviluppano~ fumi~
+ pericolosi.~ Leggere~ le~ informazioni~ fornite~ dal~ fabbricante.~
+ Rispettare~ le~ disposizioni~ di~ sicurezza.
+ }
+\ghsystem_add_statement:nnn {EUH} { 208 }
+ {
+ Contiene \ghsystem_substance: .~ Pu\`o~ provocare~ una~ reazione~
+ allergica.
+ }
+\ghsystem_add_statement:nnn {EUH} { 209 }
+ { Pu\`o~ diventare~ facilmente~ infiammabile~ durante~ l'uso. }
+\ghsystem_add_statement:nnn {EUH} { 209A }
+ { Pu\`o~ diventare~ infiammabile~ durante~ l'uso. }
+\ghsystem_add_statement:nnn {EUH} { 210 }
+ { Scheda~ dati~ di~ sicurezza~ disponibile~ su~ richiesta. }
+\ghsystem_add_statement:nnn {EUH} { 401 }
+ {
+ Per~ evitare~ rischi~ per~ la~ salute~ umana~ e~ per~ l'ambiente,~
+ seguire~ le~ istruzioni~ per~ l'uso.
+ }
+
+% CONSIGLI DI PRUDENZA (Allegato 4, da pagina 19)
+% 3 Consigli di prudenza
+% 3.1 Consigli di prudenza di carattere generale
+\ghsystem_add_statement:nnn {P} { 101 }
+ {
+ In~ caso~ di~ consultazione~ di~ un~ medico,~ tenere~ a~ disposizione~ il~
+ contenitore~ o~ l'etichetta~ del~ prodotto.
+ }
+\ghsystem_add_statement:nnn {P} { 102 }
+ { Tenere~ fuori~ dalla~ portata~ dei~ bambini. }
+\ghsystem_add_statement:nnn {P} { 103 }
+ { Leggere~ l'etichetta~ prima~ dell'uso. }
+
+% 3.2 Consigli di prudenza - Prevenzione
+\ghsystem_add_statement:nnn {P} { 201 }
+ { Procurarsi~ istruzioni~ specifiche~ prima~ dell'uso. }
+\ghsystem_add_statement:nnn {P} { 202 }
+ {
+ Non~ manipolare~ prima~ di~ avere~ letto~ e~ compreso~ tutte~ le~
+ avvertenze.
+ }
+\ghsystem_add_statement:nnn {P} { 210 }
+ {
+ Tenere~ lontano~ da~ fonti~ di~ calore\ghsystem_slash:
+ scintille\ghsystem_slash: fiamme~ libere\ghsystem_slash: superfici~
+ riscaldate.~ \textemdash ~ Non~ fumare.
+ }
+\ghsystem_add_statement:nnn {P} { 211 }
+ {
+ Non~ vaporizzare~ su~ una~ fiamma~ libera~ o~ altra~ fonte~ di~
+ accensione.
+ }
+\ghsystem_add_statement:nnn {P} { 220 }
+ {
+ Tenere\ghsystem_slash: conservare~ lontano~ da~ indumenti\ghsystem_slash:
+ \l_ghsystem_dots_tl \ghsystem_slash: materiali~ combustibili.
+ }
+\ghsystem_add_statement:nnn {P} { 221 }
+ {
+ Prendere~ ogni~ precauzione~ per~ evitare~ di~ miscelare~ con~ sostanze~
+ combustibili~ \l_ghsystem_dots_tl .
+ }
+\ghsystem_add_statement:nnn {P} { 222 }
+ { Evitare~ il~ contatto~ con~ l'aria. }
+\ghsystem_add_statement:nnn {P} { 223 }
+ {
+ Evitare~ qualsiasi~ contatto~ con~ l'acqua:~ pericolo~ di~ reazione~
+ violenta~ e~ di~ infiammazione~ spontanea.
+ }
+\ghsystem_add_statement:nnn {P} { 230 }
+ { Mantenere~ umido~ con~ \l_ghsystem_dots_tl . }
+\ghsystem_add_statement:nnn {P} { 231 }
+ { Manipolare~ in~ atmosfera~ di~ gas~ inerte. }
+\ghsystem_add_statement:nnn {P} { 232 }
+ { Proteggere~ dall'umidit\`a. }
+\ghsystem_add_statement:nnn {P} { 233 }
+ { Tenere~ il~ recipiente~ ben~ chiuso. }
+\ghsystem_add_statement:nnn {P} { 234 }
+ { Conservare~ soltanto~ nel~ contenitore~ originale. }
+\ghsystem_add_statement:nnn {P} { 235 }
+ { Conservare~ in~ luogo~ fresco. }
+\ghsystem_add_statement:nnn {P} { 240 }
+ {
+ Mettere~ a~ terra\ghsystem_slash: massa~ il~ contenitore~ e~ il~
+ dispositivo~ ricevente.
+ }
+\ghsystem_add_statement:nnn {P} { 241 }
+ {
+ Utilizzare~ impianti~ elettrici\ghsystem_slash: di~
+ ventilazione\ghsystem_slash: d'illuminazione\ghsystem_slash:
+ \l_ghsystem_dots_tl \ghsystem_slash: a~ prova~ di~ esplosione.
+ }
+\ghsystem_add_statement:nnn {P} { 242 }
+ { Utilizzare~ solo~ utensili~ antiscintillamento. }
+\ghsystem_add_statement:nnn {P} { 243 }
+ { Prendere~ precauzioni~ contro~ le~ scariche~ elettrostatiche. }
+\ghsystem_add_statement:nnn {P} { 244 }
+ { Mantenere~ le~ valvole~ di~ riduzione~ libere~ da~ grasso~ e~ olio. }
+\ghsystem_add_statement:nnn {P} { 250 }
+ {
+ Evitare~ le~ abrasioni\ghsystem_slash: gli~ urti\ghsystem_slash:
+ \l_ghsystem_dots_tl \ghsystem_slash: gli~ attriti.
+ }
+\ghsystem_add_statement:nnn {P} { 251 }
+ {
+ Recipiente~ sotto~ pressione:~ non~ perforare~ n\'e~ bruciare,~ neppure~
+ dopo~ l'uso.
+ }
+\ghsystem_add_statement:nnn {P} { 260 }
+ {
+ Non~ respirare~ la~ polvere\ghsystem_slash: i~ fumi\ghsystem_slash: i~
+ gas\ghsystem_slash: la~ nebbia\ghsystem_slash: i~ vapori\ghsystem_slash:
+ gli~ aerosol.
+ }
+\ghsystem_add_statement:nnn {P} { 261 }
+ {
+ Evitare~ di~ respirare~ la~ polvere\ghsystem_slash: i~
+ fumi\ghsystem_slash: i~ gas\ghsystem_slash: la~ nebbia\ghsystem_slash: i~
+ vapori\ghsystem_slash: gli~ aerosol.
+ }
+\ghsystem_add_statement:nnn {P} { 262 }
+ { Evitare~ il~ contatto~ con~ gli~ occhi,~ la~ pelle~ o~ gli~ indumenti. }
+\ghsystem_add_statement:nnn {P} { 263 }
+ { Evitare~ il~ contatto~ durante~ la~ gravidanza\ghsystem_slash: l'allattamento. }
+\ghsystem_add_statement:nnn {P} { 264 }
+ { Lavare~ accuratamente~ \l_ghsystem_dots_tl\ dopo~ l'uso. }
+\ghsystem_add_statement:nnn {P} { 270 }
+ { Non~ mangiare,~ n\'e~ bere,~ n\'e~ fumare~ durante~ l'uso. }
+\ghsystem_add_statement:nnn {P} { 271 }
+ { Utilizzare~ soltanto~ all'aperto~ o~ in~ luogo~ ben~ ventilato. }
+\ghsystem_add_statement:nnn {P} { 272 }
+ {
+ Gli~ indumenti~ da~ lavoro~ contaminati~ non~ devono~ essere~ portati~
+ fuori~ dal~ luogo~ di~ lavoro.
+ }
+\ghsystem_add_statement:nnn {P} { 273 }
+ { Non~ disperdere~ nell'ambiente. }
+\ghsystem_add_statement:nnn {P} { 280 }
+ {
+ Indossare~ guanti\ghsystem_slash: indumenti~ protettivi\ghsystem_slash:
+ Proteggere~ gli~ occhi\ghsystem_slash: il~ viso.
+ }
+\ghsystem_add_statement:nnn {P} { 281 }
+ { Utilizzare~ il~ dispositivo~ di~ protezione~ individuale~ richiesto. }
+\ghsystem_add_statement:nnn {P} { 282 }
+ {
+ Utilizzare~ guanti~ termici\ghsystem_slash: schermo~
+ facciale\ghsystem_slash: Proteggere~ gli~ occhi.
+ }
+\ghsystem_add_statement:nnn {P} { 283 }
+ {
+ Indossare~ indumenti~ completamente~ ignifughi~ o~ in~ tessuti~
+ ritardanti~ di~ fiamma.
+ }
+\ghsystem_add_statement:nnn {P} { 284 }
+ { Utilizzare~ un~ apparecchio~ respiratorio. }
+\ghsystem_add_statement:nnn {P} { 285 }
+ {
+ In~ caso~ di~ ventilazione~ insufficiente~ utilizzare~ un~ apparecchio~
+ respiratorio.
+ }
+\ghsystem_add_statement:nnn {P} { 231 + 232 }
+ {
+ Manipolare~ in~ atmosfera~ di~ gas~ inerte.~ Tenere~ al~ riparo~
+ dall'umidit\`a.
+ }
+\ghsystem_add_statement:nnn {P} { 235 + 410 }
+ { Tenere~ in~ luogo~ fresco.~ Proteggere~ dai~ raggi~ solari. }
+
+% 3.3 Consigli di prudenza - Reazione
+\ghsystem_add_statement:nnn {P} { 301 }
+ { IN~ CASO~ DI~ INGESTIONE: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 302 }
+ { IN~ CASO~ DI~ CONTATTO~ CON~ LA~ PELLE: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 303 }
+ { IN~ CASO~ DI~ CONTATTO~ CON~ LA~ PELLE~ (o~ con~ i~ capelli): \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 304 }
+ { IN~ CASO~ DI~ INALAZIONE: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 305 }
+ { IN~ CASO~ DI~ CONTATTO~ CON~ GLI~ OCCHI: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 306 }
+ { IN~ CASO~ DI~ CONTATTO~ CON~ GLI~ INDUMENTI: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 307 }
+ { IN~ CASO~ di~ esposizione: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 308 }
+ { IN~ CASO~ di~ esposizione~ o~ di~ possibile~ esposizione: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 309 }
+ { IN~ CASO~ di~ esposizione~ o~ di~ malessere: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 310 }
+ { Contattare~ immediatamente~ un~ CENTRO~ ANTIVELENI~ o~ un~ medico. }
+\ghsystem_add_statement:nnn {P} { 311 }
+ { Contattare~ un~ CENTRO~ ANTIVELENI~ o~ un~ medico. }
+\ghsystem_add_statement:nnn {P} { 312 }
+ {
+ In~ caso~ di~ malessere,~ contattare~ un~ CENTRO~ ANTIVELENI~ o~ un~
+ medico.
+ }
+\ghsystem_add_statement:nnn {P} { 313 }
+ { Consultare~ un~ medico. }
+\ghsystem_add_statement:nnn {P} { 314 }
+ { In~ caso~ di~ malessere,~ consultare~ un~ medico. }
+\ghsystem_add_statement:nnn {P} { 315 }
+ { Consultare~ immediatamente~ un~ medico. }
+\ghsystem_add_statement:nnn {P} { 320 }
+ {
+ Trattamento~ specifico~ urgente~ (vedere~ \l_ghsystem_dots_tl\ su~
+ questa~ etichetta).
+ }
+\ghsystem_add_statement:nnn {P} { 321 }
+ {
+ Trattamento~ specifico~ (vedere~ \l_ghsystem_dots_tl\ su~ questa~
+ etichetta).
+ }
+\ghsystem_add_statement:nnn {P} { 322 }
+ {
+ Misure~ specifiche~ (vedere~ \l_ghsystem_dots_tl\ su~ questa~
+ etichetta).
+ }
+\ghsystem_add_statement:nnn {P} { 330 }
+ { Sciacquare~ la~ bocca. }
+\ghsystem_add_statement:nnn {P} { 331 }
+ { NON~ provocare~ il~ vomito. }
+\ghsystem_add_statement:nnn {P} { 332 }
+ { In~ caso~ di~ irritazione~ della~ pelle: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 333 }
+ { In~ caso~ di~ irritazione~ o~ eruzione~ della~ pelle: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 334 }
+ {
+ Immergere~ in~ acqua~ fredda\ghsystem_slash: avvolgere~ con~ un~
+ bendaggio~ umido.
+ }
+\ghsystem_add_statement:nnn {P} { 335 }
+ { Rimuovere~ le~ particelle~ depositate~ sulla~ pelle. }
+\ghsystem_add_statement:nnn {P} { 336 }
+ {
+ Sgelare~ le~ parti~ congelate~ usando~ acqua~ tiepida.~ Non~ sfregare~ la~
+ parte~ interessata.
+ }
+\ghsystem_add_statement:nnn {P} { 337 }
+ { Se~ l'irritazione~ degli~ occhi~ persiste: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 338 }
+ {
+ Togliere~ le~ eventuali~ lenti~ a~ contatto~ se~ \`e~ agevole~ farlo.~
+ Continuare~ a~ sciacquare.
+ }
+\ghsystem_add_statement:nnn {P} { 340 }
+ {
+ Trasportare~ l'infortunato~ all'aria~ aperta~ e~ mantenerlo~ a~ riposo~
+ in~ posizione~ che~ favorisca~ la~ respirazione.
+ }
+\ghsystem_add_statement:nnn {P} { 341 }
+ {
+ Se~ la~ respirazione~ \`e~ difficile,~ trasportare~ l'infortunato~
+ all'aria~ aperta~ e~ mantenerlo~ a~ riposo~ in~ posizione~ che~ favorisca~
+ la~ respirazione.
+ }
+\ghsystem_add_statement:nnn {P} { 342 }
+ { In~ caso~ di~ sintomi~ respiratori: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 350 }
+ { Lavare~ delicatamente~ e~ abbondantemente~ con~ acqua~ e~ sapone. }
+\ghsystem_add_statement:nnn {P} { 351 }
+ { Sciacquare~ accuratamente~ per~ parecchi~ minuti. }
+\ghsystem_add_statement:nnn {P} { 352 }
+ { Lavare~ abbondantemente~ con~ acqua~ e~ sapone. }
+\ghsystem_add_statement:nnn {P} { 353 }
+ { Sciacquare~ la~ pelle\ghsystem_slash: fare~ una~ doccia. }
+\ghsystem_add_statement:nnn {P} { 360 }
+ {
+ Sciacquare~ immediatamente~ e~ abbondantemente~ gli~ indumenti~
+ contaminati~ e~ la~ pelle~ prima~ di~ togliersi~ gli~ indumenti.
+ }
+\ghsystem_add_statement:nnn {P} { 361 }
+ { Togliersi~ di~ dosso~ immediatamente~ tutti~ gli~ indumenti~ contaminati. }
+\ghsystem_add_statement:nnn {P} { 362 }
+ {
+ Togliersi~ di~ dosso~ gli~ indumenti~ contaminati~ e~ lavarli~ prima~ di~
+ indossarli~ nuovamente.
+ }
+\ghsystem_add_statement:nnn {P} { 363 }
+ { Lavare~ gli~ indumenti~ contaminati~ prima~ di~ indossarli~ nuovamente. }
+\ghsystem_add_statement:nnn {P} { 370 }
+ { In~ caso~ di~ incendio: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 371 }
+ { In~ caso~ di~ incendio~ grave~ e~ di~ quantit\`a~ rilevanti: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 372 }
+ { Rischio~ di~ esplosione~ in~ caso~ di~ incendio. }
+\ghsystem_add_statement:nnn {P} { 373 }
+ {
+ NON~ utilizzare~ mezzi~ estinguenti~ se~ l'incendio~ raggiunge~ materiali~
+ esplosivi.
+ }
+\ghsystem_add_statement:nnn {P} { 374 }
+ {
+ Utilizzare~ i~ mezzi~ estinguenti~ con~ le~ precauzioni~ abituali~ a~
+ distanza~ ragionevole.
+ }
+\ghsystem_add_statement:nnn {P} { 375 }
+ {
+ Rischio~ di~ esplosione.~ Utilizzare~ i~ mezzi~ estinguenti~ a~ grande~
+ distanza.
+ }
+\ghsystem_add_statement:nnn {P} { 376 }
+ { Bloccare~ la~ perdita~ se~ non~ c'\`e~ pericolo. }
+\ghsystem_add_statement:nnn {P} { 377 }
+ {
+ In~ caso~ d'incendio~ dovuto~ a~ perdita~ di~ gas \ghsystem_text: , ~ non~
+ estinguere~ a~ meno~ che~ non~ sia~ possibile~ bloccare~ la~ perdita~
+ senza~ pericolo.
+ }
+\ghsystem_add_statement:nnn {P} { 378 }
+ { Estinguere~ con~ \l_ghsystem_dots_tl . }
+\ghsystem_add_statement:nnn {P} { 380 }
+ { Evacuare~ la~ zona. }
+\ghsystem_add_statement:nnn {P} { 381 }
+ { Eliminare~ ogni~ fonte~ di~ accensione~ se~ non~ c'\`e~ pericolo. }
+\ghsystem_add_statement:nnn {P} { 390 }
+ { Assorbire~ la~ fuoriuscita~ per~ evitare~ danni~ materiali. }
+\ghsystem_add_statement:nnn {P} { 391 }
+ { Raccogliere~ il~ materiale~ fuoriuscito. }
+\ghsystem_add_statement:nnn {P} { 301 + 310 }
+ {
+ IN~ CASO~ DI~ INGESTIONE:~ contattare~ immediatamente~ un~ CENTRO~
+ ANTIVELENI~ o~ un~ medico.
+ }
+\ghsystem_add_statement:nnn {P} { 301 + 312 }
+ {
+ IN~ CASO~ DI~ INGESTIONE~ accompagnata~ da~ malessere:~ contattare~ un~
+ CENTRO ANTIVELENI~ o~ un~ medico.
+ }
+\ghsystem_add_statement:nnn {P} { 301 + 330 + 331 }
+ {
+ IN~ CASO~ DI~ INGESTIONE:~ sciacquare~ la~ bocca.~ NON~ provocare~ il~
+ vomito.
+ }
+\ghsystem_add_statement:nnn {P} { 302 + 334 }
+ {
+ IN~ CASO~ DI~ CONTATTO~ CON~ LA~ PELLE:~ immergere~ in~ acqua~
+ fredda\ghsystem_slash: avvolgere~ con~ un~ bendaggio~ umido.
+ }
+\ghsystem_add_statement:nnn {P} { 302 + 350 }
+ {
+ IN~ CASO~ DI~ CONTATTO~ CON~ LA~ PELLE:~ lavare~ delicatamente~ e~
+ abbondantemente~ con~ acqua~ e~ sapone.
+ }
+\ghsystem_add_statement:nnn {P} { 302 + 352 }
+ {
+ IN~ CASO~ DI~ CONTATTO~ CON~ LA~ PELLE:~ lavare~ abbondantemente~ con~
+ acqua~ e~ sapone.
+ }
+\ghsystem_add_statement:nnn {P} { 303 + 361 + 353 }
+ {
+ IN~ CASO~ DI~ CONTATTO~ CON~ LA~ PELLE~ (o~ con~ i~ capelli):~ togliersi~
+ di~ dosso~ immediatamente~ tutti~ gli~ indumenti~ contaminati.~
+ Sciacquare~ la~ pelle\ghsystem_slash: fare~ una~ doccia.
+ }
+\ghsystem_add_statement:nnn {P} { 304 + 340 }
+ {
+ IN~ CASO~ DI~ INALAZIONE:~ trasportare~ l'infortunato~ all'aria~ aperta~
+ e~ mantenerlo~ a~ riposo~ in~ posizione~ che~ favorisca~ la~ respirazione.
+ }
+\ghsystem_add_statement:nnn {P} { 304 + 341 }
+ {
+ IN~ CASO~ DI~ INALAZIONE:~ se~ la~ respirazione~ \`e~ difficile,~
+ trasportare~ l'infortunato~ all'aria~ aperta~ e~ mantenerlo~ a~ riposo~
+ in~ posizione~ che~ favorisca~ la~ respirazione.
+ }
+\ghsystem_add_statement:nnn {P} { 305 + 351 + 338 }
+ {
+ IN~ CASO~ DI~ CONTATTO~ CON~ GLI~ OCCHI:~ sciacquare~ accuratamente~ per~
+ parecchi~ minuti.~ Togliere~ le~ eventuali~ lenti~ a~ contatto~ se~ \`e~
+ agevole~ farlo.~ Continuare~ a~ sciacquare.
+ }
+\ghsystem_add_statement:nnn {P} { 306 + 360 }
+ {
+ IN~ CASO~ DI~ CONTATTO~ CON~ GLI~ INDUMENTI:~ sciacquare~ immediatamente~
+ e~ abbondantemente~ gli~ indumenti~ contaminati~ e~ la~ pelle~ prima~ di~
+ togliersi~ gli~ indumenti.
+ }
+\ghsystem_add_statement:nnn {P} { 307 + 311 }
+ {
+ IN~ CASO~ di~ esposizione,~ contattare~ un~ CENTRO~ ANTIVELENI~ o~ un~
+ medico.
+ }
+\ghsystem_add_statement:nnn {P} { 308 + 313 }
+ {
+ IN~ CASO~ di~ esposizione~ o~ di~ possibile~ esposizione,~ consultare~ un~
+ medico.
+ }
+\ghsystem_add_statement:nnn {P} { 309 + 311 }
+ {
+ IN~ CASO~ di~ esposizione~ o~ di~ malessere,~ contattare~ un~ CENTRO~
+ ANTIVELENI~ o~ un~ medico.
+ }
+\ghsystem_add_statement:nnn {P} { 332 + 313 }
+ { In~ caso~ di~ irritazione~ della~ pelle:~ consultare~ un~ medico. }
+\ghsystem_add_statement:nnn {P} { 333 + 313 }
+ {
+ In~ caso~ di~ irritazione~ o~ eruzione~ della~ pelle:~ consultare~ un~
+ medico.
+ }
+\ghsystem_add_statement:nnn {P} { 335 + 334 }
+ {
+ Rimuovere~ le~ particelle~ depositate~ sulla~ pelle.~ Immergere~ in~
+ acqua~ fredda\ghsystem_slash: avvolgere~ con~ un~ bendaggio~ umido.
+ }
+\ghsystem_add_statement:nnn {P} { 337 + 313 }
+ { Se~ l'irritazione~ degli~ occhi~ persiste,~ consultare~ un~ medico. }
+\ghsystem_add_statement:nnn {P} { 342 + 311 }
+ {
+ In~ caso~ di~ sintomi~ respiratori:~ contattare~ un~ CENTRO~ ANTIVELENI~
+ o~ un~ medico.
+ }
+\ghsystem_add_statement:nnn {P} { 370 + 376 }
+ { In~ caso~ di~ incendio:~ bloccare~ la~ perdita~ se~ non~ c'\`e~ pericolo. }
+\ghsystem_add_statement:nnn {P} { 370 + 378 }
+ { In~ caso~ di~ incendio:~ estinguere~ con~ \l_ghsystem_dots_tl . }
+\ghsystem_add_statement:nnn {P} { 370 + 380 }
+ { Evacuare~ la~ zona~ in~ caso~ di~ incendio. }
+\ghsystem_add_statement:nnn {P} { 370 + 380 + 375 }
+ {
+ In~ caso~ di~ incendio:~ evacuare~ la~ zona.~ Rischio~ di~ esplosione.~
+ Utilizzare~ i~ mezzi~ estinguenti~ a~ grande~ distanza.
+ }
+\ghsystem_add_statement:nnn {P} { 371 + 380 + 375 }
+ {
+ In~ caso~ di~ incendio~ grave~ e~ di~ grandi~ quantit\`a:~ evacuare~ la~
+ zona.~ Rischio~ di~ esplosione.~ Utilizzare~ i~ mezzi~ estinguenti~ a~
+ grande~ distanza.
+ }
+
+% 3.4 Consigli di prudenza - Conservazione
+\ghsystem_add_statement:nnn {P} { 401 }
+ { Conservare~ \l_ghsystem_dots_tl . }
+\ghsystem_add_statement:nnn {P} { 402 }
+ { Conservare~ in~ luogo~ asciutto. }
+\ghsystem_add_statement:nnn {P} { 403 }
+ { Conservare~ in~ luogo~ ben~ ventilato. }
+\ghsystem_add_statement:nnn {P} { 404 }
+ { Conservare~ in~ un~ recipiente~ chiuso. }
+\ghsystem_add_statement:nnn {P} { 405 }
+ { Conservare~ sotto~ chiave. }
+\ghsystem_add_statement:nnn {P} { 406 }
+ {
+ Conservare~ in~ recipiente~ resistente~ alla~ corrosione\ghsystem_slash:
+ \l_ghsystem_dots_tl\ provvisto~ di~ rivestimento~ interno~ resistente.
+ }
+\ghsystem_add_statement:nnn {P} { 407 }
+ { Mantenere~ uno~ spazio~ libero~ tra~ gli~ scaffali\ghsystem_slash: i~ pallet. }
+\ghsystem_add_statement:nnn {P} { 410 }
+ { Proteggere~ dai~ raggi~ solari. }
+\ghsystem_add_statement:nnn {P} { 411 }
+ {
+ Conservare~ a~ temperature~ non~ superiori~ a~ \exp_args:No \SI {
+ \l_ghsystem_celsius_temperature_tl }{ \GHScelsius } .
+ }
+\ghsystem_add_statement:nnn {P} { 412 }
+ { Non~ esporre~ a~ temperature~ superiori~ a~ \SI { 50 } { \GHScelsius } . }
+\ghsystem_add_statement:nnn {P} { 413 }
+ {
+ Conservare~ le~ rinfuse~ di~ peso~ superiore~ a~ \exp_args:No \SI {
+ \l_ghsystem_kg_mass_tl }{ \GHSkilogram } ~ a~ temperature~ non~
+ superiori~ a ~ \exp_args:No \SI { \l_ghsystem_celsius_temperature_tl } {
+ \GHScelsius } .
+ }
+\ghsystem_add_statement:nnn {P} { 420 }
+ { Conservare~ lontano~ da~ altri~ materiali. }
+\ghsystem_add_statement:nnn {P} { 422 }
+ { Conservare~ sotto~ \l_ghsystem_dots_tl . }
+\ghsystem_add_statement:nnn {P} { 402 + 404 }
+ { Conservare~ in~ luogo~ asciutto~ e~ in~ recipiente~ chiuso. }
+\ghsystem_add_statement:nnn {P} { 403 + 233 }
+ { Tenere~ il~ recipiente~ ben~ chiuso~ e~ in~ luogo~ ben~ ventilato. }
+\ghsystem_add_statement:nnn {P} { 403 + 235 }
+ { Conservare~ in~ luogo~ fresco~ e~ ben~ ventilato. }
+\ghsystem_add_statement:nnn {P} { 410 + 403 }
+ { Proteggere~ dai~ raggi~ solari.~ Conservare~ in~ luogo~ ben~ ventilato. }
+\ghsystem_add_statement:nnn {P} { 410 + 412 }
+ {
+ Proteggere~ dai~ raggi~ solari.~ Non~ esporre~ a~ temperature~ superiori~
+ a~ \SI { 50 } { \GHScelsius } .
+ }
+\ghsystem_add_statement:nnn {P} { 411 + 235 }
+ {
+ Conservare~ in~ luogo~ fresco~ a~ temperature~ non~ superiori~ a~
+ \exp_args:No \SI { \l_ghsystem_celsius_temperature_tl } { \GHScelsius } .
+ }
+
+% 3.5 Consigli di prudenza - Smaltimento
+\ghsystem_add_statement:nnn {P} { 501 }
+ {
+ Smaltire~ il~ prodotto\ghsystem_slash: recipiente~ in~
+ \l_ghsystem_dots_tl .
+ }
+
+% 4 Codici descrittivi di pericolo (Allegato 6, da pagina 4)
+\ghsystem_add_statement:nnn {H} { 350i }
+ { Pu\`o~ causare~ il~ cancro~ se~ inalato. }
+\ghsystem_add_statement:nnn {H} { 360F }
+ { Pu\`o~ nuocere~ alla~ fertilit\`a. }
+\ghsystem_add_statement:nnn {H} { 360D }
+ { Pu\`o~ nuocere~ al~ feto. }
+\ghsystem_add_statement:nnn {H} { 361f }
+ { Sospettato~ di~ nuocere~ alla~ fertilit\`a. }
+\ghsystem_add_statement:nnn {H} { 361d }
+ { Sospettato~ di~ nuocere~ al~ feto. }
+\ghsystem_add_statement:nnn {H} { 360FD }
+ { Pu\`o~ nuocere~ alla~ fertilit\`a.~ Pu\`o~ nuocere~ al~ feto. }
+\ghsystem_add_statement:nnn {H} { 361fd }
+ {
+ Sospettato~ di~ nuocere~ alla~ fertilit\`a.~ Sospettato~ di~ nuocere~ al~
+ feto.
+ }
+\ghsystem_add_statement:nnn {H} { 360Fd }
+ { Pu\`o~ nuocere~ alla~ fertilit\`a.~ Sospettato~ di~ nuocere~ al~ feto. }
+\ghsystem_add_statement:nnn {H} { 360Df }
+ { Pu\`o~ nuocere~ al~ feto.~ Sospettato~ di~ nuocere~ alla~ fertilit\`a. }
+
diff --git a/macros/latex/contrib/ghsystem/language/ghsystem_langtemplate.def b/macros/latex/contrib/ghsystem/language/ghsystem_langtemplate.def
new file mode 100644
index 0000000000..a56e2a1117
--- /dev/null
+++ b/macros/latex/contrib/ghsystem/language/ghsystem_langtemplate.def
@@ -0,0 +1,424 @@
+% --------------------------------------------------------------------------
+% - the CHEMMACROS bundle
+% - ghsystem_langtemplate.def
+% - loads of little helpers for chemists
+% --------------------------------------------------------------------------
+% - Clemens Niederberger
+% --------------------------------------------------------------------------
+% - https://bitbucket.org/cgnieder/chemmacros/
+% - contact@mychemistry.eu
+% --------------------------------------------------------------------------
+% - If you have any ideas, questions, suggestions or bugs to report, please
+% - feel free to contact me.
+% --------------------------------------------------------------------------
+% - Copyright 2011-2016 Clemens Niederberger
+% -
+% - This work may be distributed and/or modified under the
+% - conditions of the LaTeX Project Public License, either version 1.3
+% - of this license or (at your option) any later version.
+% - The latest version of this license is in
+% - http://www.latex-project.org/lppl.txt
+% - and version 1.3 or later is part of all distributions of LaTeX
+% - version 2005/12/01 or later.
+% -
+% - This work has the LPPL maintenance status `maintained'.
+% -
+% - The Current Maintainer of this work is Clemens Niederberger.
+% --------------------------------------------------------------------------
+%
+% Some information how to use this template:
+%
+% The H, EUH, and P statements are stored in a property list, respectively.
+% The commands for adding a respective entry are pre-typed so you only have to
+% fill in the missing text.
+% The commands are in a logical order (first H then EUH then P, numbers
+% increasing) and have hints where to find the corresponding statements in the
+% EU regulation 1272/2008.
+% You will notice that some of the gaps are pre-filled with commands like
+% `\ghsystem_exposure:'. These commands are called “fill-in functions” and put a
+% corresponding replacement text in their position depending on package options
+% used. They should _not_ be replaced but be in the corresponding position in
+% statement where the replacement text should appear.
+%
+% You need to know:
+% - every gap that is to be filled is indicated be three dots: ...
+% - you need to take care of special symbols such as ä replaced with \"{a} etc.
+% so the statements can be used with latex, pdflatex, xelatex, and lualatex as
+% well
+% - for the fill-in functions the original English text is given to help you
+% identify the right one
+%
+% You may find it helpful to have a look at existing language files. You'll find
+% them in the directory of chemmacros in your TeX installation in a
+% sub-directory called `language'.
+%
+% To test your language file you have to name it
+% \ghsystem_<language name>.def
+% for example by replacing `langtemplate' in the name of this file. You now
+% can use it with
+% \chemsetup[ghsystem]{language=<language name>}
+% I suggest running a test file similar to this:
+% -----------------------------------------------------------------------------
+% \documentclass{article}
+% \usepackage{ghsystem}
+% \begin{document}
+%
+% \loadghsystemlanguage{<language name>}
+% \ghslistall
+%
+% \end{document}
+% -----------------------------------------------------------------------------
+%
+% <LANGUAGE> DEFINITIONS
+\ghsystemlanguagefile{language}{date}
+
+% table head:
+\tl_set:Nn \l_ghsystem_identifier_tl { ... }
+\tl_set:Nn \l_ghsystem_table_text_tl { ... }
+\tl_set:Nn \l_ghsystem_table_caption_tl { ... }
+
+% fill-in functions:
+% <state route of exposure if it is conclusively proven that no other routes of exposure cause the hazard>.
+\cs_set:Npn \ghsystem_exposure:
+ {
+ \bool_if:NT \l_ghsystem_fill_in_bool
+ {
+ \c_space_tl \ghsystem_filler:n { ... }
+ }
+ }
+
+% <state specific effect if known>
+\cs_set:Npn \ghsystem_effect:
+ {
+ \bool_if:NT \l_ghsystem_fill_in_bool
+ {
+ \c_space_tl \ghsystem_filler:n { ... }
+ }
+ }
+
+% <or state all organs affected, if known>
+\cs_set:Npn \ghsystem_organs:
+ {
+ \bool_if:nT { \l_ghsystem_fill_in_bool && !\l_ghsystem_organs_bool }
+ {
+ \c_space_tl \ghsystem_filler:n { ... }
+ }
+ }
+
+% <name of sensitising substance>
+\cs_set:Npn \ghsystem_substance:
+ {
+ \bool_if:NF \l_ghsystem_substance_bool
+ {
+ \c_space_tl \ghsystem_filler:n { ... }
+ }
+ }
+
+% HAZARD STATEMENTS (Annex 3)
+% 1. Hazard Statements
+% 1.1 Physical Hazards
+\ghsystem_add_statement:nnn {H} {200} {...}
+\ghsystem_add_statement:nnn {H} {201} {...}
+\ghsystem_add_statement:nnn {H} {202} {...}
+\ghsystem_add_statement:nnn {H} {203} {...}
+\ghsystem_add_statement:nnn {H} {204} {...}
+\ghsystem_add_statement:nnn {H} {205} {...}
+\ghsystem_add_statement:nnn {H} {220} {...}
+\ghsystem_add_statement:nnn {H} {221} {...}
+\ghsystem_add_statement:nnn {H} {222} {...}
+\ghsystem_add_statement:nnn {H} {223} {...}
+\ghsystem_add_statement:nnn {H} {224} {...}
+\ghsystem_add_statement:nnn {H} {225} {...}
+\ghsystem_add_statement:nnn {H} {226} {...}
+\ghsystem_add_statement:nnn {H} {228} {...}
+\ghsystem_add_statement:nnn {H} {240} {...}
+\ghsystem_add_statement:nnn {H} {241} {...}
+\ghsystem_add_statement:nnn {H} {242} {...}
+\ghsystem_add_statement:nnn {H} {250} {...}
+\ghsystem_add_statement:nnn {H} {251} {...}
+\ghsystem_add_statement:nnn {H} {252} {...}
+\ghsystem_add_statement:nnn {H} {260} {...}
+\ghsystem_add_statement:nnn {H} {261} {...}
+\ghsystem_add_statement:nnn {H} {270} {...}
+\ghsystem_add_statement:nnn {H} {271} {...}
+\ghsystem_add_statement:nnn {H} {272} {...}
+\ghsystem_add_statement:nnn {H} {280} {...}
+\ghsystem_add_statement:nnn {H} {281} {...}
+\ghsystem_add_statement:nnn {H} {290} {...}
+
+% 1.2 Health Hazards
+\ghsystem_add_statement:nnn {H} {300} {...}
+\ghsystem_add_statement:nnn {H} {301} {...}
+\ghsystem_add_statement:nnn {H} {302} {...}
+\ghsystem_add_statement:nnn {H} {304} {...}
+\ghsystem_add_statement:nnn {H} {310} {...}
+\ghsystem_add_statement:nnn {H} {311} {...}
+\ghsystem_add_statement:nnn {H} {312} {...}
+\ghsystem_add_statement:nnn {H} {314} {...}
+\ghsystem_add_statement:nnn {H} {315} {...}
+\ghsystem_add_statement:nnn {H} {317} {...}
+\ghsystem_add_statement:nnn {H} {318} {...}
+\ghsystem_add_statement:nnn {H} {319} {...}
+\ghsystem_add_statement:nnn {H} {330} {...}
+\ghsystem_add_statement:nnn {H} {331} {...}
+\ghsystem_add_statement:nnn {H} {332} {...}
+\ghsystem_add_statement:nnn {H} {334} {...}
+\ghsystem_add_statement:nnn {H} {335} {...}
+\ghsystem_add_statement:nnn {H} {336} {...}
+\ghsystem_add_statement:nnn {H} {340} {... \ghsystem_exposure:}
+\ghsystem_add_statement:nnn {H} {341} {... \ghsystem_exposure:}
+\ghsystem_add_statement:nnn {H} {350} {... \ghsystem_exposure:}
+\ghsystem_add_statement:nnn {H} {351} {... \ghsystem_exposure:}
+\ghsystem_add_statement:nnn {H} {360} {... \ghsystem_effect: \ghsystem_exposure:}
+\ghsystem_add_statement:nnn {H} {361} {... \ghsystem_effect: \ghsystem_exposure:}
+\ghsystem_add_statement:nnn {H} {362} {...}
+\ghsystem_add_statement:nnn {H} {370}
+ {
+ ... \bool_if:NF \l_ghsystem_organs_bool {...} \ghsystem_organs:
+ . \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} {371}
+ {
+ ... \bool_if:NF \l_ghsystem_organs_bool {...} \ghsystem_organs:
+ \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} {372}
+ {
+ ... \bool_if:NF \l_ghsystem_organs_bool {...} \ghsystem_organs:\
+ ... \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} {373}
+ {
+ ... \bool_if:NF \l_ghsystem_organs_bool {...} \ghsystem_organs:\
+ ... \ghsystem_exposure:
+ }
+
+% 1.3 Environmental hazards
+\ghsystem_add_statement:nnn {H} {400} {...}
+\ghsystem_add_statement:nnn {H} {410} {...}
+\ghsystem_add_statement:nnn {H} {411} {...}
+\ghsystem_add_statement:nnn {H} {412} {...}
+\ghsystem_add_statement:nnn {H} {413} {...}
+
+% 2 Supplemental Hazard Informations
+% 2.1 Physical Properties
+\ghsystem_add_statement:nnn {EUH} {001} {...}
+\ghsystem_add_statement:nnn {EUH} {006} {...}
+\ghsystem_add_statement:nnn {EUH} {014} {...}
+\ghsystem_add_statement:nnn {EUH} {018} {...}
+\ghsystem_add_statement:nnn {EUH} {019} {...}
+\ghsystem_add_statement:nnn {EUH} {044} {...}
+
+% 2.2 Health Properties
+\ghsystem_add_statement:nnn {EUH} {029} {...}
+\ghsystem_add_statement:nnn {EUH} {031} {...}
+\ghsystem_add_statement:nnn {EUH} {032} {...}
+\ghsystem_add_statement:nnn {EUH} {066} {...}
+\ghsystem_add_statement:nnn {EUH} {070} {...}
+\ghsystem_add_statement:nnn {EUH} {071} {...}
+
+% 2.3 Environmental Properties
+\ghsystem_add_statement:nnn {EUH} {059} {...}
+
+% 2.4 Supplemental Label Elements/Information On Certain Substances And Mixtures
+\ghsystem_add_statement:nnn {EUH} {201} {...}
+\ghsystem_add_statement:nnn {EUH} {201A} {...}
+\ghsystem_add_statement:nnn {EUH} {202} {\iupac {...} . ~ ...}
+\ghsystem_add_statement:nnn {EUH} {203} {... ~ ... \,(VI) . ~ ...}
+\ghsystem_add_statement:nnn {EUH} {204} {... ~ \iupac {...} . ~ ...}
+\ghsystem_add_statement:nnn {EUH} {205} {...}
+\ghsystem_add_statement:nnn {EUH} {206} {...}
+\ghsystem_add_statement:nnn {EUH} {207} {...}
+\ghsystem_add_statement:nnn {EUH} {208} {... \ghsystem_substance: . ~ ...}
+\ghsystem_add_statement:nnn {EUH} {209} {...}
+\ghsystem_add_statement:nnn {EUH} {209A} {...}
+\ghsystem_add_statement:nnn {EUH} {210} {...}
+\ghsystem_add_statement:nnn {EUH} {401} {...}
+
+% PRECAUTIONARY STATEMENTS (Annex 4 page 19ff)
+% 3 Precautionary Statements
+% 3.1 General
+\ghsystem_add_statement:nnn {P} {101} {...}
+\ghsystem_add_statement:nnn {P} {102} {...}
+\ghsystem_add_statement:nnn {P} {103} {...}
+
+% 3.2 Precautionary Statements — Prevention
+\ghsystem_add_statement:nnn {P} {201} {...}
+\ghsystem_add_statement:nnn {P} {202} {...}
+\ghsystem_add_statement:nnn {P} {210} {...}
+\ghsystem_add_statement:nnn {P} {211} {...}
+\ghsystem_add_statement:nnn {P} {220}
+ {... \ghsystem_slash: \l_ghsystem_dots_tl \ghsystem_slash: ...}
+\ghsystem_add_statement:nnn {P} {221} {... \l_ghsystem_dots_tl}
+\ghsystem_add_statement:nnn {P} {222} {...}
+\ghsystem_add_statement:nnn {P} {223} {...}
+\ghsystem_add_statement:nnn {P} {230} {... ~ \l_ghsystem_dots_tl}
+\ghsystem_add_statement:nnn {P} {231} {...}
+\ghsystem_add_statement:nnn {P} {232} {...}
+\ghsystem_add_statement:nnn {P} {233} {...}
+\ghsystem_add_statement:nnn {P} {234} {...}
+\ghsystem_add_statement:nnn {P} {235} {...}
+\ghsystem_add_statement:nnn {P} {240} {...}
+\ghsystem_add_statement:nnn {P} {241}
+ {... \ghsystem_slash: \l_ghsystem_dots_tl\ ...}
+\ghsystem_add_statement:nnn {P} {242} {...}
+\ghsystem_add_statement:nnn {P} {243} {...}
+\ghsystem_add_statement:nnn {P} {244} {...}
+\ghsystem_add_statement:nnn {P} {250}
+ {... \ghsystem_slash: \l_ghsystem_dots_tl \ghsystem_slash: ...}
+\ghsystem_add_statement:nnn {P} {251} {...}
+\ghsystem_add_statement:nnn {P} {260} {...}
+\ghsystem_add_statement:nnn {P} {261} {...}
+\ghsystem_add_statement:nnn {P} {262} {...}
+\ghsystem_add_statement:nnn {P} {263} {...}
+\ghsystem_add_statement:nnn {P} {264} {... ~ \l_ghsystem_dots_tl\ ...}
+\ghsystem_add_statement:nnn {P} {270} {...}
+\ghsystem_add_statement:nnn {P} {271} {...}
+\ghsystem_add_statement:nnn {P} {272} {...}
+\ghsystem_add_statement:nnn {P} {273} {...}
+\ghsystem_add_statement:nnn {P} {280} {...}
+\ghsystem_add_statement:nnn {P} {281} {...}
+\ghsystem_add_statement:nnn {P} {282} {...}
+\ghsystem_add_statement:nnn {P} {283} {...}
+\ghsystem_add_statement:nnn {P} {284} {...}
+\ghsystem_add_statement:nnn {P} {285} {...}
+\ghsystem_add_statement:nnn {P} {231 + 231} {...}
+\ghsystem_add_statement:nnn {P} {235 + 410} {...}
+
+% 3.3 Precautionary Statements — Response
+\ghsystem_add_statement:nnn {P} {301} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {302} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {303} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {304} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {305} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {306} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {307} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {308} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {309} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {310} {...}
+\ghsystem_add_statement:nnn {P} {311} {...}
+\ghsystem_add_statement:nnn {P} {312} {...}
+\ghsystem_add_statement:nnn {P} {313} {...}
+\ghsystem_add_statement:nnn {P} {314} {...}
+\ghsystem_add_statement:nnn {P} {315} {...}
+\ghsystem_add_statement:nnn {P} {320} {... ~ \l_ghsystem_dots_tl\ ...}
+\ghsystem_add_statement:nnn {P} {321} {... ~ \l_ghsystem_dots_tl\ ...}
+\ghsystem_add_statement:nnn {P} {322} {... ~ \l_ghsystem_dots_tl\ ...}
+\ghsystem_add_statement:nnn {P} {330} {...}
+\ghsystem_add_statement:nnn {P} {331} {...}
+\ghsystem_add_statement:nnn {P} {332} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {333} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {334} {...}
+\ghsystem_add_statement:nnn {P} {335} {...}
+\ghsystem_add_statement:nnn {P} {336} {...}
+\ghsystem_add_statement:nnn {P} {337} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {338} {...}
+\ghsystem_add_statement:nnn {P} {340} {...}
+\ghsystem_add_statement:nnn {P} {341} {...}
+\ghsystem_add_statement:nnn {P} {342} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {350} {...}
+\ghsystem_add_statement:nnn {P} {351} {...}
+\ghsystem_add_statement:nnn {P} {352} {...}
+\ghsystem_add_statement:nnn {P} {353} {...}
+\ghsystem_add_statement:nnn {P} {360} {...}
+\ghsystem_add_statement:nnn {P} {361} {...}
+\ghsystem_add_statement:nnn {P} {362} {...}
+\ghsystem_add_statement:nnn {P} {363} {...}
+\ghsystem_add_statement:nnn {P} {370} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {371} {... : \ghsystem_text:}
+\ghsystem_add_statement:nnn {P} {372} {...}
+\ghsystem_add_statement:nnn {P} {373} {...}
+\ghsystem_add_statement:nnn {P} {374} {...}
+\ghsystem_add_statement:nnn {P} {375} {...}
+\ghsystem_add_statement:nnn {P} {376} {...}
+\ghsystem_add_statement:nnn {P} {377} {... : \ghsystem_text:\ ...}
+\ghsystem_add_statement:nnn {P} {378} {\l_ghsystem_dots_tl\ ...}
+\ghsystem_add_statement:nnn {P} {380} {...}
+\ghsystem_add_statement:nnn {P} {381} {...}
+\ghsystem_add_statement:nnn {P} {390} {...}
+\ghsystem_add_statement:nnn {P} {391} {...}
+\ghsystem_add_statement:nnn {P} {301 + 310} {...}
+\ghsystem_add_statement:nnn {P} {301 + 312} {...}
+\ghsystem_add_statement:nnn {P} {301 + 330 + 331} {...}
+\ghsystem_add_statement:nnn {P} {302 + 334} {...}
+\ghsystem_add_statement:nnn {P} {302 + 350} {...}
+\ghsystem_add_statement:nnn {P} {302 + 352} {...}
+\ghsystem_add_statement:nnn {P} {303 + 361 + 353} {...}
+\ghsystem_add_statement:nnn {P} {304 + 340} {...}
+\ghsystem_add_statement:nnn {P} {304 + 341} {...}
+\ghsystem_add_statement:nnn {P} {305 + 351 + 338} {...}
+\ghsystem_add_statement:nnn {P} {306 + 360} {...}
+\ghsystem_add_statement:nnn {P} {307 + 311} {...}
+\ghsystem_add_statement:nnn {P} {308 + 313} {...}
+\ghsystem_add_statement:nnn {P} {309 + 311} {...}
+\ghsystem_add_statement:nnn {P} {332 + 313} {...}
+\ghsystem_add_statement:nnn {P} {333 + 313} {...}
+\ghsystem_add_statement:nnn {P} {335 + 334} {...}
+\ghsystem_add_statement:nnn {P} {337 + 313} {...}
+\ghsystem_add_statement:nnn {P} {342 + 311} {...}
+\ghsystem_add_statement:nnn {P} {370 + 376} {...}
+\ghsystem_add_statement:nnn {P} {370 + 378} {... ~ \l_ghsystem_dots_tl\ ...}
+\ghsystem_add_statement:nnn {P} {370 + 380} {...}
+\ghsystem_add_statement:nnn {P} {370 + 380 + 375} {...}
+\ghsystem_add_statement:nnn {P} {371 + 380 + 375} {...}
+
+% 3.4 Precautionary Statements — Storage
+\ghsystem_add_statement:nnn {P} {401} {\l_ghsystem_dots_tl\ ...}
+\ghsystem_add_statement:nnn {P} {402} {...}
+\ghsystem_add_statement:nnn {P} {403} {...}
+\ghsystem_add_statement:nnn {P} {404} {...}
+\ghsystem_add_statement:nnn {P} {405} {...}
+\ghsystem_add_statement:nnn {P} {406}
+ {... \ghsystem_slash: \l_ghsystem_dots_tl\ ...}
+\ghsystem_add_statement:nnn {P} {407} {...}
+\ghsystem_add_statement:nnn {P} {410} {...}
+\ghsystem_add_statement:nnn {P} {411}
+ {
+ ... ~ \exp_args:No \SI {\l_ghsystem_celsius_temperature_tl}
+ {\GHScelsius} \ghsystem_slash: \exp_args:No \SI
+ {\l_ghsystem_fahrenheit_temperature_tl} {\GHSfahrenheit} ~ ...
+ }
+\ghsystem_add_statement:nnn {P} {412}
+ {
+ ... ~ \SI {50} {\GHScelsius} \ghsystem_slash: \SI {122} {
+ \GHSfahrenheit} ~ ...
+ }
+\ghsystem_add_statement:nnn {P} {413}
+ {
+ ... ~ \exp_args:No \SI {\l_ghsystem_kg_mass_tl} {\GHSkilogram} ~
+ ... ~ \SI {\l_ghsystem_celsius_temperature_tl} {\GHScelsius}
+ \ghsystem_slash: \exp_args:No \SI {\l_ghsystem_fahrenheit_temperature_tl
+ } {\GHSfahrenheit} ~ ...
+ }
+\ghsystem_add_statement:nnn {P} {420} {...}
+\ghsystem_add_statement:nnn {P} {422} {... ~ \l_ghsystem_dots_tl\ ...}
+\ghsystem_add_statement:nnn {P} {402 + 404} {...}
+\ghsystem_add_statement:nnn {P} {403 + 233} {...}
+\ghsystem_add_statement:nnn {P} {403 + 235} {...}
+\ghsystem_add_statement:nnn {P} {410 + 403} {...}
+\ghsystem_add_statement:nnn {P} {410 + 412}
+ {
+ ... ~ \SI {50} {\GHScelsius} \ghsystem_slash: \SI {122} {
+ \GHSfahrenheit} ~ ...
+ }
+\ghsystem_add_statement:nnn {P} {411 + 235}
+ {
+ ... ~ \exp_args:No \SI {\l_ghsystem_celsius_temperature_tl}{
+ \GHScelsius} \ghsystem_slash: \exp_args:No \SI {
+ \l_ghsystem_fahrenheit_temperature_tl} {\GHSfahrenheit} ~ ...
+ }
+
+% 3.5 Precautionary Statements — Disposal
+\ghsystem_add_statement:nnn {P} {501} {... ~ \l_ghsystem_dots_tl\ ...}
+
+% 4 Hazard Statement Codes (Annex 6 page 4f)
+\ghsystem_add_statement:nnn {H} {350i} {...}
+\ghsystem_add_statement:nnn {H} {360F} {...}
+\ghsystem_add_statement:nnn {H} {360D} {...}
+\ghsystem_add_statement:nnn {H} {361f} {...}
+\ghsystem_add_statement:nnn {H} {361d} {...}
+\ghsystem_add_statement:nnn {H} {360FD} {...}
+\ghsystem_add_statement:nnn {H} {361fd} {...}
+\ghsystem_add_statement:nnn {H} {360Fd} {...}
+\ghsystem_add_statement:nnn {H} {360Df} {...}
+
diff --git a/macros/latex/contrib/ghsystem/language/ghsystem_spanish.def b/macros/latex/contrib/ghsystem/language/ghsystem_spanish.def
new file mode 100644
index 0000000000..d48e36264c
--- /dev/null
+++ b/macros/latex/contrib/ghsystem/language/ghsystem_spanish.def
@@ -0,0 +1,752 @@
+% --------------------------------------------------------------------------
+% - the CHEMMACROS bundle
+% - ghsystem_langtemplate.def
+% - loads of little helpers for chemists
+% --------------------------------------------------------------------------
+% - Clemens Niederberger
+% --------------------------------------------------------------------------
+% - https://bitbucket.org/cgnieder/chemmacros/
+% - contact@mychemistry.eu
+% --------------------------------------------------------------------------
+% - If you have any ideas, questions, suggestions or bugs to report, please
+% - feel free to contact me.
+% --------------------------------------------------------------------------
+% - Copyright 2011-2016 Clemens Niederberger
+% -
+% - This work may be distributed and/or modified under the
+% - conditions of the LaTeX Project Public License, either version 1.3
+% - of this license or (at your option) any later version.
+% - The latest version of this license is in
+% - http://www.latex-project.org/lppl.txt
+% - and version 1.3 or later is part of all distributions of LaTeX
+% - version 2005/12/01 or later.
+% -
+% - This work has the LPPL maintenance status `maintained'.
+% -
+% - The Current Maintainer of this work is Clemens Niederberger.
+% --------------------------------------------------------------------------
+% - the Spanish translation was kindly provided by Ignacio Fernández
+% - Galván. Many thanks!
+
+% SPANISH DEFINITIONS
+\ghsystemlanguagefile{spanish}{2016/01/16}
+
+% table head:
+\tl_set:Nn \l_ghsystem_identifier_tl { Identificador }
+\tl_set:Nn \l_ghsystem_table_text_tl { Indicaci\'on }
+\tl_set:Nn \l_ghsystem_table_next_page_tl { contin\'ua~ en~ la~ p\'agina~ siguiente }
+\tl_set:Nn \l_ghsystem_table_caption_tl { Todas~ las~ indicaciones~ H,~ EUH~ y~ P. }
+
+% fill-in functions:
+% <state route of exposure if it is conclusively proven that no other routes of exposure cause the hazard>.
+\cs_set:Npn \ghsystem_exposure:
+ {
+ \bool_if:NT \l_ghsystem_fill_in_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n
+ {
+ Ind\'{\i}quese~ la~ v\'{\i}a~ de~ exposici\'on~ si~ se~ ha~
+ demostrado~ concluyentemente~ que~ el~ peligro~ no~ se~ produce~
+ por~ ninguna~ otra~ v\'{\i}a
+ }
+ }
+ }
+
+% <state specific effect if known>
+\cs_set:Npn \ghsystem_effect:
+ {
+ \bool_if:NT \l_ghsystem_fill_in_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n
+ { ind\'{\i}quese~ el~ efecto~ espec\'{\i}fico~ si~ se~ conoce }
+ }
+ }
+
+% <or state all organs affected, if known>
+\cs_set:Npn \ghsystem_organs:
+ {
+ \bool_if:nT { \l_ghsystem_fill_in_bool && !\l_ghsystem_organs_bool }
+ {
+ \c_space_tl
+ \ghsystem_filler:n
+ {
+ o~ ind\'{\i}quense~ todos~ los~ \'organos~ afectados,~ si~ se~
+ conocen
+ }
+ }
+ }
+
+% <name of sensitising substance>
+\cs_set:Npn \ghsystem_substance:
+ {
+ \bool_if:NF \l_ghsystem_substance_bool
+ {
+ \c_space_tl
+ \ghsystem_filler:n { nombre~ de~ la~ sustancia~ sensibilizante }
+ }
+ }
+
+% HAZARD STATEMENTS (Annex 3)
+% 1. Hazard Statements
+% 1.1 Physical Hazards
+\ghsystem_add_statement:nnn {H} { 200 } { Explosivo~ inestable. }
+\ghsystem_add_statement:nnn {H} { 201 } { Explosivo;~ peligro~ de~ explosi\'on~ en~ masa. }
+\ghsystem_add_statement:nnn {H} { 202 } { Explosivo;~ grave~ peligro~ de~ proyecci\'on. }
+\ghsystem_add_statement:nnn {H} { 203 }
+ { Explosivo;~ peligro~ de~ incendio,~ de~ onda~ expansiva~ o~ de~ proyecci\'on. }
+\ghsystem_add_statement:nnn {H} { 204 } { Peligro~ de~ incendio~ o~ de~ proyecci\'on. }
+\ghsystem_add_statement:nnn {H} { 205 }
+ { Peligro~ de~ explosi\'on~ en~ masa~ en~ caso~ de~ incendio. }
+\ghsystem_add_statement:nnn {H} { 220 } { Gas~ extremadamente~ inflamable. }
+\ghsystem_add_statement:nnn {H} { 221 } { Gas~ inflamable. }
+\ghsystem_add_statement:nnn {H} { 222 } { Aerosol~ extremadamente~ inflamable. }
+\ghsystem_add_statement:nnn {H} { 223 } { Aerosol~ inflamable. }
+\ghsystem_add_statement:nnn {H} { 224 }
+ { L\'{\i}quido~ y~ vapores~ extremadamente~ inflamables. }
+\ghsystem_add_statement:nnn {H} { 225 } { L\'{\i}quido~ y~ vapores~ muy~ inflamables. }
+\ghsystem_add_statement:nnn {H} { 226 } { L\'{\i}quido~ y~ vapores~ inflamables. }
+\ghsystem_add_statement:nnn {H} { 228 } { S\'olido~ inflamable. }
+\ghsystem_add_statement:nnn {H} { 240 }
+ { Peligro~ de~ explosi\'on~ en~ caso~ de~ calentamiento. }
+\ghsystem_add_statement:nnn {H} { 241 }
+ { Peligro~ de~ incendio~ o~ explosi\'on~ en~ caso~ de~ calentamiento. }
+\ghsystem_add_statement:nnn {H} { 242 }
+ { Peligro~ de~ incendio~ en~ caso~ de~ calentamiento. }
+\ghsystem_add_statement:nnn {H} { 250 }
+ { Se~ inflama~ espont\'aneamente~ en~ contacto~ con~ el~ aire. }
+\ghsystem_add_statement:nnn {H} { 251 }
+ { Se~ calienta~ espont\'aneamente;~ puede~ inflamarse. }
+\ghsystem_add_statement:nnn {H} { 252 }
+ { Se~ calienta~ espont\'aneamente~ en~ grandes~ cantidades;~ puede~ inflamarse. }
+\ghsystem_add_statement:nnn {H} { 260 }
+ {
+ En~ contacto~ con~ el~ agua~ desprende~ gases~ inflamables~ que~ pueden~
+ inflamarse~ espont\'aneamente.
+ }
+\ghsystem_add_statement:nnn {H} { 261 }
+ { En~ contacto~ con~ el~ agua~ desprende~ gases~ inflamables. }
+\ghsystem_add_statement:nnn {H} { 270 }
+ { Puede~ provocar~ o~ agravar~ un~ incendio;~ comburente. }
+\ghsystem_add_statement:nnn {H} { 271 }
+ { Puede~ provocar~ un~ incendio~ o~ una~ explosi\'on;~ muy~ comburente. }
+\ghsystem_add_statement:nnn {H} { 272 } { Puede~ agravar~ un~ incendio;~ comburente. }
+\ghsystem_add_statement:nnn {H} { 280 }
+ { Contiene~ gas~ a~ presi\'on;~ peligro~ de~ explosi\'on~ en~ caso~ de~ calentamiento. }
+\ghsystem_add_statement:nnn {H} { 281 }
+ {
+ Contiene~ un~ gas~ refrigerado;~ puede~ provocar~ quemaduras~ o~ lesiones~
+ criog\'enicas.
+ }
+\ghsystem_add_statement:nnn {H} { 290 } { Puede~ ser~ corrosivo~ para~ los~ metales. }
+
+% 1.2 Health Hazards
+\ghsystem_add_statement:nnn {H} { 300 } { Mortal~ en~ caso~ de~ ingesti\'on. }
+\ghsystem_add_statement:nnn {H} { 301 } { T\'oxico~ en~ caso~ de~ ingesti\'on. }
+\ghsystem_add_statement:nnn {H} { 302 } { Nocivo~ en~ caso~ de~ ingesti\'on. }
+\ghsystem_add_statement:nnn {H} { 304 }
+ {
+ Puede~ ser~ mortal~ en~ caso~ de~ ingesti\'on~ y~ penetraci\'on~ en~ las~
+ v\'{\i}as~ respiratorias.
+ }
+\ghsystem_add_statement:nnn {H} { 310 } { Mortal~ en~ contacto~ con~ la~ piel. }
+\ghsystem_add_statement:nnn {H} { 311 } { T\'oxico~ en~ contacto~ con~ la~ piel. }
+\ghsystem_add_statement:nnn {H} { 312 } { Nocivo~ en~ contacto~ con~ la~ piel. }
+\ghsystem_add_statement:nnn {H} { 314 }
+ { Provoca~ quemaduras~ graves~ en~ la~ piel~ y~ lesiones~ oculares~ graves. }
+\ghsystem_add_statement:nnn {H} { 315 } { Provoca~ irritaci\'on~ cut\'anea. }
+\ghsystem_add_statement:nnn {H} { 317 }
+ { Puede~ provocar~ una~ reacci\'on~ al\'ergica~ en~ la~ piel. }
+\ghsystem_add_statement:nnn {H} { 318 } { Provoca~ lesiones~ oculares~ graves. }
+\ghsystem_add_statement:nnn {H} { 319 } { Provoca~ irritaci\'on~ ocular~ grave. }
+\ghsystem_add_statement:nnn {H} { 330 } { Mortal~ en~ caso~ de~ inhalaci\'on. }
+\ghsystem_add_statement:nnn {H} { 331 } { T\'oxico~ en~ caso~ de~ inhalaci\'on. }
+\ghsystem_add_statement:nnn {H} { 332 } { Nocivo~ en~ caso~ de~ inhalaci\'on. }
+\ghsystem_add_statement:nnn {H} { 334 }
+ {
+ Puede~ provocar~ s\'{\i}ntomas~ de~ alergia~ o~ asma~ o~ dificultades~
+ respiratorias~ en~ caso~ de~ inhalaci\'on.
+ }
+\ghsystem_add_statement:nnn {H} { 335 } { Puede~ irritar~ las~ v\'{\i}as~ respiratorias. }
+\ghsystem_add_statement:nnn {H} { 336 } { Puede~ provocar~ somnolencia~ o~ v\'ertigo. }
+\ghsystem_add_statement:nnn {H} { 340 }
+ { Puede~ provocar~ defectos~ gen\'eticos. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 341 }
+ { Se~ sospecha~ que~ provoca~ defectos~ gen\'eticos. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 350 } { Puede~ provocar~ c\'ancer. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 351 }
+ { Se~ sospecha~ que~ provoca~ c\'ancer. \ghsystem_exposure: }
+\ghsystem_add_statement:nnn {H} { 360 }
+ {
+ Puede~ perjudicar~ la~ fertilidad~ o~ da\~nar~ al~ feto. \ghsystem_effect:
+ \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 361 }
+ {
+ Se~ sospecha~ que~ perjudica~ la~ fertilidad~ o~ da\~na~ al~
+ feto. \ghsystem_effect: \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 362 }
+ { Puede~ perjudicar~ a~ los~ ni\~nos~ alimentados~ con~ leche~ materna. }
+\ghsystem_add_statement:nnn {H} { 370 }
+ {
+ Provoca~ da\~nos \bool_if:NF \l_ghsystem_organs_bool {~ en~ los~
+ \'organos } \ghsystem_organs: . \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 371 }
+ {
+ Puede~ provocar~ da\~nos \bool_if:NF \l_ghsystem_organs_bool {~ en~ los~
+ \'organos } \ghsystem_organs: . \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 372 }
+ {
+ Provoca~ da\~nos \bool_if:NF \l_ghsystem_organs_bool {~ en~ los~
+ \'organos } \ghsystem_organs: \ tras~ exposiciones~ prolongadas~ o~
+ repetidas. \ghsystem_exposure:
+ }
+\ghsystem_add_statement:nnn {H} { 373 }
+ {
+ Puede~ provocar~ da\~nos \bool_if:NF \l_ghsystem_organs_bool {~ en~ los~
+ \'organos } \ghsystem_organs:\ tras~ exposiciones~ prolongadas~ o~
+ repetidas. \ghsystem_exposure:
+ }
+
+% 1.3 Environmental hazards
+\ghsystem_add_statement:nnn {H} { 400 }
+ { Muy~ t\'oxico~ para~ los~ organismos~ acu\'aticos. }
+\ghsystem_add_statement:nnn {H} { 410 }
+ { Muy~ t\'oxico~ para~ los~ organismos~ acu\'aticos,~ con~ efectos~ nocivos~ duraderos. }
+\ghsystem_add_statement:nnn {H} { 411 }
+ { T\'oxico~ para~ los~ organismos~ acu\'aticos,~ con~ efectos~ nocivos~ duraderos. }
+\ghsystem_add_statement:nnn {H} { 412 }
+ { Nocivo~ para~ los~ organismos~ acu\'aticos,~ con~ efectos~ nocivos~ duraderos. }
+\ghsystem_add_statement:nnn {H} { 413 }
+ {
+ Puede~ ser~ nocivo~ para~ los~ organismos~ acu\'aticos,~ con~ efectos~
+ nocivos~ duraderos
+ }
+
+% 2 Supplemental Hazard Informations
+% 2.1 Physical Properties
+\ghsystem_add_statement:nnn {EUH} { 001 } { Explosivo~ en~ estado~ seco. }
+\ghsystem_add_statement:nnn {EUH} { 006 }
+ { Explosivo~ en~ contacto~ o~ sin~ contacto~ con~ el~ aire. }
+\ghsystem_add_statement:nnn {EUH} { 014 } { Reacciona~ violentamente~ con~ el~ agua. }
+\ghsystem_add_statement:nnn {EUH} { 018 }
+ { Al~ usarlo~ pueden~ formarse~ mezclas~ aire-vapor~ explosivas~ o~ inflamables. }
+\ghsystem_add_statement:nnn {EUH} { 019 } { Puede~ formar~ per\'oxidos~ explosivos. }
+\ghsystem_add_statement:nnn {EUH} { 044 }
+ { Riesgo~ de~ explosi\'on~ al~ calentarlo~ en~ ambiente~ confinado. }
+
+% 2.2 Health Properties
+\ghsystem_add_statement:nnn {EUH} { 029 }
+ { En~ contacto~ con~ agua~ libera~ gases~ t\'oxicos. }
+\ghsystem_add_statement:nnn {EUH} { 031 }
+ { En~ contacto~ con~ \'acidos~ libera~ gases~ t\'oxicos. }
+\ghsystem_add_statement:nnn {EUH} { 032 }
+ { En~ contacto~ con~ \'acidos~ libera~ gases~ muy~ t\'oxicos. }
+\ghsystem_add_statement:nnn {EUH} { 066 }
+ {
+ La~ exposici\'on~ repetida~ puede~ provocar~ sequedad~ o~ formaci\'on~ de~
+ grietas~ en~ la~ piel.
+ }
+\ghsystem_add_statement:nnn {EUH} { 070 } { T\'oxico~ en~ contacto~ con~ los~ ojos. }
+\ghsystem_add_statement:nnn {EUH} { 071 }
+ { Corrosivo~ para~ las~ v\'{\i}as~ respiratorias. }
+
+% 2.3 Environmental Properties
+\ghsystem_add_statement:nnn {EUH} { 059 } { Peligroso~ para~ la~ capa~ de~ ozono. }
+
+% 2.4 Supplemental Label Elements/Information On Certain Substances And Mixtures
+\ghsystem_add_statement:nnn {EUH} { 201 }
+ {
+ Contiene~ \iupac { plomo } .~ No~ utilizar~ en~ objetos~ que~ los~
+ ni\~nos~ puedan~ masticar~ o~ chupar.
+ }
+\ghsystem_add_statement:nnn {EUH} { 201A }
+ { \textexclamdown Atenci\'on!~ Contiene~ \iupac { plomo } . }
+\ghsystem_add_statement:nnn {EUH} { 202 }
+ {
+ \iupac { Ciano|acrilato } .~ Peligro.~ Se~ adhiere~ a~ la~ piel~ y~ a~
+ los~ ojos~ en~ pocos~ segundos.~ Mantener~ fuera~ del~ alcance~ de~ los~
+ ni\~nos.
+ }
+\ghsystem_add_statement:nnn {EUH} { 203 }
+ { Contiene~ \iupac { cromo \,(VI) } .~ Puede~ provocar~ una~ reacci\'on~ al\'ergica. }
+\ghsystem_add_statement:nnn {EUH} { 204 }
+ { Contiene~ \iupac { iso|cianatos } .~ Puede~ provocar~ una~ reacci\'on~ al\'ergica. }
+\ghsystem_add_statement:nnn {EUH} { 205 }
+ { Contiene~ componentes~ epox\'{\i}dicos.~ Puede~ provocar~ una~ reacci\'on~ al\'ergica. }
+\ghsystem_add_statement:nnn {EUH} { 206 }
+ {
+ \textexclamdown Atenci\'on!~ No~ utilizar~ junto~ con~ otros~ productos.~
+ Puede~ desprender~ gases~ peligrosos~ (cloro).
+ }
+\ghsystem_add_statement:nnn {EUH} { 207 }
+ {
+ \textexclamdown Atenci\'on!~ Contiene~ \iupac { cadmio } .~ Durante~ su~
+ utilizaci\'on~ se~ desprenden~ vapores~ peligrosos.~ Ver~ la~
+ informaci\'on~ facilitada~ por~ el~ fabricante.~ Seguir~ las~
+ instrucciones~ de~ seguridad.
+ }
+\ghsystem_add_statement:nnn {EUH} { 208 }
+ { Contiene \ghsystem_substance: .~ Puede~ provocar~ una~ reacci\'on~ al\'ergica. }
+\ghsystem_add_statement:nnn {EUH} { 209 } { Puede~ inflamarse~ f\'acilmente~ al~ usarlo. }
+\ghsystem_add_statement:nnn {EUH} { 209A } { Puede~ inflamarse~ al~ usarlo. }
+\ghsystem_add_statement:nnn {EUH} { 210 }
+ { Puede~ solicitarse~ la~ ficha~ de~ datos~ de~ seguridad. }
+\ghsystem_add_statement:nnn {EUH} { 401 }
+ {
+ A~ fin~ de~ evitar~ riesgos~ para~ las~ personas~ y~ el~ medio~ ambiente,~
+ siga~ las~ instrucciones~ de~ uso.
+ }
+
+% PRECAUTIONARY STATEMENTS (Annex 4 page 19ff)
+% 3 Precautionary Statements
+% 3.1 General
+\ghsystem_add_statement:nnn {P} { 101 }
+ { Si~ se~ necesita~ consejo~ m\'edico,~ tener~ a~ mano~ el~ envase~ o~ la~ etiqueta. }
+\ghsystem_add_statement:nnn {P} { 102 } { Mantener~ fuera~ del~ alcance~ de~ los~ ni\~nos. }
+\ghsystem_add_statement:nnn {P} { 103 } { Leer~ la~ etiqueta~ antes~ del~ uso. }
+
+% 3.2 Precautionary Statements — Prevention
+\ghsystem_add_statement:nnn {P} { 201 }
+ { Pedir~ instrucciones~ especiales~ antes~ del~ uso. }
+\ghsystem_add_statement:nnn {P} { 202 }
+ {
+ No~ manipular~ la~ sustancia~ antes~ de~ haber~ le\'{\i}do~ y~
+ comprendido~ todas~ las~ instrucciones~ de~ seguridad.
+ }
+\ghsystem_add_statement:nnn {P} { 210 }
+ {
+ Mantener~ alejado~ de~ fuentes~ de~ calor,~ chispas,~ llama~ abierta~ o~
+ superficies~ calientes.~ \textemdash\ No~ fumar.
+ }
+\ghsystem_add_statement:nnn {P} { 211 }
+ { No~ pulverizar~ sobre~ una~ llama~ abierta~ u~ otra~ fuente~ de~ ignici\'on. }
+\ghsystem_add_statement:nnn {P} { 220 }
+ {
+ Mantener~ o~ almacenar~ alejado~ de~ la~ ropa \ghsystem_slash:
+ \l_ghsystem_dots_tl \ghsystem_slash: materiales~ combustibles.
+ }
+\ghsystem_add_statement:nnn {P} { 221 }
+ {
+ Tomar~ todas~ las~ precauciones~ necesarias~ para~ no~ mezclar~ con~
+ materias~ combustibles \l_ghsystem_dots_tl
+ }
+\ghsystem_add_statement:nnn {P} { 222 }
+ { No~ dejar~ que~ entre~ en~ contacto~ con~ el~ aire. }
+\ghsystem_add_statement:nnn {P} { 223 }
+ {
+ Mantener~ alejado~ de~ cualquier~ posible~ contacto~ con~ el~ agua,~ pues~
+ reacciona~ violentamente~ y~ puede~ provocar~ una~ llamarada.
+ }
+\ghsystem_add_statement:nnn {P} { 230 } { Mantener~ humedecido~ con \l_ghsystem_dots_tl }
+\ghsystem_add_statement:nnn {P} { 231 } { Manipular~ en~ gas~ inerte. }
+\ghsystem_add_statement:nnn {P} { 232 } { Proteger~ de~ la~ humedad. }
+\ghsystem_add_statement:nnn {P} { 233 }
+ { Mantener~ el~ recipiente~ herm\'eticamente~ cerrado. }
+\ghsystem_add_statement:nnn {P} { 234 }
+ { Conservar~ \'unicamente~ en~ el~ recipiente~ original. }
+\ghsystem_add_statement:nnn {P} { 235 } { Mantener~ en~ lugar~ fresco. }
+\ghsystem_add_statement:nnn {P} { 240 }
+ {
+ Conectar~ a~ tierra \ghsystem_slash: enlace~ equipotencial~ del~
+ recipiente~ y~ del~ equipo~ de~ recepci\'on.
+ }
+\ghsystem_add_statement:nnn {P} { 241 }
+ {
+ Utilizar~ un~ material~ el\'ectrico,~ de~ ventilaci\'on~ o~ de~
+ iluminaci\'on \ghsystem_slash: \l_ghsystem_dots_tl \ghsystem_slash:
+ antideflagrante.
+ }
+\ghsystem_add_statement:nnn {P} { 242 }
+ { Utilizar~ \'unicamente~ herramientas~ que~ no~ produzcan~ chispas. }
+\ghsystem_add_statement:nnn {P} { 243 }
+ { Tomar~ medidas~ de~ precauci\'on~ contra~ descargas~ el\'ectricas. }
+\ghsystem_add_statement:nnn {P} { 244 }
+ { Mantener~ las~ v\'alvulas~ de~ reducci\'on~ limpias~ de~ grasa~ y~ aceite. }
+\ghsystem_add_statement:nnn {P} { 250 }
+ {
+ Evitar~ la~ abrasi\'on \ghsystem_slash: el~ choque \ghsystem_slash:
+ \l_ghsystem_dots_tl \ghsystem_slash: la~ fricci\'on
+ }
+\ghsystem_add_statement:nnn {P} { 251 }
+ {
+ Recipiente~ a~ presi\'on:~ no~ perforar~ ni~ quemar,~ aun~ despu\'es~ del~
+ uso.
+ }
+\ghsystem_add_statement:nnn {P} { 260 }
+ {
+ No~ respirar~ el~ polvo \ghsystem_slash: el~ humo \ghsystem_slash: el~ gas
+ \ghsystem_slash: la~ niebla \ghsystem_slash: los~ vapores \ghsystem_slash:
+ el~ aerosol.
+ }
+\ghsystem_add_statement:nnn {P} { 261 }
+ {
+ Evitar~ respirar~ el~ polvo \ghsystem_slash: el~ humo \ghsystem_slash: el~
+ gas \ghsystem_slash: la~ niebla \ghsystem_slash: los~ vapores
+ \ghsystem_slash: el~ aerosol.
+ }
+\ghsystem_add_statement:nnn {P} { 262 }
+ { Evitar~ el~ contacto~ con~ los~ ojos,~ la~ piel~ o~ la~ ropa. }
+\ghsystem_add_statement:nnn {P} { 263 }
+ { Evitar~ el~ contacto~ durante~ el~ embarazo \ghsystem_slash: la~ lactancia. }
+\ghsystem_add_statement:nnn {P} { 264 }
+ { Lavarse~ \l_ghsystem_dots_tl\ concienzudamente~ tras~ la~ manipulaci\'on. }
+\ghsystem_add_statement:nnn {P} { 270 }
+ { No~ comer,~ beber~ ni~ fumar~ durante~ su~ utilizaci\'on. }
+\ghsystem_add_statement:nnn {P} { 271 }
+ { Utilizar~ \'unicamente~ en~ exteriores~ o~ en~ un~ lugar~ bien~ ventilado. }
+\ghsystem_add_statement:nnn {P} { 272 }
+ {
+ Las~ prendas~ de~ trabajo~ contaminadas~ no~ podr\'an~ sacarse~ del~
+ lugar~ de~ trabajo.
+ }
+\ghsystem_add_statement:nnn {P} { 273 } { Evitar~ su~ liberaci\'on~ al~ medio~ ambiente. }
+\ghsystem_add_statement:nnn {P} { 280 }
+ {
+ Llevar~ guantes \ghsystem_slash: prendas \ghsystem_slash: gafas
+ \ghsystem_slash: m\'ascara~ de~ protecci\'on.
+ }
+\ghsystem_add_statement:nnn {P} { 281 }
+ { Utilizar~ el~ equipo~ de~ protecci\'on~ individual~ obligatorio. }
+\ghsystem_add_statement:nnn {P} { 282 }
+ {
+ Llevar~ guantes~ que~ a\'{\i}slen~ del~ fr\'{\i}o \ghsystem_slash: gafas
+ \ghsystem_slash: m\'ascara.
+ }
+\ghsystem_add_statement:nnn {P} { 283 }
+ {
+ Llevar~ prendas~ ign\'{\i}fugas \ghsystem_slash: resistentes~ al~ fuego
+ \ghsystem_slash: resistentes~ a~ las~ llamas.
+ }
+\ghsystem_add_statement:nnn {P} { 284 } { Llevar~ equipo~ de~ protecci\'on~ respiratoria. }
+\ghsystem_add_statement:nnn {P} { 285 }
+ {
+ En~ caso~ de~ ventilaci\'on~ insuficiente,~ llevar~ equipo~ de~
+ protecci\'on~ respiratoria.
+ }
+\ghsystem_add_statement:nnn {P} { 231 + 232 }
+ { Manipular~ en~ gas~ inerte.~ Proteger~ de~ la~ humedad. }
+\ghsystem_add_statement:nnn {P} { 235 + 410 }
+ { Conservar~ en~ lugar~ fresco~ Proteger~ de~ la~ luz~ del~ sol. }
+
+% 3.3 Precautionary Statements — Response
+\ghsystem_add_statement:nnn {P} { 301 } { EN~ CASO~ DE~ INGESTI\'ON: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 302 }
+ { EN~ CASO~ DE~ CONTACTO~ CON~ LA~ PIEL: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 303 }
+ { EN~ CASO~ DE~ CONTACTO~ CON~ LA~ PIEL~ (o~ el~ pelo): \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 304 } { EN~ CASO~ DE~ INHALACI\'ON: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 305 }
+ { EN~ CASO~ DE~ CONTACTO~ CON~ LOS~ OJOS: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 306 }
+ { EN~ CASO~ DE~ CONTACTO~ CON~ LA~ ROPA: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 307 } { EN~ CASO~ DE~ exposici\'on: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 308 }
+ { EN~ CASO~ DE~ exposici\'on~ manifiesta~ o~ presunta: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 309 }
+ { EN~ CASO~ DE~ exposici\'on~ o~ malestar: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 310 }
+ {
+ Llamar~ inmediatamente~ a~ un~ CENTRO~ DE~ INFORMACI\'ON~ TOXICOL\'OGICA~
+ o~ a~ un~ m\'edico.
+ }
+\ghsystem_add_statement:nnn {P} { 311 }
+ { Llamar~ a~ un~ CENTRO~ DE~ INFORMACI\'ON~ TOXICOL\'OGICA~ o~ a~ un~ m\'edico. }
+\ghsystem_add_statement:nnn {P} { 312 }
+ {
+ Llamar~ a~ un~ CENTRO~ DE~ INFORMACI\'ON~ TOXICOL\'OGICA~ o~ a~ un~
+ m\'edico~ en~ caso~ de~ malestar.
+ }
+\ghsystem_add_statement:nnn {P} { 313 } { Consultar~ a~ un~ m\'edico. }
+\ghsystem_add_statement:nnn {P} { 314 }
+ { Consultar~ a~ un~ m\'edico~ en~ caso~ de~ malestar. }
+\ghsystem_add_statement:nnn {P} { 315 } { Consultar~ a~ un~ m\'edico~ inmediatamente. }
+\ghsystem_add_statement:nnn {P} { 320 }
+ {
+ Se~ necesita~ urgentemente~ un~ tratamiento~ espec\'{\i}fico~ (ver~
+ \l_ghsystem_dots_tl\ en~ esta~ etiqueta).
+ }
+\ghsystem_add_statement:nnn {P} { 321 }
+ {
+ Se~ necesita~ un~ tratamiento~ espec\'{\i}fico~ (ver~
+ \l_ghsystem_dots_tl\ en~ esta~ etiqueta).
+ }
+\ghsystem_add_statement:nnn {P} { 322 }
+ {
+ Se~ necesitan~ medidas~ espec\'{\i}ficas~ (ver~ \l_ghsystem_dots_tl\ en~
+ esta~ etiqueta).
+ }
+\ghsystem_add_statement:nnn {P} { 330 } { Enjuagarse~ la~ boca. }
+\ghsystem_add_statement:nnn {P} { 331 } { NO~ provocar~ el~ v\'omito. }
+\ghsystem_add_statement:nnn {P} { 332 }
+ { En~ caso~ de~ irritaci\'on~ cut\'anea: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 333 }
+ { En~ caso~ de~ irritaci\'on~ o~ erupci\'on~ cut\'anea: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 334 }
+ { Sumergir~ en~ agua~ fresca \ghsystem_slash: aplicar~ compresas~ h\'umedas. }
+\ghsystem_add_statement:nnn {P} { 335 }
+ { Sacudir~ las~ part\'{\i}culas~ que~ se~ hayan~ depositado~ en~ la~ piel. }
+\ghsystem_add_statement:nnn {P} { 336 }
+ { Descongelar~ las~ partes~ heladas~ con~ agua~ tibia.~ No~ frotar~ la~ zona~ afectada. }
+\ghsystem_add_statement:nnn {P} { 337 }
+ { Si~ persiste~ la~ irritaci\'on~ ocular: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 338 }
+ { Quitar~ las~ lentes~ de~ contacto,~ si~ lleva~ y~ resulta~ f\'acil.~ Seguir~ aclarando. }
+\ghsystem_add_statement:nnn {P} { 340 }
+ {
+ Transportar~ a~ la~ v\'{\i}ctima~ al~ exterior~ y~ mantenerla~ en~ reposo~
+ en~ una~ posici\'on~ confortable~ para~ respirar.
+ }
+\ghsystem_add_statement:nnn {P} { 341 }
+ {
+ Si~ respira~ con~ dificultad,~ transportar~ a~ la~ v\'{\i}ctima~ al~
+ exterior~ y~ mantenerla~ en~ reposo~ en~ una~ posici\'on~ confortable~
+ para~ respirar.
+ }
+\ghsystem_add_statement:nnn {P} { 342 }
+ { En~ caso~ de~ s\'{\i}ntomas~ respiratorios: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 350 }
+ { Lavar~ suavemente~ con~ agua~ y~ jab\'on~ abundantes. }
+\ghsystem_add_statement:nnn {P} { 351 }
+ { Aclarar~ cuidadosamente~ con~ agua~ durante~ varios~ minutos. }
+\ghsystem_add_statement:nnn {P} { 352 } { Lavar~ con~ agua~ y~ jab\'on~ abundantes. }
+\ghsystem_add_statement:nnn {P} { 353 }
+ { Aclararse~ la~ piel~ con~ agua \ghsystem_slash: ducharse. }
+\ghsystem_add_statement:nnn {P} { 360 }
+ {
+ Aclarar~ inmediatamente~ con~ agua~ abundante~ las~ prendas~ y~ la~ piel~
+ contaminadas~ antes~ de~ quitarse~ la~ ropa.
+ }
+\ghsystem_add_statement:nnn {P} { 361 }
+ { Quitarse~ inmediatamente~ las~ prendas~ contaminadas. }
+\ghsystem_add_statement:nnn {P} { 362 }
+ {
+ Quitarse~ las~ prendas~ contaminadas~ y~ lavarlas~ antes~ de~ volver~ a~
+ usarlas.
+ }
+\ghsystem_add_statement:nnn {P} { 363 }
+ { Lavar~ las~ prendas~ contaminadas~ antes~ de~ volver~ a~ usarlas. }
+\ghsystem_add_statement:nnn {P} { 370 } { En~ caso~ de~ incendio: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 371 }
+ { En~ caso~ de~ incendio~ importante~ y~ en~ grandes~ cantidades: \ghsystem_text: }
+\ghsystem_add_statement:nnn {P} { 372 } { Riesgo~ de~ explosi\'on~ en~ caso~ de~ incendio. }
+\ghsystem_add_statement:nnn {P} { 373 }
+ { NO~ luchar~ contra~ el~ incendio~ cuando~ el~ fuego~ llega~ a~ los~ explosivos. }
+\ghsystem_add_statement:nnn {P} { 374 }
+ {
+ Luchar~ contra~ el~ incendio~ desde~ una~ distancia~ razonable,~ tomando~
+ las~ precauciones~ habituales.
+ }
+\ghsystem_add_statement:nnn {P} { 375 }
+ { Luchar~ contra~ el~ incendio~ a~ distancia,~ dado~ el~ riesgo~ de~ explosi\'on. }
+\ghsystem_add_statement:nnn {P} { 376 }
+ { Detener~ la~ fuga,~ si~ no~ hay~ peligro~ en~ hacerlo. }
+\ghsystem_add_statement:nnn {P} { 377 }
+ {
+ Fuga~ de~ gas~ en~ llamas: \ghsystem_text:\ No~ apagar,~ salvo~ si~ la~
+ fuga~ puede~ detenerse~ sin~ peligro.
+ }
+\ghsystem_add_statement:nnn {P} { 378 } { Utilizar~ \l_ghsystem_dots_tl\ para~ apagarlo. }
+\ghsystem_add_statement:nnn {P} { 380 } { Evacuar~ la~ zona. }
+\ghsystem_add_statement:nnn {P} { 381 }
+ { Eliminar~ todas~ las~ fuentes~ de~ ignici\'on~ si~ no~ hay~ peligro~ en~ hacerlo. }
+\ghsystem_add_statement:nnn {P} { 390 }
+ { Absorber~ el~ vertido~ para~ que~ no~ da\~ne~ otros~ materiales. }
+\ghsystem_add_statement:nnn {P} { 391 } { Recoger~ el~ vertido. }
+\ghsystem_add_statement:nnn {P} { 301 + 310 }
+ {
+ EN~ CASO~ DE~ INGESTI\'ON:~ Llamar~ inmediatamente~ a~ un~ CENTRO~ DE~
+ INFORMACI\'ON~ TOXICOL\'OGICA~ o~ a~ un~ m\'edico.
+ }
+\ghsystem_add_statement:nnn {P} { 301 + 312 }
+ {
+ EN~ CASO~ DE~ INGESTI\'ON:~ Llamar~ a~ un~ CENTRO~ DE~ INFORMACI\'ON~
+ TOXICOL\'OGICA~ o~ a~ un~ m\'edico~ si~ se~ encuentra~ mal.
+ }
+\ghsystem_add_statement:nnn {P} { 301 + 330 + 331 }
+ { EN~ CASO~ DE~ INGESTI\'ON:~ Enjuagarse~ la~ boca.~ NO~ provocar~ el~ v\'omito. }
+\ghsystem_add_statement:nnn {P} { 302 + 334 }
+ {
+ EN~ CASO~ DE~ CONTACTO~ CON~ LA~ PIEL:~ Sumergir~ en~ agua~ fresca
+ \ghsystem_slash: aplicar~ compresas~ h\'umedas.
+ }
+\ghsystem_add_statement:nnn {P} { 302 + 350 }
+ {
+ EN~ CASO~ DE~ CONTACTO~ CON~ LA~ PIEL:~ Lavar~ suavemente~ con~ agua~ y~
+ jab\'on~ abundantes.
+ }
+\ghsystem_add_statement:nnn {P} { 302 + 352 }
+ { EN~ CASO~ DE~ CONTACTO~ CON~ LA~ PIEL:~ Lavar~ con~ agua~ y~ jab\'on~ abundantes. }
+\ghsystem_add_statement:nnn {P} { 303 + 361 + 353 }
+ {
+ EN~ CASO~ DE~ CONTACTO~ CON~ LA~ PIEL~ (o~ el~ pelo):~ Quitarse~
+ inmediatamente~ las~ prendas~ contaminadas.~ Aclararse~ la~ piel~ con~
+ agua~ o~ ducharse.
+ }
+\ghsystem_add_statement:nnn {P} { 304 + 340 }
+ {
+ EN~ CASO~ DE~ INHALACI\'ON:~ Transportar~ a~ la~ v\'{\i}ctima~ al~
+ exterior~ y~ mantenerla~ en~ reposo~ en~ una~ posici\'on~ confortable~
+ para~ respirar.
+ }
+\ghsystem_add_statement:nnn {P} { 304 + 341 }
+ {
+ EN~ CASO~ DE~ INHALACI\'ON:~ Si~ respira~ con~ dificultad,~ transportar~
+ a~ la~ v\'{\i}ctima~ al~ exterior~ y~ mantenerla~ en~ reposo~ en~ una~
+ posici\'on~ confortable~ para~ respirar.
+ }
+\ghsystem_add_statement:nnn {P} { 305 + 351 + 338 }
+ {
+ EN~ CASO~ DE~ CONTACTO~ CON~ LOS~ OJOS:~ Aclarar~ cuidadosamente~ con~
+ agua~ durante~ varios~ minutos.~ Quitar~ las~ lentes~ de~ contacto,~ si~
+ lleva~ y~ resulta~ f\'acil.~ Seguir~ aclarando.
+ }
+\ghsystem_add_statement:nnn {P} { 306 + 360 }
+ {
+ EN~ CASO~ DE~ CONTACTO~ CON~ LA~ ROPA:~ Aclarar~ inmediatamente~ con~
+ agua~ abundante~ las~ prendas~ y~ la~ piel~ contaminadas~ antes~ de~
+ quitarse~ la~ ropa.
+ }
+\ghsystem_add_statement:nnn {P} { 307 + 311 }
+ {
+ EN~ CASO~ DE~ exposici\'on:~ Llamar~ a~ un~ CENTRO~ DE~ INFORMACI\'ON~
+ TOXICOL\'OGICA~ o~ a~ un~ m\'edico.
+ }
+\ghsystem_add_statement:nnn {P} { 308 + 313 }
+ {
+ EN~ CASO~ DE~ exposici\'on~ manifiesta~ o~ presunta:~ Consultar~ a~ un~
+ m\'edico.
+ }
+\ghsystem_add_statement:nnn {P} { 309 + 311 }
+ {
+ EN~ CASO~ DE~ exposici\'on~ o~ si~ se~ encuentra~ mal:~ Llamar~ a~ un~
+ CENTRO~ DE~ INFORMACI\'ON~ TOXICOL\'OGICA~ o~ a~ un~ m\'edico.
+ }
+\ghsystem_add_statement:nnn {P} { 332 + 313 }
+ { En~ caso~ de~ irritaci\'on~ cut\'anea:~ Consultar~ a~ un~ m\'edico. }
+\ghsystem_add_statement:nnn {P} { 333 + 313 }
+ { En~ caso~ de~ irritaci\'on~ o~ erupci\'on~ cut\'anea:~ Consultar~ a~ un~ m\'edico. }
+\ghsystem_add_statement:nnn {P} { 335 + 334 }
+ {
+ Sacudir~ las~ part\'{\i}culas~ que~ se~ hayan~ depositado~ en~ la~ piel.~
+ Sumergir~ en~ agua~ fresca \ghsystem_slash: aplicar~ compresas~ h\'umedas.
+ }
+\ghsystem_add_statement:nnn {P} { 337 + 313 }
+ { Si~ persiste~ la~ irritaci\'on~ ocular:~ Consultar~ a~ un~ m\'edico. }
+\ghsystem_add_statement:nnn {P} { 342 + 311 }
+ {
+ En~ caso~ de~ s\'{\i}ntomas~ respiratorios:~ Llamar~ a~ un~ CENTRO~ DE~
+ INFORMACI\'ON~ TOXICOL\'OGICA~ o~ a~ un~ m\'edico.
+ }
+\ghsystem_add_statement:nnn {P} { 370 + 376 }
+ { En~ caso~ de~ incendio:~ Detener~ la~ fuga,~ si~ no~ hay~ peligro~ en~ hacerlo. }
+\ghsystem_add_statement:nnn {P} { 370 + 378 }
+ { En~ caso~ de~ incendio:~ Utilizar~ \l_ghsystem_dots_tl\ para~ apagarlo. }
+\ghsystem_add_statement:nnn {P} { 370 + 380 }
+ { En~ caso~ de~ incendio:~ Evacuar~ la~ zona. }
+\ghsystem_add_statement:nnn {P} { 370 + 380 + 375 }
+ {
+ En~ caso~ de~ incendio:~ Evacuar~ la~ zona.~ Luchar~ contra~ el~ incendio~
+ a~ distancia,~ dado~ el~ riesgo~ de~ explosi\'on.
+ }
+\ghsystem_add_statement:nnn {P} { 371 + 380 + 375 }
+ {
+ En~ caso~ de~ incendio~ importante~ y~ en~ grandes~ cantidades:~ Evacuar~
+ la~ zona.~ Luchar~ contra~ el~ incendio~ a~ distancia,~ dado~ el~ riesgo~
+ de~ explosi\'on.
+ }
+
+% 3.4 Precautionary Statements — Storage
+\ghsystem_add_statement:nnn {P} { 401 } { Almacenar~ \l_ghsystem_dots_tl }
+\ghsystem_add_statement:nnn {P} { 402 } { Almacenar~ en~ un~ lugar~ seco. }
+\ghsystem_add_statement:nnn {P} { 403 } { Almacenar~ en~ un~ lugar~ bien~ ventilado. }
+\ghsystem_add_statement:nnn {P} { 404 } { Almacenar~ en~ un~ recipiente~ cerrado. }
+\ghsystem_add_statement:nnn {P} { 405 } { Guardar~ bajo~ llave. }
+\ghsystem_add_statement:nnn {P} { 406 }
+ {
+ Almacenar~ en~ un~ recipiente~ resistente~ a~ la~ corrosi\'on
+ \ghsystem_slash: \l_ghsystem_dots_tl\ con~ revestimiento~ interior~
+ resistente
+ }
+\ghsystem_add_statement:nnn {P} { 407 }
+ {
+ Dejar~ una~ separaci\'on~ entre~ los~ bloques \ghsystem_slash: los~
+ pal\'es~ de~ carga.
+ }
+\ghsystem_add_statement:nnn {P} { 410 } { Proteger~ de~ la~ luz~ del~ sol. }
+\ghsystem_add_statement:nnn {P} { 411 }
+ {
+ Almacenar~ a~ temperaturas~ no~ superiores~ a~ \exp_args:No \SI {
+ \l_ghsystem_celsius_temperature_tl } { \GHScelsius } \ghsystem_slash:
+ \exp_args:No \SI { \l_ghsystem_fahrenheit_temperature_tl } {
+ \GHSfahrenheit } .
+ }
+\ghsystem_add_statement:nnn {P} { 412 }
+ {
+ No~ exponer~ a~ temperaturas~ superiores~ a~ \SI { 50 } { \GHScelsius }
+ \ghsystem_slash: \SI { 122 } { \GHSfahrenheit } .
+ }
+\ghsystem_add_statement:nnn {P} { 413 }
+ {
+ Almacenar~ las~ cantidades~ a~ granel~ superiores~ a~ \exp_args:No \SI {
+ \l_ghsystem_kg_mass_tl } { \GHSkilogram } \ghsystem_slash: \exp_args:No
+ \SI { \l_ghsystem_lbs_mass_tl } { \GHSpounds } ~ a~ temperaturas~ no~
+ superiores~ a~ \exp_args:No \SI { \l_ghsystem_celsius_temperature_tl } {
+ \GHScelsius } \ghsystem_slash: \exp_args:No \SI {
+ \l_ghsystem_fahrenheit_temperature_tl } { \GHSfahrenheit } .
+ }
+\ghsystem_add_statement:nnn {P} { 420 } { Almacenar~ alejado~ de~ otros~ materiales. }
+\ghsystem_add_statement:nnn {P} { 422 }
+ { Almacenar~ el~ contenido~ en~ \l_ghsystem_dots_tl }
+\ghsystem_add_statement:nnn {P} { 402 + 404 }
+ { Almacenar~ en~ un~ lugar~ seco.~ Almacenar~ en~ un~ recipiente~ cerrado. }
+\ghsystem_add_statement:nnn {P} { 403 + 233 }
+ {
+ Almacenar~ en~ un~ lugar~ bien~ ventilado.~ Mantener~ el~ recipiente~
+ cerrado~ herm\'eticamente.
+ }
+\ghsystem_add_statement:nnn {P} { 403 + 235 }
+ { Almacenar~ en~ un~ lugar~ bien~ ventilado.~ Mantener~ en~ lugar~ fresco. }
+\ghsystem_add_statement:nnn {P} { 410 + 403 }
+ { Proteger~ de~ la~ luz~ del~ sol.~ Almacenar~ en~ un~ lugar~ bien~ ventilado. }
+\ghsystem_add_statement:nnn {P} { 410 + 412 }
+ {
+ Proteger~ de~ la~ luz~ del~ sol.~ No~ exponer~ a~ temperaturas~
+ superiores~ a~ \SI { 50 } { \GHScelsius } \ghsystem_slash: \SI { 122 } {
+ \GHSfahrenheit } .
+ }
+\ghsystem_add_statement:nnn {P} { 411 + 235 }
+ {
+ Almacenar~ a~ temperaturas~ no~ superiores~ a~ \exp_args:No \SI {
+ \l_ghsystem_celsius_temperature_tl } { \GHScelsius } \ghsystem_slash:
+ \exp_args:No \SI { \l_ghsystem_fahrenheit_temperature_tl } {
+ \GHSfahrenheit } .~ Mantener~ en~ lugar~ fresco.
+ }
+
+% 3.5 Precautionary Statements — Disposal
+\ghsystem_add_statement:nnn {P} { 501 }
+ { Eliminar~ el~ contenido \ghsystem_slash: el~ recipiente~ en~ \l_ghsystem_dots_tl }
+
+% 4 Hazard Statement Codes (Annex 6 page 4f)
+\ghsystem_add_statement:nnn {H} { 350i } { Puede~ provocar~ c\'ancer~ por~ inhalaci\'on. }
+\ghsystem_add_statement:nnn {H} { 360F } { Puede~ perjudicar~ a~ la~ fertilidad. }
+\ghsystem_add_statement:nnn {H} { 360D } { Puede~ da\~nar~ al~ feto. }
+\ghsystem_add_statement:nnn {H} { 361f }
+ { Se~ sospecha~ que~ perjudica~ a~ la~ fertilidad. }
+\ghsystem_add_statement:nnn {H} { 361d } { Se~ sospecha~ que~ da\~na~ al~ feto. }
+\ghsystem_add_statement:nnn {H} { 360FD }
+ { Puede~ perjudicar~ a~ la~ fertilidad.~ Puede~ da\~nar~ al~ feto. }
+\ghsystem_add_statement:nnn {H} { 361fd }
+ {
+ Se~ sospecha~ que~ perjudica~ a~ la~ fertilidad.~ Se~ sospecha~ que~
+ da\~na~ al~ feto.
+ }
+\ghsystem_add_statement:nnn {H} { 360Fd }
+ { Puede~ perjudicar~ a~ la~ fertilidad.~ Se~ sospecha~ que~ da\~na~ al~ feto. }
+\ghsystem_add_statement:nnn {H} { 360Df }
+ { Puede~ da\~nar~ al~ feto.~ Se~ sospecha~ que~ perjudica~ a~ la~ fertilidad. }
+