slideshow.inc.php 1.1 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $lang_height = "Height";
  6. $lang_resizing_comment = "Resize the image to the following dimensions (in pixels)";
  7. $lang_width = "Width";
  8. $lang_resizing = "RESIZE";
  9. $lang_no_resizing_comment = "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. $lang_show_thumbnails = "Show Thumbnails";
  11. $lang_click_thumbnails = "Click on one of the thumbnails";
  12. $lang_set_slideshow_options = "Gallery settings";
  13. $lang_slideshow_options = "Slideshow Options";
  14. $lang_no_resizing = "NO RESIZING";
  15. $lang_exit_slideshow = "Exit Slideshow";
  16. $SlideShow = "Slideshow";
  17. $lang_previous_slide = "Previous Slide";
  18. $lang_next_slide = "Next image";
  19. $lang_image = "Image";
  20. $lang_of = "of";
  21. $lang_view_slideshow = "View Slideshow";
  22. $FirstSlide = "First slide";
  23. $LastSlide = "Last slide";
  24. $ResizingAuto = "AUTO RESIZE (default)";
  25. $ResizingAutoComment = "This slideshow will resize automatically to your screen size. This is the default option.";
  26. ?>