Files
Paolo 0bc0a09bf4 - Removed file system execute permission for all files (no directories)
- 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
2017-11-13 10:45:49 +01:00

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']='';
?>