Projet

Général

Profil

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

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

1
/*
2
  jQuery Colorbox language configuration
3
  language: French (fr)
4
  translated by: oaubert
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "image {current} sur {total}",
8
        previous: "précédente",
9
        next: "suivante",
10
        close: "fermer",
11
        xhrError: "Impossible de charger ce contenu.",
12
        imgError: "Impossible de charger cette image.",
13
        slideshowStart: "démarrer la présentation",
14
        slideshowStop: "arrêter la présentation"
15
});