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

19 lines
680 B

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$Height = "高度";
$ResizingComment = "将图像的尺寸改编为下面的尺寸(用像素表示)";
$Width = "宽度";
$Resizing = "重新定义尺寸";
$NoResizingComment = "显示所有图像的原始尺寸, 没有重新定义尺寸, 如果图像大于显示器的尺寸滚动条将自动显示.";
$ShowThumbnails = "显示略图";
$SetSlideshowOptions = "幻灯设置";
$SlideshowOptions = "幻灯选项";
$NoResizing = "不可重新定义尺寸(默认)";
$ExitSlideshow = "退出幻灯";
$SlideShow = "幻灯";
$PreviousSlide = "上一张";
$NextSlide = "下一张";
$ViewSlideshow = "查看幻灯";
?>