Projet

Général

Profil

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

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

1 85ad3d82 Assos Assos
/*
2
        jQuery Colorbox language configuration
3
        language: Persian (Farsi)
4
        translated by: Mahdi Jaberzadeh Ansari (MJZSoft)
5
        site: www.mjzsoft.ir
6
        email: mahdijaberzadehansari (at) yahoo.co.uk
7
        Please note : Persian language is right to left like arabic.
8
*/
9
jQuery.extend(jQuery.colorbox.settings, {
10
        current: "تصویر {current} از {total}",
11
        previous: "قبلی",
12
        next: "بعدی",
13
        close: "بستن",
14
        xhrError: "متاسفانه محتویات مورد نظر قابل نمایش نیست.",
15
        imgError: "متاسفانه بارگذاری این عکس با مشکل مواجه شده است.",
16
        slideshowStart: "آغاز نمایش خودکار",
17
        slideshowStop: "توقف نمایش خودکار"
18
});