Projet

Général

Profil

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

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

1 85ad3d82 Assos Assos
/*
2
        jQuery Colorbox language configuration
3
        language: Chinese Simplified (zh-CN)
4
        translated by: zhao weiming
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "当前图像 {current} 总共 {total}",
8
        previous: "前一页",
9
        next: "后一页",
10
        close: "关闭",
11
        xhrError: "此内容无法加载",
12
        imgError: "此图片无法加载",
13
        slideshowStart: "开始播放幻灯片",
14
        slideshowStop: "停止播放幻灯片"
15
});