mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
20 lines
1.7 KiB
PHP
20 lines
1.7 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';
|
|
?>
|