import.inc.php 506 B

123456789101112
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langCouldNot = "File could not be uploaded";
  6. $langAddPageToSite = "Add a page to the area";
  7. $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";
  8. $langSendPage = "Page to upload";
  9. $langPageTitleModified = "The title of the page has been modified";
  10. $langPageAdded = "Page added";
  11. $Choose = "Choose";
  12. ?>