Files
FHC-Core/locale/en-US/upload.php
T
Karl Burkhart c53972f1d9
2011-09-01 09:38:37 +00:00

38 lines
2.9 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']='Studenten-Upload verwalten';
$this->phrasen['upload/fehlerBeimLadenDerLv']='Error loading subject';
$this->phrasen['upload/studentenUploadEinsehen']='Studenten-Upload einsehen';
$this->phrasen['upload/studentenUploadverzeichnis']='Studenten-Uploadverzeichnis';
$this->phrasen['upload/leeren']='clear';
$this->phrasen['upload/studentenUploadverzeichnisLeeren']='Studenten-Uploadverzeichnis leeren';
$this->phrasen['upload/esWurdeKeinPfadDefiniert']='Es wurde kein Pfad definiert';
$this->phrasen['upload/wollenSieUploadWirklichLeeren']='Wollen Sie das Uploadverzeichnis wirklich leeren? Dieser Vorgang ist unwiderruflich';
?>