Projet

Général

Profil

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

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

1
/*
2
        jQuery Colorbox language configuration
3
        language: Indonesian (id)
4
        translated by: sarwasunda
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "ke {current} dari {total}",
8
        previous: "Sebelumnya",
9
        next: "Berikutnya",
10
        close: "Tutup",
11
        xhrError: "Konten ini tidak dapat dimuat.",
12
        imgError: "Gambar ini tidak dapat dimuat.",
13
        slideshowStart: "Putar",
14
        slideshowStop: "Berhenti"
15
});