]> git.mxchange.org Git - friendica.git/blob - library/colorbox/i18n/jquery.colorbox-fr.js
Update references to colorbox css and js files
[friendica.git] / library / colorbox / i18n / jquery.colorbox-fr.js
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 });