mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-29 01:49:27 +00:00
11 lines
377 B
PHP
Executable File
11 lines
377 B
PHP
Executable File
<?php
|
|
$this->phrasen['menu/zeitsperren']='Absenteeism';
|
|
$this->phrasen['menu/resturlaub']='Remaining leave';
|
|
$this->phrasen['menu/fixangestellte']='Salaried';
|
|
$this->phrasen['menu/fixelektoren']='salaried Lector';
|
|
$this->phrasen['menu/organisationseinheit']='Organization Units';
|
|
$this->phrasen['menu/lektoren']='Lector';
|
|
$this->phrasen['menu/urlaubAlle']='All';
|
|
|
|
?>
|