mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19: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
22 lines
794 B
PHP
22 lines
794 B
PHP
<?php
|
|
$this->phrasen['lvinfo/anmerkungen']='';
|
|
$this->phrasen['lvinfo/anmerkungenEN']='';
|
|
$this->phrasen['lvinfo/anwesenheit']='';
|
|
$this->phrasen['lvinfo/anwesenheitEN']='';
|
|
$this->phrasen['lvinfo/kurzbeschreibung']='';
|
|
$this->phrasen['lvinfo/kurzbeschreibungEN']='';
|
|
$this->phrasen['lvinfo/lehrinhalte']='';
|
|
$this->phrasen['lvinfo/lehrinhalteEN']='';
|
|
$this->phrasen['lvinfo/leistungsbeurteilung']='';
|
|
$this->phrasen['lvinfo/leistungsbeurteilungEN']='';
|
|
$this->phrasen['lvinfo/lernergebnisse']='';
|
|
$this->phrasen['lvinfo/lernergebnisseEN']='';
|
|
$this->phrasen['lvinfo/literatur']='';
|
|
$this->phrasen['lvinfo/literaturEN']='';
|
|
$this->phrasen['lvinfo/methodik']='';
|
|
$this->phrasen['lvinfo/methodikEN']='';
|
|
$this->phrasen['lvinfo/vorkenntnisse']='';
|
|
$this->phrasen['lvinfo/vorkenntnisseEN']='';
|
|
|
|
?>
|