summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/i18n/jquery.colorbox-zh-CN.js
blob: 770d8eacfcfa1ecc0653ab66d7fe4fa3866c1721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
	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: "停止播放幻灯片"
});