slideshow.inc.php 720 B

12345678910111213141516171819
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $Height = "Aukštis";
  6. $ResizingComment = "resize the image to the following dimensions (in pixels)";
  7. $Width = "Plotis";
  8. $Resizing = "Keisti dydį";
  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 = "Set Slideshow Options";
  12. $SlideshowOptions = "Skaidrių nustatymai";
  13. $NoResizing = "Nekeisti dydžio (default)";
  14. $ExitSlideshow = "Išeiti";
  15. $SlideShow = "Skaidrės";
  16. $PreviousSlide = "Buvusi skaidrė";
  17. $NextSlide = "Kita skaidrė";
  18. $ViewSlideshow = "Rodyti skaidres";
  19. ?>