diff --git a/application/controllers/system/Messages.php b/application/controllers/system/Messages.php index dd112d204..9d66dac4d 100644 --- a/application/controllers/system/Messages.php +++ b/application/controllers/system/Messages.php @@ -20,6 +20,13 @@ class Messages extends VileSci_Controller $this->load->library('WidgetLib'); $this->load->model('person/Person_model', 'PersonModel'); + + $this->loadPhrases(array( + 'global', + 'person', + 'lehre', + 'ui', + 'infocenter')); $this->_setAuthUID(); // sets property uid } diff --git a/application/controllers/system/infocenter/InfoCenter.php b/application/controllers/system/infocenter/InfoCenter.php index 4bafe591b..835cac464 100644 --- a/application/controllers/system/infocenter/InfoCenter.php +++ b/application/controllers/system/infocenter/InfoCenter.php @@ -74,6 +74,14 @@ class InfoCenter extends VileSci_Controller $this->load->library('PersonLogLib'); $this->load->library('WidgetLib'); + $this->loadPhrases(array( + 'global', + 'person', + 'lehre', + 'ui', + 'infocenter', + 'filter')); + $this->_setAuthUID(); // sets property uid $this->load->library('PermissionLib'); @@ -591,13 +599,13 @@ class InfoCenter extends VileSci_Controller $filtersarray = array( 'abgeschickt' => array( 'link' => '#', - 'description' => 'Abgeschickt', + 'description' => ucfirst($this->p->t('global', 'abgeschickt')), 'expand' => true, 'children' => array() ), 'nichtabgeschickt' => array( 'link' => '#', - 'description' => 'Nicht abgeschickt', + 'description' => ucfirst($this->p->t('global', 'nichtAbgeschickt')), 'expand' => true, 'children' => array() ) diff --git a/application/views/system/infocenter/addNotiz.php b/application/views/system/infocenter/addNotiz.php index a8396fe40..f8f02570a 100644 --- a/application/views/system/infocenter/addNotiz.php +++ b/application/views/system/infocenter/addNotiz.php @@ -2,11 +2,11 @@
| Anmerkungen zur Bewerbung | += ucfirst($this->p->t('infocenter','anmerkungenZurBewerbung')) ?> | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | -Typ | -Uploaddatum | -Ausstellungsnation | -Formal geprüft | += ucfirst($this->p->t('global','name')) ?> | += ucfirst($this->p->t('global','typ')) ?> | += ucfirst($this->p->t('global','uploaddatum')) ?> | += ucfirst($this->p->t('infocenter','ausstellungsnation')) ?> | += ucfirst($this->p->t('infocenter','formalGeprueft')) ?> | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Typ | -Nachzureichen am | -Ausstellungsnation | -Anmerkung | += ucfirst($this->p->t('global','typ')) ?> | += ucfirst($this->p->t('infocenter','nachzureichenAm')) ?> | += ucfirst($this->p->t('infocenter','ausstellungsnation')) ?> | += ucfirst($this->p->t('global','anmerkung')) ?> | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Datum | -Aktivität | -User | -|||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| zeitpunkt), 'd.m.Y H:i:s') ?> | -logdata->name) ? $log->logdata->name : '' ?> | -insertvon ?> | -|||||||||
| = ucfirst($this->p->t('global', 'datum')) ?> | += ucfirst($this->p->t('global', 'aktivitaet')) ?> | +User | +
|---|---|---|
| zeitpunkt), 'd.m.Y H:i:s') ?> | +logdata->name) ? $log->logdata->name : '' ?> | +insertvon ?> | +
| Datum | -Notiz | += ucfirst($this->p->t('global', 'datum')) ?> | += ucfirst($this->p->t('global', 'notiz')) ?> | User | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Vorname | += ucfirst($this->p->t('person','vorname')) ?> | vorname ?> |
| Nachname | += ucfirst($this->p->t('person','nachname')) ?> | nachname ?> |
| Geburtsdatum | += ucfirst($this->p->t('person','geburtsdatum')) ?> | gebdatum), 'd.m.Y') ?> |
| Sozialversicherungsnr | += ucfirst($this->p->t('person','svnr')) ?> | svnr ?> |
| Staatsbürgerschaft | += ucfirst($this->p->t('person','staatsbuergerschaft')) ?> | staatsbuergerschaft ?> |
| Geschlecht | += ucfirst($this->p->t('person','geschlecht')) ?> | geschlecht ?> |
| Geburtsnation | += ucfirst($this->p->t('person','geburtsnation')) ?> | geburtsnation ?> |
| Geburtsort | += ucfirst($this->p->t('person','geburtsort')) ?> | gebort ?> |
| Kontakte | += ucfirst($this->p->t('global','kontakt')) ?> | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Typ | -Kontakt | -Anmerkung | += ucfirst($this->p->t('global','typ')) ?> | += ucfirst($this->p->t('global','kontakt')) ?> | += ucfirst($this->p->t('global','anmerkung')) ?> | ||||||
| kontakttyp); ?> | + kontakttyp === 'email'): ?> += ucfirst($this->p->t('person','email')) ?> | + kontakttyp === 'telefon'): ?> += ucfirst($this->p->t('person','telefon')) ?> | +kontakttyp.'">';?> kontakttyp === 'email'): ?> @@ -76,7 +80,7 @@ adressen as $adresse): ?> | ||||||||
| - Adresse + = ucfirst($this->p->t('person','adresse')) ?> |
strasse.', '.$adresse->plz.' '.$adresse->ort : '' ?>
@@ -97,13 +101,13 @@
Nachricht senden
+ class="fa fa-envelope"> = $this->p->t('ui','nachrichtSenden') ?>
zugangscode)): ?>
Zugang Bewerbung
+ target='_blank'> = $this->p->t('infocenter','zugangBewerbung') ?>
diff --git a/application/views/system/infocenter/zgvpruefungen.php b/application/views/system/infocenter/zgvpruefungen.php
index c8091a5dc..08624e62c 100644
--- a/application/views/system/infocenter/zgvpruefungen.php
+++ b/application/views/system/infocenter/zgvpruefungen.php
@@ -21,14 +21,14 @@
prestudentstatus->bestaetigtam)): ?>
- An Studiengang freigegeben
+ = $this->p->t('global', 'anStudiengangFreigegeben') ?>
- prestudentstatus->bewerbung_abgeschicktamum) ? '' : ''); ?>
- prestudentstatus->bewerbungsnachfrist) ? ' | Nachfrist: '. date_format(date_create($zgvpruefung->prestudentstatus->bewerbungsnachfrist), 'd.m.Y') : ''); ?>
- prestudentstatus->bewerbungstermin) ? ' | Bewerbungsfrist: '. date_format(date_create($zgvpruefung->prestudentstatus->bewerbungstermin), 'd.m.Y') : ''); ?>
+ p->t('infocenter','bewerbung')) . ' ' . $this->p->t('global','abgeschickt') . ': '.(isset($zgvpruefung->prestudentstatus->bewerbung_abgeschicktamum) ? '' : ''); ?>
+ prestudentstatus->bewerbungsnachfrist) ? ' | ' . $this->p->t('infocenter', 'nachfrist') . ': ' . date_format(date_create($zgvpruefung->prestudentstatus->bewerbungsnachfrist), 'd.m.Y') : ''); ?>
+ prestudentstatus->bewerbungstermin) ? ' | ' . $this->p->t('infocenter', 'bewerbungsfrist') . ': ' . date_format(date_create($zgvpruefung->prestudentstatus->bewerbungstermin), 'd.m.Y') : ''); ?>
@@ -43,7 +43,7 @@
-
+
prestudentstatus->status_kurzbz))
{
@@ -54,7 +54,7 @@
-
+
prestudentstatus->studiensemester_kurzbz) ? $zgvpruefung->prestudentstatus->studiensemester_kurzbz : '' ?>
-
+
prestudentstatus->orgform)) ? ', ' : '';
@@ -84,18 +84,18 @@
-
+
zgvort);
else:
@@ -121,7 +121,7 @@
-
+
zgvdatum) ? "" : date_format(date_create($zgvpruefung->zgvdatum), 'd.m.Y');
if ($infoonly):
@@ -137,7 +137,7 @@
-
+
zgvnation_bez;
else
@@ -153,7 +153,7 @@
studiengangtyp === 'm') : ?>
-
+
@@ -348,29 +333,20 @@
zgvmas_bez;
@@ -167,7 +167,7 @@
-
+
zgvmaort;
else:
@@ -180,7 +180,7 @@
-
+
zgvmadatum) ? "" : date_format(date_create($zgvpruefung->zgvmadatum), 'd.m.Y');
if ($infoonly):
@@ -195,8 +195,7 @@
-
@@ -331,7 +316,7 @@
data-toggle="modal"
data-target="#freigabeModal_prestudent_id ?>"
data-toggle="tooltip" title="">
- Freigabe an Studiengang
+ = $this->p->t('ui', 'freigabeAnStudiengang') ?>
+
zgvmanation_bez;
@@ -215,12 +214,12 @@
@@ -274,33 +272,20 @@
×
Absage - bestätigen+ id="absageModalLabel">= $this->p->t('infocenter', 'absageBestaetigen') ?>
- Bei Absage von InteressentInnen
- erhalten
- diese den Status "Abgewiesener"
- und
deren - Zgvdaten können - im Infocenter nicht mehr - bearbeitet - oder - freigegeben werden. - Alle nicht gespeicherten - Zgvdaten - gehen - verloren. Fortfahren? + = $this->p->t('infocenter', 'absageBestaetigenTxt') ?> - Freigabe - bestätigen+ = $this->p->t('global', 'freigabeBestaetigen') ?>
- Bei Freigabe von InteressentInnen wird deren
- Interessentenstatus bestätigt und
@@ -384,7 +360,7 @@
deren - Zgvdaten - können im - Infocenter nicht mehr bearbeitet - werden. - Alle nicht gespeicherten Zgvdaten gehen - verloren. - Fortfahren? + = $this->p->t('infocenter', 'interessentFreigebenTxt') ?>
prestudentstatus->bestaetigtam) ? '' : '' ?>
-
+
-
-
-
-
-
-
\ No newline at end of file
diff --git a/application/views/system/messageWrite.php b/application/views/system/messageWrite.php
index 3f9ed5254..85c003cfd 100644
--- a/application/views/system/messageWrite.php
+++ b/application/views/system/messageWrite.php
@@ -32,14 +32,14 @@ $href = str_replace("/system/Messages/write", "/system/Messages/send", $_SERVER[
- -
-
-
-
-
Send Message+= ucfirst($this->p->t('ui', 'nachrichtSenden')) ?> | ||||||||||