Project

General

Profile

Download (470 Bytes) Statistics
| Branch: | Tag: | Revision:
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
});
(9-9/24)