slideshow.inc.php 887 B

123456789101112131415161718192021
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $lang_height = "Height";
  5. $lang_resizing_comment = "resize the image to the following dimensions (in pixels)";
  6. $lang_width = "Width";
  7. $lang_resizing = "RESIZE";
  8. $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.";
  9. $lang_show_thumbnails = "Show Thumbnails";
  10. $lang_click_thumbnails = "Click on one of the thumbnails";
  11. $lang_set_slideshow_options = "Set Slideshow Options";
  12. $lang_slideshow_options = "Slideshow Options";
  13. $lang_no_resizing = "NO RESIZING (default)";
  14. $lang_exit_slideshow = "Exit Slideshow";
  15. $lang_slideshow = "Slideshow";
  16. $lang_previous_slide = "Previous Slide";
  17. $lang_next_slide = "Next Slide";
  18. $lang_image = "Image";
  19. $lang_of = "of";
  20. $lang_view_slideshow = "View Slideshow";
  21. ?>