Projet

Général

Profil

Paste
Télécharger (480 octets) Statistiques
| Branche: | Révision:

root / htmltest / sites / all / libraries / colorbox-version / i18n / jquery.colorbox-ja.js @ 4543c6c7

1 85ad3d82 Assos Assos
/*
2
  jQuery Colorbox language configuration
3
  language: Japanaese (ja)
4
  translated by: Hajime Fujimoto
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "{total}枚中{current}枚目",
8
        previous: "",
9
        next: "",
10
        close: "閉じる",
11
        xhrError: "コンテンツの読み込みに失敗しました",
12
        imgError: "画像の読み込みに失敗しました",
13
        slideshowStart: "スライドショー開始",
14
        slideshowStop: "スライドショー終了"
15
});