Translated STGL and Lectors VIEW to English

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-02-10 17:26:25 +01:00
committed by cris-technikum
parent c82ebaf678
commit c0843e9506
11 changed files with 618 additions and 187 deletions
@@ -16,7 +16,15 @@ $this->load->view(
),
'ui' => array(
'hilfeZuDieserSeite',
'hochladen'
'hochladen',
'nichtSelektierbarAufgrundVon',
'nichtSelektierbarAufgrundVon',
'systemfehler',
'bitteMindEinenAntragWaehlen',
'bitteBegruendungAngeben',
'empfehlungWurdeAngefordert',
'anrechnungenWurdenGenehmigt',
'anrechnungenWurdenAbgelehnt'
),
'person' => array(
'student',
@@ -77,7 +85,7 @@ $this->load->view(
<table class="panel-body table table-bordered table-condensed">
<tbody>
<tr>
<td><?php echo $this->p->t('person', 'student'); ?></td>
<td><?php echo ucfirst($this->p->t('person', 'student')); ?></td>
<td><?php echo $antragData->vorname . ' ' . $antragData->nachname; ?></td>
</tr>
<tr>
@@ -85,11 +93,11 @@ $this->load->view(
<td><?php echo $antragData->matrikelnr ?></td>
</tr>
<tr>
<td><?php echo $this->p->t('lehre', 'studiensemester'); ?></td>
<td><?php echo ucfirst($this->p->t('lehre', 'studiensemester')); ?></td>
<td><?php echo $antragData->studiensemester_kurzbz ?></td>
</tr>
<tr>
<td><?php echo $this->p->t('lehre', 'studiengang'); ?></td>
<td><?php echo ucfirst($this->p->t('lehre', 'studiengang')); ?></td>
<td><?php echo $antragData->stg_bezeichnung ?></td>
</tr>
<tr>
@@ -37,7 +37,14 @@ $this->load->view(
'spaltenEinstellen',
'ja',
'nein',
'nichtSelektierbarAufgrundVon'
'nichtSelektierbarAufgrundVon',
'nichtSelektierbarAufgrundVon',
'systemfehler',
'bitteMindEinenAntragWaehlen',
'bitteBegruendungAngeben',
'empfehlungWurdeAngefordert',
'anrechnungenWurdenGenehmigt',
'anrechnungenWurdenAbgelehnt'
),
'person' => array(
'student',
@@ -83,7 +90,7 @@ $this->load->view(
<div class="col-lg-12 page-header">
<h3>
<?php echo $this->p->t('anrechnung', 'anrechnungenGenehmigen'); ?>
<small>| <?php echo $this->p->t('global', 'uebersicht'); ?></small>
<small>| <?php echo ucfirst($this->p->t('global', 'uebersicht')); ?></small>
</h3>
</div>
</div>
@@ -120,7 +120,11 @@ $this->load->view(
<div class="row">
<div class="col-lg-12">
<div class="well" style="border:solid black 3px">
<p><?php echo $this->p->t('anrechnung', 'antragStellenText'); ?></p>
<span><?php echo $this->p->t('anrechnung', 'antragStellenText'); ?></span>&emsp;
<span id="requestAnrechnung-anrechnungGrundTooltip" data-toggle="tooltip" data-placement="right"
title="<?php echo $this->p->t('anrechnung', 'anrechnungGrundTooltipText'); ?>">
<i class="fa fa-lg fa-info-circle" aria-hidden="true"></i>
</span>
<div class="checkbox">
<label>
<input type="radio" name="begruendung" value="1" required
@@ -16,7 +16,13 @@ $this->load->view(
),
'ui' => array(
'hilfeZuDieserSeite',
'hochladen'
'hochladen',
'nichtSelektierbarAufgrundVon',
'systemfehler',
'bitteMindEinenAntragWaehlen',
'bitteBegruendungAngeben',
'anrechnungenWurdenEmpfohlen',
'anrechnungenWurdenNichtEmpfohlen'
),
'person' => array(
'student',
@@ -78,7 +84,7 @@ $this->load->view(
<table class="panel-body table table-bordered table-condensed">
<tbody>
<tr>
<td><?php echo $this->p->t('person', 'student'); ?></td>
<td><?php echo ucfirst($this->p->t('person', 'student')); ?></td>
<td><?php echo $antragData->vorname . ' ' . $antragData->nachname; ?></td>
</tr>
<tr>
@@ -86,11 +92,11 @@ $this->load->view(
<td><?php echo $antragData->matrikelnr ?></td>
</tr>
<tr>
<td><?php echo $this->p->t('lehre', 'studiensemester'); ?></td>
<td><?php echo ucfirst($this->p->t('lehre', 'studiensemester')); ?></td>
<td><?php echo $antragData->studiensemester_kurzbz ?></td>
</tr>
<tr>
<td><?php echo $this->p->t('lehre', 'studiengang'); ?></td>
<td><?php echo ucfirst($this->p->t('lehre', 'studiengang')); ?></td>
<td><?php echo $antragData->stg_bezeichnung ?></td>
</tr>
<tr>
@@ -4,17 +4,14 @@
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne"
aria-expanded="true" aria-controls="collapseOne">
<i class="fa fa-lg fa-info-circle" aria-hidden="true"></i>&ensp;Beantragung: Fristen
<i class="fa fa-lg fa-info-circle" aria-hidden="true"></i>&ensp;
<?php echo $this->p->t('anrechnung', 'reviewAnrechnungInfoFristenTitle'); ?>
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
Die Entscheidung über den Antrag durch die Studiengangsleitung sollte
<ul>
<li><u>innerhalb von zwei Wochen ab dem 15. September (Wintersemester)</u></li>
<li><u>innerhalb von zwei Wochen ab dem 22. Februar (Sommersemester)</u> erfolgen</li>
</ul>
<?php echo $this->p->t('anrechnung', 'reviewAnrechnungInfoFristenBody'); ?>
</div>
</div>
</div>
@@ -23,18 +20,14 @@
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseZero"
aria-expanded="true" aria-controls="collapseZero">
<i class="fa fa-lg fa-info-circle" aria-hidden="true"></i>&ensp;Antrag: Voraussetzungen
<i class="fa fa-lg fa-info-circle" aria-hidden="true"></i>&ensp;
<?php echo $this->p->t('anrechnung', 'reviewAnrechnungInfoAntragVoraussetungenTitle'); ?>
</a>
</h4>
</div>
<div id="collapseZero" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingZero">
<div class="panel-body">
Eine Anerkennung setzt voraus, dass die erworbenen Kenntnisse mit dem Inhalt und Umfang der Lehrveranstaltung gleichwertig sind.
<br><br>Wenn die Gleichwertigkeit gegeben ist, können auch außerhochschulisch erworbene Kenntnisse angerechnet werden (z.B. Sekundarschule, Weiterbildungseinrichtungen).
<br><br>
<u>Umfangmäßige Gleichwertigkeit Schule - Hochschule:</u>
<br>1 ECTS an der FH Technikum Wien entspricht einem Arbeitsaufwand von 25 Stunden, ein Schulhalbjahr besteht aus ca. 20 Wochen.
<br>Das heißt eine Unterrichtsstunde pro Woche sind insgesamt ca. 20 Stunden.
<?php echo $this->p->t('anrechnung', 'reviewAnrechnungInfoAntragVoraussetungenBody'); ?>
</div>
</div>
</div>
@@ -43,26 +36,14 @@
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo"
aria-expanded="false" aria-controls="collapseTwo">
<i class="fa fa-lg fa-info-circle" aria-hidden="true"></i>&ensp;Nachweisdokumente: Formalprüfung
<i class="fa fa-lg fa-info-circle" aria-hidden="true"></i>&ensp;
<?php echo $this->p->t('anrechnung', 'reviewAnrechnungInfoNachweisdokumenteTitle'); ?>
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<h5><u>Beantragung aufgrund eines Zeugnisses</u></h5>
Falls für den Nachweis der Gleichwertigkeit in Bundesgesetzblättern veröffentlichte Lehrpläne (vgl. HTL, HAK…) verwendet werden, sind entweder nur die für die Anrechnung relevanten Teile hochzuladen oder entsprechend zu markieren.
<br><br>Die folgenden Informationen müssen enthalten sein:
<ol>
<li>Name der das Zeugnis ausstellenden Institution</li>
<li>Beschreibung der Lehrinhalte und / oder Lernergebnisse</li>
<li>Zeitlicher Umfang der Lehrveranstaltung (z. B. SWS, ECTS, Unterrichtsstunden…)</li>
</ol>
<br>
<h5><u>Beantragung aufgrund nachgewiesener beruflicher Praxis</u></h5>
Es wird eine detaillierte Tätigkeitsbeschreibung benötigt. Dies kann durch betriebliche Ausbildungsnachweise und / oder Nachweise von
einschlägigen beruflichen Tätigkeiten mit Zeitangaben (z. B. durch ein qualifiziertes Arbeitszeugnis
oder durch Bestätigungen des Arbeitgebers) erfolgen.
<br><br><span class="text-danger">Falls diese Informationen nicht enthalten sind, kann der Antrag nicht geprüft werden und er wird abgelehnt.</span>
<?php echo $this->p->t('anrechnung', 'reviewAnrechnungInfoNachweisdokumenteBody'); ?>
</div>
</div>
</div>
@@ -71,19 +52,14 @@
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree"
aria-expanded="false" aria-controls="collapseThree">
<i class="fa fa-lg fa-info-circle" aria-hidden="true"></i>&ensp;Herkunft der Kenntnisse: Formalprüfung
<i class="fa fa-lg fa-info-circle" aria-hidden="true"></i>&ensp;
<?php echo $this->p->t('anrechnung', 'reviewAnrechnungInfoHerkunftKenntnisseTitle'); ?>
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
<h5><u>Beantragung aufgrund eines Zeugnisses</u></h5>
Angabe, wo die Kenntnisse erworben worden sind: (Hoch-)Schultyp, Standort, Fachrichtung.
Beispiel Schule: HTL Mödling, Fahrzeugtechnik; Beispiel Hochschule: TU Wien, Bachelor
Wirtschaftsinformatik
<br>
<h5><u>Beantragung aufgrund nachgewiesener beruflicher Praxis</u></h5>
Angabe von Unternehmen, Position und Funktion sowie Dauer der Beschäftigung.
<?php echo $this->p->t('anrechnung', 'reviewAnrechnungInfoHerkunftKenntnisseBody'); ?>
</div>
</div>
</div>
@@ -36,7 +36,12 @@ $this->load->view(
'spaltenEinstellen',
'ja',
'nein',
'nichtSelektierbarAufgrundVon'
'nichtSelektierbarAufgrundVon',
'systemfehler',
'bitteMindEinenAntragWaehlen',
'bitteBegruendungAngeben',
'anrechnungenWurdenEmpfohlen',
'anrechnungenWurdenNichtEmpfohlen'
),
'person' => array(
'student',
@@ -82,7 +87,7 @@ $this->load->view(
<div class="col-lg-12 page-header">
<h3>
<?php echo $this->p->t('anrechnung', 'anrechnungenPruefen'); ?>
<small>| <?php echo $this->p->t('global', 'uebersicht'); ?></small>
<small>| <?php echo ucfirst($this->p->t('global', 'uebersicht')); ?></small>
</h3>
</div>
</div>
@@ -79,7 +79,7 @@ $(function(){
},
errorCallback: function (jqXHR, textStatus, errorThrown)
{
FHC_DialogLib.alertError("Systemfehler<br>Bitte kontaktieren Sie Ihren Administrator.");
FHC_DialogLib.alertError(FHC_PhrasesLib.t("ui", "systemfehler"));
}
}
);
@@ -106,7 +106,7 @@ $(function(){
// Check if begruendung is given
if (!begruendung.trim()) // empty or white spaces only
{
FHC_DialogLib.alertInfo('Bitte tragen Sie eine Begründung ein.');
FHC_DialogLib.alertInfo(FHC_PhrasesLib.t("ui", "bitteBegruendungAngeben"));
return;
}
@@ -151,7 +151,7 @@ $(function(){
},
errorCallback: function (jqXHR, textStatus, errorThrown)
{
FHC_DialogLib.alertError("Systemfehler<br>Bitte kontaktieren Sie Ihren Administrator.");
FHC_DialogLib.alertError(FHC_PhrasesLib.t("ui", "systemfehler"));
}
}
);
@@ -193,7 +193,7 @@ $(function(){
},
errorCallback: function (jqXHR, textStatus, errorThrown)
{
FHC_DialogLib.alertError("Systemfehler<br>Bitte kontaktieren Sie Ihren Administrator.");
FHC_DialogLib.alertError(FHC_PhrasesLib.t("ui", "systemfehler"));
}
}
);
@@ -207,7 +207,7 @@ $(function(){
// Alert and exit if no anrechnung is selected
if (selected_data.length == 0)
{
FHC_DialogLib.alertInfo('Bitte wählen Sie erst zumindest einen Antrag auf Anrechnung');
FHC_DialogLib.alertInfo(FHC_PhrasesLib.t("ui", "bitteMindEinenAntragWaehlen"));
return;
}
@@ -237,12 +237,12 @@ $(function(){
$('#tableWidgetTabulator').tabulator('updateData', data.retval);
// Print success message
FHC_DialogLib.alertSuccess(data.retval.length + " Anrechnungsanträge wurden genehmigt.");
FHC_DialogLib.alertSuccess(FHC_PhrasesLib.t("ui", "anrechnungenWurdenGenehmigt"));
}
},
errorCallback: function (jqXHR, textStatus, errorThrown)
{
FHC_DialogLib.alertError("Systemfehler<br>Bitte kontaktieren Sie Ihren Administrator.");
FHC_DialogLib.alertError(FHC_PhrasesLib.t("ui", "systemfehler"));
}
}
);
@@ -271,7 +271,7 @@ $(function(){
// Check if begruendung is given
if (!begruendung.trim()) // empty or white spaces only
{
FHC_DialogLib.alertInfo('Bitte tragen Sie eine Begründung ein.');
FHC_DialogLib.alertInfo(FHC_PhrasesLib.t("ui", "bitteBegruendungAngeben"));
return;
}
@@ -288,7 +288,7 @@ $(function(){
// Alert and exit if no anrechnung is selected
if (selected_data.length == 0)
{
FHC_DialogLib.alertInfo('Bitte wählen Sie erst zumindest einen Antrag auf Anrechnung');
FHC_DialogLib.alertInfo(FHC_PhrasesLib.t("ui", "bitteMindEinenAntragWaehlen"));
return;
}
@@ -321,12 +321,12 @@ $(function(){
$('#tableWidgetTabulator').tabulator('updateData', data.retval);
// Print success message
FHC_DialogLib.alertSuccess(data.retval.length + " Anrechnungsanträge wurden abgelehnt.");
FHC_DialogLib.alertSuccess(FHC_PhrasesLib.t("ui", "anrechnungenWurdenAbgelehnt"));
}
},
errorCallback: function (jqXHR, textStatus, errorThrown)
{
FHC_DialogLib.alertError("Systemfehler<br>Bitte kontaktieren Sie Ihren Administrator.");
FHC_DialogLib.alertError(FHC_PhrasesLib.t("ui", "systemfehler"));
}
}
);
@@ -357,7 +357,7 @@ $(function(){
// Alert and exit if no anrechnung is selected
if (selected_data.length == 0)
{
FHC_DialogLib.alertInfo('Bitte wählen Sie erst zumindest einen Antrag auf Anrechnung');
FHC_DialogLib.alertInfo(FHC_PhrasesLib.t("ui", "bitteMindEinenAntragWaehlen"));
return;
}
@@ -384,12 +384,12 @@ $(function(){
$('#tableWidgetTabulator').tabulator('updateData', data.retval);
// Print success message
FHC_DialogLib.alertSuccess("Empfehlungen wurden angefordert.");
FHC_DialogLib.alertSuccess(FHC_PhrasesLib.t("ui", "empfehlungWurdeAngefordert"));
}
},
errorCallback: function (jqXHR, textStatus, errorThrown)
{
FHC_DialogLib.alertError("Systemfehler<br>Bitte kontaktieren Sie Ihren Administrator.");
FHC_DialogLib.alertError(FHC_PhrasesLib.t("ui", "systemfehler"));
}
}
);
@@ -85,7 +85,7 @@ $(function(){
},
errorCallback: function (jqXHR, textStatus, errorThrown)
{
FHC_DialogLib.alertError("Systemfehler<br>Bitte kontaktieren Sie Ihren Administrator.");
FHC_DialogLib.alertError(FHC_PhrasesLib.t("ui", "systemfehler"));
}
}
);
@@ -112,7 +112,7 @@ $(function(){
// Check if begruendung is given
if (!begruendung.trim()) // empty or white spaces only
{
FHC_DialogLib.alertInfo('Bitte tragen Sie eine Begründung ein.');
FHC_DialogLib.alertInfo(FHC_PhrasesLib.t("ui", "bitteBegruendungAngeben"));
return;
}
@@ -157,7 +157,7 @@ $(function(){
},
errorCallback: function (jqXHR, textStatus, errorThrown)
{
FHC_DialogLib.alertError("Systemfehler<br>Bitte kontaktieren Sie Ihren Administrator.");
FHC_DialogLib.alertError(FHC_PhrasesLib.t("ui", "systemfehler"));
}
}
);
@@ -214,7 +214,7 @@ $(function(){
// Alert and exit if no anrechnung is selected
if (selected_data.length == 0)
{
FHC_DialogLib.alertInfo('Bitte wählen Sie erst zumindest einen Antrag auf Anrechnung');
FHC_DialogLib.alertInfo(FHC_PhrasesLib.t("ui", "bitteMindEinenAntragWaehlen"));
return;
}
@@ -245,12 +245,12 @@ $(function(){
$('#tableWidgetTabulator').tabulator('updateData', data.retval);
// Print success message
FHC_DialogLib.alertSuccess(data.retval.length + " Anrechnungsanträge wurden empfohlen.");
FHC_DialogLib.alertSuccess(FHC_PhrasesLib.t("ui", "anrechnungenWurdenEmpfohlen"));
}
},
errorCallback: function (jqXHR, textStatus, errorThrown)
{
FHC_DialogLib.alertError("Systemfehler<br>Bitte kontaktieren Sie Ihren Administrator.");
FHC_DialogLib.alertError(FHC_PhrasesLib.t("ui", "systemfehler"));
}
}
);
@@ -279,7 +279,7 @@ $(function(){
// Check if begruendung is given
if (!begruendung.trim()) // empty or white spaces only
{
FHC_DialogLib.alertInfo('Bitte tragen Sie eine Begründung ein.');
FHC_DialogLib.alertInfo(FHC_PhrasesLib.t("ui", "bitteBegruendungAngeben"));
return;
}
@@ -296,7 +296,7 @@ $(function(){
// Alert and exit if no anrechnung is selected
if (selected_data.length == 0)
{
FHC_DialogLib.alertInfo('Bitte wählen Sie erst zumindest einen Antrag auf Anrechnung');
FHC_DialogLib.alertInfo(FHC_PhrasesLib.t("ui", "bitteMindEinenAntragWaehlen"));
return;
}
@@ -329,12 +329,12 @@ $(function(){
$('#tableWidgetTabulator').tabulator('updateData', data.retval);
// Print success message
FHC_DialogLib.alertSuccess(data.retval.length + " Anrechnungsanträge wurden nicht empfohlen.");
FHC_DialogLib.alertSuccess(FHC_PhrasesLib.t("ui", "anrechnungenWurdenNichtEmpfohlen"));
}
},
errorCallback: function (jqXHR, textStatus, errorThrown)
{
FHC_DialogLib.alertError("Systemfehler<br>Bitte kontaktieren Sie Ihren Administrator.");
FHC_DialogLib.alertError(FHC_PhrasesLib.t("ui", "systemfehler"));
}
}
);
+539 -114
View File
@@ -8323,7 +8323,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => 'Approve applications',
'text' => 'Approve Applications for Recognition of Prior Knowledge',
'description' => '',
'insertvon' => 'system'
)
@@ -8343,7 +8343,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => 'Approve application',
'text' => 'Approve application for Recognition of Prior Knowledge',
'description' => '',
'insertvon' => 'system'
)
@@ -8623,7 +8623,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => 'Review applications',
'text' => 'Review Applications for Recognition of Prior Knowledge',
'description' => '',
'insertvon' => 'system'
)
@@ -8803,7 +8803,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => "Please confirm: <b>Recognition and exemption is recommended for this application based on the documents submitted.</b>",
'description' => '',
'insertvon' => 'system'
)
@@ -8823,7 +8823,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Recognition and exemption is recommended based on the documents submitted.',
'description' => '',
'insertvon' => 'system'
)
@@ -8843,7 +8843,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Equivalence can not be determined because the enclosures contain insufficient information as regards the teaching content.',
'description' => '',
'insertvon' => 'system'
)
@@ -8863,7 +8863,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Equivalence can not be determined because of the insufficient learning objectives and the length of the course',
'description' => '',
'insertvon' => 'system'
)
@@ -8883,7 +8883,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Recommendation date',
'description' => '',
'insertvon' => 'system'
)
@@ -9003,7 +9003,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Recognition and exemption is not recommended based on the documents submitted.',
'description' => '',
'insertvon' => 'system'
)
@@ -9043,7 +9043,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => "Please confirm: <b>Recognition and exemption is recommended for these applications based on the documents submitted.</b>",
'description' => '',
'insertvon' => 'system'
)
@@ -9063,7 +9063,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Recognitions and exemptions are not recommended.',
'description' => '',
'insertvon' => 'system'
)
@@ -9103,7 +9103,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Recognition and exemption is rejected based on the documents submitted.',
'description' => '',
'insertvon' => 'system'
)
@@ -9123,7 +9123,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Do you want to reject recognition and exemption for this application?',
'description' => '',
'insertvon' => 'system'
)
@@ -9143,7 +9143,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Recognition and exemption are rejected for these applications based on the documents submitted.',
'description' => '',
'insertvon' => 'system'
)
@@ -9163,7 +9163,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Do you want to reject recognition and exemption for these applications?',
'description' => '',
'insertvon' => 'system'
)
@@ -9183,7 +9183,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Recognition and exemption is rejected because the enclosures contain insufficient information as regards the teaching content.',
'description' => '',
'insertvon' => 'system'
)
@@ -9203,7 +9203,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Recognition and exemption is rejected because of the insufficient learning objectives and the length of the course.',
'description' => '',
'insertvon' => 'system'
)
@@ -9223,7 +9223,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => "Please confirm: <b>Recognition and exemption is approved for these applications based on the documents submitted.</b>",
'description' => '',
'insertvon' => 'system'
)
@@ -9243,7 +9243,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Do you want to approve recognition and exemption for these applications?',
'description' => '',
'insertvon' => 'system'
)
@@ -9263,7 +9263,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Recognition and exemption is approved based on the documents submitted.',
'description' => '',
'insertvon' => 'system'
)
@@ -9283,7 +9283,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'Do you want to approve recognition and exemption for this application?',
'description' => '',
'insertvon' => 'system'
)
@@ -9303,7 +9303,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => "Please confirm: <b>Recognition and exemption is approved for this application based on the documents submitted.</b>",
'description' => '',
'insertvon' => 'system'
)
@@ -9323,7 +9323,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => 'You have not requested a recommendation yet.',
'text' => 'No recommendation has yet been requested.',
'description' => '',
'insertvon' => 'system'
)
@@ -9423,7 +9423,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'text' => 'The application is waiting for your approvement.',
'description' => '',
'insertvon' => 'system'
)
@@ -9463,47 +9463,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => '',
'description' => '<p>Important: Please pay attention to the information about deadlines and conditions provided in the right infobox.<br>It is important that your documents contain the information that enables equivalence to be checked.</p>',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'empfehlungInfoTooltipText',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '<p>Optionen für die Empfehlung werden rechts in den Infoboxen näher erläutert.</p>',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => '',
'description' => '<p></p>',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'genehmigungInfoTooltipText',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '<p>Optionen zur Genehmigung werden rechts in den Infoboxen näher erläutert.</p>',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => '',
'text' => '<p>Important: Please pay attention to the information about deadlines and conditions provided in the right infobox.<br>It is important that your documents contain the information that enables equivalence to be checked.</p>',
'description' => '',
'insertvon' => 'system'
)
@@ -9543,7 +9503,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => 'Confirm',
'text' => 'Do you want to recommend recognition and exemption for this application?',
'description' => '',
'insertvon' => 'system'
)
@@ -9563,7 +9523,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => 'Confirm',
'text' => 'Do you want to recommend recognition and exemption for these applications?',
'description' => '',
'insertvon' => 'system'
)
@@ -9583,7 +9543,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => 'Confirm',
'text' => 'Don\'t you want to recommend recognition and exemption for this application?',
'description' => '',
'insertvon' => 'system'
)
@@ -9603,7 +9563,129 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => 'Confirm',
'text' => 'Don\'t you want to recommend recognition and exemption for these applications??',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'anrechnungGrundTooltipText',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "<h5><u>Beantragung aufgrund eines Zeugnisses</u></h5>
Bitte laden Sie das Zeugnis und weitere Nachweis-Dokumente (z.B. Syllabus, Lehrpläne,
Modulbeschreibung…) hoch.
<br><br>Die folgenden Informationen müssen enthalten sein: Name der das Zeugnis ausstellenden Institution;
Beschreibung der Lehrinhalte und / oder Lernergebnisse;
Zeitlicher Umfang der Lehrveranstaltung (z. B. SWS, ECTS, Unterrichtsstunden…)
<br><br>
<h5><u>Beantragung aufgrund nachgewiesener beruflicher Praxis</u></h5>
Soll die Anrechnung auf der Grundlage der beruflichen Praxis erfolgen, laden Sie bitte eine detaillierte
Tätigkeitsbeschreibung hoch. Dies kann durch betriebliche Ausbildungsnachweise und / oder Nachweise von
einschlägigen beruflichen Tätigkeiten mit Zeitangaben (z. B. durch ein qualifiziertes Arbeitszeugnis
oder durch Bestätigungen des Arbeitgebers) erfolgen.
<br><br>Falls Sie für den Nachweis der Gleichwertigkeit in Bundesgesetzblättern veröffentlichte Lehrpläne (vgl. HTL, HAK…) verwenden, laden Sie bitte nur die für die Anrechnung relevanten Teile hoch oder markieren Sie diese entsprechend.
<br><br>Falls diese Informationen nicht enthalten sind, können wir den Antrag nicht prüfen und er wird abgelehnt.
",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "<h5><u>Application for recognition based on a certificate</u></h5>
Please upload the certificate and other supporting documents (e.g. syllabus, curricula, module description ...).
<br><br>The following information must be included:
name of the institution issuing the certificate;
description of the teaching content and / or learning outcomes;
duration of the course (e.g. ECTS, contact hours per week, total number of hours taught...)
<br><br>
<h5><u>Application for recognition based on professional practice</u></h5>
If the exemption is to be based on professional practice, please upload a detailed job description. This can be done through proof of company training and / or proof of relevant occupational activities with time information (e.g. through a qualified job reference or through confirmation from the employer).
<br><br>If you use curricula published in federal law gazettes (cf. HTL, HAK ...) to prove equivalence, please upload only the parts relevant for recognition or mark them accordingly.
<br><br>If this information is not included, we will not be able to check the application and it will be rejected.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'anrechnungGrundAllgemeinTooltipText',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Falls Sie für den Nachweis der Gleichwertigkeit in Bundesgesetzblättern veröffentlichte Lehrpläne (vgl. HTL, HAK…) verwenden, laden Sie bitte nur die für die Anrechnung relevanten Teile hoch oder markieren Sie diese entsprechend.
<br><br>Falls diese Informationen nicht enthalten sind, können wir den Antrag nicht prüfen und er wird abgelehnt.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "If you use curricula published in federal law gazettes (cf. HTL, HAK ...) to prove equivalence, please upload only the parts relevant for recognition or mark them accordingly.
<br><br>If this information is not included, we will not be able to check the application and it will be rejected.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'anrechnungGrundZeugnisTooltipText',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "<h5><u>Beantragung aufgrund eines Zeugnisses</u></h5>
Bitte laden Sie das Zeugnis und weitere Nachweis-Dokumente (z.B. Syllabus, Lehrpläne,
Modulbeschreibung…) hoch.
<br><br>Die folgenden Informationen müssen enthalten sein: Name der das Zeugnis ausstellenden Institution;
Beschreibung der Lehrinhalte und / oder Lernergebnisse;
Zeitlicher Umfang der Lehrveranstaltung (z. B. SWS, ECTS, Unterrichtsstunden…)",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "<h5><u>Application for recognition based on a certificate</u></h5>
Please upload the certificate and other supporting documents (e.g. syllabus, curricula, module description ...).
<br><br>The following information must be included:
name of the institution issuing the certificate;
description of the teaching content and / or learning outcomes;
duration of the course (e.g. ECTS, contact hours per week, total number of hours taught...)
",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'anrechnungGrundBerufTooltipText',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "<h5><u>Beantragung aufgrund nachgewiesener beruflicher Praxis</u></h5>
Soll die Anrechnung auf der Grundlage der beruflichen Praxis erfolgen, laden Sie bitte eine detaillierte
Tätigkeitsbeschreibung hoch. Dies kann durch betriebliche Ausbildungsnachweise und / oder Nachweise von
einschlägigen beruflichen Tätigkeiten mit Zeitangaben (z. B. durch ein qualifiziertes Arbeitszeugnis
oder durch Bestätigungen des Arbeitgebers) erfolgen.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "<h5><u>Application for recognition based on professional practice</u></h5>
If the exemption is to be based on professional practice, please upload a detailed job description. This can be done through proof of company training and / or proof of relevant occupational activities with time information (e.g. through a qualified job reference or through confirmation from the employer).",
'description' => '',
'insertvon' => 'system'
)
@@ -9617,13 +9699,13 @@ Any unusual occurrences
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Allgemein & Fristen',
'text' => 'Beantragung: Fristen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'General & Deadlines',
'text' => 'Deadlines',
'description' => '',
'insertvon' => 'system'
)
@@ -9637,12 +9719,10 @@ Any unusual occurrences
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Um grundsätzlich festzustellen, ob die erworbenen Kenntnisse zu einer Anrechnung führen können, informieren Sie sich bitte vorab im CIS über die Lernergebnisse, Lehrinhalte und ECTS-Punkte der anzurechnenden Lehrveranstaltung.
<br><br>Eine Anerkennung setzt voraus, dass die erworbenen Kenntnisse mit dem Inhalt und Umfang der Lehrveranstaltung gleichwertig sind.
<br><br>Bitte laden Sie den Antrag in deutscher oder englischer Sprache für das
'text' => "Bitte laden Sie den Antrag in deutscher oder englischer Sprache für das
<ul>
<li><u>Wintersemester spätestens bis 15. September</u></li>
<li><u>Sommersemester spätestens bis 22. Februar</u> hoch</li>
<li><u>Sommersemester spätestens bis 22. Februar</u> hoch.</li>
</ul>
<br>Die Entscheidung über den Antrag erfolgt in der Regel innerhalb von zwei Wochen ab dem 15. September
bzw. 22. Februar.
@@ -9652,15 +9732,13 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => 'To determine whether the knowledge you have acquired can lead to exemption, please inform yourself in advance in the CIS about the learning outcomes, course content and ECTS points of the course to be credited.
<br><br>A prerequisite for recognition is that the knowledge acquired is equivalent to the content and scope of the course.
<br><br>Please upload the application in German or English
'text' => "Please upload the application in German or English
<ul>
<li><u>by September 15th for the winter semester</u></li>
<li><u>by February 22nd for the summer semester</u> at the latest.</li>
</ul>
<br>The decision on the application is usually made within two weeks from September 15 (winter semester) or February 22 (summer semester).
<br><br>A separate application must be submitted for each course.</li>',
<br><br>A separate application must be submitted for each course.</li>",
'description' => '',
'insertvon' => 'system'
)
@@ -9680,7 +9758,7 @@ array(
),
array(
'sprache' => 'English',
'text' => 'Prerequisites for: Verification Documents',
'text' => 'Prerequisites for Verification Documents',
'description' => '',
'insertvon' => 'system'
)
@@ -9694,41 +9772,18 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => "<h5><u>Beantragung aufgrund eines Zeugnisses</u></h5>
Bitte laden Sie das Zeugnis und weitere Nachweis-Dokumente (z.B. Syllabus, Lehrpläne,
Modulbeschreibung…) hoch.
<br><br>Die folgenden Informationen müssen enthalten sein:
<ol>
<li>Name der das Zeugnis ausstellenden Institution</li>
<li>Beschreibung der Lehrinhalte und / oder Lernergebnisse</li>
<li>Zeitlicher Umfang der Lehrveranstaltung (z. B. SWS, ECTS, Unterrichtsstunden…)</li>
</ol>
<br>
<h5><u>Beantragung aufgrund nachgewiesener beruflicher Praxis</u></h5>
Soll die Anrechnung auf der Grundlage der beruflichen Praxis erfolgen, laden Sie bitte eine detaillierte
Tätigkeitsbeschreibung hoch. Dies kann durch betriebliche Ausbildungsnachweise und / oder Nachweise von
einschlägigen beruflichen Tätigkeiten mit Zeitangaben (z. B. durch ein qualifiziertes Arbeitszeugnis
oder durch Bestätigungen des Arbeitgebers) erfolgen.
<br><br>Falls Sie für den Nachweis der Gleichwertigkeit in Bundesgesetzblättern veröffentlichte Lehrpläne (vgl. HTL, HAK…) verwenden, laden Sie bitte nur die für die Anrechnung relevanten Teile hoch oder markieren Sie diese entsprechend.
<br><br><span class=\"text-danger\">Falls diese Informationen nicht enthalten sind, können wir den Antrag nicht prüfen und er wird abgelehnt.</span>",
'text' => "Bitte laden Sie mehrere Nachweis-Dokumente zusammengefasst in einem PDF-Dokument hoch.
<br><br>Falls Sie für den Nachweis der Gleichwertigkeit in Bundesgesetzblättern veröffentlichte Lehrpläne (vgl. HTL, HAK…) verwenden,
laden Sie bitte nur die für die Anrechnung relevanten Teile hoch oder markieren Sie diese entsprechend.
<br><br><span class=\"text-danger\">Falls diese Informationen nicht enthalten sind, kann der Antrag auch abgelehnt werden.</span>",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => '<h5><u>Application for recognition based on a certificate</u></h5>
Please upload the certificate and other supporting documents (e.g. syllabus, curricula, module description ...).
<br><br>The following information must be included:
<ol>
<li>name of the institution issuing the certificate</li>
<li>description of the teaching content and / or learning outcomes</li>
<li>duration of the course (e.g. ECTS, contact hours per week, total number of hours taught...)</li>
</ol>
<br>
<h5><u>Application for recognition based on professional practice</u></h5>
If the exemption is to be based on professional practice, please upload a detailed job description. This can be done through proof of company training and / or proof of relevant occupational activities with time information (e.g. through a qualified job reference or through confirmation from the employer).
<br><br>If you use curricula published in federal law gazettes (cf. HTL, HAK ...) to prove equivalence, please upload only the parts relevant for recognition or mark them accordingly.
<br><br><span class="text-danger">If this information is not included, we will not be able to check the application and it will be rejected.</span>',
'text' => "Please combine and upload more than one verification document in one PDF document.
<br><br>If you use curricula published in federal law gazettes (cf. HTL, HAK ...) to prove equivalence, please upload only the parts relevant for recognition or mark them accordingly.
<br><br><span class=\"text-danger\">If this information is not included, the application might be rejected.</span>",
'description' => '',
'insertvon' => 'system'
)
@@ -9748,7 +9803,7 @@ array(
),
array(
'sprache' => 'English',
'text' => 'Prerequisites for: Origin of previous knowledge',
'text' => 'Prerequisites for Origin of previous Knowledge',
'description' => '',
'insertvon' => 'system'
)
@@ -9762,12 +9817,12 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => "<h5><u>Beantragung aufgrund eines Zeugnisses</u></h5>
'text' => "<h5><u>Bei Anrechnungen von schulischen bzw. hochschulischen Zeugnissen</u></h5>
Bitte geben Sie an, wo Sie die Kenntnisse erworben haben: (Hoch-)Schultyp, Standort, Fachrichtung.
Beispiel Schule: HTL Mödling, Fahrzeugtechnik; Beispiel Hochschule: TU Wien, Bachelor
Wirtschaftsinformatik
<br>
<h5><u>Beantragung aufgrund nachgewiesener beruflicher Praxis</u></h5>
<h5><u>Bei Anrechnungen von beruflicher Praxis</u></h5>
Bitte geben Sie Unternehmen, Position und Funktion sowie Dauer der Beschäftigung an.",
'description' => '',
'insertvon' => 'system'
@@ -9784,7 +9839,377 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'reviewAnrechnungInfoFristenTitle',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Beantragung: Fristen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Deadlines',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'reviewAnrechnungInfoFristenBody',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Die Entscheidung über den Antrag durch die Studiengangsleitung sollte
<ul>
<li><u>innerhalb von zwei Wochen ab dem 15. September (Wintersemester)</u></li>
<li><u>innerhalb von zwei Wochen ab dem 22. Februar (Sommersemester)</u> erfolgen.</li>
</ul>",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "The decision on the application should be made by the study program director
<ul>
<li><u>within two weeks from September 15 (winter semester)</u></li>
<li><u>within two weeks from February 22 (summer semester)</u>.</li>
</ul>",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'reviewAnrechnungInfoAntragVoraussetungenTitle',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Antrag: Voraussetzungen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Prerequisites for Application',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'reviewAnrechnungInfoAntragVoraussetungenBody',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Eine Anerkennung setzt voraus, dass die erworbenen Kenntnisse mit dem Inhalt und Umfang der Lehrveranstaltung gleichwertig sind.
<br><br>Wenn die Gleichwertigkeit gegeben ist, können auch außerhochschulisch erworbene Kenntnisse angerechnet werden (z.B. Sekundarschule, Weiterbildungseinrichtungen).
<br><br>
<u>Umfangmäßige Gleichwertigkeit Schule - Hochschule:</u>
<br>1 ECTS an der FH Technikum Wien entspricht einem Arbeitsaufwand von 25 Stunden, ein Schulhalbjahr besteht aus ca. 20 Wochen.
<br>Das heißt eine Unterrichtsstunde pro Woche sind insgesamt ca. 20 Stunden.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "A prerequisite for recognition is that the knowledge acquired is equivalent to the content and scope of the course.
<br><br>If the equivalence is given, knowledge acquired outside the university can also be taken into account (e.g. secondary school, further education institutions).
<br><br>
<u>Equivalence School - University:</u>
<br>1 ECTS at the UAS Technikum Wien corresponds to a workload of 25 hours, a school semester consists of approx. 20 weeks.
<br>That means one lesson per week is a total of approx. 20 hours.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'reviewAnrechnungInfoNachweisdokumenteTitle',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Nachweisdokumente: Voraussetzung',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Prerequisites for Verification Documents',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'reviewAnrechnungInfoNachweisdokumenteBody',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "<h5><u>Beantragung aufgrund eines Zeugnisses</u></h5>
Falls für den Nachweis der Gleichwertigkeit in Bundesgesetzblättern veröffentlichte Lehrpläne (vgl. HTL, HAK…) verwendet werden, sind entweder nur die für die Anrechnung relevanten Teile hochzuladen oder entsprechend zu markieren.
<br><br>Die folgenden Informationen müssen enthalten sein:
<ol>
<li>Name der das Zeugnis ausstellenden Institution</li>
<li>Beschreibung der Lehrinhalte und / oder Lernergebnisse</li>
<li>Zeitlicher Umfang der Lehrveranstaltung (z. B. SWS, ECTS, Unterrichtsstunden…)</li>
</ol>
<br>
<h5><u>Beantragung aufgrund nachgewiesener beruflicher Praxis</u></h5>
Es wird eine detaillierte Tätigkeitsbeschreibung benötigt. Dies kann durch betriebliche Ausbildungsnachweise und / oder Nachweise von
einschlägigen beruflichen Tätigkeiten mit Zeitangaben (z. B. durch ein qualifiziertes Arbeitszeugnis
oder durch Bestätigungen des Arbeitgebers) erfolgen.
<br><br><span class=\"text-danger\">Falls diese Informationen nicht enthalten sind, kann der Antrag nicht geprüft werden und er wird abgelehnt.</span>",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => '<h5><u>Application for recognition based on a certificate</u></h5>
To prove equivalence of curricula published in federal law gazettes (cf. HTL, HAK ...), only the parts relevant for recognition should be upload or marked accordingly.
<br><br>The following information must be included:
<ol>
<li>name of the institution issuing the certificate</li>
<li>description of the teaching content and / or learning outcomes</li>
<li>duration of the course (e.g. ECTS, contact hours per week, total number of hours taught...)</li>
</ol>
<br>
<h5><u>Application for recognition based on professional practice</u></h5>
If the exemption is to be based on professional practice, an upload of a detailed job description is required. This can be done through proof of company training and / or proof of relevant occupational activities with time information (e.g. through a qualified job reference or through confirmation from the employer).
<br><br><span class="text-danger">If this information is not included, we will not be able to check the application and it will be rejected.</span>',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'reviewAnrechnungInfoHerkunftKenntnisseTitle',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Herkunft der Kenntnisse: Angaben',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Prerequisites for Origin of previous Knowledge',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'reviewAnrechnungInfoHerkunftKenntnisseBody',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "<h5><u>Bei Anrechnungen von schulischen bzw. hochschulischen Zeugnissen</u></h5>
Angabe, wo die Kenntnisse erworben worden sind: (Hoch-)Schultyp, Standort, Fachrichtung. Beispiel Schule: HTL Mödling, Fahrzeugtechnik; Beispiel Hochschule: TU Wien, Bachelor
Wirtschaftsinformatik
<br>
<h5><u>Bei Anrechnungen von beruflicher Praxis</u></h5>
Angabe von Unternehmen, Position und Funktion sowie Dauer der Beschäftigung.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "<h5><u>If school or university certificates are to be recognized</u></h5>
Indication where the knowledge has been acquired: type of (university) school, location, subject area. Example school: HTL Mödling, vehicle technology; Example university: Vienna University of Technology, Bachelor of Business Informatics
<br>
<h5><u>If professional practice is to be recognized</u></h5>
Specification of company, position and function as well as length of employment.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'systemfehler',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Systemfehler<br>Bitte kontaktieren Sie den Systemadministrator.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "System Error<br>Please contact the system administrator.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'bitteMindEinenAntragWaehlen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Bitte w&auml;hlen Sie zumindest einen Antrag aus.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Please select at least one application.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'bitteBegruendungAngeben',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Bitte geben Sie eine Begr&uml;ndung an.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Please provide a reason.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'anrechnungenWurdenEmpfohlen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => " Anrechnungsantr&auml;ge wurden empfohlen.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => " Applications have been recommended.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'anrechnungenWurdenNichtEmpfohlen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => " Anrechnungsantr&auml;ge wurden nicht empfohlen.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => " Applications have not been recommended.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'anrechnungenWurdenGenehmigt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => " Anrechnungsantr&auml;ge wurden genehmigt.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => " Applications have been approved.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'anrechnungenWurdenAbgelehnt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => " Anrechnungsantr&auml;ge wurden abgelehnt.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => " Applications have been rejected.",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'empfehlungWurdeAngefordert',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => " Empfehlung wurde angefordert.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => " Recommendation has been requested.",
'description' => '',
'insertvon' => 'system'
)
)
),