portation of tab Anrechnungen

- switch version edit / non edit in config
This commit is contained in:
ma0068
2025-03-20 11:16:05 +01:00
parent dc51e9bd85
commit b75c9cc524
11 changed files with 1007 additions and 4 deletions
+142
View File
@@ -40432,6 +40432,148 @@ array(
)
),
// FHC4 Phrases Mobility End
// FHC4 Phrases Anrechnungen Start
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'begruendung',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Begründung',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Reason',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'genehmigtVon',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'genehmigt von',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'approved by',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'editAnrechnung',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Anrechnung bearbeiten",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Edit Exemption",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'existingNotes',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => " Notiz(en)",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => " note(s)",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'anrechnung_id',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Anrechnung ID',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Exemption ID',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'lehrveranstaltung_id_kompatibel',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'LV kompatibel ID',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Course compatible ID',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'lehrveranstaltung_bez_kompatibel',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'LV kompatibel',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Course compatible',
'description' => '',
'insertvon' => 'system'
)
)
),
// FHC4 Phrases Anrechnungen End
);