Update Wording Antrag -> Verwaltung, Genehmigen-> Bestätigen, Überspringen Button Ausblenden

This commit is contained in:
ma0068
2023-07-11 13:07:54 +02:00
parent 1aa78386f4
commit f438d240f9
6 changed files with 11 additions and 31 deletions
@@ -33,7 +33,7 @@ $this->load->view(
<div id="wrapper">
<div class="fhc-header">
<h1><?= $this->p->t('studierendenantrag', 'antraege_header'); ?></h1>
<h1><?= $this->p->t('studierendenantrag', 'antrag_header'); ?></h1>
</div>
<div class="fhc-container row">
@@ -25,7 +25,7 @@ $this->load->view(
<div id="wrapper">
<div class="fhc-header">
<h1 class="h2"><?= $this->p->t('studierendenantrag', 'antraege_header'); ?></h1>
<h1 class="h2"><?= $this->p->t('studierendenantrag', 'antrag_header'); ?></h1>
</div>
<div class="fhc-container row">
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
$this->phrasen['global/studiengang']='Studiengang';
$this->phrasen['studierendenantrag/antraege_header']='Anträge auf Änderung des Studierendenstatus';
$this->phrasen['studierendenantrag/antraege_header']='Änderungen des Studierendenstatus';
$this->phrasen['studierendenantrag/title_Abmeldung']='Abmeldung';
$this->phrasen['studierendenantrag/title_AbmeldungStgl']='Abmeldung';
$this->phrasen['studierendenantrag/title_Unterbrechung']='Unterbrechung';
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
$this->phrasen['global/studiengang']='Studiengang';
$this->phrasen['studierendenantrag/antraege_header']='Requests for changing the Studierendenstatus';
$this->phrasen['studierendenantrag/antraege_header']='Changes of student status';
$this->phrasen['studierendenantrag/title_Abmeldung']='De-registration';
$this->phrasen['studierendenantrag/title_AbmeldungStgl']='De-registration';
$this->phrasen['studierendenantrag/title_Unterbrechung']='Interruption';
@@ -141,7 +141,7 @@ export default {
<label class="form-check-label" for="cbid">{{p.t('studierendenantrag','fuer_x_uebernehmen', {count: countRemaining})}}</label>
</div>
<button type="button" class="btn btn-primary" @click="submit(true)">{{p.t('studierendenantrag','btn_approve')}}</button>
<button type="button" class="btn btn-secondary" @click="submit(false)">{{p.t('ui','skip')}}</button>
<button v-if="countRemaining > 0" type="button" class="btn btn-secondary" @click="submit(false)">{{p.t('ui','skip')}}</button>
</template>
</bs-modal>`
}
+4 -24
View File
@@ -18363,26 +18363,6 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'studierendenantrag',
'phrase' => 'antraege_header',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Anträge auf Änderung des Studierendenstatus',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Requests for changing the Studierendenstatus',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'studierendenantrag',
@@ -18391,13 +18371,13 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Antrag auf Änderung des Studierendenstatus',
'text' => 'Verwaltung des Studierendenstatus',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Request for changing the Studierendenstatus',
'text' => 'Management of student status',
'description' => '',
'insertvon' => 'system'
)
@@ -19073,13 +19053,13 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Genehmigen',
'text' => 'Bestätigen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Approve',
'text' => 'Confirm',
'description' => '',
'insertvon' => 'system'
)