mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-29 09:59:28 +00:00
49ca03245f
Mailverteiler anpassung an Phrasenmodul
26 lines
2.4 KiB
PHP
26 lines
2.4 KiB
PHP
<?php
|
|
$this->phrasen['mailverteiler/titel']='Communication - 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/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']='Unlocked';
|
|
$this->phrasen['mailverteiler/klickenZumSchicken']='To send a Mail to this List click on the link above.';
|
|
$this->phrasen['mailverteiler/infoBenutzung']='You can use the Mailinglist during a period of <b>2 hours</b> or a <b>single</b> Usage under the adress <a href="mailto:%1$s">%1$s</a>.';
|
|
$this->phrasen['mailverteiler/bestaetigeOeffnen']='Please confirm to unlock the Mailing list %1$s';
|
|
$this->phrasen['mailverteiler/bestaetige']='Confirm';
|
|
$this->phrasen['mailverteiler/personenImVerteiler']='People in this mailing list';
|
|
?>
|