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/english_org/slideshow.inc.php

20 lines
787 B

<?php
$lang_view_slideshow="View Slideshow";
$lang_slideshow="Slideshow";
$lang_previous_slide="Previous Slide";
$lang_next_slide="Next Slide";
$lang_image="Image";
$lang_of="of";
$lang_exit_slideshow="Exit Slideshow";
$lang_show_thumbnails="Show Thumbnails";
$lang_click_thumbnails="Click on one of the thumbnails";
$lang_set_slideshow_options="Set Slideshow Options";
$lang_slideshow_options="Slideshow Options";
$lang_no_resizing="NO RESIZING (default)";
$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_resizing="RESIZE";
$lang_resizing_comment="resize the image to the following dimensions (in pixels)";
$lang_width="Width";
$lang_height="Height";
?>