slideshow.inc.php 881 B

12345678910111213141516171819202122
  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 = "Set Slideshow Options";
  13. $lang_slideshow_options = "Slideshow Options";
  14. $lang_no_resizing = "NO RESIZING (default)";
  15. $lang_exit_slideshow = "Exit Slideshow";
  16. $SlideShow = "Slideshow";
  17. $lang_previous_slide = "Previous Slide";
  18. $lang_next_slide = "Next Slide";
  19. $lang_image = "Image";
  20. $lang_of = "of";
  21. $lang_view_slideshow = "View Slideshow";
  22. ?>