Files
2026-03-18 15:30:18 +01:00

44 lines
1.9 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* German Language pack for "_intro.inc.php"
*
* Notice to translators:
* Do not change instructions like:
* %s
* %d
* %1\$s
* %2\$s ...etc...
* \n
*
* @package LanguageGerman
* @filesource
* @author Jochen Seiter
* @copyright 2023
*/
/**#@+
* Constants for the German language pack
*/
define("TXT_APPLICATION_HEADLINE", "Your CO<sub>2</sub> calculator");
define("TXT_APPLICATION_SLOGAN", "");
/**
* "Intro"
*/
define("TXT_INTRO_HEADLINE", "Find out more about calculating and reducing your CO<sub>2</sub> emissions:");
define("TXT_INTRO_CONTENT", '
<p>CO<sub>2</sub> and the other greenhouse gases are harming the climate, that much is clear.</p>
<p>You can use this CO<sub>2</sub> calculator to estimate your share of the CO<sub>2</sub> emissions and compare it with other citizens around the world.</p>
<p>Through our lifestyle at home, we have a decisive influence on our global climate. While we have sufficient means to protect ourselves against the dire consequences of climate change, the poorest people on this earth have to pay for those consequences. They dont have the option of protecting their possessions, or even their lives. The particularly unfair thing about this is that they are the least responsible for climate change. The poorest countries on earth have the lowest per capita energy consumption and the lowest CO<sub>2</sub> balance sheet. It is the industrialised countries, above all, who are responsible for climate change.</p>
<p>Yet it is hard to understand what our consumer behaviour might have to do with the rising sea level in Bangladesh, or why the small island nations are threatened with being submerged, or why droughts, hurricanes and floods are now occurring more frequently. By making small changes in your daily life, you can do your bit to help our climate!</p>
');
define("TXT_INTRO_CONTENT_BILANZ", '');
define("TXT_INTRO_CONTENT_SZENARIO", '');
/**#@-*/
?>