123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <?php
- $dropbox_lang["dropbox"] = "Partage";
- $dropbox_lang["help"] = "Aide";
-
-
- $dropbox_lang["aliensNotAllowed"] = "Only course members can use the dropbox. You are not a member of this course.";
- $dropbox_lang["queryError"] = "Error in database query. Please contact your system administrator.";
- $dropbox_lang["generalError"] = "An error has occured. Please contact your system administrator.";
- $dropbox_lang["badFormData"] = "Submit failed: bad form data. Please contact your system administrator.";
- $dropbox_lang["noUserSelected"] = "Please select a user to send the file to.";
- $dropbox_lang["noFileSpecified"] = "You didn't specify a file to upload.";
- $dropbox_lang["tooBig"] = "You didn't choose a file or the file is too big.";
- $dropbox_lang["uploadError"] = "Error uploading file. Please contact your system administrator.";
- $dropbox_lang["errorCreatingDir"] = "Can't create the dropbox directory. Please contact your system administrator.";
- $dropbox_lang["installError"] = "Can't install the necessary tables for the dropbox module. Please contact your system administrator.";
- $dropbox_lang["uploadFile"] = "Upload document";
- $dropbox_lang["authors"] = "Authors";
- $dropbox_lang["description"] = "Paper Description";
- $dropbox_lang["sendTo"] = "Send to";
- $dropbox_lang["receivedTitle"] = "Received Files";
- $dropbox_lang["sentTitle"] = "Sent Files";
- $dropbox_lang["confirmDelete"] = "This will remove the entry from your list only";
- $dropbox_lang["all"] = "all documents";
- $dropbox_lang["workDelete"] = "Remove entry from list";
- $dropbox_lang["sentBy"] = "Sent by";
- $dropbox_lang["sentTo"] = "Sent to";
- $dropbox_lang["sentOn"] = "on";
- $dropbox_lang["anonymous"] = "unknown";
- $dropbox_lang["ok"] = "OK";
- $dropbox_lang["lastUpdated"] = "Last updated on";
- $dropbox_lang["lastResent"] = "Last resent on";
- $dropbox_lang['tableEmpty'] = "The list is empty.";
- $dropbox_lang["overwriteFile"] = "Overwrite previously sent file?";
- $dropbox_lang['orderBy'] = "Order by ";
- $dropbox_lang['lastDate'] = "date last sent";
- $dropbox_lang['firstDate'] = "date first sent";
- $dropbox_lang['title'] = "title";
- $dropbox_lang['size'] = "filesize";
- $dropbox_lang['author'] = "author";
- $dropbox_lang['sender'] = "sender";
- $dropbox_lang['recipient'] = "recipient";
- $dropbox_lang["docAdd"] = "Paper has been added succesfully";
- $dropbox_lang["fileDeleted"] = "The selected file has been removed from your dropbox.";
- $dropbox_lang["backList"] = "Go back to your dropbox";
- $dropbox_lang["mailingAsUsername"] = "Mailing ";
- $dropbox_lang["mailingInSelect"] = "---Mailing---";
- $dropbox_lang["mailingSelectNoOther"] = "Mailing cannot be combined with other recipients";
- $dropbox_lang["mailingNonMailingError"] = "Mailing cannot be overwritten by non-mailing and vice-versa";
- $dropbox_lang["mailingExamine"] = "Examine mailing zip-file";
- $dropbox_lang["mailingNotYetSent"] = "Mailing content files have not yet been sent out...";
- $dropbox_lang["mailingSend"] = "Send content files";
- $dropbox_lang["mailingConfirmSend"] = "Send content files to individual destinations ?";
- $dropbox_lang["mailingBackToDropbox"] = "(back to Dropbox main window)";
- $dropbox_lang["mailingWrongZipfile"] = "Mailing must be zipfile with STUDENTID or LOGINNAME";
- $dropbox_lang["mailingZipEmptyOrCorrupt"] = "Mailing zipfile is empty or not a valid zipfile";
- $dropbox_lang["mailingZipPhp"] = "Mailing zipfile must not contain php files - it will not be sent";
- $dropbox_lang["mailingZipDups"] = "Mailing zipfile must not contain duplicate files - it will not be sent";
- $dropbox_lang["mailingFileFunny"] = "no name, or extension not 1-4 letters or digits";
- $dropbox_lang["mailingFileNoPrefix"] = "name does not start with ";
- $dropbox_lang["mailingFileNoPostfix"] = "name does not end with ";
- $dropbox_lang["mailingFileNoRecip"] = "name does not contain any recipient-id";
- $dropbox_lang["mailingFileRecipNotFound"] = "no such student with ";
- $dropbox_lang["mailingFileRecipDup"] = "multiple students have ";
- $dropbox_lang["mailingFileIsFor"] = "is for ";
- $dropbox_lang["mailingFileSentTo"] = "sent to ";
- $dropbox_lang["mailingFileNotRegistered"] = " (not registered for this course)";
- $dropbox_lang["mailingNothingFor"] = "Nothing for";
- $dropbox_lang["justUploadInSelect"] = "---JustUpload---";
- $dropbox_lang["justUploadInList"] = "Upload by";
- $dropbox_lang["mailingJustUploadNoOther"] = "Just Upload cannot be combined with other recipients";
- ?>
|