Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/lithuanian/slideshow.inc.php

19 lines
720 B

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$Height = "Aukštis";
$ResizingComment = "resize the image to the following dimensions (in pixels)";
$Width = "Plotis";
$Resizing = "Keisti dydį";
$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.";
$ShowThumbnails = "Show Thumbnails";
$SetSlideshowOptions = "Set Slideshow Options";
$SlideshowOptions = "Skaidrių nustatymai";
$NoResizing = "Nekeisti dydžio (default)";
$ExitSlideshow = "Išeiti";
$SlideShow = "Skaidrės";
$PreviousSlide = "Buvusi skaidrė";
$NextSlide = "Kita skaidrė";
$ViewSlideshow = "Rodyti skaidres";
?>