dropbox.inc.php 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $Upload = "Upload";
  6. $BackList = "Return to dropbox";
  7. $ShowFeedback = "Show Feedback";
  8. $GiveFeedback = "Give / Edit Feedback";
  9. $JustUploadInSelect = "---Just upload---";
  10. $MailingNothingFor = "Nothing for";
  11. $MailingFileNotRegistered = "(not registered for this training)";
  12. $MailingFileSentTo = "sent to";
  13. $MailingFileIsFor = "is for";
  14. $MailingFileRecipDup = "multiple users have";
  15. $MailingFileRecipNotFound = "no such learner with";
  16. $MailingFileNoRecip = "name does not contain any recipient-id";
  17. $MailingFileNoPostfix = "name does not end with";
  18. $MailingFileNoPrefix = "name does not start with";
  19. $MailingFileFunny = "no name, or extension not 1-4 letters or digits";
  20. $MailingZipDups = "Mailing zipfile must not contain duplicate files - it will not be sent";
  21. $MailingZipPhp = "Mailing zipfile must not contain php files - it will not be sent";
  22. $MailingZipEmptyOrCorrupt = "Mailing zipfile is empty or not a valid zipfile";
  23. $MailingWrongZipfile = "Mailing must be zipfile with STUDENTID or LOGINNAME";
  24. $MailingConfirmSend = "Send content files to individuals?";
  25. $MailingSend = "Validate";
  26. $MailingNotYetSent = "Mailing content files have not yet been sent out...";
  27. $MailingInSelect = "---Mailing---";
  28. $MailingAsUsername = "Mailing";
  29. $FileDeleted = "The selected file has been removed from your dropbox.";
  30. $DocAdd = "Document has been added successfully";
  31. $Sender = "sender";
  32. $Author = "author";
  33. $FileSize = "filesize";
  34. $Title = "title";
  35. $OverwriteFile = "Overwrite previous versions of same document?";
  36. $Ok = "Validate";
  37. $Unknown = "unknown";
  38. $SentOn = "on";
  39. $SentTo = "Sent to";
  40. $ConfirmDelete = "This will remove the entry from your list only";
  41. $SendTo = "Send to";
  42. $Description = "Remarks";
  43. $UploadFile = "Upload document";
  44. $ErrorCreatingDir = "Can't create the directory. Please contact your system administrator.";
  45. $UploadError = "Upload failed, please check maximum file size limits and folder rights.";
  46. $TooBig = "You didn't choose a file or the file is too big.";
  47. $NoFileSpecified = "You didn't specify a file to upload.";
  48. $NoUserSelected = "Please select a user to send the file to.";
  49. $BadFormData = "Submit failed: bad form data. Please contact your system administrator.";
  50. $GeneralError = "An error has occured. Please contact your system administrator.";
  51. $Dropbox = "Dropbox";
  52. $Help = "Help";
  53. $ReceivedFiles = "Received Files";
  54. $SentFiles = "Sent Files";
  55. $ReceivedTitle = "Title";
  56. $SentTitle = "Sent Files";
  57. $Authors = "Authors";
  58. $Size = "Size";
  59. $LastResent = "Latest sent on";
  60. $kB = "kB";
  61. $Root = "Root";
  62. $UploadNewFile = "Share a new file";
  63. $AreYouSureToDelete = "Are you sure you want to delete";
  64. $Feedback = "Feedback";
  65. $CloseFeedback = "Close feedback";
  66. $AddNewFeedback = "Add feedback";
  67. $DropboxFeedbackStored = "The feedback message has been stored";
  68. $AllUsersHaveDeletedTheFileAndWillNotSeeFeedback = "All users have deleted the file so nobody will see the feedback you are adding.";
  69. $FeedbackError = "Feedback error";
  70. $PleaseTypeText = "Please type some text.";
  71. $YouAreNotAllowedToDownloadThisFile = "You are not allowed to download this file.";
  72. $CheckAtLeastOneFile = "Check at least one file.";
  73. $ReceivedFileDeleted = "The received file has been deleted.";
  74. $SentFileDeleted = "The sent file has been deleted.";
  75. $FilesMoved = "The selected files have been moved.";
  76. $ReceivedFileMoved = "The received file has been moved.";
  77. $SentFileMoved = "The sent file has been moved";
  78. $NotMovedError = "The file(s) can not be moved.";
  79. $AddNewCategory = "Add a new folder";
  80. $EditCategory = "Edit this category";
  81. $CategoryName = "Folder name";
  82. $ErrorPleaseGiveCategoryName = "Please give a category name";
  83. $CategoryAlreadyExistsEditIt = "This category already exists, please use a different name";
  84. $CurrentlySeeing = "You are in folder";
  85. $CategoryStored = "The folder has been created";
  86. $CategoryModified = "The category has been modified.";
  87. $CategoryDeleted = "The category has been deleted.";
  88. $AuthorFieldCannotBeEmpty = "The author field cannot be empty";
  89. $YouMustSelectAtLeastOneDestinee = "You must select at least one destinee";
  90. $DropboxFileTooBig = "This file's volume is too big.";
  91. $TheFileIsNotUploaded = "The file is not uploaded.";
  92. $FileUploadSucces = "The file has successfully been uploaded.";
  93. $MailingNonMailingError = "Mailing cannot be overwritten by non-mailing and vice-versa";
  94. $MailingSelectNoOther = "Mailing cannot be combined with other recipients";
  95. $MailingJustUploadSelectNoOther = "Just Upload cannot be combined with other recipients";
  96. $NewDropboxFileUploaded = "A new file has been sent in the dropbox";
  97. $NewDropboxFileUploadedContent = "A new file has been sent to the Dropbox";
  98. $langAddEdit = "Add / Edit";
  99. $ErrorNoFilesInFolder = "This folder is empty";
  100. $AddComment = "Save feedback";
  101. $SentCatgoryDeleted = "The folder has been deleted";
  102. $ReceivedCatgoryDeleted = "The folder has been deleted";
  103. $InvalideUserDetected = "Invalid user detected.";
  104. $InvalideGroupDetected = "Invalid group detected.";
  105. $OverviewOfFilesInThisZip = "Overview of diles in this Zip";
  106. ?>