Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / colorbox-1.6.2 / i18n / jquery.colorbox-zh-TW.js @ 0aee3c58

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
});