]> git.mxchange.org Git - friendica.git/blob - library/colorbox/i18n/jquery.colorbox-zh-TW.js
d72b742976ee622f8e620b7f3ffd5a73540c6f24
[friendica.git] / library / colorbox / i18n / jquery.colorbox-zh-TW.js
1 /*
2         jQuery Colorbox language configuration
3         language: Chinese Traditional (zh-TW)
4         translated by: Atans Chiu
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 });