mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-09 16: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
1.9 KiB
PHP
22 lines
1.9 KiB
PHP
<?php
|
|
$this->phrasen['semesterplan/fehlerBeiDerParameteruebergabe']='Error in the parameter transfer';
|
|
$this->phrasen['semesterplan/fehlerBeimLadenDerLv']='Error loading the course';
|
|
$this->phrasen['semesterplan/fehlerBeimLadenDesStudienganges']='Error loading the degree program';
|
|
$this->phrasen['semesterplan/ordnerinhalt']='Content of the folder';
|
|
$this->phrasen['semesterplan/dateiKonnteNichtGefundenWerden']='The file %s%s could not be found';
|
|
$this->phrasen['semesterplan/bitteZuerstDateiAuswaehlen']='Please select a file first';
|
|
$this->phrasen['semesterplan/fileErfolgreichHochgeladen']='The file was uploaded successfully';
|
|
$this->phrasen['semesterplan/fehlerBeimUpload']='Error uploading! Please try again.';
|
|
$this->phrasen['semesterplan/dateitypIstNichtErlaubt']='This file type is not allowed';
|
|
$this->phrasen['semesterplan/dateinameNurBuchstaben']='The file name may only contain letters and numbers';
|
|
$this->phrasen['semesterplan/speichernSieDieVorlage']='Save the template (html or doc - version) to your computer';
|
|
$this->phrasen['semesterplan/oeffnenSieDieGespeicherteDatei']='Open the saved file with your word processing program (MS Word, OpenOffice ...) or the html-template with a suitable editor';
|
|
$this->phrasen['semesterplan/erstellenSieIhrenSemesterplan']='Create your semester schedule';
|
|
$this->phrasen['semesterplan/speichernSieDasDokument']='Save the document as a “Web Page” with the name “index.html” (only lowercase)';
|
|
$this->phrasen['semesterplan/inMSWord']='(In MS Word: “File” -> “Save As” -> File name: index.html, Save as type: Web Page)';
|
|
$this->phrasen['semesterplan/ladenSieDieDateiHoch']='Now upload this file with the “Upload” button.';
|
|
$this->phrasen['semesterplan/fertig']='Finished';
|
|
$this->phrasen['semesterplan/ErstellungDesSemesterplans']='Setting up the Semesterplan';
|
|
$this->phrasen['semesterplan/schliessen']='close';
|
|
?>
|