import.inc.php 937 B

123456789101112131415
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langPgTitle = "Title of the page";
  5. $langExplanation = "The page must be in HTML format (e.g. \"my_page.htm\"). It will be linked from Homepage. If you want to send non HTML documents (PDF, Word, Power Point, Video, etc.) use <a href=../document/document.php>Documents tool</a>";
  6. $langTooBig = "You didn\'t choose any file to upload, or it is too big.";
  7. $langCouldNot = "File could not be uploaded.";
  8. $langNotAllowed = "Not allowed";
  9. $langAddPageToSite = "Add a page to the area";
  10. $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 <a href=../document/document.php>Documents tool</a>";
  11. $langSendPage = "Page to upload";
  12. $langPageTitleModified = "The title of the page has been modified";
  13. $langPageAdded = "Page added";
  14. $langAddPage = "Add a page";
  15. ?>