1234567891011121314151617181920212223242526 |
- <?php
- /*
- for more information: see languages.txt in the lang folder.
- */
- $lang_height = "Height";
- $lang_resizing_comment = "Resize the image to the following dimensions (in pixels)";
- $lang_width = "Width";
- $lang_resizing = "RESIZE";
- $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.";
- $lang_show_thumbnails = "Show Thumbnails";
- $lang_click_thumbnails = "Click on one of the thumbnails";
- $lang_set_slideshow_options = "Gallery settings";
- $lang_slideshow_options = "Slideshow Options";
- $lang_no_resizing = "NO RESIZING";
- $lang_exit_slideshow = "Exit Slideshow";
- $SlideShow = "Slideshow";
- $lang_previous_slide = "Previous Slide";
- $lang_next_slide = "Next image";
- $lang_image = "Image";
- $lang_of = "of";
- $lang_view_slideshow = "View Slideshow";
- $FirstSlide = "First slide";
- $LastSlide = "Last slide";
- $ResizingAuto = "AUTO RESIZE (default)";
- $ResizingAutoComment = "This slideshow will resize automatically to your screen size. This is the default option.";
- ?>
|