Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / colorbox-version / i18n / jquery.colorbox-he.js @ 5a7e6170

1 85ad3d82 Assos Assos
/*
2
        jQuery Colorbox language configuration
3
        language: Hebrew (he)
4
        translated by: DavidCo
5
        site: DavidCo.me
6
*/
7
jQuery.extend(jQuery.colorbox.settings, {
8
        current: "תמונה {current} מתוך {total}",
9
        previous: "הקודם",
10
        next: "הבא",
11
        close: "סגור",
12
        xhrError: "שגיאה בטעינת התוכן.",
13
        imgError: "שגיאה בטעינת התמונה.",
14
        slideshowStart: "התחל מצגת",
15
        slideshowStop: "עצור מצגת"
16
});