Projet

Général

Profil

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

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

1
/*
2
        jQuery Colorbox language configuration
3
        language: Catala (ca)
4
        translated by: eduard salla
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "Imatge {current} de {total}",
8
        previous: "Anterior",
9
        next: "Següent",
10
        close: "Tancar",
11
        xhrError: "Error en la càrrega del contingut.",
12
        imgError: "Error en la càrrega de la imatge."
13
});