mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
10 lines
812 B
PHP
10 lines
812 B
PHP
<?php
|
|
$this->phrasen['notfallbestimmungen/brandschutzbeauftragte']='Fire Safety Officer';
|
|
$this->phrasen['notfallbestimmungen/brandschutzwarte']='Fire Safety Deputies';
|
|
$this->phrasen['notfallbestimmungen/rektorat']='Rector\'s Office';
|
|
$this->phrasen['notfallbestimmungen/ersthelferUndBrandschutzbeauftragte']='First Aid Providers and Fire Safety Officer';
|
|
$this->phrasen['notfallbestimmungen/ersthelfer']='First Aid Providers';
|
|
$this->phrasen['notfallbestimmungen/ausbildungErfolgteDurchORK']='Training was conducted by the <font style="color:red;">Austrian Red Cross (ÖRK)</font>';
|
|
$this->phrasen['notfallbestimmungen/folgendePersonenStehenZurVerfuegung']='The following persons are trained to provide first aid';
|
|
$this->phrasen['notfallbestimmungen/sicherheitAnDerFHTW']='Safety at the UASTW';
|
|
?>
|