additional_plugins/serendipity_event_lightbox/colorbox/i18n/jquery.colorbox-zh-CN.js
Matthias Mees 2c288d2292 [serendipity_event_lightbox] Update bundled lightbox scripts
- Update colorbox to 1.6.4
- Update lightbox2 to 2.9.0
- Update prettyPhoto to 3.1.6 (the uncompressed version was still
  at v3.1.4)
2017-04-27 17:15:20 +02:00

15 lines
439 B
JavaScript

/*
jQuery Colorbox language configuration
language: Chinese Simplified (zh-CN)
translated by: zhao weiming
*/
jQuery.extend(jQuery.colorbox.settings, {
current: "当前图像 {current} 总共 {total}",
previous: "前一页",
next: "后一页",
close: "关闭",
xhrError: "此内容无法加载",
imgError: "此图片无法加载",
slideshowStart: "开始播放幻灯片",
slideshowStop: "停止播放幻灯片"
});