mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
- Replace "This is a notice to notice you that you have been noticed..." with:
EN: "This message will be delivered to the Infocenter of UAS Technikum Wien" DE: "Diese Nachricht wird an das Infocenter der FHTW zugestellt " - Bugfix: fixed phrases in system/messages/MessageClient/write
This commit is contained in:
@@ -23,13 +23,13 @@
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h3 class="page-header"><?php echo $this->p->t('ui', 'sendMessage'); ?></h3>
|
||||
<h3 class="page-header"><?php echo $this->p->t('ui', 'nachrichtSenden'); ?></h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-group">
|
||||
<div class="col-lg-1 msgfieldcol-left">
|
||||
<label><?php echo $this->p->t('ui', 'receiver'); ?>:</label>
|
||||
<label><?php echo $this->p->t('global', 'empfaenger'); ?>:</label>
|
||||
</div>
|
||||
<div class="col-lg-11 msgfieldcol-right">
|
||||
<select id="organisationUnit">
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="row">
|
||||
<div class="form-group">
|
||||
<div class="col-lg-1 msgfield msgfieldcol-left">
|
||||
<label><?php echo $this->p->t('ui', 'subject'); ?>:</label>
|
||||
<label><?php echo $this->p->t('global', 'betreff'); ?>:</label>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-7">
|
||||
@@ -54,7 +54,7 @@
|
||||
<br>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<label><?php echo $this->p->t('ui', 'message'); ?>:</label>
|
||||
<label><?php echo $this->p->t('global', 'nachricht'); ?>:</label>
|
||||
<textarea id="body"></textarea>
|
||||
|
||||
<br>
|
||||
@@ -68,7 +68,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-right">
|
||||
<button id="sendButton" class="btn btn-default" type="button">
|
||||
<?php echo $this->p->t('ui', 'send'); ?>
|
||||
<?php echo $this->p->t('ui', 'senden'); ?>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4383,13 +4383,13 @@ When on hold, the date is only a reminder.',
|
||||
'phrases' => array(
|
||||
array(
|
||||
'sprache' => 'German',
|
||||
'text' => '* This is a notice to notice you that you have been noticed DE',
|
||||
'text' => '* Diese Nachricht wird an das Infocenter der FHTW zugestellt',
|
||||
'description' => '',
|
||||
'insertvon' => 'system'
|
||||
),
|
||||
array(
|
||||
'sprache' => 'English',
|
||||
'text' => '* This is a notice to notice you that you have been noticed',
|
||||
'text' => '* This message will be delivered to the Infocenter of UAS Technikum Wien',
|
||||
'description' => '',
|
||||
'insertvon' => 'system'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user