Projet

Général

Profil

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

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

1
/*
2
  jQuery Colorbox language configuration
3
        language: Spanish (es)
4
        translated by: migolo
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "Imagen {current} de {total}",
8
        previous: "Anterior",
9
        next: "Siguiente",
10
        close: "Cerrar",
11
        xhrError: "Error en la carga del contenido.",
12
        imgError: "Error en la carga de la imagen."
13
});