import.inc.php 836 B

1234567891011121314
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langExplanation = "Once you click on \"Create a course\", a course is created with a section for Tests, Project based learning, Assessments, Courses, Dropbox, Agenda and much more. Logging in as teacher provides you with editing privileges for this course.";
  6. $langTooBig = "You didn't choose any file to send, or it is too big";
  7. $langCouldNot = "File could not be uploaded";
  8. $langAddPageToSite = "Add a page to the area";
  9. $langCouldNotSendPage = "This file is not in HTML format and could not be uploaded. If you want to send non HTML documents (PDF, Word, Power Point, Video, etc.) use the Documents tool";
  10. $langSendPage = "Page to upload";
  11. $langPageTitleModified = "The title of the page has been modified";
  12. $langPageAdded = "Page added";
  13. $Choose = "Choose";
  14. ?>