slideshow.inc.php 705 B

12345678910111213141516171819
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $Height = "Height";
  6. $ResizingComment = "resize the image to the following dimensions (in pixels)";
  7. $Width = "Width";
  8. $Resizing = "RESIZE";
  9. $NoResizingComment = "Show all images in their original size. No resizing is done. Scrollbars will automatically appear if the image is larger than your monitor size.";
  10. $ShowThumbnails = "Show Thumbnails";
  11. $SetSlideshowOptions = "Set Slideshow Options";
  12. $SlideshowOptions = "Slideshow Options";
  13. $NoResizing = "NO RESIZING (default)";
  14. $ExitSlideshow = "Exit Slideshow";
  15. $SlideShow = "Slideshow";
  16. $PreviousSlide = "Previous Slide";
  17. $NextSlide = "Next Slide";
  18. $ViewSlideshow = "View Slideshow";
  19. ?>