123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- <?php /*
- for more information: see languages.txt in the lang folder.
- */
- $dropbox_lang["help"] = "Help";
- $dropbox_lang["aliensNotAllowed"] = "Only training members can use the dropbox tool. You are not a member of this training.";
- $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 directory. Please contact your system administrator.";
- $dropbox_lang["installError"] = "Can\'t install the necessary tables for the dropbox tool. 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"] = "Validate";
- $dropbox_lang["lastUpdated"] = "Latest updated on";
- $dropbox_lang["lastResent"] = "Latest sent on";
- $dropbox_lang["overwriteFile"] = "Overwrite previous versions of same document?";
- $dropbox_lang["orderBy"] = "Order by ";
- $dropbox_lang["lastDate"] = "date latest 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"] = "Validate";
- $dropbox_lang["mailingConfirmSend"] = "Send content files to individuals?";
- $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 learner with";
- $dropbox_lang["mailingFileRecipDup"] = "multiple users have";
- $dropbox_lang["mailingFileIsFor"] = "is for";
- $dropbox_lang["mailingFileSentTo"] = "sent to ";
- $dropbox_lang["mailingFileNotRegistered"] = " (not registered for this training)";
- $dropbox_lang["mailingNothingFor"] = "Nothing for";
- $dropbox_lang["justUploadInSelect"] = "---Just upload---";
- $dropbox_lang["justUploadInList"] = "Upload by";
- $dropbox_lang["giveFeedback"] = "Give / Edit Feedback";
- $dropbox_lang["showFeedback"] = "Show Feedback";
- $dropbox_lang["backList"] = "Return to 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 = "Latest sent 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 = "Share 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 folder";
- $EditCategory = "Edit this category";
- $CategoryName = "Folder name";
- $ErrorPleaseGiveCategoryName = "Please give a category name";
- $CategoryAlreadyExistsEditIt = "This category already exists, please use a different name";
- $CurrentlySeeing = "You are in folder ";
- $CategoryStored = "The folder has been created";
- $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 = "This file\'s volume 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";
- $NewDropboxFileUploadedContent = "A new file has been sent to the Dropbox";
- $langAddEdit = "Add / Edit";
- $ErrorNoFilesInFolder = "This folder is empty";
- $dropbox_lang["upload"] = "Upload";
- $AddComment = "Save feedback";
- $SentCatgoryDeleted = "The folder has been deleted";
- $ReceivedCatgoryDeleted = "The folder has been deleted";
- ?>
|