]> git.mxchange.org Git - friendica.git/blob - library/colorbox/i18n/jquery.colorbox-kr.js
b95702bc0c90764b490fc36043095ac87a193d53
[friendica.git] / library / colorbox / i18n / jquery.colorbox-kr.js
1 /*
2         jQuery Colorbox language configuration
3         language: Korean (kr)
4         translated by: lunareffect
5 */
6 jQuery.extend(jQuery.colorbox.settings, {
7         current: "총 {total} 중 {current}",
8         previous: "이전",
9         next: "다음",
10         close: "닫기",
11         xhrError: "컨텐츠를 불러오는 데 실패했습니다.",
12         imgError: "이미지를 불러오는 데 실패했습니다.",
13         slideshowStart: "슬라이드쇼 시작",
14         slideshowStop: "슬라이드쇼 중지"
15 });