slideshow.inc.php 903 B

1234567891011121314151617181920212223
  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 = "Gallery settings";
  12. $SlideshowOptions = "Slideshow Options";
  13. $NoResizing = "NO RESIZING";
  14. $ExitSlideshow = "Exit Slideshow";
  15. $SlideShow = "Slideshow";
  16. $PreviousSlide = "Previous Slide";
  17. $NextSlide = "Next image";
  18. $ViewSlideshow = "View Slideshow";
  19. $FirstSlide = "First slide";
  20. $LastSlide = "Last slide";
  21. $ResizingAuto = "AUTO RESIZE (default)";
  22. $ResizingAutoComment = "This slideshow will resize automatically to your screen size. This is the default option.";
  23. ?>