Projet

Général

Profil

Paste
Télécharger (450 octets) Statistiques
| Branche: | Révision:

root / htmltest / sites / all / libraries / colorbox-version / i18n / jquery.colorbox-kr.js @ 4543c6c7

1 85ad3d82 Assos Assos
/*
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
});