49 lines
1.9 KiB
PHP
49 lines
1.9 KiB
PHP
<?php
|
|
/**
|
|
* English Language pack for "_intro.inc.php"
|
|
*
|
|
* Notice to translators:
|
|
* Do not change instructions like:
|
|
* %s
|
|
* %d
|
|
* %1\$s
|
|
* %2\$s ...etc...
|
|
* \n
|
|
*
|
|
* @package LanguageEnglish
|
|
* @filesource
|
|
* @author Jochen Seiter <info@bfig.de>
|
|
* @copyright 2008, Buero fuer Internet Gestaltung
|
|
*/
|
|
/**#@+
|
|
* Constants for the english language pack
|
|
*/
|
|
define("TXT_INTRO_HEADLINE", "Climate protection? Get your own balance!");
|
|
|
|
define("TXT_INTRO_CONTENT", '
|
|
<p>Climate change is a global issue and concerns each of us. But what about you? Do you act climate friendly... or maybe less than you thought? <br />
|
|
Find out in which areas you are already making a contribution towards climate protection and where potential is still hidden:</p>
|
|
<p><b>Calculate</b> your annual CO<sub>2</sub> emissions.</p>
|
|
<p><b>Take action</b> and reduce your carbon footprint through easy greenhouse gas reduction activities.</p>
|
|
<p><b>Set up</b> your personal climate target and save your emission data and your achievements in your <i>carbon account</i>!</p>
|
|
<p></p>
|
|
<br><br>
|
|
');
|
|
|
|
define("TXT_INTRO_CONTENT_HELP", 'Help and other information');
|
|
|
|
define("TXT_INTRO_START_BUTTON", 'Start calculation');
|
|
define("TXT_INTRO_START_BUTTON_WITH_LOGIN", 'with login');
|
|
define("TXT_INTRO_START_BUTTON_WITHOUT_LOGIN", 'without login');
|
|
define("TXT_INTRO_LOGOUT_BUTTON", 'Logout');
|
|
define("TXT_INTRO_START_BACK_BUTTON", 'Back');
|
|
|
|
define("TXT_INTRO_NOTE", '
|
|
<p><b>Note:</b><br />
|
|
The calculator considers, alongside CO<sub>2</sub>, the greenhouse gases methane (CH<sub>4</sub>) and laughing gas (N<sub>2</sub>O) with the corresponding global warming potential (GWP) in relation to CO<sub>2</sub> (CO<sub>2</sub>e: CO<sub>2</sub> unit equivalents). </br>
|
|
It considers as well flight equivalents expressed as the radiative forcing index (RFI), which also consider the climate effectiveness, e.g. of the steam emitted at great altitudes by airplanes.
|
|
</p>
|
|
');
|
|
|
|
/**#@-*/
|
|
?>
|