mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-08 15:49:28 +00:00
36 lines
3.4 KiB
PHP
36 lines
3.4 KiB
PHP
<?php
|
|
$this->phrasen['mailverteiler/titel']='Mailing lists';
|
|
$this->phrasen['mailverteiler/absatz1']='<strong><font class="error">Notice: </font></strong>These mailing lists may only be used for university-related purposes!';
|
|
$this->phrasen['mailverteiler/absatz2']='<strong><font class="error">Info: </font></strong>Information regarding the <a class="Item" href="../cisdocs/Mailverteiler.pdf" target="_blank">authorization concept </a> for mailing lists, <a class="Item" href="../cisdocs/bedienung_mailverteiler.pdf" target="_blank"> instructions</a> for mailing lists';
|
|
$this->phrasen['mailverteiler/berechtigungskonzept']='Authorization concept';
|
|
$this->phrasen['mailverteiler/bedienungsanleitung']='Instruction';
|
|
$this->phrasen['mailverteiler/absatz3']='<h3>To display the mailing list, please click on [ <img src="../../skin/images/bullet_arrow_right.png" title="anzeigen" alt="anzeigen" border="0"> ] or to hide it, click on [ <img src="../../skin/images/bullet_arrow_down.png" title="Ausblenden" alt="Ausblenden" border="0"> ]</h3>';
|
|
$this->phrasen['mailverteiler/verteilerOeffnen']='Unlock mailing list';
|
|
$this->phrasen['mailverteiler/anzeigen']='show';
|
|
$this->phrasen['mailverteiler/ausblenden']='fade out';
|
|
$this->phrasen['mailverteiler/gesperrt']='blocked';
|
|
$this->phrasen['mailverteiler/personen']='People';
|
|
$this->phrasen['mailverteiler/alleStudentenDiesesStudienganges']='All students enrolled in this course';
|
|
$this->phrasen['mailverteiler/alleStudentenVon']='All Students from';
|
|
$this->phrasen['mailverteiler/studentenverteiler']='Students mailing list';
|
|
$this->phrasen['mailverteiler/keineVerteilerVorhanden']='No mailing list is existing';
|
|
$this->phrasen['mailverteiler/fehlerBeimLadenDerStudenten']='Error: Loading Students';
|
|
$this->phrasen['mailverteiler/mailverteiler']='Mailing list';
|
|
$this->phrasen['mailverteiler/oeffnenEinesVerteilers']='Unlock a mailing list';
|
|
$this->phrasen['mailverteiler/status']='Status';
|
|
$this->phrasen['mailverteiler/geoeffnet']='Mailing list "%1$s" unlocked';
|
|
$this->phrasen['mailverteiler/klickenZumSchicken']='To send an E-Mail to this list click on the link above.';
|
|
$this->phrasen['mailverteiler/infoBenutzung']='You can use the mailing list during a period of <b>1 hour</b>.<br>
|
|
<div style="color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; border-radius: 4px; border: 1px solid transparent; padding: 6px 12px;">
|
|
If you copy the E-Mail adress manually to your mail client, please mind to set it as <b>BCC</b> (Blind Copy)!
|
|
</div>';
|
|
$this->phrasen['mailverteiler/bestaetigeOeffnen']='For sending an E-Mail from an external account, click the button. The mailing list will then be available for <b>1 hour</b>';
|
|
$this->phrasen['mailverteiler/bestaetige']='Confirm';
|
|
$this->phrasen['mailverteiler/personenImVerteiler']='People in this mailing list';
|
|
$this->phrasen['mailverteiler/oeffnenFehlgeschlagen']='Failed to open mailing list.<br>Please inform your administrator.';
|
|
$this->phrasen['mailverteiler/verteilerGenerieren']='Generate mailing list for <b>%1$s</b>';
|
|
$this->phrasen['mailverteiler/anleitungstextMailPersInGroup']='You have the option to filter the list and send an e-mail to the selected persons then.';
|
|
$this->phrasen['mailverteiler/mailAnMarkierteSenden']='Send e-mail to selected persons';
|
|
$this->phrasen['mailverteiler/mailAnAlleSenden']='Send e-mail to all persons';
|
|
?>
|