123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?php
- $langDownloadFile="Upload file";
- $langTooBig="You didn't choose any file or the file is too big.";
- $langListDeleted="The whole list has been deleted.";
- $langDocModif="paper title modified";
- $langDocAdd="File added.";
- $langDocDel="File deleted";
- $langTitleWork="File Title";
- $langAuthors="Authors";
- $langDescription="File Description";
- $langDelList="Delete whole list";
- $langWorks="Assignments";
- $langDocument = "Document";
- $langWorkDelete="Delete";
- $langWorkModify="Modify";
- $langWorkConfirmDelete="Do you really want to delete this file";
- $langAllFiles="All files";
- $lang_default_upload="Default setting for the visibility of newly posted files";
- $lang_new_visible="New documents are visible for all users";
- $lang_new_unvisible="New documents are only visible for the area manager(s)";
- $lang_doc_unvisible="Your file is only visible for the leader(s) and will therefore not be visible for you.";
- ?>
|