mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-04 05:39:28 +00:00
83219630aa
- Link zum Pinboard als Icon bei den Lehre-tools - Inaktive Freifächer (bei denen keine Anmeldung mehr möglich ist) werden nicht mehr ausgegegraut sondern mit einer roten Ampel versehen - index.html und index.php: Dateiname des Logos umbenannt in logo.png (statt fhtw_logo.png), Link zu fhcomplete angepasst an fhcomplete.org - notenliste.xls.php: Legende des Notenschlüssels angepasst und Formatierungen geändert -
39 lines
3.0 KiB
PHP
39 lines
3.0 KiB
PHP
<?php
|
|
$this->phrasen['upload/dateiUpload']='File Upload';
|
|
$this->phrasen['upload/dateienAutomatischUeberschreiben']='Overwrite files';
|
|
$this->phrasen['upload/neuesVerzeichnisErstellen']='Create new directory';
|
|
$this->phrasen['upload/verzeichnisname']='Directory';
|
|
$this->phrasen['upload/verzeichnisErstellen']='Create directory';
|
|
$this->phrasen['upload/maxUploadgroesse']='Max. Size (all Files)';
|
|
$this->phrasen['upload/upload']='Upload';
|
|
$this->phrasen['upload/auswaehlen']='Select';
|
|
$this->phrasen['upload/name']='Name';
|
|
$this->phrasen['upload/aktionen']='Actions';
|
|
$this->phrasen['upload/dateien']='Files';
|
|
$this->phrasen['upload/kbGespeichert']='KB Saved';
|
|
$this->phrasen['upload/keineOrdnerGefunden']='No directories found';
|
|
$this->phrasen['upload/keineDateienGefunden']='No files found';
|
|
$this->phrasen['upload/unterordnerVon']='Subdirectory from';
|
|
$this->phrasen['upload/dateienImOrdner']='Files in directory';
|
|
$this->phrasen['upload/dateienInOrdnern']='%s Files in %s directories, %sKB total';
|
|
$this->phrasen['upload/benutzerKonnteNichtZugeordnetWerden']='User %s cannot bei assigned';
|
|
$this->phrasen['upload/wollenSieOrdnerWirklichLoeschen']='Do you really want to delete the selected files? This can not be undone';
|
|
$this->phrasen['upload/verzeichnisnameDarfNurBuchstaben']='The directory name may only contain letters and numbers';
|
|
$this->phrasen['upload/dateinameDarfNurBuchstaben']='File name of file %s is invalid. The file name may only contain letters and numbers';
|
|
$this->phrasen['upload/keineGegenstaendeDefiniert']='No objects could be defined';
|
|
$this->phrasen['upload/keineSemesterDefiniert']='No semesters could be defined';
|
|
$this->phrasen['upload/keineStudiengaengeDefiniert']='No degree programs could be defined';
|
|
$this->phrasen['upload/dateiAufServerDateiformat']='Error: You have tried to upload a file to the server that is not a supported format';
|
|
$this->phrasen['upload/formattributInEinNeues'] = 'Error: You have tried to change the format attribute of a file to a new attribute that is not supported';
|
|
$this->phrasen['upload/dateiExistiertBereits']='Error: The file already exists! Please use the option “Overwrite files automatically”';
|
|
$this->phrasen['upload/fehlerBeimLoeschenDesOrdners']='Error: deleting folder';
|
|
$this->phrasen['upload/studentenUploadVerwalten']='Manage student uploads';
|
|
$this->phrasen['upload/fehlerBeimLadenDerLv']='Error loading subject';
|
|
$this->phrasen['upload/studentenUploadEinsehen']='View student uploads';
|
|
$this->phrasen['upload/studentenUploadverzeichnis']='Student upload directory';
|
|
$this->phrasen['upload/leeren']='clear';
|
|
$this->phrasen['upload/studentenUploadverzeichnisLeeren']='Empty student upload directory';
|
|
$this->phrasen['upload/esWurdeKeinPfadDefiniert']='A directory path has not been defined';
|
|
$this->phrasen['upload/wollenSieUploadWirklichLeeren']='Do you really want to empty the upload the directory? This can not be undone';
|
|
$this->phrasen['upload/umEinenOrdnerOderEineDatei']='Please click on the appropriate checkbox to delete or rename a folder or file';
|
|
?>
|