aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-ja.js
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-11-30 11:38:09 +0000
committermistic100 <mistic@piwigo.org>2014-11-30 11:38:09 +0000
commit1ac4fb3168fb5311e757454bf760c09ec7c8c954 (patch)
tree87c79edff463b5b457d2fd2e055cdb1968d612f1 /themes/default/js/plugins/colorbox/i18n/jquery.colorbox-ja.js
parent20959c774d1821110c2fd022d1db580fe6889770 (diff)
update selectize and colorbox + all colorbox themes and i18n
git-svn-id: http://piwigo.org/svn/trunk@30628 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/js/plugins/colorbox/i18n/jquery.colorbox-ja.js')
-rw-r--r--themes/default/js/plugins/colorbox/i18n/jquery.colorbox-ja.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-ja.js b/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-ja.js
new file mode 100644
index 000000000..5480de336
--- /dev/null
+++ b/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-ja.js
@@ -0,0 +1,15 @@
+/*
+ jQuery Colorbox language configuration
+ language: Japanaese (ja)
+ translated by: Hajime Fujimoto
+*/
+jQuery.extend(jQuery.colorbox.settings, {
+ current: "{total}枚中{current}枚目",
+ previous: "前",
+ next: "次",
+ close: "閉じる",
+ xhrError: "コンテンツの読み込みに失敗しました",
+ imgError: "画像の読み込みに失敗しました",
+ slideshowStart: "スライドショー開始",
+ slideshowStop: "スライドショー終了"
+});