summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chemmacros/language
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemmacros/language')
-rw-r--r--Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_english.def790
-rw-r--r--Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_german.def595
-rw-r--r--Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_italian.def859
-rw-r--r--Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_langtemplate.def426
-rw-r--r--Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_spanish.def786
5 files changed, 0 insertions, 3456 deletions
diff --git a/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_english.def b/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_english.def
deleted file mode 100644
index 8caf84d2174..00000000000
--- a/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_english.def
+++ /dev/null
@@ -1,790 +0,0 @@
-% --------------------------------------------------------------------------
-% - 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-2014 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
-\prop_clear:N \l__ghsystem_h_prop
-\prop_clear:N \l__ghsystem_euh_prop
-\prop_clear:N \l__ghsystem_p_prop
-
-% 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
- \textit{
- \textless state~ route~ of~ exposure~ if~ it~ is~
- conclusively~ proven~ that~ no~ other~ routes~ of~
- exposure~ cause~ the~ hazard
- \textgreater
- }
- }
- }
-
-% <state specific effect if known>
-\cs_set:Npn \ghsystem_effect:
- {
- \bool_if:NT \l__ghsystem_fill_in_bool
- {
- \c_space_tl
- \textit{
- \textless state~ specific~ effect~ if~ known \textgreater
- }
- }
- }
-
-% <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
- \textit{
- \textless or~ state~ all~ organs~ affected,~ if~ known \textgreater
- }
- }
- }
-
-% <name of sensitising substance>
-\cs_set:Npn \ghsystem_substance:
- {
- \bool_if:NF \l__ghsystem_substance_bool
- {
- \c_space_tl
- \textit{
- \textless name~ of~ sensitising~ substance \textgreater
- }
- }
- }
-
-% HAZARD STATEMENTS (Annex 3)
-% 1. Hazard Statements
-% 1.1 Physical Hazards
-\prop_put:Nnn \l__ghsystem_h_prop { 200 }
- { Unstable~ explosives. }
-\prop_put:Nnn \l__ghsystem_h_prop { 201 }
- { Explosive;~ mass~ explosion~ hazard. }
-\prop_put:Nnn \l__ghsystem_h_prop { 202 }
- { Explosive,~ severe~ projection~hazard. }
-\prop_put:Nnn \l__ghsystem_h_prop { 203 }
- { Explosive;~ fire,~ blast~ or~ projection~hazard. }
-\prop_put:Nnn \l__ghsystem_h_prop { 204 }
- { Fire~ or~ projection~ hazard. }
-\prop_put:Nnn \l__ghsystem_h_prop { 205 }
- { May~ mass~ explode~ in~ fire. }
-\prop_put:Nnn \l__ghsystem_h_prop { 220 }
- { Extremely~ flammable~ gas. }
-\prop_put:Nnn \l__ghsystem_h_prop { 221 }
- { Flammable~ gas. }
-\prop_put:Nnn \l__ghsystem_h_prop { 222 }
- { Extremely~ flammable~ aerosol. }
-\prop_put:Nnn \l__ghsystem_h_prop { 223 }
- { Flammable~ aerosol. }
-\prop_put:Nnn \l__ghsystem_h_prop { 224 }
- { Extremely~ flammable~ liquid~ and~ vapour. }
-\prop_put:Nnn \l__ghsystem_h_prop { 225 }
- { Highly~ flammable~ liquid~ and~ vapour. }
-\prop_put:Nnn \l__ghsystem_h_prop { 226 }
- { Flammable~ liquid~ and~ vapour. }
-\prop_put:Nnn \l__ghsystem_h_prop { 228 }
- { Flammable~ solid. }
-\prop_put:Nnn \l__ghsystem_h_prop { 240 }
- { Heating~ may~ cause~ an~ explosion. }
-\prop_put:Nnn \l__ghsystem_h_prop { 241 }
- { Heating~ may~ cause~ a~ fire~ or~ explosion. }
-\prop_put:Nnn \l__ghsystem_h_prop { 242 }
- { Heating~ may~ cause~ a~ fire. }
-\prop_put:Nnn \l__ghsystem_h_prop { 250 }
- { Catches~ fire~ spontaneously~ if~ exposed~ to~ air. }
-\prop_put:Nnn \l__ghsystem_h_prop { 251 }
- { Self-heating:~ may~ catch~ fire. }
-\prop_put:Nnn \l__ghsystem_h_prop { 252 }
- { Self-heating~ in~ large~ quantities;~ may~ catch~ fire. }
-\prop_put:Nnn \l__ghsystem_h_prop { 260 }
- {
- In~ contact~ with~ water~ releases~ flammable~ gases~ which~ may~ ignite~
- spontaneously.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 261 }
- { In~ contact~ with~ water~ releases~ flammable~ gases. }
-\prop_put:Nnn \l__ghsystem_h_prop { 270 }
- { May~ cause~ or~ intensify~ fire;~ oxidiser. }
-\prop_put:Nnn \l__ghsystem_h_prop { 271 }
- { May~ cause~ fire~ or~ explosion;~ strong~ oxidiser. }
-\prop_put:Nnn \l__ghsystem_h_prop { 272 }
- { May~ intensify~ fire;~ oxidiser. }
-\prop_put:Nnn \l__ghsystem_h_prop { 280 }
- { Contains~ gas~ under~ pressure;~ may~ explode~ if~ heated. }
-\prop_put:Nnn \l__ghsystem_h_prop { 281 }
- { Contains~ refrigerated~ gas;~ may~ cause~ cryogenic~ burns~ or~ injury. }
-\prop_put:Nnn \l__ghsystem_h_prop { 290 }
- { May~ be~ corrosive~ to~ metals. }
-
-% 1.2 Health Hazards
-\prop_put:Nnn \l__ghsystem_h_prop { 300 }
- { Fatal~ if~ swallowed. }
-\prop_put:Nnn \l__ghsystem_h_prop { 301 }
- { Toxic~ if~ swallowed. }
-\prop_put:Nnn \l__ghsystem_h_prop { 302 }
- { Harmful~ if~ swallowed. }
-\prop_put:Nnn \l__ghsystem_h_prop { 304 }
- { May~ be~ fatal~ if~ swallowed~ and~ enters~ airways. }
-\prop_put:Nnn \l__ghsystem_h_prop { 310 }
- { Fatal~ in~ contact~ with~ skin. }
-\prop_put:Nnn \l__ghsystem_h_prop { 311 }
- { Toxic~ in~ contact~ with~ skin. }
-\prop_put:Nnn \l__ghsystem_h_prop { 312 }
- { Harmful~ in~ contact~ with~ skin. }
-\prop_put:Nnn \l__ghsystem_h_prop { 314 }
- { Causes~ severe~ skin~ burns~ and~ eye~ damage. }
-\prop_put:Nnn \l__ghsystem_h_prop { 315 }
- { Causes~ skin~ irritation. }
-\prop_put:Nnn \l__ghsystem_h_prop { 317 }
- { May~ cause~ an~ allergic~ skin~ reaction. }
-\prop_put:Nnn \l__ghsystem_h_prop { 318 }
- { Causes~ serious~ eye~ damage. }
-\prop_put:Nnn \l__ghsystem_h_prop { 319 }
- { Causes~ serious~ eye~ irritation. }
-\prop_put:Nnn \l__ghsystem_h_prop { 330 }
- { Fatal~ if~ inhaled. }
-\prop_put:Nnn \l__ghsystem_h_prop { 331 }
- { Toxic~ if~ inhaled. }
-\prop_put:Nnn \l__ghsystem_h_prop { 332 }
- { Harmful~ if~ inhaled. }
-\prop_put:Nnn \l__ghsystem_h_prop { 334 }
- {
- May~ cause~ allergy~ or~ asthma~ symptoms~ orbreathing~ difficulties~ if~
- inhaled.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 335 }
- { May~ cause~ respiratory~ irritation. }
-\prop_put:Nnn \l__ghsystem_h_prop { 336 }
- { May~ cause~ drowsiness~ or~ dizziness. }
-\prop_put:Nnn \l__ghsystem_h_prop { 340 }
- { May~ cause~ genetic~ defects. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 341 }
- { Suspected~ of~ causing~ genetic~ defects. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 350 }
- { May~ cause~ cancer. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 351 }
- { Suspected~ of~ causing~ cancer. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 360 }
- {
- May~ damage~ fertility~ or~ the~ unborn~ child.
- \ghsystem_effect:
- \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 361 }
- {
- Suspected~ of~ damaging~ fertility~ or~ the~ unborn~ child.
- \ghsystem_effect:
- \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 362 }
- { May~ cause~ harm~ to~ breast-fed~ children. }
-\prop_put:Nnn \l__ghsystem_h_prop { 370 }
- {
- Causes~ damage
- \bool_if:NF \l__ghsystem_organs_bool { ~to~ organs }
- \ghsystem_organs: .
- \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 371 }
- {
- May~ cause~ damage
- \bool_if:NF \l__ghsystem_organs_bool { ~to~ organs }
- \ghsystem_organs: .
- \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 372 }
- {
- Causes~ damage
- \bool_if:NF \l__ghsystem_organs_bool { ~to~ organs }
- \ghsystem_organs: \c_space_tl
- through~ prolonged~ or~ repeated~ exposure.
- \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 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
-\prop_put:Nnn \l__ghsystem_h_prop { 400 }
- { Very~ toxic~ to~ aquatic~ life. }
-\prop_put:Nnn \l__ghsystem_h_prop { 410 }
- { Very~ toxic~ to~ aquatic~ life~ with~ long~ lasting~ effects. }
-\prop_put:Nnn \l__ghsystem_h_prop { 411 }
- { Toxic~ to~ aquatic~ life~ with~ long~ lasting~ effects. }
-\prop_put:Nnn \l__ghsystem_h_prop { 412 }
- { Harmful~ to~ aquatic~ life~ with~ long~ lasting~ effects. }
-\prop_put:Nnn \l__ghsystem_h_prop { 413 }
- { May~ cause~ long~ lasting~ harmful~ effects~ to~ aquatic~ life. }
-
-% 2 Supplemental Hazard Informations
-% 2.1 Physical Properties
-\prop_put:Nnn \l__ghsystem_euh_prop { 001 }
- { Explosive~ when~ dry. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 006 }
- { Explosive~ with~ or~ without~ contact~ with~ air. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 014 }
- { Reacts~ violently~ with~ water. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 018 }
- { In~ use~ may~ form~ flammable\ghsystem_slash: explosive~ vapour-air~ mixture. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 019 }
- { May~ form~ explosive~ peroxides. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 044 }
- { Risk~ of~ explosion~ if~ heated~ under~ confinement. }
-
-% 2.2 Health Properties
-\prop_put:Nnn \l__ghsystem_euh_prop { 029 }
- { Contact~ with~ water~ liberates~ toxic~ gas. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 031 }
- { Contact~ with~ acids~ liberates~ toxic~ gas. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 032 }
- { Contact~ with~ acids~ liberates~ very~ toxic~ gas. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 066 }
- { Repeated~ exposure~ may~ cause~ skin~ dryness~ or~ cracking. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 070 }
- { Toxic~ by~ eye~ contact. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 071 }
- { Corrosive~ to~ the~ respiratory~ tract. }
-
-% 2.3 Environmental Properties
-\prop_put:Nnn \l__ghsystem_euh_prop { 059 }
- { Hazardous~ to~ the~ ozone~ layer. }
-
-% 2.4 Supplemental Label Elements/Information On Certain Substances And Mixtures
-\prop_put:Nnn \l__ghsystem_euh_prop { 201 }
- {
- Contains~ lead.~ Should~ not~ be~ used~ on~ surfaces~ liable~ to~ be~
- chewed~ or~ sucked~ by~ children.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 201A }
- { Warning!~ contains~ lead. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 202 }
- {
- \iupac { Cyano\|acrylate } . ~ Danger.~ Bonds~ skin~ and~ eyes~ in~
- seconds.~ Keep~ out~ of~ the~ reach~ of~ children.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 203 }
- {
- Contains ~ chromium \, (VI) .~ May~ produce~ an~ allergic~
- reaction.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 204 }
- {
- Contains ~ \iupac { iso\|cyanates } . ~ May~ produce~ an~ allergic~
- reaction.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 205 }
- { Contains~ epoxy~ constituents.~ May~ produce~ an~ allergic~ reaction. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 206 }
- {
- Warning!~ Do~ not~ use~ together~ with~ other~ products.~ May~ release~
- dangerous~ gases ~(chlorine).
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 207 }
- {
- Warning!~ Contains ~ \iupac { cadmium } .~ Dangerous~ fumes~ are~ formed~
- during~ use.~ See~ information~ supplied~ by~ the~ manufacturer.~ Comply~
- with~ the~ safety~ instructions.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 208 }
- { Contains \ghsystem_substance: .~ May~ produce~ an~ allergic~ reaction. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 209 }
- { Can~ become~ highly~ flammable~ in~ use. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 209A }
- { Can~ become~ flammable~ in~ use. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 210 }
- { Safety~ data~ sheet~ available~ on~ request. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 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
-\prop_put:Nnn \l__ghsystem_p_prop { 101 }
- {
- If~ medical~ advice~ is~ needed,~ have~ product~ container~ or~ label~ at~
- hand.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 102 }
- { Keep~ out~ of~ reach~ of~ children. }
-\prop_put:Nnn \l__ghsystem_p_prop { 103 }
- { Read~ label~ before~ use. }
-
-% 3.2 Precautionary Statements — Prevention
-\prop_put:Nnn \l__ghsystem_p_prop { 201 }
- { Obtain~ special~ instructions~ before~ use. }
-\prop_put:Nnn \l__ghsystem_p_prop { 202 }
- {
- Do~ not~ handle~ until~ all~ safety~ precautions~ have~ been~ read~ and~
- understood.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 210 }
- {
- Keep~ away~ from~ heat\ghsystem_slash: sparks\ghsystem_slash: open~
- flames\ghsystem_slash: hot~ surfaces.~ \textemdash\ No~ smoking.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 211 }
- { Do~ not~ spray~ on~ an~ open~ flame~ or~ other~ ignition~ source. }
-\prop_put:Nnn \l__ghsystem_p_prop { 220 }
- {
- Keep\ghsystem_slash: Store~ away~ from~ clothing\ghsystem_slash:
- \l__ghsystem_dots_tl \ghsystem_slash: combustible~ materials.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 221 }
- {
- Take~ any~ precaution~ to~ avoid~ mixing~ with~ combustibles~
- \l__ghsystem_dots_tl
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 222 }
- { Do~ not~ allow~ contact~ with~ air. }
-\prop_put:Nnn \l__ghsystem_p_prop { 223 }
- {
- Keep~ away~ from~ any~ possible~ contact~ with~ water,~ because~ of~
- violent~ reaction~ and~ possible~ flash~ fire.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 230 }
- { Keep~ wetted~ with~ \l__ghsystem_dots_tl }
-\prop_put:Nnn \l__ghsystem_p_prop { 231 }
- { Handle~ under~ inert~ gas. }
-\prop_put:Nnn \l__ghsystem_p_prop { 232 }
- { Protect~ from~ moisture. }
-\prop_put:Nnn \l__ghsystem_p_prop { 233 }
- { Keep~ container~ tightly~ closed. }
-\prop_put:Nnn \l__ghsystem_p_prop { 234 }
- { Keep~ only~ in~ original~ container. }
-\prop_put:Nnn \l__ghsystem_p_prop { 235 }
- { Keep~ cool. }
-\prop_put:Nnn \l__ghsystem_p_prop { 240 }
- { Ground\ghsystem_slash: bond~ container~ and~ receiving~ equipment. }
-\prop_put:Nnn \l__ghsystem_p_prop { 241 }
- {
- Use~ explosion-proof~ electrical\ghsystem_slash:
- ventilating\ghsystem_slash: lighting \ghsystem_slash:
- \l__ghsystem_dots_tl\ equipment.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 242 }
- { Use~ only~ non-sparking~ tools. }
-\prop_put:Nnn \l__ghsystem_p_prop { 243 }
- { Take~ precautionary~ measures~ against~ static~ discharge. }
-\prop_put:Nnn \l__ghsystem_p_prop { 244 }
- { Keep~ reduction~ valves~ free~ from~ grease~ and~ oil. }
-\prop_put:Nnn \l__ghsystem_p_prop { 250 }
- {
- Do~ not~ subject~ to~ grinding\ghsystem_slash: shock \ghsystem_slash:
- \l__ghsystem_dots_tl \ghsystem_slash: friction.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 251 }
- { Pressurized~ container:~ Do~ not~ pierce~ or~ burn,~ even~ after~ use. }
-\prop_put:Nnn \l__ghsystem_p_prop { 260 }
- {
- Do~ not~ breathe~ dust\ghsystem_slash: fume\ghsystem_slash:
- gas\ghsystem_slash: mist\ghsystem_slash: vapours\ghsystem_slash:
- spray.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 261 }
- {
- Avoid~ breathing~ dust\ghsystem_slash: fume\ghsystem_slash:
- gas\ghsystem_slash: mist\ghsystem_slash: vapours\ghsystem_slash:
- spray.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 262 }
- { Do~ not~ get~ in~ eyes,~ on~ skin,~ or~ on~ clothing. }
-\prop_put:Nnn \l__ghsystem_p_prop { 263 }
- { Avoid~ contact~ during~ pregnancy\ghsystem_slash: while~ nursing. }
-\prop_put:Nnn \l__ghsystem_p_prop { 264 }
- { Wash~ \l__ghsystem_dots_tl\ thoroughly~ after~ handling. }
-\prop_put:Nnn \l__ghsystem_p_prop { 270 }
- { Do~ not~ eat,~ drink~ or~ smoke~ when~ using~ this~ product. }
-\prop_put:Nnn \l__ghsystem_p_prop { 271 }
- { Use~ only~ outdoors~ or~ in~ a~ well-ventilated~ area. }
-\prop_put:Nnn \l__ghsystem_p_prop { 272 }
- {
- Contaminated~ work~ clothing~ should~ not~ be~ allowed~ out~ of~ the~
- workplace.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 273 }
- { Avoid~ release~ to~ the~ environment. }
-\prop_put:Nnn \l__ghsystem_p_prop { 280 }
- {
- Wear~ protective~ gloves\ghsystem_slash: protective~
- clothing\ghsystem_slash: eye~ protection\ghsystem_slash: face~
- protection.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 281 }
- { Use~ personal~ protective~ equipment~ as~ required. }
-\prop_put:Nnn \l__ghsystem_p_prop { 282 }
- {
- Wear~ cold~ insulating~ gloves\ghsystem_slash: face~
- shield\ghsystem_slash: eye~ protection.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 283 }
- {
- Wear~ fire\ghsystem_slash: flame~ resistant\ghsystem_slash: retardant~
- clothing.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 284 }
- { Wear~ respiratory~ protection. }
-\prop_put:Nnn \l__ghsystem_p_prop { 285 }
- { In~ case~ of~ inadequate~ ventilation~ wear~ respiratory~ protection. }
-\prop_put:Nnn \l__ghsystem_p_prop { 231 + 232 }
- { Handle~ under~ inert~ gas.~ Protect~ from~ moisture. }
-\prop_put:Nnn \l__ghsystem_p_prop { 235 + 410 }
- { Keep~ cool.~ Protect~ from~ sunlight. }
-
-% 3.3 Precautionary Statements — Response
-\prop_put:Nnn \l__ghsystem_p_prop { 301 }
- { IF~ SWALLOWED: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 }
- { IF~ ON~ SKIN: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 303 }
- { IF~ ON~ SKIN~ (or~ hair): \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 304 }
- { IF~ INHALED: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 305 }
- { IF~ IN~ EYES: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 306 }
- { IF~ ON~ CLOTHING: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 307 }
- { IF~ exposed: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 308 }
- { IF~ exposed~ or~ concerned: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 309 }
- { IF~ exposed~ or~ if~ you~ feel~ unwell : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 310 }
- { Immediately~ call~ a~ POISON~ CENTER~ or~ doctor\ghsystem_slash: physician. }
-\prop_put:Nnn \l__ghsystem_p_prop { 311 }
- { Call~ a~ POISON~ CENTER~ or~ doctor\ghsystem_slash: physician. }
-\prop_put:Nnn \l__ghsystem_p_prop { 312 }
- {
- Call~ a~ POISON~ CENTER~ or~ doctor\ghsystem_slash: physician~ if~ you~ feel~
- unwell.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 313 }
- { Get~ medical~ advice\ghsystem_slash: attention. }
-\prop_put:Nnn \l__ghsystem_p_prop { 314 }
- { Get~ medical~ advice\ghsystem_slash: attention~ if~ you~ feel~ unwell. }
-\prop_put:Nnn \l__ghsystem_p_prop { 315 }
- { Get~ immediate~ medical~ advice\ghsystem_slash: attention. }
-\prop_put:Nnn \l__ghsystem_p_prop { 320 }
- {
- Specific~ treatment~ is~ urgent~ (see~ \l__ghsystem_dots_tl\ on~ this~
- label).
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 321 }
- { Specific~ treatment~ (see~ \l__ghsystem_dots_tl\ on~ this~ label). }
-\prop_put:Nnn \l__ghsystem_p_prop { 322 }
- { Specific~ measures~ (see~ \l__ghsystem_dots_tl\ on~ this~ label). }
-\prop_put:Nnn \l__ghsystem_p_prop { 330 }
- { Rinse~ mouth. }
-\prop_put:Nnn \l__ghsystem_p_prop { 331 }
- { Do~ NOT~ induce~ vomitting. }
-\prop_put:Nnn \l__ghsystem_p_prop { 332 }
- { If~ skin~ irritation~ occurs : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 333 }
- { If~ skin~ irritation~ or~ rash~ occurs : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 334 }
- { Immerse~ in~ cool~ water\ghsystem_slash: wrap~ in~ wet~ bandages. }
-\prop_put:Nnn \l__ghsystem_p_prop { 335 }
- { Brush~ off~ loose~ particles~ from~ skin. }
-\prop_put:Nnn \l__ghsystem_p_prop { 336 }
- {
- Thaw~ frosted~ parts~ with~ lukewarm~ water.~ Do~ not~ rub~ affected~
- area.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 337 }
- { If~ eye~ irritation~ persists: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 338 }
- {
- Remove~ contact~ lenses,~ if~ present~ and~ easy~ to~ do.~ Continue~
- rinsing.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 340 }
- {
- Remove~ victim~ to~ fresh~ air~ and~ keep~ at~ rest~ in~ a~ position~
- comfortable~ for~ breathing.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 341 }
- {
- If~ breathing~ is~ difficult,~ remove~ victim~ to~ fresh~ air~ and~ keep~
- at~ rest~ in~ a~ position~ comfortable~ for~ breathing.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 342 }
- { If~ experiencing~ respiratory~ symptoms : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 350 }
- { Gently~ wash~ with~ plenty~ of~ soap~ and~ water. }
-\prop_put:Nnn \l__ghsystem_p_prop { 351 }
- { Rinse~ cautiously~ with~ water~ for~ several~ minutes. }
-\prop_put:Nnn \l__ghsystem_p_prop { 352 }
- { Wash~ with~ plenty~ of~ soap~ and~ water. }
-\prop_put:Nnn \l__ghsystem_p_prop { 353 }
- { Rinse~ skin~ with~ water\ghsystem_slash: shower. }
-\prop_put:Nnn \l__ghsystem_p_prop { 360 }
- {
- Rinse~ immediately~ contaminated~ clothing~ and~ skin~ with~ plenty~ of~
- water~ before~ removing~ clothes.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 361 }
- { Remove\ghsystem_slash: Take~ off~ immediately~ all~ contaminated~ clothing. }
-\prop_put:Nnn \l__ghsystem_p_prop { 362 }
- { Take~ off~ contaminated~ clothing~ and~ wash~ before~ reuse. }
-\prop_put:Nnn \l__ghsystem_p_prop { 363 }
- { Wash~ contaminated~ clothing~ before~ reuse. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 }
- { In~ case~ of~ fire : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 371 }
- { In~ case~ of~ major~ fire~ and~ large~ quantities : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 372 }
- { Explosion~ risk~ in~ case~ of~ fire. }
-\prop_put:Nnn \l__ghsystem_p_prop { 373 }
- { DO~ NOT~ fight~ fire~ when~ fire~ reaches~ explosives. }
-\prop_put:Nnn \l__ghsystem_p_prop { 374 }
- { Fight~ fire~ with~ normal~ precautions~ from~ a~ reasonable~ distance. }
-\prop_put:Nnn \l__ghsystem_p_prop { 375 }
- { Fight~ fire~ remotely~ due~ to~ the~ risk~ of~ explosion. }
-\prop_put:Nnn \l__ghsystem_p_prop { 376 }
- { Stop~ leak~ if~ safe~ to~ do~ so. }
-\prop_put:Nnn \l__ghsystem_p_prop { 377 }
- {
- Leaking~ gas~ fire: \ghsystem_text:\ Do~ not~ extinguish,~ unless~ leak~
- can~ be~ stopped~ safely.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 378 }
- { Use~ \l__ghsystem_dots_tl\ for~ extinction. }
-\prop_put:Nnn \l__ghsystem_p_prop { 380 }
- { Evacuate~ area. }
-\prop_put:Nnn \l__ghsystem_p_prop { 381 }
- { Eliminate~ all~ ignition~ sources~ if~ safe~ to~ do~ so. }
-\prop_put:Nnn \l__ghsystem_p_prop { 390 }
- { Absorb~ spillage~ to~ prevent~ material~ damage. }
-\prop_put:Nnn \l__ghsystem_p_prop { 391 }
- { Collect~ spillage. }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 310 }
- {
- IF~ SWALLOWED:~ Immediately~ call~ a~ POISON~ CENTER~ or~
- doctor\ghsystem_slash: physician.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 312 }
- {
- IF~ SWALLOWED:~ Call~ a~ POISON~ CENTER~ or~ doctor\ghsystem_slash:
- physician~ if~ you~ feel~ unwell.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 330 + 331 }
- { IF~ SWALLOWED:~ rinse~ mouth.~ Do~ NOT~ induce~ vomitting. }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 334 }
- {
- IF~ ON~ SKIN:~ Immerse~ in~ cool~ water\ghsystem_slash: wrap~ in~ wet~
- bandages.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 350 }
- { IF~ ON~ SKIN:~ Gently~ wash~ with~ plenty~ of~ soap~ and~ water. }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 352 }
- { IF~ ON~ SKIN:~ Wash~ with~ plenty~ of~ soap~ and~ water. }
-\prop_put:Nnn \l__ghsystem_p_prop { 303 + 361 + 353 }
- {
- IF~ ON~ SKIN~ (or~ hair):~ Remove\ghsystem_slash: Take~ off~ immediately~
- all~ contaminated~ clothing.~ Rinse~ skin~ with~ water\ghsystem_slash:
- shower.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 304 + 340 }
- {
- IF~ INHALED:~ Remove~ victim~ to~ fresh~ air~ and~ keep~ at~ rest~ in~ a~
- position~ comfortable~ for~ breathing.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 304 + 341 }
- {
- IF~ INHALED:~ If~ breathing~ is~ difficult,~ remove~ victim~ to~ fresh~
- air~ and~ keep~ at~ rest~ in~ a~ position~ comfortable~ for~ breathing.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 305 + 351 + 338 }
- {
- IF~ IN~ EYES:~ Rinse~ cautiously~ with~ water~ for~ several~ minutes.~
- Remove~ contact~ lenses,~ if~ present~ and~ easy~ to~ do.~ Continue~
- rinsing.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 306 + 360 }
- {
- IF~ ON~ CLOTHING:~ Rinse~ immediately~ contaminated~ clothing~ and~ skin~
- with~ plenty~ of~ water~ before~ removing~ clothes.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 307 + 311 }
- { IF~ exposed:~ Call~ a~ POISON~ CENTER~ or~ doctor\ghsystem_slash: physician. }
-\prop_put:Nnn \l__ghsystem_p_prop { 308 + 313 }
- { IF~ exposed~ or~ concerned:~ Get~ medical~ advice\ghsystem_slash: attention. }
-\prop_put:Nnn \l__ghsystem_p_prop { 309 + 311 }
- {
- IF~ exposed~ or~ if~ you~ feel~ unwell:~ Call~ a~ POISON~ CENTER~ or~
- doctor\ghsystem_slash: physician.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 332 + 313 }
- { If~ skin~ irritation~ occurs:~ Get~ medical~ advice\ghsystem_slash: attention. }
-\prop_put:Nnn \l__ghsystem_p_prop { 333 + 313 }
- {
- If~ skin~ irritation~ or~ rash~ occurs:~ Get~ medical~
- advice\ghsystem_slash: attention.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 335 + 334 }
- {
- Brush~ off~ loose~ particles~ from~ skin.~ Immerse~ in~ cool~
- water\ghsystem_slash: wrap~ in~ wet~ bandages.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 337 + 313 }
- { If~ eye~ irritation~ persists:~ Get~ medical~ advice\ghsystem_slash: attention. }
-\prop_put:Nnn \l__ghsystem_p_prop { 342 + 311 }
- {
- If~ experiencing~ respiratory~ symptoms:~ Call~ a~ POISON~ CENTER~ or~
- doctor\ghsystem_slash: physician.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 376 }
- { In~ case~ of~ fire:~ Stop~ leak~ if~ safe~ to~ do~ so. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 378 }
- { In~ case~ of~ fire:~ Use~ \l__ghsystem_dots_tl\ for~ extinction. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 380 }
- { In~ case~ of~ fire:~ Evacuate~ area. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 380 + 375 }
- {
- In~ case~ of~ fire:~ Evacuate~ area.~ Fight~ fire~ remotely~ due~ to~ the~
- risk~ of~ explosion.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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
-\prop_put:Nnn \l__ghsystem_p_prop { 401 }
- { Store~ \l__ghsystem_dots_tl }
-\prop_put:Nnn \l__ghsystem_p_prop { 402 }
- { Store~ in~ a~ dry~ place. }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 }
- { Store~ in~ a~ well-ventilated~ place. }
-\prop_put:Nnn \l__ghsystem_p_prop { 404 }
- { Store~ in~ a~ closed~ container. }
-\prop_put:Nnn \l__ghsystem_p_prop { 405 }
- { Store~ locked~ up. }
-\prop_put:Nnn \l__ghsystem_p_prop { 406 }
- {
- Store~ in~ corrosive~ resistant\ghsystem_slash: \l__ghsystem_dots_tl\ container~
- with~ a~ resistant~ inner~ liner.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 407 }
- { Maintain~ air~ gap~ between~ stacks\ghsystem_slash: pallets. }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 }
- { Protect~ from~ sunlight. }
-\prop_put:Nnn \l__ghsystem_p_prop { 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 } .
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 412 }
- {
- Store~at~temperatures~not~exceeding ~ \SI { 50 } { \GHScelsius } \ghsystem_slash:
- \SI { 122 } { \GHSfahrenheit } .
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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 } .
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 420 }
- { Store~ away~ from~ other~ materials. }
-\prop_put:Nnn \l__ghsystem_p_prop { 422 }
- { Store~ contents~ under~ \l__ghsystem_dots_tl }
-\prop_put:Nnn \l__ghsystem_p_prop { 402 + 404 }
- { Store~ in~ a~ dry~ place.~ Store~ in~ a~ closed~ container. }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 + 233 }
- { Store~ in~ a~ well-ventilated~ place.~ Keep~ container~ tightly~ closed. }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 + 235 }
- { Store~ in~ a~ well-ventilated~ place.~ Keep~ cool. }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 + 403 }
- { Protect~ from~ sunlight.~ Store~ in~ a~ well-ventilated~ place. }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 + 412 }
- {
- Protect~ from~ sunlight.~ Do~ not~ expose~ to~ temperatures~ exceeding~
- \SI { 50 } { \GHScelsius } \ghsystem_slash: \SI { 122 } { \GHSfahrenheit } .
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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
-\prop_put:Nnn \l__ghsystem_p_prop { 501 }
- { Dispose~ of~ contents\ghsystem_slash: container~ to~ \l__ghsystem_dots_tl }
-
-% 4 Hazard Statement Codes (Annex 6 page 4f)
-\prop_put:Nnn \l__ghsystem_h_prop { 350i }
- { May~ cause~ cancer~ by~ inhalation. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360F }
- { May~ damage~ fertility. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360D }
- { May~ damage~ the~ unborn~ child. }
-\prop_put:Nnn \l__ghsystem_h_prop { 361f }
- { Suspected~ of~ damaging~ fertility. }
-\prop_put:Nnn \l__ghsystem_h_prop { 361d }
- { Suspected~ of~ damaging~ the~ unborn~ child. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360FD }
- { May~ damage~ fertility.~ May~ damage~ the~ unborn~ child. }
-\prop_put:Nnn \l__ghsystem_h_prop { 361fd }
- {
- Suspected~ of~ damaging~ fertility.~ Suspected~ of~ damaging~ the~ unborn~
- child.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 360Fd }
- { May~ damage~ fertility.~ Suspected~ of~ damaging~ the~ unborn~ child. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360Df }
- { May~ damage~ the~ unborn~ child.~ Suspected~ of~ damaging~ fertility. }
-
diff --git a/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_german.def b/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_german.def
deleted file mode 100644
index 5a2005c7cae..00000000000
--- a/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_german.def
+++ /dev/null
@@ -1,595 +0,0 @@
-% --------------------------------------------------------------------------
-% - 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-2014 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
-\prop_clear:N \l__ghsystem_h_prop
-\prop_clear:N \l__ghsystem_euh_prop
-\prop_clear:N \l__ghsystem_p_prop
-
-% 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 \textit
- {
- \textless
- Expositionsweg~ angeben,~ sofern~ schl\"ussig~ belegt~ ist,~
- dass~ diese~ Gefahr~ bei~ keinem~ anderen~ Expositionsweg~
- besteht
- \textgreater
- }
- }
- }
-
-% <state specific effect if known>
-\cs_set:Npn \ghsystem_effect:
- {
- \bool_if:NT \l__ghsystem_fill_in_bool
- {
- \c_space_tl \textit
- {
- \textless
- konkrete~ Wirkung~ angeben,~ sofern~ bekannt
- \textgreater
- }
- }
- }
-
-% <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 \textit
- {
- \textless
- oder~ alle~ betroffenen~ Organe~ nennen,~ sofern~ bekannt
- \textgreater
- }
- }
- }
-
-\cs_set:Npn \ghsystem_substance:
- {
- \bool_if:NF \l__ghsystem_substance_bool
- {
- \c_space_tl \textit
- {
- \textless
- Name~ des~ sensibilisierenden~ Stoffes
- \textgreater
- }
- }
- }
-
-% GEFAHRENHINWEISE (Anhang 3)
-% 1. Gefahrenhinweise
-% 1.1 physikalische Gefahren
-\prop_put:Nnn \l__ghsystem_h_prop { 200 } { Instabil,~ explosiv }
-\prop_put:Nnn \l__ghsystem_h_prop { 201 } { Explosiv,~ Gefahr~ der~
- Massenexplosion. }
-\prop_put:Nnn \l__ghsystem_h_prop { 202 } { Explosiv;~ gro\ss e~ Gefahr~
- durch~ Splitter,~ Spreng-~ und~ Wurfst\"ucke. }
-\prop_put:Nnn \l__ghsystem_h_prop { 203 } { Explosiv;~ Gefahr~ durch~
- Feuer,~ Luftdruck~ oder~ Splitter,~ Spreng-~ und~ Wurfst\"ucke. }
-\prop_put:Nnn \l__ghsystem_h_prop { 204 } { Gefahr~ durch~ Feuer~ oder~
- Splitter,~ Spreng-~ und~ Wurfst\"ucke. }
-\prop_put:Nnn \l__ghsystem_h_prop { 205 } { Gefahr~ der~
- Massenexplosion~ bei~ Feuer. }
-\prop_put:Nnn \l__ghsystem_h_prop { 220 } { Extrem~ entz\"undbares~ Gas. }
-\prop_put:Nnn \l__ghsystem_h_prop { 221 } { Entz\"undbares~ Gas. }
-\prop_put:Nnn \l__ghsystem_h_prop { 222 } { Extrem~ entz\"undbares~ Aerosol. }
-\prop_put:Nnn \l__ghsystem_h_prop { 223 } { Entz\"undbares~ Aerosol. }
-\prop_put:Nnn \l__ghsystem_h_prop { 224 } { Fl\"ussigkeit~ und~ Dampf~
- extrem~ entz\"undbar. }
-\prop_put:Nnn \l__ghsystem_h_prop { 225 } { Fl\"ussigkeit~ und~ Dampf~
- leicht~ entz\"undbar. }
-\prop_put:Nnn \l__ghsystem_h_prop { 226 } { Fl\"ussigkeit~ und~ Dampf~
- entz\"undbar. }
-\prop_put:Nnn \l__ghsystem_h_prop { 228 } { Entz\"undbarer~ Feststoff. }
-\prop_put:Nnn \l__ghsystem_h_prop { 240 } { Erw\"armung~ kann~
- Explosion~ verursachen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 241 } { Erw\"armung~ kann~ Brand~
- oder~ Explosion~verursachen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 242 } { Erw\"armung~ kann~ Brand~
- verursachen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 250 } { Entz\"undet~ sich~ in~
- Ber\"uhrung~ mit~ Luft~ von~ selbst. }
-\prop_put:Nnn \l__ghsystem_h_prop { 251 } { Selbsterhitzungsf\"ahig;~
- kann~ in~ Brand~ geraten. }
-\prop_put:Nnn \l__ghsystem_h_prop { 252 } { In~gro\ss en~ Mengen~
- selbsterhitzungsf\"ahig;~ kann~ in~ Brand~ geraten. }
-\prop_put:Nnn \l__ghsystem_h_prop { 260 } { In~ Ber\"uhrung~ mit~ Wasser~
- entstehen~ entz\"undbare~ Gase,~ die~ sich~ spontan~
- entz\"unden~ k\"onnen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 261 } { In~ Ber\"uhrung~ mit~ Wasser~
- entstehen~entz\"undbare~ Gase. }
-\prop_put:Nnn \l__ghsystem_h_prop { 270 } { Kann~ Brand~ verursachen~ oder~
- verst\"arken;~ Oxidationsmittel. }
-\prop_put:Nnn \l__ghsystem_h_prop { 271 } { Kann~ Brand~ oder~ Explosion~
- verursachen;~ starkes~ Oxidationsmittel. }
-\prop_put:Nnn \l__ghsystem_h_prop { 272 } { Kann~ Brand~ verst\"arken;~
- Oxidationsmittel. }
-\prop_put:Nnn \l__ghsystem_h_prop { 280 } { Enth\"alt~ Gas~ unter~ Druck;~
- kann~ bei~ Erw\"armung~ explodieren. }
-\prop_put:Nnn \l__ghsystem_h_prop { 281 } { Enth\"alt~ tiefkaltes~ Gas;~ kann~
- K\"alteverbrennungen~ oder~ \ghsystem_dash: verletzungen~ verursachen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 290 } { Kann~ gegen\"uber~ Metallen~
- korrosiv~ sein. }
-
-% 1.2 Gesundheitsgefahren
-\prop_put:Nnn \l__ghsystem_h_prop { 300 } { Lebensgefahr~ bei~ Verschlucken. }
-\prop_put:Nnn \l__ghsystem_h_prop { 301 } { Giftig~ bei~ Verschlucken. }
-\prop_put:Nnn \l__ghsystem_h_prop { 302 } { Gesundheitssch\"adlich~ bei~
- Verschlucken. }
-\prop_put:Nnn \l__ghsystem_h_prop { 304 } { Kann~ bei~ Verschlucken~ und~
- Eindringen~ in~ die~ Atemwege~ t\"odlich~ sein. }
-\prop_put:Nnn \l__ghsystem_h_prop { 310 } { Lebensgefahr~ bei~ Hautkontakt. }
-\prop_put:Nnn \l__ghsystem_h_prop { 311 } { Giftig~ bei~ Hautkontakt. }
-\prop_put:Nnn \l__ghsystem_h_prop { 312 } { Gesundheitssch\"adlich~ bei~
- Hautkontakt. }
-\prop_put:Nnn \l__ghsystem_h_prop { 314 } { Verursacht~ schwere~
- Ver\"atzungen~ der~ Haut~ und~ schwere~ Augensch\"aden. }
-\prop_put:Nnn \l__ghsystem_h_prop { 315 } { Verursacht~ Hautreizungen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 317 } { Kann~ allergische~ Hautreaktionen~
- verursachen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 318 } { Verursacht~ schwere~
- Augensch\"aden. }
-\prop_put:Nnn \l__ghsystem_h_prop { 319 } { Verursacht~ schwere~
- Augenreizung. }
-\prop_put:Nnn \l__ghsystem_h_prop { 330 } { Lebensgefahr~ bei~ Einatmen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 331 } { Giftig~ bei~ Einatmen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 332 } { Gesundheitssch\"adlich~ bei~
- Einatmen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 334 } { Kann~ bei~ Einatmen~ Allergie,~
- asthmaartige~ Symptome~ oder~ Atembeschwerden~ verursachen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 335 } { Kann~ die~ Atemwege~ reizen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 336 } { Kann~ Schl\"afrigkeit~ und~
- Benommenheit~ verursachen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 340 } { Kann~ genetische~ Defekte~
- verursachen. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 341 } { Kann~ vermutlich~ genetische~
- Defekte~ verursachen. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 350 } { Kann~ Krebs~
- erzeugen. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 351 } { Kann~ vermutlich~ Krebs~
- erzeugen. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 360 } { Kann~ die~ Fruchtbarkeit~
- beeintr\"achtigen~ oder~ das~ Kind~ im~ Mutterleib~
- sch\"adigen. \ghsystem_effect: \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 361 } { Kann~ vermutlich~ die~
- Fruchtbarkeit~ beeintr\"achtigen~ oder~ das~ Kind~ im~ Mutterleib~
- sch\"adigen. \ghsystem_effect: \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 362 } { Kann~ S\"auglinge~ \"uber~ die~
- Muttermilch~ sch\"adigen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 370 } { Sch\"adigt \bool_if:NF
- \l__ghsystem_organs_bool { ~ die~ Organe } \ghsystem_organs:
- . \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 371 } { Kann \bool_if:NF
- \l__ghsystem_organs_bool { ~ die~ Organe } \ghsystem_organs: ~
- sch\"adigen. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 372 } { Sch\"adigt \bool_if:NF
- \l__ghsystem_organs_bool { ~ die~ Organe } \ghsystem_organs:\ bei~
- l\"angerer~ oder~ wiederholter~ Exposition. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 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
-\prop_put:Nnn \l__ghsystem_h_prop { 400 } { Sehr~ giftig~ f\"ur~
- Wasserorganismen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 410 } { Sehr~ giftig~ f\"ur~
- Wasserorganismen,~ mit~ langfristiger~ Wirkung. }
-\prop_put:Nnn \l__ghsystem_h_prop { 411 } { Giftig~ f\"ur~ Wasserorganismen,~
- mit~ langfristiger~ Wirkung. }
-\prop_put:Nnn \l__ghsystem_h_prop { 412 } { Sch\"adlich~ f\"ur~
- Wasserorganismen,~ mit~ langfristiger~ Wirkung. }
-\prop_put:Nnn \l__ghsystem_h_prop { 413 } { Kann~ f\"ur~ Wasserorganismen~
- sch\"adlich~ sein,~ mit~ langfristiger~ Wirkung. }
-
-% 2 Ergänzende Gefahrenmerkmale
-% 2.1 physikalische Gefahren
-\prop_put:Nnn \l__ghsystem_euh_prop { 001 } { In~ trockenem~ Zustand~
- explosionsgef\"ahrlich. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 006 } { Mit~ und~ ohne~ Luft~
- explosionsf\"ahig. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 014 } { Reagiert~ heftig~ mit~ Wasser. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 018 } { Kann~ bei~ Verwendung~
- explosionsf\"ahige \ghsystem_slash: entz\"undbare~ Dampf \ghsystem_slash:
- Luft \ghsystem_dash: Gemische~ bilden. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 019 } { Kann~ explosionsf\"ahige~
- Peroxide~ bilden. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 044 } { Explosionsgefahr~ bei~ Erhitzen~
- unter~ Einschluss. }
-
-% 2.2 Gesundheitsgefähliche Eigenschaften
-\prop_put:Nnn \l__ghsystem_euh_prop { 029 } { Entwickelt~ bei~ Ber\"uhrung~
- mit~ Wasser~ giftige~ Gase. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 031 } { Entwickelt~ bei~ Ber\"uhrung~
- mit~ S\"aure~ giftige~ Gase. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 032 } { Entwickelt~ bei~ Ber\"uhrung~
- mit~ S\"aure~ sehr~ giftige~ Gase. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 066 } { Wiederholter~ Kontakt~ kann~ zu~
- spr\"oder~ oder~ rissiger~ Haut~ f\"uhren. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 070 } { Giftig~ bei~ Ber\"uhrung~ mit~
- den~ Augen. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 071 } { Wirkt~ \"atzend~ auf~ die~
- Atemwege. }
-
-% 2.3 Umweltgefährliche Eigenschaften
-\prop_put:Nnn \l__ghsystem_euh_prop { 059 } { Die~ Ozonschicht~ sch\"adigend. }
-
-% 2.4 Ergänzende Kennzeichnungselemente / Informationen über bestimmte Stoffe und Gemische
-\prop_put:Nnn \l__ghsystem_euh_prop { 201 } { Enth\"alt~ Blei.~ Nicht~ f\"ur~
- den~ Anstrich~ von~ Gegenst\"anden~ verwenden,~ die~ von~ Kindern~ gekaut~
- oder~ gelutscht~ werden~ k\"onnten. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 201A } { Achtung!~ Enth\"alt~ Blei. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 202 } { \iupac{Cyan\|acryl\|at}.~
- Gefahr.~ Klebt~ innerhalb~ von~ Sekunden~ Haut~ und~ Augenlider~ zusammen.~
- Darf~ nicht~ in~ die~ H\"ande~ von~ Kindern~ gelangen. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 203 } { Enth\"alt~ Chrom\,(VI).~ Kann~
- allergische~ Reaktionen~ hervorrufen. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 204 } { Enth\"alt~
- \iupac{Iso\|cyan\|ate}.~ Kann~ allergische~ Reaktionen~ hervorrufen. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 205 } { Enth\"alt~ epoxidhaltige~
- Verbindungen.~ Kann~ allergische~ Reaktionen~ hervorrufen. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 206 } { Achtung!~ Nicht~ zusammen~ mit~
- anderen~ Produkten~ verwenden,~ da~ gef\"ahrliche~ Gase~ (Chlor)~
- freigesetzt~ werden~ k\"onnen. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 207 } { Achtung!~ Enth\"alt~ Cadmium.~
- Bei~ der~ Verwendung~ entstehen~ gef\"ahrliche~ D\"ampfe.~ Hinweise~ des~
- Herstellers~ beachten.~ Sicherheitsanweisungen~ einhalten. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 208 } { Enth\"alt \ghsystem_substance:
- .~ Kann~ allergische~ Reaktionen~ hervorrufen. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 209 } { Kann~ bei~ Verwendung~ leicht~
- entz\"undbar~ werden. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 209A } { Kann~ bei~ Verwendung~
- entz\"undbar~ werden. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 210 } { Sicherheitsdatenblatt~ auf~
- Anfrage~ erh\"altlich. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 401 } { Zur~ Vermeidung~ von~ Risiken~
- f\"ur~ Mensch~ und~ Umwelt~ die~ Gebrauchsanleitung~ einhalten. }
-
-% SICHERHEITSHINWEISE (Anhang 4 ab Seite 19)
-% 3 Sicherheitshinweise
-% 3.1 Allgemeines
-\prop_put:Nnn \l__ghsystem_p_prop { 101 } { Ist~ \"arztlicher~ Rat~
- erforderlich,~ Verpackung~ oder~ Kennzeichnungsetikett~ bereithalten. }
-\prop_put:Nnn \l__ghsystem_p_prop { 102 } { Darf~ nicht~ in~ die~ H\"ande~
- von~ Kindern~ gelangen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 103 } { Vor~ Gebrauch~
- Kennzeichnungsetikett~ lesen. }
-
-% 3.2 Sicherheitshinweise — Prävention
-\prop_put:Nnn \l__ghsystem_p_prop { 201 } { Vor~ Gebrauch~ besondere~
- Anweisungen~ einholen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 202 } { Vor~ Gebrauch~ alle~
- Sicherheitshinweise~ lesen~ und~ verstehen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 210 } { Von~ Hitze \ghsystem_slash: Funken
- \ghsystem_slash: offener~ Flamme \ghsystem_slash: hei\ss en~ Oberfl\"achen~
- fernhalten.~ Nicht~ rauchen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 211 } { Nicht~ gegen~ offene~ Flamme~
- oder~ andere~ Z\"undquelle~ spr\"uhen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 220 } { Von~ Kleidung \ghsystem_slash:
- \l__ghsystem_dots_tl \ghsystem_slash: brennbaren~ Materialien~ fernhalten
- \ghsystem_slash: entfernt~ aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 221 } { Mischen~ mit~ brennbaren~ Stoffen
- \ghsystem_slash: \l__ghsystem_dots_tl\ unbedingt~ verhindern. }
-\prop_put:Nnn \l__ghsystem_p_prop { 222 } { Kontakt~ mit~ Luft~ nicht~ zulassen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 223 } { Kontakt~ mit~ Wasser~ wegen~
- heftiger~ Reaktion~ und~ m\"oglichem~ Aufflammen~ unbedingt~ verhindern. }
-\prop_put:Nnn \l__ghsystem_p_prop { 230 } { Feucht~ halten~ mit~ \l__ghsystem_dots_tl }
-\prop_put:Nnn \l__ghsystem_p_prop { 231 } { Unter~ inertem~ Gas~ handhaben. }
-\prop_put:Nnn \l__ghsystem_p_prop { 232 } { Vor~ Feuchtigkeit~ sch\"utzen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 233 } { Beh\"alter~ dicht~ verschlossen~ halen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 234 } { Nur~ im~ Originalbeh\"alter~ aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 235 } { K\"uhl~ halten. }
-\prop_put:Nnn \l__ghsystem_p_prop { 240 } { Beh\"alter~ und~ zu~ bef\"ullende~
- Anlage~ erden. }
-\prop_put:Nnn \l__ghsystem_p_prop { 241 } { Explosionsgesch\"utzte~
- elektrische~ Betriebsmittel \ghsystem_slash: L\"uftungsanlagen
- \ghsystem_slash: Beleuchtung \ghsystem_slash: \l__ghsystem_dots_tl\
- verwenden. }
-\prop_put:Nnn \l__ghsystem_p_prop { 242 } { Nur~ funkenfreies~ Werkzeug~ verwenden. }
-\prop_put:Nnn \l__ghsystem_p_prop { 243 } { Ma\ss nahmen~ gegen~
- elektrostatische~ Aufladungen~ treffen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 244 } { Druckminderer~ frei~ von~ Fett~
- und~ \"Ol~ halten. }
-\prop_put:Nnn \l__ghsystem_p_prop { 250 } { Nicht~ schleifen \ghsystem_slash:
- sto\ss en \ghsystem_slash: \l__ghsystem_dots_tl \ghsystem_slash: reiben. }
-\prop_put:Nnn \l__ghsystem_p_prop { 251 } { Beh\"alter~ steht~ unter~ Druck:~
- Nicht~ durchstechen~ oder~ verbrennen,~ auch~ nicht~ nach~ der~ Verwendung. }
-\prop_put:Nnn \l__ghsystem_p_prop { 260 } { Staub \ghsystem_slash: Rauch
- \ghsystem_slash: Gas \ghsystem_slash: Nebel \ghsystem_slash: Dampf
- \ghsystem_slash: Aerosol~ nicht~ einatmen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 261 } { Einatmen~ von~ Staub
- \ghsystem_slash: Rauch \ghsystem_slash: Gas \ghsystem_slash: Nebel
- \ghsystem_slash: Dampf \ghsystem_slash: Aerosol~ vermeiden. }
-\prop_put:Nnn \l__ghsystem_p_prop { 262 } { Nicht~ in~ die~ Augen,~ auf~ die~
- Haut~ oder~ auf~ die~ Kleidung~ gelangen~ lassen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 263 } { Kontakt~ w\"ahrend~ der~
- Schwangerschaft~ und~ der~ Stillzeit~ vermeiden. }
-\prop_put:Nnn \l__ghsystem_p_prop { 264 } { Nach~ Gebrauch~
- \l__ghsystem_dots_tl\ gr\"undlich~ waschen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 270 } { Bei~ Gebrauch~ nicht~ essen,~
- trinken~ oder~ rauchen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 271 } { Nur~ im~ Freien~ oder~ in~ gut~
- bel\"ufteten~ R\"aumen~ verwenden. }
-\prop_put:Nnn \l__ghsystem_p_prop { 272 } { Kontaminierte~ Arbeitskleidung~
- nicht~ au\ss erhalb~ des~ Arbeitsplatzes~ tragen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 273 } { Freisetzung~ in~ die~ Umwelt~ vermeiden. }
-\prop_put:Nnn \l__ghsystem_p_prop { 280 } { Schutzhandschuhe \ghsystem_slash:
- Schutzkleidung \ghsystem_slash: Augenschutz \ghsystem_slash: Gesichtsschutz~
- tragen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 281 } { Vorgeschriebene~ pers\"onliche~
- Schutzausr\"ustung~ verwenden. }
-\prop_put:Nnn \l__ghsystem_p_prop { 282 } { Schutzhandschuhe \ghsystem_slash:
- Gesichtsschild \ghsystem_slash: Augenschutz~ mit~ K\"alteisolierung~ tragen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 283 } { Schwer~ entflammbare
- \ghsystem_slash: flammhemmende~ Kleidung~ tragen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 284 } { Atemschutz~ tragen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 285 } { Bei~ unzureichender~ Bel\"uftung~
- Atemschutz~ tragen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 231 + 232 } { Unter~ inertem~ Gas~
- handhaben.~ Vor~ Feuchtigkeit~ sch\"utzen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 235 + 410 } { K\"uhl~ halten.~ Vor~
- Sonnenbestrahlung~ sch\"utzen. }
-
-% 3.3 Sicherheitshinweise — Reaktion
-\prop_put:Nnn \l__ghsystem_p_prop { 301 } { BEI~ VERSCHLUCKEN : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 } { BEI~ BER\"UHRUNG~ MIT~ DER~ HAUT :
- \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 303 } { BEI~ BER\"UHRUNG~ MIT~ DER~ HAUT~
- (oder~ dem~ Haar) : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 304 } { BEI~ EINATMEN : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 305 } { BEI~ KONTAKT~ MIT~ DEN~ AUGEN :
- \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 306 } { BEI~ KONTAMINIERTER~KLEIDUNG :
- \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 307 } { BEI~ Exposition : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 308 } { BEI~ Exposition~ oder~ falls~
- betroffen : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 309 } { BEI~ Exposition~ oder~ Unwohlsein
- : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 310 } { Sofort~ GIFTINFORMATIONSZENTRUM~
- oder~ Arzt~ anrufen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 311 } { GIFTINFORMATIONSZENTRUM~ oder~
- Arzt~ anrufen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 312 } { Bei~ Unwohlsein~
- GIFTINFORMATIONSZENTRUM~ oder~ Arzt~ anrufen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 313 } { \"Arztlichen~ Rat~ einholen
- \ghsystem_slash: \"arztliche~ Hilfe~ hinzuziehen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 314 } { Bei~ Unwohlsein~ \"arztlichen~Rat~
- einholen \ghsystem_slash: \"arztliche~ Hilfe~ hinzuziehen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 315 } { Sofort~ \"arztlichen~ Rat~
- einholen \ghsystem_slash: \"arztliche~ Hilfe~ hinzuziehen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 320 } { Besondere~ Behandlung~ dringend~
- erforderlich ~(siehe~ \l__ghsystem_dots_tl\ auf~ diesem ~Kennzeichnungsetikett). }
-\prop_put:Nnn \l__ghsystem_p_prop { 321 } { Besondere~ Behandlung~
- (siehe~\l__ghsystem_dots_tl\ auf~ diesem~ Kennzeichnungsetikett). }
-\prop_put:Nnn \l__ghsystem_p_prop { 322 } { Gezielte~ Ma\ss nahmen~ (siehe~
- \l__ghsystem_dots_tl\ auf~ diesem~ Kennzeichnungsetikett). }
-\prop_put:Nnn \l__ghsystem_p_prop { 330 } { Mund~ aussp\"ulen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 331 } { KEIN~ Erbrechen~ herbeif\"uhren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 332 } { Bei~ Hautreizung : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 333 } { Bei~ Hautreizung~ oder~
- \ghsystem_dash: ausschlag : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 334 } { In~ kaltes~ Wasser~ tauchen
- \ghsystem_slash: nassen~ Verband~ anlegen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 335 } { Lose~ Partikel~ von~ der~ Haut~ abb\"ursten. }
-\prop_put:Nnn \l__ghsystem_p_prop { 336 } { Vereiste~ Bereiche~ mit~
- lauwarmem~ Wasser~ auftauen.~ Betroffenen~ Bereich~ nicht~ reiben. }
-\prop_put:Nnn \l__ghsystem_p_prop { 337 } { Bei~ anhaltender~ Augenreizung :
- \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 338 } { Eventuell~ vorhandene~
- Kontaktlinsen~ nach~ M\"oglichkeit~ entfernen.~ Weiter~ aussp\"ulen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 340 } { Die~ betroffene~ Person~ an~ die~
- frische~ Luft~ bringen~ und~ in~ einer~ Position~ ruhigstellen,~ die~ das~
- Atmen~ erleichtert. }
-\prop_put:Nnn \l__ghsystem_p_prop { 341 } { Bei~ Atembeschwerden~ an~ die~
- frische~ Luft~ bringen~ und~ in~ einer~ Position~ ruhigstellen,~ die~ das~
- Atmen~ erleichtert. }
-\prop_put:Nnn \l__ghsystem_p_prop { 342 } { Bei~ Symptomen~ der~ Atemwege :
- \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 350 } { Behutsam~ mit~ viel~ Wasser~ und~
- Seife~ waschen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 351 } { Einige~ Minuten~ lang~ behutsam~
- mit~ Wasser~ aussp\"ulen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 352 } { Mit~ viel~ Wasser~ und~ Seife~ waschen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 353 } { Haut~ mit~ Wasser~ abwaschen
- \ghsystem_slash: duschen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 360 } { Kontaminierte~ Kleidung~ und~
- Haut~ sofort~ mit~ viel~ Wasser~ abwaschen~ und~ danach~ Kleidung~ ausziehen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 361 } { Alle~ kontaminierten~
- Kleidungsst\"ucke~ sofort~ ausziehen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 362 } { Kontaminierte~ Kleidung~
- ausziehen~ und~ vor~ erneutem~ Tragen~ waschen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 363 } { Kontaminierte~ Kleidung~ vor~
- erneutem~ Tragen~ waschen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 } { Bei~ Brand : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 371 } { Bei~ Gro\ss brand~ und~ gro\ss en~
- Mengen : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 372 } { Explosionsgefahr~ bei~ Brand. }
-\prop_put:Nnn \l__ghsystem_p_prop { 373 } { KEINE~ Brandbek\"ampfung,~ wenn~
- das~ Feuer~ explosive~ Stoffe \ghsystem_slash: Gemische \ghsystem_slash:
- Erzeugnisse~ erreicht. }
-\prop_put:Nnn \l__ghsystem_p_prop { 374 } { Brandbek\"ampfung~ mit~
- \"ublichen~ Vorsichtsma\ss nahmen~ aus~ angemessener~ Entfernung. }
-\prop_put:Nnn \l__ghsystem_p_prop { 375 } { Wegen~ Explosionsgefahr~ Brand~
- aus~ der~ Entfernung~ bek\"ampfen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 376 } { Undichtigkeit~ beseitigen,~ wenn~
- gefahrlos~ m\"oglich. }
-\prop_put:Nnn \l__ghsystem_p_prop { 377 } { Brand~ von~ ausstr\"omendem~ Gas:
- \ghsystem_text: ~ Nicht~ l\"oschen,~ bis~ Undichtigkeit~ gefahrlos~
- beseitigt~ werden~ kann. }
-\prop_put:Nnn \l__ghsystem_p_prop { 378 } { \l__ghsystem_dots_tl\ zum~
- L\"oschen~ verwenden. }
-\prop_put:Nnn \l__ghsystem_p_prop { 380 } { Umgebung~ r\"aumen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 381 } { Alle~ Z\"undquellen~ entfernen,~
- wenn~ gefahrlos~ m\"oglich. }
-\prop_put:Nnn \l__ghsystem_p_prop { 390 } { Versch\"uttete~ Mengen~
- aufnehmen,~ um~ Materialsch\"aden~ zu~ vermeiden. }
-\prop_put:Nnn \l__ghsystem_p_prop { 391 } { Versch\"uttete~ Mengen~ aufnehmen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 310 } { BEI~ VERSCHLUCKEN : ~
- Sofort~ GIFTINFORMATIONSZENTRUM~ oder~ Arzt~ anrufen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 312 } { BEI~ VERSCHLUCKEN : ~ Bei~
- Unwohlsein~ GIFTINFORMATIONSZENTRUM~ oder~ Arzt~ anrufen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 330 + 331 } { BEI~ VERSCHLUCKEN : ~
- Mund~ aussp\"ulen.~ KEIN~ Erbrechen~ herbeif\"uhren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 334 } { BEI~ KONTAKT~ MIT~ DER~ HAUT
- : ~ In~ kaltes~ Wasser~ tauchen \ghsystem_slash: nassen~ Verband~ anlegen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 350 } { BEI~ KONTAKT~ MIT~ DER~ HAUT
- : ~ Behutsam~ mit~ viel~ Wasser~ und~ Seife~ waschen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 352 } { BEI~ KONTAKT~ MIT~ DER~ HAUT
- : ~ Mit~ viel~ Wasser~ und~ Seife~ waschen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 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. }
-\prop_put:Nnn \l__ghsystem_p_prop { 304 + 340 } { BEI~ EINATMEN : ~ An~ die~
- frische~ Luft~ bringen~ und~ in~ einer~ Position~ ruhigstellen,~ die~ das~
- Atmen~ erleichtert. }
-\prop_put:Nnn \l__ghsystem_p_prop { 304 + 341 } { BEI~ EINATMEN : ~ Bei~
- Atembeschwerden~ an~ die~ frische~ Luft~ bringen~ und~ in~ einer~ Position~
- ruhigstellen,~ die~ das~ Atmen~ erleichtert. }
-\prop_put:Nnn \l__ghsystem_p_prop { 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. }
-\prop_put:Nnn \l__ghsystem_p_prop { 306 + 360 } { BEI~ KONTAKT~ MIT~ DER~
- KLEIDUNG : ~ Kontaminierte~ Kleidung~ und~ Haut~ sofort~ mit~ viel~ Wasser~
- abwaschen~ und~ danach~ Kleidung~ ausziehen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 307 + 311 } { BEI~ Exposition : ~
- GIFTINFORMATIONSZENTRUM~ oder~ Arzt~ anrufen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 308 + 313 } { BEI~ Exposition~ oder~
- falls~ betroffen : ~ \"Arztlichen~ Rat~ einholen \ghsystem_slash:
- \"arztliche~ Hilfe~ hinzuziehen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 309 + 311 } { BEI~ Exposition~ oder~
- Unwohlsein : ~ GIFTINFORMATIONSZENTRUM~ oder~ Arzt~ anrufen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 332 + 313 } { Bei~ Hautreizung : ~
- \"Arztlichen~ Rat~ einholen \ghsystem_slash: \"arztliche~ Hilfe~ hinzuziehen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 333 + 313 } { Bei~ Hautreizung~ oder~
- \ghsystem_dash: ausschlag : ~ \"Arztlichen~ Rat~ einholen \ghsystem_slash:
- \"arztliche~ Hilfe~ hinzuziehen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 335 + 334 } { Lose~ Partikel~ von~ der~
- Haut~ abb\"ursten.~ In~ kaltes~ Wasser~ tauchen \ghsystem_slash: nassen~
- Verband~ anlegen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 337 + 313 } { Bei~ anhaltender~
- Augenreizung : ~ \"Arztlichen~ Rat~ einholen \ghsystem_slash: \"arztliche~
- Hilfe~ hinzuziehen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 342 + 311 } { Bei~ Symptomen~ der~
- Atemwege : ~ GIFTINFORMATIONSZENTRUM~ oder~ Arzt~ anrufen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 376 } { Bei~ Brand : ~
- Undichtigkeit~ beseitigen,~ wenn~ gefahrlos~ m\"oglich. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 378 } { Bei~ Brand : ~
- \l__ghsystem_dots_tl\ zum~ L\"oschen~ verwenden. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 380 } { Bei~ Brand : ~ Umgebung~
- r\"aumen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 380 + 375 } { Bei~ Brand : ~
- Umgebung~ r\"aumen.~ Wegen~ Explosionsgefahr~ Brand~ aus~ der~ Entfernung~
- bek\"ampfen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 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
-\prop_put:Nnn \l__ghsystem_p_prop { 401 } { \l__ghsystem_dots_tl\
- aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 402 } { An~ einem~ trockenen~ Ort~
- aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 } { An~ einem~ gut~ bel\"ufteten~ Ort~
- aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 404 } { In~ einem~ geschlossenen~
- Beh\"alter~ aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 405 } { Unter~Verschluss~ aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 406 } { In~ korrosionsbest\"andigem
- \ghsystem_slash: \l__ghsystem_dots_tl\ Beh\"alter~ mit~
- korrosionsbest\"andiger Auskleidung~ aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 407 } { Luftspalt~ zwischen~ Stapeln
- \ghsystem_slash: Paletten~ lassen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 } { Vor~ Sonnenbestrahlung~
- sch\"utzen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 411 } { Bei~ Temperaturen~ von~ nicht~
- mehr~ als ~ \exp_args:No \SI { \l__ghsystem_celsius_temperature_tl }{
- \GHScelsius } ~ aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 412 } { Nicht~ Temperaturen~ von~ mehr~
- als ~ \SI { 50 } { \GHScelsius } ~ aussetzen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 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. }
-\prop_put:Nnn \l__ghsystem_p_prop { 420 } { Von~ anderen~ Materialien~
- entfernt~ aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 422 } { Inhalt~ in \ghsystem_slash: unter~
- \l__ghsystem_dots_tl\ aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 402 + 404 } { In~ einem~ geschlossenen~
- Beh\"alter~ an~ einem~ trockenen~ Ort~ aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 + 233 } { Beh\"alter~ dicht~
- verschlossen~ an~ einem~ gut~ bel\"ufteten~ Ort~ aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 + 235 } { K\"uhl~ an~ einem~ gut~
- bel\"ufteten~ Ort~ aufgewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 + 403 } { Vor~ Sonnenbestrahlung~
- gesch\"utzt~ an~ einem~ gut~ bel\"ufteten~ Ort~ aufbewahren. }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 + 412 } { Vor~ Sonnenbestrahlung~
- sch\"utzen~ und~ nicht~ Temperaturen~ von~ mehr~ als ~ \SI { 50 } {
- \GHScelsius } ~ aussetzen. }
-\prop_put:Nnn \l__ghsystem_p_prop { 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
-\prop_put:Nnn \l__ghsystem_p_prop { 501 } { Inhalt \ghsystem_slash:
- Beh\"alter~ \l__ghsystem_dots_tl\ zuf\"uhren. }
-
-% 4 Gefahren-Hinweis Codes (Anhang 6 ab Seite 4)
-\prop_put:Nnn \l__ghsystem_h_prop { 350i } { Kann~ bei~ Einatmen~ Krebs~
- erzeugen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360F } { Kann~ die~ Fruchtbarkeit~
- beeintr\"achtigen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360D } { Kann~ das~ Kind~ im~ Mutterleib~
- sch\"adigen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 361f } { Kann~ vermutlich~ die~
- Fruchtbarkeit~ beeintr\"achtigen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 361d } { Kann~ vermutlich~ das~ Kind~ im~
- Mutterleib~ sch\"adigen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360FD } { Kann~ die~ Fruchtbarkeit~
- beeintr\"achtigen.~ Kann~ das~ Kind~ im~ Mutterleib~ sch\"adigen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 361fd } { Kann~ vermutlich~ die~
- Fruchtbarkeit~ beeintr\"achtigen.~ Kann~ vermutlich~ das~ Kind~ im~
- Mutterleib~ sch\"adigen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360Fd } { Kann~ die~ Fruchtbarkeit~
- beeintr\"achtigen.~ Kann~ vermutlich~ das~ Kind~ im~ Mutterleib~
- sch\"adigen. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360Df } { Kann~ das~ Kind~ im~ Mutterleib~
- sch\"adigen.~ Kann~ vermutlich~ die~ Fruchtbarkeit~ beeintr\"achtigen. }
diff --git a/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_italian.def b/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_italian.def
deleted file mode 100644
index afda4ec7f5a..00000000000
--- a/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_italian.def
+++ /dev/null
@@ -1,859 +0,0 @@
-% --------------------------------------------------------------------------
-% - 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-2014 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
-\prop_clear:N \l__ghsystem_h_prop
-\prop_clear:N \l__ghsystem_euh_prop
-\prop_clear:N \l__ghsystem_p_prop
-
-% 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 \textit
- {
- \textless
- indicare~ la~ via~ di~ esposizione~ se~ \`e~ accertato~ che~
- nessun'altra~ via~ di~ esposizione~ comporta~ il~ medesimo~
- pericolo
- \textgreater
- }
- }
- }
-
-% <state specific effect if known>
-\cs_set:Npn \ghsystem_effect:
- {
- \bool_if:NT \l__ghsystem_fill_in_bool
- {
- \c_space_tl \textit
- {
- \textless
- indicare~ l'effetto~ specifico,~ se~ noto
- \textgreater
- }
- }
- }
-
-% <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 \textit
- {
- \textless
- o~ indicare~ tutti~ gli~ organi~ interessati,~ se~ noti
- \textgreater
- }
- }
- }
-
-\cs_set:Npn \ghsystem_substance:
- {
- \bool_if:NF \l__ghsystem_substance_bool
- {
- \c_space_tl \textit
- {
- \textless
- denominazione~ della~ sostanza~ sensibilizzante
- \textgreater
- }
- }
- }
-
-% INDICAZIONI DI PERICOLO (Allegato 3)
-% 1. Indicazioni di pericolo
-% 1.1 Pericoli fisici
-\prop_put:Nnn \l__ghsystem_h_prop { 200 }
- { Esplosivo~ instabile. }
-\prop_put:Nnn \l__ghsystem_h_prop { 201 }
- { Esplosivo;~ pericolo~ di~ esplosione~ di~ massa. }
-\prop_put:Nnn \l__ghsystem_h_prop { 202 }
- { Esplosivo;~ grave~ pericolo~ di~ proiezione. }
-\prop_put:Nnn \l__ghsystem_h_prop { 203 }
- {
- Esplosivo;~ pericolo~ di~ incendio,~ di~ spostamento~ d'aria~ o~ di~
- proiezione.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 204 }
- { Pericolo~ di~ incendio~ o~ di~ proiezione. }
-\prop_put:Nnn \l__ghsystem_h_prop { 205 }
- { Pericolo~ di~ esplosione~ di~ massa~ in~ caso~ d'incendio. }
-\prop_put:Nnn \l__ghsystem_h_prop { 220 }
- { Gas~ altamente~ infiammabile. }
-\prop_put:Nnn \l__ghsystem_h_prop { 221 }
- { Gas~ infiammabile. }
-\prop_put:Nnn \l__ghsystem_h_prop { 222 }
- { Aerosol~ altamente~ infiammabile. }
-\prop_put:Nnn \l__ghsystem_h_prop { 223 }
- { Aerosol~ infiammabile. }
-\prop_put:Nnn \l__ghsystem_h_prop { 224 }
- { Liquido~ e~ vapori~ altamente~ infiammabili. }
-\prop_put:Nnn \l__ghsystem_h_prop { 225 }
- { Liquido~ e~ vapori~ facilmente~ infiammabili. }
-\prop_put:Nnn \l__ghsystem_h_prop { 226 }
- { Liquido~ e~ vapori~ infiammabili. }
-\prop_put:Nnn \l__ghsystem_h_prop { 228 }
- { Solido~ infiammabile. }
-\prop_put:Nnn \l__ghsystem_h_prop { 240 }
- { Rischio~ di~ esplosione~ per~ riscaldamento. }
-\prop_put:Nnn \l__ghsystem_h_prop { 241 }
- { Rischio~ d'incendio~ o~ di~ esplosione~ per~ riscaldamento. }
-\prop_put:Nnn \l__ghsystem_h_prop { 242 }
- { Rischio~ d'incendio~ per~ riscaldamento. }
-\prop_put:Nnn \l__ghsystem_h_prop { 250 }
- { Spontaneamente~ infiammabile~ all'aria. }
-\prop_put:Nnn \l__ghsystem_h_prop { 251 }
- { Autoriscaldante;~ pu\`o~ infiammarsi. }
-\prop_put:Nnn \l__ghsystem_h_prop { 252 }
- { Autoriscaldante~ in~ grandi~ quantit\`a;~ pu\`o~ infiammarsi. }
-\prop_put:Nnn \l__ghsystem_h_prop { 260 }
- {
- A~ contatto~ con~ l'acqua~ libera~ gas~ infiammabili~ che~ possono~
- infiammarsi~ spontaneamente.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 261 }
- { A~ contatto~ con~ l'acqua~ libera~ gas~ infiammabili. }
-\prop_put:Nnn \l__ghsystem_h_prop { 270 }
- { Pu\`o~ provocare~ o~ aggravare~ un~ incendio;~ comburente. }
-\prop_put:Nnn \l__ghsystem_h_prop { 271 }
- { Pu\`o~ provocare~ un~ incendio~ o~ un'esplosione;~ molto~ comburente. }
-\prop_put:Nnn \l__ghsystem_h_prop { 272 }
- { Pu\`o~ aggravare~ un~ incendio;~ comburente. }
-\prop_put:Nnn \l__ghsystem_h_prop { 280 }
- { Contiene~ gas~ sotto~ pressione;~ pu\`o~ esplodere~ se~ riscaldato. }
-\prop_put:Nnn \l__ghsystem_h_prop { 281 }
- {
- Contiene~ gas~ refrigerato;~ pu\`o~ provocare~ ustioni~ o~ lesioni~
- criogeniche.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 290 }
- { Pu\`o~ essere~ corrosivo~ per~ i~ metalli. }
-
-% 1.2 Pericoli per la salute
-\prop_put:Nnn \l__ghsystem_h_prop { 300 }
- { Letale~ se~ ingerito. }
-\prop_put:Nnn \l__ghsystem_h_prop { 301 }
- { Tossico~ se~ ingerito. }
-\prop_put:Nnn \l__ghsystem_h_prop { 302 }
- { Nocivo~ se~ ingerito. }
-\prop_put:Nnn \l__ghsystem_h_prop { 304 }
- {
- Pu\`o~ essere~ letale~ in~ caso~ di~ ingestione~ e~ di~ penetrazione~
- nelle~ vie~ respiratorie.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 310 }
- { Letale~ per~ contatto~ con~ la~ pelle. }
-\prop_put:Nnn \l__ghsystem_h_prop { 311 }
- { Tossico~ per~ contatto~ con~ la~ pelle. }
-\prop_put:Nnn \l__ghsystem_h_prop { 312 }
- { Nocivo~ per~ contatto~ con~ la~ pelle. }
-\prop_put:Nnn \l__ghsystem_h_prop { 314 }
- { Provoca~ gravi~ ustioni~ cutanee~ e~ gravi~ lesioni~ oculari. }
-\prop_put:Nnn \l__ghsystem_h_prop { 315 }
- { Provoca~ irritazione~ cutanea. }
-\prop_put:Nnn \l__ghsystem_h_prop { 317 }
- { Pu\`o~ provocare~ una~ reazione~ allergica~ cutanea. }
-\prop_put:Nnn \l__ghsystem_h_prop { 318 }
- { Provoca~ gravi~ lesioni~ oculari. }
-\prop_put:Nnn \l__ghsystem_h_prop { 319 }
- { Provoca~ grave~ irritazione~ oculare. }
-\prop_put:Nnn \l__ghsystem_h_prop { 330 }
- { Letale~ se~ inalato. }
-\prop_put:Nnn \l__ghsystem_h_prop { 331 }
- { Tossico~ se~ inalato. }
-\prop_put:Nnn \l__ghsystem_h_prop { 332 }
- { Nocivo~ se~ inalato. }
-\prop_put:Nnn \l__ghsystem_h_prop { 334 }
- {
- Pu\`o~ provocare~ sintomi~ allergici~ o~ asmatici~ o~ difficolt\`a~
- respiratorie~ se~ inalato.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 335 }
- { Pu\`o~ irritare~ le~ vie~ respiratorie. }
-\prop_put:Nnn \l__ghsystem_h_prop { 336 }
- { Pu\`o~ provocare~ sonnolenza~ o~ vertigini. }
-\prop_put:Nnn \l__ghsystem_h_prop { 340 }
- { Pu\`o~ provocare~ alterazioni~ genetiche. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 341 }
- { Sospettato~ di~ provocare~ alterazioni~ genetiche. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 350 }
- { Pu\`o~ provocare~ il~ cancro. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 351 }
- { Sospettato~ di~ provocare~ il~ cancro. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 360 }
- {
- Pu\`o~ nuocere~ alla~ fertilit\`a~ o~ al~ feto. \ghsystem_effect:
- \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 361 }
- {
- Sospettato~ di~ nuocere~ alla~ fertilit\`a~ o~ al~ feto \ghsystem_effect:
- \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 362 }
- { Pu\`o~ essere~ nocivo~ per~ i~ lattanti~ allattati~ al~ seno. }
-\prop_put:Nnn \l__ghsystem_h_prop { 370 }
- {
- Provoca~ danni \bool_if:NF \l__ghsystem_organs_bool { ~ agli~ organi }
- \ghsystem_organs: . \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 371 }
- {
- Pu\`o~ provocare~ danni \bool_if:NF \l__ghsystem_organs_bool { ~ agli~
- organi } \ghsystem_organs: . \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 372 }
- {
- Provoca~ danni \bool_if:NF \l__ghsystem_organs_bool { ~ agli~ organi }
- \ghsystem_organs:\ in~ caso~ di~ esposizione~ prolungata~ o~ ripetuta.
- \ghsystem_exposure:
- }
-
-\prop_put:Nnn \l__ghsystem_h_prop { 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
-\prop_put:Nnn \l__ghsystem_h_prop { 400 }
- { Molto~ tossico~ per~ gli~ organismi~ acquatici. }
-\prop_put:Nnn \l__ghsystem_h_prop { 410 }
- {
- Molto~ tossico~ per~ gli~ organismi~ acquatici~ con~ effetti~ di~ lunga~
- durata.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 411 }
- { Tossico~ per~ gli~ organismi~ acquatici~ con~ effetti~ di~ lunga~ durata. }
-\prop_put:Nnn \l__ghsystem_h_prop { 412 }
- { Nocivo~ per~ gli~ organismi~ acquatici~ con~ effetti~ di~ lunga~ durata. }
-\prop_put:Nnn \l__ghsystem_h_prop { 413 }
- {
- Pu\`o~ essere~ nocivo~ per~ gli~ organismi~ acquatici~ con~ effetti~ di~
- lunga~ durata.
- }
-
-% 2 Informazioni supplementari sui pericoli
-% 2.1 Proprieta` fisiche
-\prop_put:Nnn \l__ghsystem_euh_prop { 001 }
- { Esplosivo~ allo~ stato~ secco. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 006 }
- { Esplosivo~ a~ contatto~ o~ senza~ contatto~ con~ l'aria. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 014 }
- { Reagisce~ violentemente~ con~ l'acqua. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 018 }
- {
- Durante~ l'uso~ pu\`o~ formarsi~ una~ miscela~ vapore-aria~
- esplosiva\ghsystem_slash: infiammabile.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 019 }
- { Pu\`o~ formare~ perossidi~ esplosivi. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 044 }
- { Rischio~ di~ esplosione~ per~ riscaldamento~ in~ ambiente~ confinato. }
-
-% 2.2 Proprieta` pericolose per la salute
-\prop_put:Nnn \l__ghsystem_euh_prop { 029 }
- { A~ contatto~ con~ l'acqua~ libera~ un~ gas~ tossico. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 031 }
- { A~ contatto~ con~ acidi~ libera~ gas~ tossici. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 032 }
- { A~ contatto~ con~ acidi~ libera~ gas~ molto~ tossici. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 066 }
- {
- L'esposizione~ ripetuta~ pu\`o~ provocare~ secchezza~ o~ screpolature~
- della~ pelle.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 070 }
- { Tossico~ per~ contatto~ oculare. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 071 }
- { Corrosivo~ per~ le~ vie~ respiratorie. }
-
-% 2.3 Proprieta` pericolose per l'ambiente
-\prop_put:Nnn \l__ghsystem_euh_prop { 059 }
- { Pericoloso~ per~ lo~ strato~ di~ ozono. }
-
-% 2.4 Elementi descrittivi aggiuntivi / Informazioni riguardanti particolari sostanze e miscele
-\prop_put:Nnn \l__ghsystem_euh_prop { 201 }
- {
- Contiene~ piombo.~ Non~ utilizzare~ su~ oggetti~ che~ possono~ essere~
- masticati~ o~ succhiati~ dai~ bambini.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 201A }
- { Attenzione!~ Contiene~ piombo. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 202 }
- {
- Cianoacrilato.~ Pericolo.~ Incolla~ la~ pelle~ e~ gli~ occhi~ in~ pochi~
- secondi.~ Tenere~ fuori~ dalla~ portata~ dei~ bambini.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 203 }
- { Contiene~ cromo\,(VI).~ Pu\`o~ provocare~ una~ reazione~ allergica. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 204 }
- { Contiene~ isocianati.~ Pu\`o~ provocare~ una~ reazione~ allergica. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 205 }
- {
- Contiene~ componenti~ epossidici.~ Pu\`o~ provocare~ una~ reazione~
- allergica.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 206 }
- {
- Attenzione!~ Non~ utilizzare~ in~ combinazione~ con~ altri~ prodotti.~
- Possono~ liberarsi~ gas~ pericolosi~ (cloro).
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 207 }
- {
- Attenzione!~ Contiene~ cadmio.~ Durante~ l'uso~ si~ sviluppano~ fumi~
- pericolosi.~ Leggere~ le~ informazioni~ fornite~ dal~ fabbricante.~
- Rispettare~ le~ disposizioni~ di~ sicurezza.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 208 }
- {
- Contiene \ghsystem_substance: .~ Pu\`o~ provocare~ una~ reazione~
- allergica.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 209 }
- { Pu\`o~ diventare~ facilmente~ infiammabile~ durante~ l'uso. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 209A }
- { Pu\`o~ diventare~ infiammabile~ durante~ l'uso. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 210 }
- { Scheda~ dati~ di~ sicurezza~ disponibile~ su~ richiesta. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 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
-\prop_put:Nnn \l__ghsystem_p_prop { 101 }
- {
- In~ caso~ di~ consultazione~ di~ un~ medico,~ tenere~ a~ disposizione~ il~
- contenitore~ o~ l'etichetta~ del~ prodotto.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 102 }
- { Tenere~ fuori~ dalla~ portata~ dei~ bambini. }
-\prop_put:Nnn \l__ghsystem_p_prop { 103 }
- { Leggere~ l'etichetta~ prima~ dell'uso. }
-
-% 3.2 Consigli di prudenza - Prevenzione
-\prop_put:Nnn \l__ghsystem_p_prop { 201 }
- { Procurarsi~ istruzioni~ specifiche~ prima~ dell'uso. }
-\prop_put:Nnn \l__ghsystem_p_prop { 202 }
- {
- Non~ manipolare~ prima~ di~ avere~ letto~ e~ compreso~ tutte~ le~
- avvertenze.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 210 }
- {
- Tenere~ lontano~ da~ fonti~ di~ calore\ghsystem_slash:
- scintille\ghsystem_slash: fiamme~ libere\ghsystem_slash: superfici~
- riscaldate.~ \textemdash ~ Non~ fumare.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 211 }
- {
- Non~ vaporizzare~ su~ una~ fiamma~ libera~ o~ altra~ fonte~ di~
- accensione.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 220 }
- {
- Tenere\ghsystem_slash: conservare~ lontano~ da~ indumenti\ghsystem_slash:
- \l__ghsystem_dots_tl \ghsystem_slash: materiali~ combustibili.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 221 }
- {
- Prendere~ ogni~ precauzione~ per~ evitare~ di~ miscelare~ con~ sostanze~
- combustibili~ \l__ghsystem_dots_tl .
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 222 }
- { Evitare~ il~ contatto~ con~ l'aria. }
-\prop_put:Nnn \l__ghsystem_p_prop { 223 }
- {
- Evitare~ qualsiasi~ contatto~ con~ l'acqua:~ pericolo~ di~ reazione~
- violenta~ e~ di~ infiammazione~ spontanea.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 230 }
- { Mantenere~ umido~ con~ \l__ghsystem_dots_tl . }
-\prop_put:Nnn \l__ghsystem_p_prop { 231 }
- { Manipolare~ in~ atmosfera~ di~ gas~ inerte. }
-\prop_put:Nnn \l__ghsystem_p_prop { 232 }
- { Proteggere~ dall'umidit\`a. }
-\prop_put:Nnn \l__ghsystem_p_prop { 233 }
- { Tenere~ il~ recipiente~ ben~ chiuso. }
-\prop_put:Nnn \l__ghsystem_p_prop { 234 }
- { Conservare~ soltanto~ nel~ contenitore~ originale. }
-\prop_put:Nnn \l__ghsystem_p_prop { 235 }
- { Conservare~ in~ luogo~ fresco. }
-\prop_put:Nnn \l__ghsystem_p_prop { 240 }
- {
- Mettere~ a~ terra\ghsystem_slash: massa~ il~ contenitore~ e~ il~
- dispositivo~ ricevente.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 241 }
- {
- Utilizzare~ impianti~ elettrici\ghsystem_slash: di~
- ventilazione\ghsystem_slash: d'illuminazione\ghsystem_slash:
- \l__ghsystem_dots_tl \ghsystem_slash: a~ prova~ di~ esplosione.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 242 }
- { Utilizzare~ solo~ utensili~ antiscintillamento. }
-\prop_put:Nnn \l__ghsystem_p_prop { 243 }
- { Prendere~ precauzioni~ contro~ le~ scariche~ elettrostatiche. }
-\prop_put:Nnn \l__ghsystem_p_prop { 244 }
- { Mantenere~ le~ valvole~ di~ riduzione~ libere~ da~ grasso~ e~ olio. }
-\prop_put:Nnn \l__ghsystem_p_prop { 250 }
- {
- Evitare~ le~ abrasioni\ghsystem_slash: gli~ urti\ghsystem_slash:
- \l__ghsystem_dots_tl \ghsystem_slash: gli~ attriti.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 251 }
- {
- Recipiente~ sotto~ pressione:~ non~ perforare~ n\'e~ bruciare,~ neppure~
- dopo~ l'uso.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 262 }
- { Evitare~ il~ contatto~ con~ gli~ occhi,~ la~ pelle~ o~ gli~ indumenti. }
-\prop_put:Nnn \l__ghsystem_p_prop { 263 }
- { Evitare~ il~ contatto~ durante~ la~ gravidanza\ghsystem_slash: l'allattamento. }
-\prop_put:Nnn \l__ghsystem_p_prop { 264 }
- { Lavare~ accuratamente~ \l__ghsystem_dots_tl\ dopo~ l'uso. }
-\prop_put:Nnn \l__ghsystem_p_prop { 270 }
- { Non~ mangiare,~ n\'e~ bere,~ n\'e~ fumare~ durante~ l'uso. }
-\prop_put:Nnn \l__ghsystem_p_prop { 271 }
- { Utilizzare~ soltanto~ all'aperto~ o~ in~ luogo~ ben~ ventilato. }
-\prop_put:Nnn \l__ghsystem_p_prop { 272 }
- {
- Gli~ indumenti~ da~ lavoro~ contaminati~ non~ devono~ essere~ portati~
- fuori~ dal~ luogo~ di~ lavoro.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 273 }
- { Non~ disperdere~ nell'ambiente. }
-\prop_put:Nnn \l__ghsystem_p_prop { 280 }
- {
- Indossare~ guanti\ghsystem_slash: indumenti~ protettivi\ghsystem_slash:
- Proteggere~ gli~ occhi\ghsystem_slash: il~ viso.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 281 }
- { Utilizzare~ il~ dispositivo~ di~ protezione~ individuale~ richiesto. }
-\prop_put:Nnn \l__ghsystem_p_prop { 282 }
- {
- Utilizzare~ guanti~ termici\ghsystem_slash: schermo~
- facciale\ghsystem_slash: Proteggere~ gli~ occhi.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 283 }
- {
- Indossare~ indumenti~ completamente~ ignifughi~ o~ in~ tessuti~
- ritardanti~ di~ fiamma.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 284 }
- { Utilizzare~ un~ apparecchio~ respiratorio. }
-\prop_put:Nnn \l__ghsystem_p_prop { 285 }
- {
- In~ caso~ di~ ventilazione~ insufficiente~ utilizzare~ un~ apparecchio~
- respiratorio.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 231 + 232 }
- {
- Manipolare~ in~ atmosfera~ di~ gas~ inerte.~ Tenere~ al~ riparo~
- dall'umidit\`a.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 235 + 410 }
- { Tenere~ in~ luogo~ fresco.~ Proteggere~ dai~ raggi~ solari. }
-
-% 3.3 Consigli di prudenza - Reazione
-\prop_put:Nnn \l__ghsystem_p_prop { 301 }
- { IN~ CASO~ DI~ INGESTIONE: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 }
- { IN~ CASO~ DI~ CONTATTO~ CON~ LA~ PELLE: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 303 }
- { IN~ CASO~ DI~ CONTATTO~ CON~ LA~ PELLE~ (o~ con~ i~ capelli): \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 304 }
- { IN~ CASO~ DI~ INALAZIONE: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 305 }
- { IN~ CASO~ DI~ CONTATTO~ CON~ GLI~ OCCHI: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 306 }
- { IN~ CASO~ DI~ CONTATTO~ CON~ GLI~ INDUMENTI: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 307 }
- { IN~ CASO~ di~ esposizione: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 308 }
- { IN~ CASO~ di~ esposizione~ o~ di~ possibile~ esposizione: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 309 }
- { IN~ CASO~ di~ esposizione~ o~ di~ malessere: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 310 }
- { Contattare~ immediatamente~ un~ CENTRO~ ANTIVELENI~ o~ un~ medico. }
-\prop_put:Nnn \l__ghsystem_p_prop { 311 }
- { Contattare~ un~ CENTRO~ ANTIVELENI~ o~ un~ medico. }
-\prop_put:Nnn \l__ghsystem_p_prop { 312 }
- {
- In~ caso~ di~ malessere,~ contattare~ un~ CENTRO~ ANTIVELENI~ o~ un~
- medico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 313 }
- { Consultare~ un~ medico. }
-\prop_put:Nnn \l__ghsystem_p_prop { 314 }
- { In~ caso~ di~ malessere,~ consultare~ un~ medico. }
-\prop_put:Nnn \l__ghsystem_p_prop { 315 }
- { Consultare~ immediatamente~ un~ medico. }
-\prop_put:Nnn \l__ghsystem_p_prop { 320 }
- {
- Trattamento~ specifico~ urgente~ (vedere~ \l__ghsystem_dots_tl\ su~
- questa~ etichetta).
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 321 }
- {
- Trattamento~ specifico~ (vedere~ \l__ghsystem_dots_tl\ su~ questa~
- etichetta).
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 322 }
- {
- Misure~ specifiche~ (vedere~ \l__ghsystem_dots_tl\ su~ questa~
- etichetta).
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 330 }
- { Sciacquare~ la~ bocca. }
-\prop_put:Nnn \l__ghsystem_p_prop { 331 }
- { NON~ provocare~ il~ vomito. }
-\prop_put:Nnn \l__ghsystem_p_prop { 332 }
- { In~ caso~ di~ irritazione~ della~ pelle: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 333 }
- { In~ caso~ di~ irritazione~ o~ eruzione~ della~ pelle: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 334 }
- {
- Immergere~ in~ acqua~ fredda\ghsystem_slash: avvolgere~ con~ un~
- bendaggio~ umido.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 335 }
- { Rimuovere~ le~ particelle~ depositate~ sulla~ pelle. }
-\prop_put:Nnn \l__ghsystem_p_prop { 336 }
- {
- Sgelare~ le~ parti~ congelate~ usando~ acqua~ tiepida.~ Non~ sfregare~ la~
- parte~ interessata.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 337 }
- { Se~ l'irritazione~ degli~ occhi~ persiste: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 338 }
- {
- Togliere~ le~ eventuali~ lenti~ a~ contatto~ se~ \`e~ agevole~ farlo.~
- Continuare~ a~ sciacquare.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 340 }
- {
- Trasportare~ l'infortunato~ all'aria~ aperta~ e~ mantenerlo~ a~ riposo~
- in~ posizione~ che~ favorisca~ la~ respirazione.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 341 }
- {
- Se~ la~ respirazione~ \`e~ difficile,~ trasportare~ l'infortunato~
- all'aria~ aperta~ e~ mantenerlo~ a~ riposo~ in~ posizione~ che~ favorisca~
- la~ respirazione.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 342 }
- { In~ caso~ di~ sintomi~ respiratori: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 350 }
- { Lavare~ delicatamente~ e~ abbondantemente~ con~ acqua~ e~ sapone. }
-\prop_put:Nnn \l__ghsystem_p_prop { 351 }
- { Sciacquare~ accuratamente~ per~ parecchi~ minuti. }
-\prop_put:Nnn \l__ghsystem_p_prop { 352 }
- { Lavare~ abbondantemente~ con~ acqua~ e~ sapone. }
-\prop_put:Nnn \l__ghsystem_p_prop { 353 }
- { Sciacquare~ la~ pelle\ghsystem_slash: fare~ una~ doccia. }
-\prop_put:Nnn \l__ghsystem_p_prop { 360 }
- {
- Sciacquare~ immediatamente~ e~ abbondantemente~ gli~ indumenti~
- contaminati~ e~ la~ pelle~ prima~ di~ togliersi~ gli~ indumenti.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 361 }
- { Togliersi~ di~ dosso~ immediatamente~ tutti~ gli~ indumenti~ contaminati. }
-\prop_put:Nnn \l__ghsystem_p_prop { 362 }
- {
- Togliersi~ di~ dosso~ gli~ indumenti~ contaminati~ e~ lavarli~ prima~ di~
- indossarli~ nuovamente.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 363 }
- { Lavare~ gli~ indumenti~ contaminati~ prima~ di~ indossarli~ nuovamente. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 }
- { In~ caso~ di~ incendio: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 371 }
- { In~ caso~ di~ incendio~ grave~ e~ di~ quantit\`a~ rilevanti: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 372 }
- { Rischio~ di~ esplosione~ in~ caso~ di~ incendio. }
-\prop_put:Nnn \l__ghsystem_p_prop { 373 }
- {
- NON~ utilizzare~ mezzi~ estinguenti~ se~ l'incendio~ raggiunge~ materiali~
- esplosivi.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 374 }
- {
- Utilizzare~ i~ mezzi~ estinguenti~ con~ le~ precauzioni~ abituali~ a~
- distanza~ ragionevole.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 375 }
- {
- Rischio~ di~ esplosione.~ Utilizzare~ i~ mezzi~ estinguenti~ a~ grande~
- distanza.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 376 }
- { Bloccare~ la~ perdita~ se~ non~ c'\`e~ pericolo. }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 378 }
- { Estinguere~ con~ \l__ghsystem_dots_tl . }
-\prop_put:Nnn \l__ghsystem_p_prop { 380 }
- { Evacuare~ la~ zona. }
-\prop_put:Nnn \l__ghsystem_p_prop { 381 }
- { Eliminare~ ogni~ fonte~ di~ accensione~ se~ non~ c'\`e~ pericolo. }
-\prop_put:Nnn \l__ghsystem_p_prop { 390 }
- { Assorbire~ la~ fuoriuscita~ per~ evitare~ danni~ materiali. }
-\prop_put:Nnn \l__ghsystem_p_prop { 391 }
- { Raccogliere~ il~ materiale~ fuoriuscito. }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 310 }
- {
- IN~ CASO~ DI~ INGESTIONE:~ contattare~ immediatamente~ un~ CENTRO~
- ANTIVELENI~ o~ un~ medico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 312 }
- {
- IN~ CASO~ DI~ INGESTIONE~ accompagnata~ da~ malessere:~ contattare~ un~
- CENTRO ANTIVELENI~ o~ un~ medico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 330 + 331 }
- {
- IN~ CASO~ DI~ INGESTIONE:~ sciacquare~ la~ bocca.~ NON~ provocare~ il~
- vomito.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 334 }
- {
- IN~ CASO~ DI~ CONTATTO~ CON~ LA~ PELLE:~ immergere~ in~ acqua~
- fredda\ghsystem_slash: avvolgere~ con~ un~ bendaggio~ umido.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 350 }
- {
- IN~ CASO~ DI~ CONTATTO~ CON~ LA~ PELLE:~ lavare~ delicatamente~ e~
- abbondantemente~ con~ acqua~ e~ sapone.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 352 }
- {
- IN~ CASO~ DI~ CONTATTO~ CON~ LA~ PELLE:~ lavare~ abbondantemente~ con~
- acqua~ e~ sapone.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 304 + 340 }
- {
- IN~ CASO~ DI~ INALAZIONE:~ trasportare~ l'infortunato~ all'aria~ aperta~
- e~ mantenerlo~ a~ riposo~ in~ posizione~ che~ favorisca~ la~ respirazione.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 306 + 360 }
- {
- IN~ CASO~ DI~ CONTATTO~ CON~ GLI~ INDUMENTI:~ sciacquare~ immediatamente~
- e~ abbondantemente~ gli~ indumenti~ contaminati~ e~ la~ pelle~ prima~ di~
- togliersi~ gli~ indumenti.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 307 + 311 }
- {
- IN~ CASO~ di~ esposizione,~ contattare~ un~ CENTRO~ ANTIVELENI~ o~ un~
- medico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 308 + 313 }
- {
- IN~ CASO~ di~ esposizione~ o~ di~ possibile~ esposizione,~ consultare~ un~
- medico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 309 + 311 }
- {
- IN~ CASO~ di~ esposizione~ o~ di~ malessere,~ contattare~ un~ CENTRO~
- ANTIVELENI~ o~ un~ medico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 332 + 313 }
- { In~ caso~ di~ irritazione~ della~ pelle:~ consultare~ un~ medico. }
-\prop_put:Nnn \l__ghsystem_p_prop { 333 + 313 }
- {
- In~ caso~ di~ irritazione~ o~ eruzione~ della~ pelle:~ consultare~ un~
- medico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 335 + 334 }
- {
- Rimuovere~ le~ particelle~ depositate~ sulla~ pelle.~ Immergere~ in~
- acqua~ fredda\ghsystem_slash: avvolgere~ con~ un~ bendaggio~ umido.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 337 + 313 }
- { Se~ l'irritazione~ degli~ occhi~ persiste,~ consultare~ un~ medico. }
-\prop_put:Nnn \l__ghsystem_p_prop { 342 + 311 }
- {
- In~ caso~ di~ sintomi~ respiratori:~ contattare~ un~ CENTRO~ ANTIVELENI~
- o~ un~ medico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 376 }
- { In~ caso~ di~ incendio:~ bloccare~ la~ perdita~ se~ non~ c'\`e~ pericolo. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 378 }
- { In~ caso~ di~ incendio:~ estinguere~ con~ \l__ghsystem_dots_tl . }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 380 }
- { Evacuare~ la~ zona~ in~ caso~ di~ incendio. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 380 + 375 }
- {
- In~ caso~ di~ incendio:~ evacuare~ la~ zona.~ Rischio~ di~ esplosione.~
- Utilizzare~ i~ mezzi~ estinguenti~ a~ grande~ distanza.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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
-\prop_put:Nnn \l__ghsystem_p_prop { 401 }
- { Conservare~ \l__ghsystem_dots_tl . }
-\prop_put:Nnn \l__ghsystem_p_prop { 402 }
- { Conservare~ in~ luogo~ asciutto. }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 }
- { Conservare~ in~ luogo~ ben~ ventilato. }
-\prop_put:Nnn \l__ghsystem_p_prop { 404 }
- { Conservare~ in~ un~ recipiente~ chiuso. }
-\prop_put:Nnn \l__ghsystem_p_prop { 405 }
- { Conservare~ sotto~ chiave. }
-\prop_put:Nnn \l__ghsystem_p_prop { 406 }
- {
- Conservare~ in~ recipiente~ resistente~ alla~ corrosione\ghsystem_slash:
- \l__ghsystem_dots_tl\ provvisto~ di~ rivestimento~ interno~ resistente.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 407 }
- { Mantenere~ uno~ spazio~ libero~ tra~ gli~ scaffali\ghsystem_slash: i~ pallet. }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 }
- { Proteggere~ dai~ raggi~ solari. }
-\prop_put:Nnn \l__ghsystem_p_prop { 411 }
- {
- Conservare~ a~ temperature~ non~ superiori~ a~ \exp_args:No \SI {
- \l__ghsystem_celsius_temperature_tl }{ \GHScelsius } .
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 412 }
- { Non~ esporre~ a~ temperature~ superiori~ a~ \SI { 50 } { \GHScelsius } . }
-\prop_put:Nnn \l__ghsystem_p_prop { 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 } .
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 420 }
- { Conservare~ lontano~ da~ altri~ materiali. }
-\prop_put:Nnn \l__ghsystem_p_prop { 422 }
- { Conservare~ sotto~ \l__ghsystem_dots_tl . }
-\prop_put:Nnn \l__ghsystem_p_prop { 402 + 404 }
- { Conservare~ in~ luogo~ asciutto~ e~ in~ recipiente~ chiuso. }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 + 233 }
- { Tenere~ il~ recipiente~ ben~ chiuso~ e~ in~ luogo~ ben~ ventilato. }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 + 235 }
- { Conservare~ in~ luogo~ fresco~ e~ ben~ ventilato. }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 + 403 }
- { Proteggere~ dai~ raggi~ solari.~ Conservare~ in~ luogo~ ben~ ventilato. }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 + 412 }
- {
- Proteggere~ dai~ raggi~ solari.~ Non~ esporre~ a~ temperature~ superiori~
- a~ \SI { 50 } { \GHScelsius } .
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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
-\prop_put:Nnn \l__ghsystem_p_prop { 501 }
- {
- Smaltire~ il~ prodotto\ghsystem_slash: recipiente~ in~
- \l__ghsystem_dots_tl .
- }
-
-% 4 Codici descrittivi di pericolo (Allegato 6, da pagina 4)
-\prop_put:Nnn \l__ghsystem_h_prop { 350i }
- { Pu\`o~ causare~ il~ cancro~ se~ inalato. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360F }
- { Pu\`o~ nuocere~ alla~ fertilit\`a. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360D }
- { Pu\`o~ nuocere~ al~ feto. }
-\prop_put:Nnn \l__ghsystem_h_prop { 361f }
- { Sospettato~ di~ nuocere~ alla~ fertilit\`a. }
-\prop_put:Nnn \l__ghsystem_h_prop { 361d }
- { Sospettato~ di~ nuocere~ al~ feto. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360FD }
- { Pu\`o~ nuocere~ alla~ fertilit\`a.~ Pu\`o~ nuocere~ al~ feto. }
-\prop_put:Nnn \l__ghsystem_h_prop { 361fd }
- {
- Sospettato~ di~ nuocere~ alla~ fertilit\`a.~ Sospettato~ di~ nuocere~ al~
- feto.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 360Fd }
- { Pu\`o~ nuocere~ alla~ fertilit\`a.~ Sospettato~ di~ nuocere~ al~ feto. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360Df }
- { Pu\`o~ nuocere~ al~ feto.~ Sospettato~ di~ nuocere~ alla~ fertilit\`a. }
-
diff --git a/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_langtemplate.def b/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_langtemplate.def
deleted file mode 100644
index 7fbe5c9cc8e..00000000000
--- a/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_langtemplate.def
+++ /dev/null
@@ -1,426 +0,0 @@
-% --------------------------------------------------------------------------
-% - 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-2014 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
-\prop_clear:N \l__ghsystem_h_prop
-\prop_clear:N \l__ghsystem_euh_prop
-\prop_clear:N \l__ghsystem_p_prop
-
-% 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 \textit{\textless ... \textgreater}
- }
- }
-
-% <state specific effect if known>
-\cs_set:Npn \ghsystem_effect:
- {
- \bool_if:NT \l__ghsystem_fill_in_bool
- {
- \c_space_tl \textit{\textless ... \textgreater}
- }
- }
-
-% <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 \textit{\textless ... \textgreater}
- }
- }
-
-% <name of sensitising substance>
-\cs_set:Npn \ghsystem_substance:
- {
- \bool_if:NF \l__ghsystem_substance_bool
- {
- \c_space_tl \textit{\textless ... \textgreater}
- }
- }
-
-% HAZARD STATEMENTS (Annex 3)
-% 1. Hazard Statements
-% 1.1 Physical Hazards
-\prop_put:Nnn \l__ghsystem_h_prop { 200 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 201 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 202 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 203 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 204 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 205 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 220 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 221 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 222 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 223 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 224 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 225 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 226 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 228 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 240 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 241 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 242 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 250 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 251 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 252 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 260 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 261 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 270 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 271 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 272 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 280 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 281 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 290 } { ... }
-
-% 1.2 Health Hazards
-\prop_put:Nnn \l__ghsystem_h_prop { 300 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 301 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 302 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 304 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 310 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 311 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 312 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 314 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 315 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 317 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 318 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 319 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 330 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 331 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 332 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 334 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 335 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 336 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 340 } { ... \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 341 } { ... \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 350 } { ... \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 351 } { ... \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 360 } { ... \ghsystem_effect: \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 361 } { ... \ghsystem_effect: \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 362 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 370 }
- {
- ... \bool_if:NF \l__ghsystem_organs_bool { ... } \ghsystem_organs:
- . \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 371 }
- {
- ... \bool_if:NF \l__ghsystem_organs_bool { ... } \ghsystem_organs:
- \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 372 }
- {
- ... \bool_if:NF \l__ghsystem_organs_bool { ... } \ghsystem_organs:\
- ... \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 373 }
- {
- ... \bool_if:NF \l__ghsystem_organs_bool { ... } \ghsystem_organs:\
- ... \ghsystem_exposure:
- }
-
-% 1.3 Environmental hazards
-\prop_put:Nnn \l__ghsystem_h_prop { 400 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 410 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 411 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 412 } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 413 } { ... }
-
-% 2 Supplemental Hazard Informations
-% 2.1 Physical Properties
-\prop_put:Nnn \l__ghsystem_euh_prop { 001 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 006 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 014 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 018 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 019 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 044 } { ... }
-
-% 2.2 Health Properties
-\prop_put:Nnn \l__ghsystem_euh_prop { 029 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 031 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 032 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 066 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 070 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 071 } { ... }
-
-% 2.3 Environmental Properties
-\prop_put:Nnn \l__ghsystem_euh_prop { 059 } { ... }
-
-% 2.4 Supplemental Label Elements/Information On Certain Substances And Mixtures
-\prop_put:Nnn \l__ghsystem_euh_prop { 201 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 201A } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 202 } { \iupac { ... } . ~ ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 203 } { ... ~ ... \,(VI) . ~ ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 204 } { ... ~ \iupac { ... } . ~ ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 205 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 206 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 207 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 208 } { ... \ghsystem_substance: . ~ ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 209 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 209A } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 210 } { ... }
-\prop_put:Nnn \l__ghsystem_euh_prop { 401 } { ... }
-
-% PRECAUTIONARY STATEMENTS (Annex 4 page 19ff)
-% 3 Precautionary Statements
-% 3.1 General
-\prop_put:Nnn \l__ghsystem_p_prop { 101 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 102 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 103 } { ... }
-
-% 3.2 Precautionary Statements — Prevention
-\prop_put:Nnn \l__ghsystem_p_prop { 201 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 202 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 210 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 211 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 220 }
- { ... \ghsystem_slash: \l__ghsystem_dots_tl \ghsystem_slash: ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 221 } { ... \l__ghsystem_dots_tl }
-\prop_put:Nnn \l__ghsystem_p_prop { 222 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 223 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 230 } { ... ~ \l__ghsystem_dots_tl }
-\prop_put:Nnn \l__ghsystem_p_prop { 231 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 232 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 233 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 234 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 235 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 240 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 241 }
- { ... \ghsystem_slash: \l__ghsystem_dots_tl\ ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 242 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 243 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 244 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 250 }
- { ... \ghsystem_slash: \l__ghsystem_dots_tl \ghsystem_slash: ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 251 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 260 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 261 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 262 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 263 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 264 } { ... ~ \l__ghsystem_dots_tl\ ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 270 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 271 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 272 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 273 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 280 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 281 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 282 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 283 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 284 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 285 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 231 + 231 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 235 + 410 } { ... }
-
-% 3.3 Precautionary Statements — Response
-\prop_put:Nnn \l__ghsystem_p_prop { 301 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 303 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 304 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 305 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 306 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 307 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 308 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 309 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 310 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 311 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 312 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 313 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 314 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 315 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 320 } { ... ~ \l__ghsystem_dots_tl\ ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 321 } { ... ~ \l__ghsystem_dots_tl\ ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 322 } { ... ~ \l__ghsystem_dots_tl\ ...}
-\prop_put:Nnn \l__ghsystem_p_prop { 330 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 331 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 332 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 333 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 334 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 335 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 336 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 337 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 338 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 340 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 341 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 342 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 350 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 351 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 352 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 353 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 360 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 361 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 362 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 363 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 371 } { ... : \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 372 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 373 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 374 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 375 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 376 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 377 } { ... : \ghsystem_text:\ ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 378 } { \l__ghsystem_dots_tl\ ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 380 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 381 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 390 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 391 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 310 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 312 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 330 + 331 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 334 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 350 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 352 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 303 + 361 + 353 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 304 + 340 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 304 + 341 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 305 + 351 + 338 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 306 + 360 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 307 + 311 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 308 + 313 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 309 + 311 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 332 + 313 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 333 + 313 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 335 + 334 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 337 + 313 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 342 + 311 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 376 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 378 } { ... ~ \l__ghsystem_dots_tl\ ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 380 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 380 + 375 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 371 + 380 + 375 } { ... }
-
-% 3.4 Precautionary Statements — Storage
-\prop_put:Nnn \l__ghsystem_p_prop { 401 } { \l__ghsystem_dots_tl\ ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 402 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 404 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 405 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 406 }
- { ... \ghsystem_slash: \l__ghsystem_dots_tl\ ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 407 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 411 }
- {
- ... ~ \exp_args:No \SI { \l__ghsystem_celsius_temperature_tl }
- { \GHScelsius } \ghsystem_slash: \exp_args:No \SI
- { \l__ghsystem_fahrenheit_temperature_tl } { \GHSfahrenheit } ~ ...
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 412 }
- {
- ... ~ \SI { 50 } { \GHScelsius } \ghsystem_slash: \SI { 122 } {
- \GHSfahrenheit } ~ ...
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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 } ~ ...
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 420 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 422 } { ... ~ \l__ghsystem_dots_tl\ ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 402 + 404 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 + 233 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 + 235 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 + 403 } { ... }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 + 412 }
- {
- ... ~ \SI { 50 } { \GHScelsius } \ghsystem_slash: \SI { 122 } {
- \GHSfahrenheit } ~ ...
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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
-\prop_put:Nnn \l__ghsystem_p_prop { 501 } { ... ~ \l__ghsystem_dots_tl\ ... }
-
-% 4 Hazard Statement Codes (Annex 6 page 4f)
-\prop_put:Nnn \l__ghsystem_h_prop { 350i } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 360F } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 360D } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 361f } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 361d } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 360FD } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 361fd } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 360Fd } { ... }
-\prop_put:Nnn \l__ghsystem_h_prop { 360Df } { ... }
-
diff --git a/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_spanish.def b/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_spanish.def
deleted file mode 100644
index f2a1fd00be9..00000000000
--- a/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_spanish.def
+++ /dev/null
@@ -1,786 +0,0 @@
-% --------------------------------------------------------------------------
-% - 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-2014 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
-\prop_clear:N \l__ghsystem_h_prop
-\prop_clear:N \l__ghsystem_euh_prop
-\prop_clear:N \l__ghsystem_p_prop
-
-% 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 \textit{\textless 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 \textgreater}
- }
- }
-
-% <state specific effect if known>
-\cs_set:Npn \ghsystem_effect:
- {
- \bool_if:NT \l__ghsystem_fill_in_bool
- {
- \c_space_tl \textit{\textless ind\'{\i}quese~ el~ efecto~
- espec\'{\i}fico~ si~ se~ conoce \textgreater}
- }
- }
-
-% <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 \textit{\textless o~ ind\'{\i}quense~ todos~ los~
- \'organos~ afectados,~ si~ se~ conocen \textgreater}
- }
- }
-
-% <name of sensitising substance>
-\cs_set:Npn \ghsystem_substance:
- {
- \bool_if:NF \l__ghsystem_substance_bool
- {
- \c_space_tl \textit{\textless nombre~ de~ la~ sustancia~
- sensibilizante \textgreater}
- }
- }
-
-% HAZARD STATEMENTS (Annex 3)
-% 1. Hazard Statements
-% 1.1 Physical Hazards
-\prop_put:Nnn \l__ghsystem_h_prop { 200 } { Explosivo~ inestable. }
-\prop_put:Nnn \l__ghsystem_h_prop { 201 } { Explosivo;~ peligro~ de~ explosi\'on~ en~ masa. }
-\prop_put:Nnn \l__ghsystem_h_prop { 202 } { Explosivo;~ grave~ peligro~ de~ proyecci\'on. }
-\prop_put:Nnn \l__ghsystem_h_prop { 203 }
- { Explosivo;~ peligro~ de~ incendio,~ de~ onda~ expansiva~ o~ de~ proyecci\'on. }
-\prop_put:Nnn \l__ghsystem_h_prop { 204 } { Peligro~ de~ incendio~ o~ de~ proyecci\'on. }
-\prop_put:Nnn \l__ghsystem_h_prop { 205 }
- { Peligro~ de~ explosi\'on~ en~ masa~ en~ caso~ de~ incendio. }
-\prop_put:Nnn \l__ghsystem_h_prop { 220 } { Gas~ extremadamente~ inflamable. }
-\prop_put:Nnn \l__ghsystem_h_prop { 221 } { Gas~ inflamable. }
-\prop_put:Nnn \l__ghsystem_h_prop { 222 } { Aerosol~ extremadamente~ inflamable. }
-\prop_put:Nnn \l__ghsystem_h_prop { 223 } { Aerosol~ inflamable. }
-\prop_put:Nnn \l__ghsystem_h_prop { 224 }
- { L\'{\i}quido~ y~ vapores~ extremadamente~ inflamables. }
-\prop_put:Nnn \l__ghsystem_h_prop { 225 } { L\'{\i}quido~ y~ vapores~ muy~ inflamables. }
-\prop_put:Nnn \l__ghsystem_h_prop { 226 } { L\'{\i}quido~ y~ vapores~ inflamables. }
-\prop_put:Nnn \l__ghsystem_h_prop { 228 } { S\'olido~ inflamable. }
-\prop_put:Nnn \l__ghsystem_h_prop { 240 }
- { Peligro~ de~ explosi\'on~ en~ caso~ de~ calentamiento. }
-\prop_put:Nnn \l__ghsystem_h_prop { 241 }
- { Peligro~ de~ incendio~ o~ explosi\'on~ en~ caso~ de~ calentamiento. }
-\prop_put:Nnn \l__ghsystem_h_prop { 242 }
- { Peligro~ de~ incendio~ en~ caso~ de~ calentamiento. }
-\prop_put:Nnn \l__ghsystem_h_prop { 250 }
- { Se~ inflama~ espont\'aneamente~ en~ contacto~ con~ el~ aire. }
-\prop_put:Nnn \l__ghsystem_h_prop { 251 }
- { Se~ calienta~ espont\'aneamente;~ puede~ inflamarse. }
-\prop_put:Nnn \l__ghsystem_h_prop { 252 }
- { Se~ calienta~ espont\'aneamente~ en~ grandes~ cantidades;~ puede~ inflamarse. }
-\prop_put:Nnn \l__ghsystem_h_prop { 260 }
- {
- En~ contacto~ con~ el~ agua~ desprende~ gases~ inflamables~ que~ pueden~
- inflamarse~ espont\'aneamente.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 261 }
- { En~ contacto~ con~ el~ agua~ desprende~ gases~ inflamables. }
-\prop_put:Nnn \l__ghsystem_h_prop { 270 }
- { Puede~ provocar~ o~ agravar~ un~ incendio;~ comburente. }
-\prop_put:Nnn \l__ghsystem_h_prop { 271 }
- { Puede~ provocar~ un~ incendio~ o~ una~ explosi\'on;~ muy~ comburente. }
-\prop_put:Nnn \l__ghsystem_h_prop { 272 } { Puede~ agravar~ un~ incendio;~ comburente. }
-\prop_put:Nnn \l__ghsystem_h_prop { 280 }
- { Contiene~ gas~ a~ presi\'on;~ peligro~ de~ explosi\'on~ en~ caso~ de~ calentamiento. }
-\prop_put:Nnn \l__ghsystem_h_prop { 281 }
- {
- Contiene~ un~ gas~ refrigerado;~ puede~ provocar~ quemaduras~ o~ lesiones~
- criog\'enicas.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 290 } { Puede~ ser~ corrosivo~ para~ los~ metales. }
-
-% 1.2 Health Hazards
-\prop_put:Nnn \l__ghsystem_h_prop { 300 } { Mortal~ en~ caso~ de~ ingesti\'on. }
-\prop_put:Nnn \l__ghsystem_h_prop { 301 } { T\'oxico~ en~ caso~ de~ ingesti\'on. }
-\prop_put:Nnn \l__ghsystem_h_prop { 302 } { Nocivo~ en~ caso~ de~ ingesti\'on. }
-\prop_put:Nnn \l__ghsystem_h_prop { 304 }
- {
- Puede~ ser~ mortal~ en~ caso~ de~ ingesti\'on~ y~ penetraci\'on~ en~ las~
- v\'{\i}as~ respiratorias.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 310 } { Mortal~ en~ contacto~ con~ la~ piel. }
-\prop_put:Nnn \l__ghsystem_h_prop { 311 } { T\'oxico~ en~ contacto~ con~ la~ piel. }
-\prop_put:Nnn \l__ghsystem_h_prop { 312 } { Nocivo~ en~ contacto~ con~ la~ piel. }
-\prop_put:Nnn \l__ghsystem_h_prop { 314 }
- { Provoca~ quemaduras~ graves~ en~ la~ piel~ y~ lesiones~ oculares~ graves. }
-\prop_put:Nnn \l__ghsystem_h_prop { 315 } { Provoca~ irritaci\'on~ cut\'anea. }
-\prop_put:Nnn \l__ghsystem_h_prop { 317 }
- { Puede~ provocar~ una~ reacci\'on~ al\'ergica~ en~ la~ piel. }
-\prop_put:Nnn \l__ghsystem_h_prop { 318 } { Provoca~ lesiones~ oculares~ graves. }
-\prop_put:Nnn \l__ghsystem_h_prop { 319 } { Provoca~ irritaci\'on~ ocular~ grave. }
-\prop_put:Nnn \l__ghsystem_h_prop { 330 } { Mortal~ en~ caso~ de~ inhalaci\'on. }
-\prop_put:Nnn \l__ghsystem_h_prop { 331 } { T\'oxico~ en~ caso~ de~ inhalaci\'on. }
-\prop_put:Nnn \l__ghsystem_h_prop { 332 } { Nocivo~ en~ caso~ de~ inhalaci\'on. }
-\prop_put:Nnn \l__ghsystem_h_prop { 334 }
- {
- Puede~ provocar~ s\'{\i}ntomas~ de~ alergia~ o~ asma~ o~ dificultades~
- respiratorias~ en~ caso~ de~ inhalaci\'on.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 335 } { Puede~ irritar~ las~ v\'{\i}as~ respiratorias. }
-\prop_put:Nnn \l__ghsystem_h_prop { 336 } { Puede~ provocar~ somnolencia~ o~ v\'ertigo. }
-\prop_put:Nnn \l__ghsystem_h_prop { 340 }
- { Puede~ provocar~ defectos~ gen\'eticos. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 341 }
- { Se~ sospecha~ que~ provoca~ defectos~ gen\'eticos. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 350 } { Puede~ provocar~ c\'ancer. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 351 }
- { Se~ sospecha~ que~ provoca~ c\'ancer. \ghsystem_exposure: }
-\prop_put:Nnn \l__ghsystem_h_prop { 360 }
- {
- Puede~ perjudicar~ la~ fertilidad~ o~ da\~nar~ al~ feto. \ghsystem_effect:
- \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 361 }
- {
- Se~ sospecha~ que~ perjudica~ la~ fertilidad~ o~ da\~na~ al~
- feto. \ghsystem_effect: \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 362 }
- { Puede~ perjudicar~ a~ los~ ni\~nos~ alimentados~ con~ leche~ materna. }
-\prop_put:Nnn \l__ghsystem_h_prop { 370 }
- {
- Provoca~ da\~nos \bool_if:NF \l__ghsystem_organs_bool {~ en~ los~
- \'organos } \ghsystem_organs: . \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 371 }
- {
- Puede~ provocar~ da\~nos \bool_if:NF \l__ghsystem_organs_bool {~ en~ los~
- \'organos } \ghsystem_organs: . \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 372 }
- {
- Provoca~ da\~nos \bool_if:NF \l__ghsystem_organs_bool {~ en~ los~
- \'organos } \ghsystem_organs: \ tras~ exposiciones~ prolongadas~ o~
- repetidas. \ghsystem_exposure:
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 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
-\prop_put:Nnn \l__ghsystem_h_prop { 400 }
- { Muy~ t\'oxico~ para~ los~ organismos~ acu\'aticos. }
-\prop_put:Nnn \l__ghsystem_h_prop { 410 }
- { Muy~ t\'oxico~ para~ los~ organismos~ acu\'aticos,~ con~ efectos~ nocivos~ duraderos. }
-\prop_put:Nnn \l__ghsystem_h_prop { 411 }
- { T\'oxico~ para~ los~ organismos~ acu\'aticos,~ con~ efectos~ nocivos~ duraderos. }
-\prop_put:Nnn \l__ghsystem_h_prop { 412 }
- { Nocivo~ para~ los~ organismos~ acu\'aticos,~ con~ efectos~ nocivos~ duraderos. }
-\prop_put:Nnn \l__ghsystem_h_prop { 413 }
- {
- Puede~ ser~ nocivo~ para~ los~ organismos~ acu\'aticos,~ con~ efectos~
- nocivos~ duraderos
- }
-
-% 2 Supplemental Hazard Informations
-% 2.1 Physical Properties
-\prop_put:Nnn \l__ghsystem_euh_prop { 001 } { Explosivo~ en~ estado~ seco. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 006 }
- { Explosivo~ en~ contacto~ o~ sin~ contacto~ con~ el~ aire. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 014 } { Reacciona~ violentamente~ con~ el~ agua. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 018 }
- { Al~ usarlo~ pueden~ formarse~ mezclas~ aire-vapor~ explosivas~ o~ inflamables. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 019 } { Puede~ formar~ per\'oxidos~ explosivos. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 044 }
- { Riesgo~ de~ explosi\'on~ al~ calentarlo~ en~ ambiente~ confinado. }
-
-% 2.2 Health Properties
-\prop_put:Nnn \l__ghsystem_euh_prop { 029 }
- { En~ contacto~ con~ agua~ libera~ gases~ t\'oxicos. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 031 }
- { En~ contacto~ con~ \'acidos~ libera~ gases~ t\'oxicos. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 032 }
- { En~ contacto~ con~ \'acidos~ libera~ gases~ muy~ t\'oxicos. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 066 }
- {
- La~ exposici\'on~ repetida~ puede~ provocar~ sequedad~ o~ formaci\'on~ de~
- grietas~ en~ la~ piel.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 070 } { T\'oxico~ en~ contacto~ con~ los~ ojos. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 071 }
- { Corrosivo~ para~ las~ v\'{\i}as~ respiratorias. }
-
-% 2.3 Environmental Properties
-\prop_put:Nnn \l__ghsystem_euh_prop { 059 } { Peligroso~ para~ la~ capa~ de~ ozono. }
-
-% 2.4 Supplemental Label Elements/Information On Certain Substances And Mixtures
-\prop_put:Nnn \l__ghsystem_euh_prop { 201 }
- {
- Contiene~ \iupac { plomo } .~ No~ utilizar~ en~ objetos~ que~ los~
- ni\~nos~ puedan~ masticar~ o~ chupar.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 201A }
- { \textexclamdown Atenci\'on!~ Contiene~ \iupac { plomo } . }
-\prop_put:Nnn \l__ghsystem_euh_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 203 }
- { Contiene~ \iupac { cromo \,(VI) } .~ Puede~ provocar~ una~ reacci\'on~ al\'ergica. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 204 }
- { Contiene~ \iupac { iso\|cianatos } .~ Puede~ provocar~ una~ reacci\'on~ al\'ergica. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 205 }
- { Contiene~ componentes~ epox\'{\i}dicos.~ Puede~ provocar~ una~ reacci\'on~ al\'ergica. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 206 }
- {
- \textexclamdown Atenci\'on!~ No~ utilizar~ junto~ con~ otros~ productos.~
- Puede~ desprender~ gases~ peligrosos~ (cloro).
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_euh_prop { 208 }
- { Contiene \ghsystem_substance: .~ Puede~ provocar~ una~ reacci\'on~ al\'ergica. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 209 } { Puede~ inflamarse~ f\'acilmente~ al~ usarlo. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 209A } { Puede~ inflamarse~ al~ usarlo. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 210 }
- { Puede~ solicitarse~ la~ ficha~ de~ datos~ de~ seguridad. }
-\prop_put:Nnn \l__ghsystem_euh_prop { 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
-\prop_put:Nnn \l__ghsystem_p_prop { 101 }
- { Si~ se~ necesita~ consejo~ m\'edico,~ tener~ a~ mano~ el~ envase~ o~ la~ etiqueta. }
-\prop_put:Nnn \l__ghsystem_p_prop { 102 } { Mantener~ fuera~ del~ alcance~ de~ los~ ni\~nos. }
-\prop_put:Nnn \l__ghsystem_p_prop { 103 } { Leer~ la~ etiqueta~ antes~ del~ uso. }
-
-% 3.2 Precautionary Statements — Prevention
-\prop_put:Nnn \l__ghsystem_p_prop { 201 }
- { Pedir~ instrucciones~ especiales~ antes~ del~ uso. }
-\prop_put:Nnn \l__ghsystem_p_prop { 202 }
- {
- No~ manipular~ la~ sustancia~ antes~ de~ haber~ le\'{\i}do~ y~
- comprendido~ todas~ las~ instrucciones~ de~ seguridad.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 210 }
- {
- Mantener~ alejado~ de~ fuentes~ de~ calor,~ chispas,~ llama~ abierta~ o~
- superficies~ calientes.~ \textemdash\ No~ fumar.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 211 }
- { No~ pulverizar~ sobre~ una~ llama~ abierta~ u~ otra~ fuente~ de~ ignici\'on. }
-\prop_put:Nnn \l__ghsystem_p_prop { 220 }
- {
- Mantener~ o~ almacenar~ alejado~ de~ la~ ropa \ghsystem_slash:
- \l__ghsystem_dots_tl \ghsystem_slash: materiales~ combustibles.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 221 }
- {
- Tomar~ todas~ las~ precauciones~ necesarias~ para~ no~ mezclar~ con~
- materias~ combustibles \l__ghsystem_dots_tl
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 222 }
- { No~ dejar~ que~ entre~ en~ contacto~ con~ el~ aire. }
-\prop_put:Nnn \l__ghsystem_p_prop { 223 }
- {
- Mantener~ alejado~ de~ cualquier~ posible~ contacto~ con~ el~ agua,~ pues~
- reacciona~ violentamente~ y~ puede~ provocar~ una~ llamarada.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 230 } { Mantener~ humedecido~ con \l__ghsystem_dots_tl }
-\prop_put:Nnn \l__ghsystem_p_prop { 231 } { Manipular~ en~ gas~ inerte. }
-\prop_put:Nnn \l__ghsystem_p_prop { 232 } { Proteger~ de~ la~ humedad. }
-\prop_put:Nnn \l__ghsystem_p_prop { 233 }
- { Mantener~ el~ recipiente~ herm\'eticamente~ cerrado. }
-\prop_put:Nnn \l__ghsystem_p_prop { 234 }
- { Conservar~ \'unicamente~ en~ el~ recipiente~ original. }
-\prop_put:Nnn \l__ghsystem_p_prop { 235 } { Mantener~ en~ lugar~ fresco. }
-\prop_put:Nnn \l__ghsystem_p_prop { 240 }
- {
- Conectar~ a~ tierra \ghsystem_slash: enlace~ equipotencial~ del~
- recipiente~ y~ del~ equipo~ de~ recepci\'on.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 241 }
- {
- Utilizar~ un~ material~ el\'ectrico,~ de~ ventilaci\'on~ o~ de~
- iluminaci\'on \ghsystem_slash: \l__ghsystem_dots_tl \ghsystem_slash:
- antideflagrante.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 242 }
- { Utilizar~ \'unicamente~ herramientas~ que~ no~ produzcan~ chispas. }
-\prop_put:Nnn \l__ghsystem_p_prop { 243 }
- { Tomar~ medidas~ de~ precauci\'on~ contra~ descargas~ el\'ectricas. }
-\prop_put:Nnn \l__ghsystem_p_prop { 244 }
- { Mantener~ las~ v\'alvulas~ de~ reducci\'on~ limpias~ de~ grasa~ y~ aceite. }
-\prop_put:Nnn \l__ghsystem_p_prop { 250 }
- {
- Evitar~ la~ abrasi\'on \ghsystem_slash: el~ choque \ghsystem_slash:
- \l__ghsystem_dots_tl \ghsystem_slash: la~ fricci\'on
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 251 }
- {
- Recipiente~ a~ presi\'on:~ no~ perforar~ ni~ quemar,~ aun~ despu\'es~ del~
- uso.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 262 }
- { Evitar~ el~ contacto~ con~ los~ ojos,~ la~ piel~ o~ la~ ropa. }
-\prop_put:Nnn \l__ghsystem_p_prop { 263 }
- { Evitar~ el~ contacto~ durante~ el~ embarazo \ghsystem_slash: la~ lactancia. }
-\prop_put:Nnn \l__ghsystem_p_prop { 264 }
- { Lavarse~ \l__ghsystem_dots_tl\ concienzudamente~ tras~ la~ manipulaci\'on. }
-\prop_put:Nnn \l__ghsystem_p_prop { 270 }
- { No~ comer,~ beber~ ni~ fumar~ durante~ su~ utilizaci\'on. }
-\prop_put:Nnn \l__ghsystem_p_prop { 271 }
- { Utilizar~ \'unicamente~ en~ exteriores~ o~ en~ un~ lugar~ bien~ ventilado. }
-\prop_put:Nnn \l__ghsystem_p_prop { 272 }
- {
- Las~ prendas~ de~ trabajo~ contaminadas~ no~ podr\'an~ sacarse~ del~
- lugar~ de~ trabajo.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 273 } { Evitar~ su~ liberaci\'on~ al~ medio~ ambiente. }
-\prop_put:Nnn \l__ghsystem_p_prop { 280 }
- {
- Llevar~ guantes \ghsystem_slash: prendas \ghsystem_slash: gafas
- \ghsystem_slash: m\'ascara~ de~ protecci\'on.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 281 }
- { Utilizar~ el~ equipo~ de~ protecci\'on~ individual~ obligatorio. }
-\prop_put:Nnn \l__ghsystem_p_prop { 282 }
- {
- Llevar~ guantes~ que~ a\'{\i}slen~ del~ fr\'{\i}o \ghsystem_slash: gafas
- \ghsystem_slash: m\'ascara.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 283 }
- {
- Llevar~ prendas~ ign\'{\i}fugas \ghsystem_slash: resistentes~ al~ fuego
- \ghsystem_slash: resistentes~ a~ las~ llamas.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 284 } { Llevar~ equipo~ de~ protecci\'on~ respiratoria. }
-\prop_put:Nnn \l__ghsystem_p_prop { 285 }
- {
- En~ caso~ de~ ventilaci\'on~ insuficiente,~ llevar~ equipo~ de~
- protecci\'on~ respiratoria.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 231 + 232 }
- { Manipular~ en~ gas~ inerte.~ Proteger~ de~ la~ humedad. }
-\prop_put:Nnn \l__ghsystem_p_prop { 235 + 410 }
- { Conservar~ en~ lugar~ fresco~ Proteger~ de~ la~ luz~ del~ sol. }
-
-% 3.3 Precautionary Statements — Response
-\prop_put:Nnn \l__ghsystem_p_prop { 301 } { EN~ CASO~ DE~ INGESTI\'ON: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 }
- { EN~ CASO~ DE~ CONTACTO~ CON~ LA~ PIEL: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 303 }
- { EN~ CASO~ DE~ CONTACTO~ CON~ LA~ PIEL~ (o~ el~ pelo): \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 304 } { EN~ CASO~ DE~ INHALACI\'ON: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 305 }
- { EN~ CASO~ DE~ CONTACTO~ CON~ LOS~ OJOS: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 306 }
- { EN~ CASO~ DE~ CONTACTO~ CON~ LA~ ROPA: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 307 } { EN~ CASO~ DE~ exposici\'on: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 308 }
- { EN~ CASO~ DE~ exposici\'on~ manifiesta~ o~ presunta: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 309 }
- { EN~ CASO~ DE~ exposici\'on~ o~ malestar: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 310 }
- {
- Llamar~ inmediatamente~ a~ un~ CENTRO~ DE~ INFORMACI\'ON~ TOXICOL\'OGICA~
- o~ a~ un~ m\'edico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 311 }
- { Llamar~ a~ un~ CENTRO~ DE~ INFORMACI\'ON~ TOXICOL\'OGICA~ o~ a~ un~ m\'edico. }
-\prop_put:Nnn \l__ghsystem_p_prop { 312 }
- {
- Llamar~ a~ un~ CENTRO~ DE~ INFORMACI\'ON~ TOXICOL\'OGICA~ o~ a~ un~
- m\'edico~ en~ caso~ de~ malestar.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 313 } { Consultar~ a~ un~ m\'edico. }
-\prop_put:Nnn \l__ghsystem_p_prop { 314 }
- { Consultar~ a~ un~ m\'edico~ en~ caso~ de~ malestar. }
-\prop_put:Nnn \l__ghsystem_p_prop { 315 } { Consultar~ a~ un~ m\'edico~ inmediatamente. }
-\prop_put:Nnn \l__ghsystem_p_prop { 320 }
- {
- Se~ necesita~ urgentemente~ un~ tratamiento~ espec\'{\i}fico~ (ver~
- \l__ghsystem_dots_tl\ en~ esta~ etiqueta).
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 321 }
- {
- Se~ necesita~ un~ tratamiento~ espec\'{\i}fico~ (ver~
- \l__ghsystem_dots_tl\ en~ esta~ etiqueta).
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 322 }
- {
- Se~ necesitan~ medidas~ espec\'{\i}ficas~ (ver~ \l__ghsystem_dots_tl\ en~
- esta~ etiqueta).
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 330 } { Enjuagarse~ la~ boca. }
-\prop_put:Nnn \l__ghsystem_p_prop { 331 } { NO~ provocar~ el~ v\'omito. }
-\prop_put:Nnn \l__ghsystem_p_prop { 332 }
- { En~ caso~ de~ irritaci\'on~ cut\'anea: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 333 }
- { En~ caso~ de~ irritaci\'on~ o~ erupci\'on~ cut\'anea: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 334 }
- { Sumergir~ en~ agua~ fresca \ghsystem_slash: aplicar~ compresas~ h\'umedas. }
-\prop_put:Nnn \l__ghsystem_p_prop { 335 }
- { Sacudir~ las~ part\'{\i}culas~ que~ se~ hayan~ depositado~ en~ la~ piel. }
-\prop_put:Nnn \l__ghsystem_p_prop { 336 }
- { Descongelar~ las~ partes~ heladas~ con~ agua~ tibia.~ No~ frotar~ la~ zona~ afectada. }
-\prop_put:Nnn \l__ghsystem_p_prop { 337 }
- { Si~ persiste~ la~ irritaci\'on~ ocular: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 338 }
- { Quitar~ las~ lentes~ de~ contacto,~ si~ lleva~ y~ resulta~ f\'acil.~ Seguir~ aclarando. }
-\prop_put:Nnn \l__ghsystem_p_prop { 340 }
- {
- Transportar~ a~ la~ v\'{\i}ctima~ al~ exterior~ y~ mantenerla~ en~ reposo~
- en~ una~ posici\'on~ confortable~ para~ respirar.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 341 }
- {
- Si~ respira~ con~ dificultad,~ transportar~ a~ la~ v\'{\i}ctima~ al~
- exterior~ y~ mantenerla~ en~ reposo~ en~ una~ posici\'on~ confortable~
- para~ respirar.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 342 }
- { En~ caso~ de~ s\'{\i}ntomas~ respiratorios: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 350 }
- { Lavar~ suavemente~ con~ agua~ y~ jab\'on~ abundantes. }
-\prop_put:Nnn \l__ghsystem_p_prop { 351 }
- { Aclarar~ cuidadosamente~ con~ agua~ durante~ varios~ minutos. }
-\prop_put:Nnn \l__ghsystem_p_prop { 352 } { Lavar~ con~ agua~ y~ jab\'on~ abundantes. }
-\prop_put:Nnn \l__ghsystem_p_prop { 353 }
- { Aclararse~ la~ piel~ con~ agua \ghsystem_slash: ducharse. }
-\prop_put:Nnn \l__ghsystem_p_prop { 360 }
- {
- Aclarar~ inmediatamente~ con~ agua~ abundante~ las~ prendas~ y~ la~ piel~
- contaminadas~ antes~ de~ quitarse~ la~ ropa.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 361 }
- { Quitarse~ inmediatamente~ las~ prendas~ contaminadas. }
-\prop_put:Nnn \l__ghsystem_p_prop { 362 }
- {
- Quitarse~ las~ prendas~ contaminadas~ y~ lavarlas~ antes~ de~ volver~ a~
- usarlas.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 363 }
- { Lavar~ las~ prendas~ contaminadas~ antes~ de~ volver~ a~ usarlas. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 } { En~ caso~ de~ incendio: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 371 }
- { En~ caso~ de~ incendio~ importante~ y~ en~ grandes~ cantidades: \ghsystem_text: }
-\prop_put:Nnn \l__ghsystem_p_prop { 372 } { Riesgo~ de~ explosi\'on~ en~ caso~ de~ incendio. }
-\prop_put:Nnn \l__ghsystem_p_prop { 373 }
- { NO~ luchar~ contra~ el~ incendio~ cuando~ el~ fuego~ llega~ a~ los~ explosivos. }
-\prop_put:Nnn \l__ghsystem_p_prop { 374 }
- {
- Luchar~ contra~ el~ incendio~ desde~ una~ distancia~ razonable,~ tomando~
- las~ precauciones~ habituales.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 375 }
- { Luchar~ contra~ el~ incendio~ a~ distancia,~ dado~ el~ riesgo~ de~ explosi\'on. }
-\prop_put:Nnn \l__ghsystem_p_prop { 376 }
- { Detener~ la~ fuga,~ si~ no~ hay~ peligro~ en~ hacerlo. }
-\prop_put:Nnn \l__ghsystem_p_prop { 377 }
- {
- Fuga~ de~ gas~ en~ llamas: \ghsystem_text:\ No~ apagar,~ salvo~ si~ la~
- fuga~ puede~ detenerse~ sin~ peligro.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 378 } { Utilizar~ \l__ghsystem_dots_tl\ para~ apagarlo. }
-\prop_put:Nnn \l__ghsystem_p_prop { 380 } { Evacuar~ la~ zona. }
-\prop_put:Nnn \l__ghsystem_p_prop { 381 }
- { Eliminar~ todas~ las~ fuentes~ de~ ignici\'on~ si~ no~ hay~ peligro~ en~ hacerlo. }
-\prop_put:Nnn \l__ghsystem_p_prop { 390 }
- { Absorber~ el~ vertido~ para~ que~ no~ da\~ne~ otros~ materiales. }
-\prop_put:Nnn \l__ghsystem_p_prop { 391 } { Recoger~ el~ vertido. }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 310 }
- {
- EN~ CASO~ DE~ INGESTI\'ON:~ Llamar~ inmediatamente~ a~ un~ CENTRO~ DE~
- INFORMACI\'ON~ TOXICOL\'OGICA~ o~ a~ un~ m\'edico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 301 + 330 + 331 }
- { EN~ CASO~ DE~ INGESTI\'ON:~ Enjuagarse~ la~ boca.~ NO~ provocar~ el~ v\'omito. }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 334 }
- {
- EN~ CASO~ DE~ CONTACTO~ CON~ LA~ PIEL:~ Sumergir~ en~ agua~ fresca
- \ghsystem_slash: aplicar~ compresas~ h\'umedas.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 350 }
- {
- EN~ CASO~ DE~ CONTACTO~ CON~ LA~ PIEL:~ Lavar~ suavemente~ con~ agua~ y~
- jab\'on~ abundantes.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 302 + 352 }
- { EN~ CASO~ DE~ CONTACTO~ CON~ LA~ PIEL:~ Lavar~ con~ agua~ y~ jab\'on~ abundantes. }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 307 + 311 }
- {
- EN~ CASO~ DE~ exposici\'on:~ Llamar~ a~ un~ CENTRO~ DE~ INFORMACI\'ON~
- TOXICOL\'OGICA~ o~ a~ un~ m\'edico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 308 + 313 }
- {
- EN~ CASO~ DE~ exposici\'on~ manifiesta~ o~ presunta:~ Consultar~ a~ un~
- m\'edico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 332 + 313 }
- { En~ caso~ de~ irritaci\'on~ cut\'anea:~ Consultar~ a~ un~ m\'edico. }
-\prop_put:Nnn \l__ghsystem_p_prop { 333 + 313 }
- { En~ caso~ de~ irritaci\'on~ o~ erupci\'on~ cut\'anea:~ Consultar~ a~ un~ m\'edico. }
-\prop_put:Nnn \l__ghsystem_p_prop { 335 + 334 }
- {
- Sacudir~ las~ part\'{\i}culas~ que~ se~ hayan~ depositado~ en~ la~ piel.~
- Sumergir~ en~ agua~ fresca \ghsystem_slash: aplicar~ compresas~ h\'umedas.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 337 + 313 }
- { Si~ persiste~ la~ irritaci\'on~ ocular:~ Consultar~ a~ un~ m\'edico. }
-\prop_put:Nnn \l__ghsystem_p_prop { 342 + 311 }
- {
- En~ caso~ de~ s\'{\i}ntomas~ respiratorios:~ Llamar~ a~ un~ CENTRO~ DE~
- INFORMACI\'ON~ TOXICOL\'OGICA~ o~ a~ un~ m\'edico.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 376 }
- { En~ caso~ de~ incendio:~ Detener~ la~ fuga,~ si~ no~ hay~ peligro~ en~ hacerlo. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 378 }
- { En~ caso~ de~ incendio:~ Utilizar~ \l__ghsystem_dots_tl\ para~ apagarlo. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 380 }
- { En~ caso~ de~ incendio:~ Evacuar~ la~ zona. }
-\prop_put:Nnn \l__ghsystem_p_prop { 370 + 380 + 375 }
- {
- En~ caso~ de~ incendio:~ Evacuar~ la~ zona.~ Luchar~ contra~ el~ incendio~
- a~ distancia,~ dado~ el~ riesgo~ de~ explosi\'on.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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
-\prop_put:Nnn \l__ghsystem_p_prop { 401 } { Almacenar~ \l__ghsystem_dots_tl }
-\prop_put:Nnn \l__ghsystem_p_prop { 402 } { Almacenar~ en~ un~ lugar~ seco. }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 } { Almacenar~ en~ un~ lugar~ bien~ ventilado. }
-\prop_put:Nnn \l__ghsystem_p_prop { 404 } { Almacenar~ en~ un~ recipiente~ cerrado. }
-\prop_put:Nnn \l__ghsystem_p_prop { 405 } { Guardar~ bajo~ llave. }
-\prop_put:Nnn \l__ghsystem_p_prop { 406 }
- {
- Almacenar~ en~ un~ recipiente~ resistente~ a~ la~ corrosi\'on
- \ghsystem_slash: \l__ghsystem_dots_tl\ con~ revestimiento~ interior~
- resistente
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 407 }
- {
- Dejar~ una~ separaci\'on~ entre~ los~ bloques \ghsystem_slash: los~
- pal\'es~ de~ carga.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 } { Proteger~ de~ la~ luz~ del~ sol. }
-\prop_put:Nnn \l__ghsystem_p_prop { 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 } .
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 412 }
- {
- No~ exponer~ a~ temperaturas~ superiores~ a~ \SI { 50 } { \GHScelsius }
- \ghsystem_slash: \SI { 122 } { \GHSfahrenheit } .
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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 } .
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 420 } { Almacenar~ alejado~ de~ otros~ materiales. }
-\prop_put:Nnn \l__ghsystem_p_prop { 422 }
- { Almacenar~ el~ contenido~ en~ \l__ghsystem_dots_tl }
-\prop_put:Nnn \l__ghsystem_p_prop { 402 + 404 }
- { Almacenar~ en~ un~ lugar~ seco.~ Almacenar~ en~ un~ recipiente~ cerrado. }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 + 233 }
- {
- Almacenar~ en~ un~ lugar~ bien~ ventilado.~ Mantener~ el~ recipiente~
- cerrado~ herm\'eticamente.
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 403 + 235 }
- { Almacenar~ en~ un~ lugar~ bien~ ventilado.~ Mantener~ en~ lugar~ fresco. }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 + 403 }
- { Proteger~ de~ la~ luz~ del~ sol.~ Almacenar~ en~ un~ lugar~ bien~ ventilado. }
-\prop_put:Nnn \l__ghsystem_p_prop { 410 + 412 }
- {
- Proteger~ de~ la~ luz~ del~ sol.~ No~ exponer~ a~ temperaturas~
- superiores~ a~ \SI { 50 } { \GHScelsius } \ghsystem_slash: \SI { 122 } {
- \GHSfahrenheit } .
- }
-\prop_put:Nnn \l__ghsystem_p_prop { 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
-\prop_put:Nnn \l__ghsystem_p_prop { 501 }
- { Eliminar~ el~ contenido \ghsystem_slash: el~ recipiente~ en~ \l__ghsystem_dots_tl }
-
-% 4 Hazard Statement Codes (Annex 6 page 4f)
-\prop_put:Nnn \l__ghsystem_h_prop { 350i } { Puede~ provocar~ c\'ancer~ por~ inhalaci\'on. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360F } { Puede~ perjudicar~ a~ la~ fertilidad. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360D } { Puede~ da\~nar~ al~ feto. }
-\prop_put:Nnn \l__ghsystem_h_prop { 361f }
- { Se~ sospecha~ que~ perjudica~ a~ la~ fertilidad. }
-\prop_put:Nnn \l__ghsystem_h_prop { 361d } { Se~ sospecha~ que~ da\~na~ al~ feto. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360FD }
- { Puede~ perjudicar~ a~ la~ fertilidad.~ Puede~ da\~nar~ al~ feto. }
-\prop_put:Nnn \l__ghsystem_h_prop { 361fd }
- {
- Se~ sospecha~ que~ perjudica~ a~ la~ fertilidad.~ Se~ sospecha~ que~
- da\~na~ al~ feto.
- }
-\prop_put:Nnn \l__ghsystem_h_prop { 360Fd }
- { Puede~ perjudicar~ a~ la~ fertilidad.~ Se~ sospecha~ que~ da\~na~ al~ feto. }
-\prop_put:Nnn \l__ghsystem_h_prop { 360Df }
- { Puede~ da\~nar~ al~ feto.~ Se~ sospecha~ que~ perjudica~ a~ la~ fertilidad. }
-