⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dropbox.inc.php

📁 完美的在线教育系统
💻 PHP
字号:
<?php /*for more information: see languages.txt in the lang folder. */$dropbox_lang["help"]  = "Help";$dropbox_lang["aliensNotAllowed"]  = "Only course members can use the dropbox. You are not a member of this course.";$dropbox_lang["dropbox"]  = "Dropbox";$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"]  = "Remarks";$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["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"]  = "Document has been added successfully";$dropbox_lang["fileDeleted"]  = "The selected file has been removed from 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 users 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";$dropbox_lang["giveFeedback"] = "Give / Edit Feedback";$dropbox_lang["showFeedback"] = "Show Feedback";$dropbox_lang["backList"] = "Go back to your dropbox";$dropbox_lang["filingFolders"] = "View only folder";$dropbox_lang["filingRefile"] = "Refile selected files as";$dropbox_lang["filingSelected"] = "Received/Sent (original folder)";$dropbox_lang["filingOtherAs"] = "(new foldername) ==>";$dropbox_lang["filingName"] = "Name";$ReceivedFiles = "Received Files";$SentFiles = "Sent Files";$ReceivedTitle = "Title";$SentTitle = "Title";$Authors = "Authors";$Size = "Size";$LastResent = "Last resent on";$kB = "kB";$Root = "Root";$NoSentFilesHere = "There are no <b>sent</b> files to be displayed here.";$NoReceivedFilesHere = "There are no <b>received</b> files to be displayed here.";$UploadNewFile = "Send a new file";$AreYouSureToDelete = "Are you sure you want to delete";$Feedback = "Feedback";$CloseFeedback = "Close feedback";$AddNewFeedback = "Add feedback";$DropboxFeedbackStored = "The feedback message has been stored";$AllUsersHaveDeletedTheFileAndWillNotSeeFeedback = "All users have deleted the file so nobody will see the feedback you are adding.";$FeedbackError = "Feedback error";$PleaseTypeText = "Please type some text.";$YouAreNotAllowedToDownloadThisFile = "You are not allowed to download this file.";$CheckAtLeastOneFile = "Check at least one file.";$ReceivedFileDeleted = "The received file has been deleted.";$SentFileDeleted = "The sent file has been deleted.";$FilesMoved = "The selected files have been moved.";$ReceivedFileMoved = "The received file has been moved.";$SentFileMoved = "The sent file has been moved";$NotMovedError = "The file(s) can not be moved.";$AddNewCategory = "Add a new category";$EditCategory = "Edit this category";$CategoryName = "Category name";$ErrorPleaseGiveCategoryName = "Please give a category name";$CategoryAlreadyExistsEditIt = "This category already exists, please use a different name";$CurrentlySeeing = "You are currently seeing category";$CategoryStored = "The category has been stored.";$CategoryModified = "The category has been modified.";$CategoryDeleted = "The category has been deleted.";$AuthorFieldCannotBeEmpty = "The author field cannot be empty";$YouMustSelectAtLeastOneDestinee = "You must select at least one destinee";$InvalidUserDetected = "Invalid user detected";$InvalidGroupDetected = "Invalid group detected";$DropboxFileTooBig = "The dropbox file is too big.";$TheFileIsNotUploaded = "The file is not uploaded.";$FileUploadSucces = "The file has successfully been uploaded.";$mailingNonMailingError = "Mailing cannot be overwritten by non-mailing and vice-versa";$MailingSelectNoOther = "Mailing cannot be combined with other recipients";$mailingJustUploadSelectNoOther = "Just Upload cannot be combined with other recipients";$NoFilesHere = "No files here";$NoFilesHere = "No files here";$NewDropboxFileUploaded = "A new file has been sent in the dropbox tool";$NewDropboxFileUploadedContent = "A new file has been sent in the dropbox tool of your course";?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -