Index: lams_central/web/common/uppylang.jsp
===================================================================
diff -u
--- lams_central/web/common/uppylang.jsp (revision 0)
+++ lams_central/web/common/uppylang.jsp (revision 5939cd1e89be2c8014166fb1a1959594e158043e)
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: lams_central/web/qb/importQuestionsXml.jsp
===================================================================
diff -u -r47dddf6db4afaba99d8f3f88fc50b16df9251a76 -r5939cd1e89be2c8014166fb1a1959594e158043e
--- lams_central/web/qb/importQuestionsXml.jsp (.../importQuestionsXml.jsp) (revision 47dddf6db4afaba99d8f3f88fc50b16df9251a76)
+++ lams_central/web/qb/importQuestionsXml.jsp (.../importQuestionsXml.jsp) (revision 5939cd1e89be2c8014166fb1a1959594e158043e)
@@ -18,18 +18,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
+ <%@ include file="/common/uppylang.jsp"%>
-
-
-
-
-
-
-
-
-
-
-
-
-
+ <%@ include file="/common/uppylang.jsp"%>
-
-
-
-
-
-
-
-
-
-
-
+ <%@ include file="/common/uppylang.jsp"%>
@@ -65,9 +54,10 @@
};
switch(language) {
- case 'es' : uppyProperties.locale = Uppy.locales.es_ES; break;
- case 'fr' : uppyProperties.locale = Uppy.locales.fr_FR; break;
- case 'el' : uppyProperties.locale = Uppy.locales.el_GR; break;
+ case 'es' : uppyProperties.locale = Uppy.locales.es_ES; break;
+ case 'fr' : uppyProperties.locale = Uppy.locales.fr_FR; break;
+ case 'el' : uppyProperties.locale = Uppy.locales.el_GR; break;
+ case 'it' : uppyProperties.locale = Uppy.locales.it_IT; break;
}