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

22 lines
1020 B

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$lang_height = "높이";
$lang_resizing_comment = "다음과 같은 크기로 이미지 사이즈 조정(in pixesls)";
$lang_width = "넓이";
$lang_resizing = "사이즈조정";
$lang_no_resizing_comment = "모든 이미지를 원래 사이즈로 보여주기. 사이즈를 조절하지 않았습니다. 모니터 사이즈보다 더 큰 이미지에는 스크롤바가 자동으로 생성될 것입니다.";
$lang_show_thumbnails = "Thumbnails 보기";
$lang_click_thumbnails = "thumbnail 중 하나 클릭";
$lang_set_slideshow_options = "슬라이드쇼 옵션 설정";
$lang_slideshow_options = "슬라이드쇼 옵션";
$lang_no_resizing = "사이즈 조정 없음(기본)";
$lang_exit_slideshow = "슬라이드쇼 나가기";
$SlideShow = "슬라이드쇼";
$lang_previous_slide = "이전 슬라이드";
$lang_next_slide = "다음 슬라이드";
$lang_image = "이미지";
$lang_of = "of";
$lang_view_slideshow = "슬라이드쇼 보기";
?>