src/pyams_portal/resources/js/i18n/fr.js
changeset 197 43b42acef9d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_portal/resources/js/i18n/fr.js	Wed Sep 26 17:47:33 2018 +0200
@@ -0,0 +1,8 @@
+(function ($, globals) {
+
+	$.extend(PyAMS_portal.i18n, {
+		CANT_DELETE_ROW_WITH_PORTLETS: "Une ligne contenant des composants ne peut pas être supprimée !",
+		CANT_DELETE_SLOT_WITH_PORTLETS: "Un panneau contenant des composants ne peut pas être supprimé !"
+	});
+
+})(jQuery, this);
\ No newline at end of file