summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_italian.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_italian.def')
-rw-r--r--Master/texmf-dist/tex/latex/chemmacros/language/ghsystem_italian.def859
1 files changed, 0 insertions, 859 deletions
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. }
-