mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-04 05:39:28 +00:00
0bc0a09bf4
- application/extensions file system permission now is 775 - application/logs file system permission now is 775 - Added extensions directory in application/: config, controllers, helpers, hooks, libraries, models, views and widgets - Added view views/extensions/manage.php - Added controller controllers/system/extensions/Manager.php - Added library ExtensionsLib to manage extensions - Added model models/system/Extensions_model.php - Moved code related to print out info from MigrationLib to EPrintfLib
13 lines
667 B
PHP
13 lines
667 B
PHP
<?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/assistenz']='Assistants';
|
|
$this->phrasen['menu/lektoren']='Lector';
|
|
$this->phrasen['menu/urlaubAlle']='All';
|
|
$this->phrasen['menu/suchePersonOrtDokumentInhalt']='Search Person / OU / Room / Document / Content / Ext.';
|
|
$this->phrasen['menu/suchePersonOrtDokumentInhaltLang']='Search Person / Organisation Unit / Room / Document / Content / Extension';
|
|
?>
|