aboutsummaryrefslogtreecommitdiffstats
path: root/library/colorbox/i18n/jquery.colorbox-fr.js
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2015-01-05 19:49:15 +0100
committerStefan Parviainen <saparvia@caterva.eu>2015-01-05 19:49:20 +0100
commitb320b8cbf35e84df76e236a7bc2cbd53047e4654 (patch)
tree5cbbc8c251d10c7e26dc9fd0b30d3cd3d982c914 /library/colorbox/i18n/jquery.colorbox-fr.js
parentc9f26c8b7bb6b9e687ce38ae39d399e6f2173a70 (diff)
downloadvolse-hubzilla-b320b8cbf35e84df76e236a7bc2cbd53047e4654.tar.gz
volse-hubzilla-b320b8cbf35e84df76e236a7bc2cbd53047e4654.tar.bz2
volse-hubzilla-b320b8cbf35e84df76e236a7bc2cbd53047e4654.zip
Replace fancybox with colorbox
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&eacute;c&eacute;dente",
-next: "suivante",
-close: "fermer",
-xhrError: "Impossible de charger ce contenu.",
-imgError: "Impossible de charger cette image."
+ current: "image {current} sur {total}",
+ previous: "pr&eacute;c&eacute;dente",
+ next: "suivante",
+ close: "fermer",
+ xhrError: "Impossible de charger ce contenu.",
+ imgError: "Impossible de charger cette image.",
+ slideshowStart: "d&eacute;marrer la pr&eacute;sentation",
+ slideshowStop: "arr&ecirc;ter la pr&eacute;sentation"
});
-