friendica/library/colorbox/i18n/jquery.colorbox-fr.js

16 lines
470 B
JavaScript
Raw Normal View History

2013-02-05 02:09:25 +01:00
/*
2015-12-30 14:53:02 +01:00
jQuery Colorbox language configuration
2013-02-05 02:09:25 +01:00
language: French (fr)
translated by: oaubert
*/
jQuery.extend(jQuery.colorbox.settings, {
2015-12-30 14:53:02 +01:00
current: "image {current} sur {total}",
previous: "précédente",
next: "suivante",
close: "fermer",
xhrError: "Impossible de charger ce contenu.",
imgError: "Impossible de charger cette image.",
slideshowStart: "démarrer la présentation",
slideshowStop: "arrêter la présentation"
2013-02-05 02:09:25 +01:00
});