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.
19 lines
843 B
19 lines
843 B
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$Height = "높이";
|
|
$ResizingComment = "다음과 같은 크기로 이미지 사이즈 조정(in pixesls)";
|
|
$Width = "넓이";
|
|
$Resizing = "사이즈조정";
|
|
$NoResizingComment = "모든 이미지를 원래 사이즈로 보여주기. 사이즈를 조절하지 않았습니다. 모니터 사이즈보다 더 큰 이미지에는 스크롤바가 자동으로 생성될 것입니다.";
|
|
$ShowThumbnails = "Thumbnails 보기";
|
|
$SetSlideshowOptions = "슬라이드쇼 옵션 설정";
|
|
$SlideshowOptions = "슬라이드쇼 옵션";
|
|
$NoResizing = "사이즈 조정 없음(기본)";
|
|
$ExitSlideshow = "슬라이드쇼 나가기";
|
|
$SlideShow = "슬라이드쇼";
|
|
$PreviousSlide = "이전 슬라이드";
|
|
$NextSlide = "다음 슬라이드";
|
|
$ViewSlideshow = "슬라이드쇼 보기";
|
|
?>
|