aboutsummaryrefslogtreecommitdiffstats
path: root/library/colorbox/i18n/jquery.colorbox-fr.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/colorbox/i18n/jquery.colorbox-fr.js')
-rw-r--r--library/colorbox/i18n/jquery.colorbox-fr.js17
1 files changed, 9 insertions, 8 deletions
diff --git a/library/colorbox/i18n/jquery.colorbox-fr.js b/library/colorbox/i18n/jquery.colorbox-fr.js
index f6afe3fd4..f76352bd4 100644
--- a/library/colorbox/i18n/jquery.colorbox-fr.js
+++ b/library/colorbox/i18n/jquery.colorbox-fr.js
@@ -1,14 +1,15 @@
/*
- jQuery ColorBox language configuration
+ jQuery Colorbox language configuration
language: French (fr)
translated by: oaubert
*/
jQuery.extend(jQuery.colorbox.settings, {
-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."
+ 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"
});
-