]> git.mxchange.org Git - friendica.git/blobdiff - library/colorbox/i18n/jquery.colorbox-fr.js
colorbox: update library to 1.6.3
[friendica.git] / library / colorbox / i18n / jquery.colorbox-fr.js
index f6afe3fd4317bc09e48035348e578e5d8fae192e..f76352bd46bf93f51a33cf702e91e08848ac8978 100644 (file)
@@ -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"
 });
-