aboutsummaryrefslogtreecommitdiffstats
path: root/library/colorbox/i18n/jquery.colorbox-zh-TW.js
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2015-01-05 19:49:15 +0100
committerStefan Parviainen <saparvia@caterva.eu>2015-01-05 19:49:20 +0100
commitb320b8cbf35e84df76e236a7bc2cbd53047e4654 (patch)
tree5cbbc8c251d10c7e26dc9fd0b30d3cd3d982c914 /library/colorbox/i18n/jquery.colorbox-zh-TW.js
parentc9f26c8b7bb6b9e687ce38ae39d399e6f2173a70 (diff)
downloadvolse-hubzilla-b320b8cbf35e84df76e236a7bc2cbd53047e4654.tar.gz
volse-hubzilla-b320b8cbf35e84df76e236a7bc2cbd53047e4654.tar.bz2
volse-hubzilla-b320b8cbf35e84df76e236a7bc2cbd53047e4654.zip
Replace fancybox with colorbox
Diffstat (limited to 'library/colorbox/i18n/jquery.colorbox-zh-TW.js')
-rw-r--r--library/colorbox/i18n/jquery.colorbox-zh-TW.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/library/colorbox/i18n/jquery.colorbox-zh-TW.js b/library/colorbox/i18n/jquery.colorbox-zh-TW.js
new file mode 100644
index 000000000..b0c4f123d
--- /dev/null
+++ b/library/colorbox/i18n/jquery.colorbox-zh-TW.js
@@ -0,0 +1,15 @@
+/*
+ jQuery Colorbox language configuration
+ language: Chinese Traditional (zh-TW)
+ translated by: Atans Chiu
+*/
+jQuery.extend(jQuery.colorbox.settings, {
+ current: "圖片 {current} 總共 {total}",
+ previous: "上一頁",
+ next: "下一頁",
+ close: "關閉",
+ xhrError: "此內容加載失敗.",
+ imgError: "此圖片加載失敗.",
+ slideshowStart: "開始幻燈片",
+ slideshowStop: "結束幻燈片"
+}); \ No newline at end of file