From 60721f4292bb90ffb34e3416ed73fdb451adbecb Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 26 Apr 2013 22:31:50 +0100 Subject: Colorbox --- library/colorbox/i18n/jquery.colorbox-fr.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 library/colorbox/i18n/jquery.colorbox-fr.js (limited to 'library/colorbox/i18n/jquery.colorbox-fr.js') diff --git a/library/colorbox/i18n/jquery.colorbox-fr.js b/library/colorbox/i18n/jquery.colorbox-fr.js new file mode 100644 index 000000000..f6afe3fd4 --- /dev/null +++ b/library/colorbox/i18n/jquery.colorbox-fr.js @@ -0,0 +1,14 @@ +/* + 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." +}); + -- cgit v1.2.3