+
-
diff --git a/www/index_WEB.html b/www/index_WEB.html
index 21386b062..2a145ef4d 100644
--- a/www/index_WEB.html
+++ b/www/index_WEB.html
@@ -31,10 +31,11 @@
+
-
+
@@ -122,11 +123,11 @@
-
+
-
+
@@ -288,11 +289,11 @@
-
+
-
+
diff --git a/www/js/blocklino.js b/www/js/blocklino.js
index e977374ab..cae529587 100644
--- a/www/js/blocklino.js
+++ b/www/js/blocklino.js
@@ -490,9 +490,9 @@ BlocklyDuino.buildExamples = function() {
if (example.visible) {
var line = "
"
+ "" + example.source_text + ""
- + " | "
- + ""
- + ""
+ // + " | "
+ // + ""
+ // + ""
+ " |
";
$("#includedContent").append(line);
}
diff --git a/www/lang/Arduino_en.js b/www/lang/Arduino_en.js
index af8ab2802..ef0ee402c 100644
--- a/www/lang/Arduino_en.js
+++ b/www/lang/Arduino_en.js
@@ -3,17 +3,17 @@ goog.provide ( 'Blockly.Msg.fr');
goog.require ( 'Blockly.Msg');
// Electron window
Blockly.Msg.com1 = "Select USB port";
-Blockly.Msg.com2 = "🔔 Select USB please" ;
-Blockly.Msg.check = "Check...";
-Blockly.Msg.upload = "Upload...";
-Blockly.Msg.error = "🔔 ERROR: Blocks not connected";
-Blockly.Msg.verif = "🔔 Check the code first "
+Blockly.Msg.com2 = "⚠️ Select USB please" ;
+Blockly.Msg.check = "Checking...";
+Blockly.Msg.upload = "Uploading...";
+Blockly.Msg.error = "🛑 ERROR: Blocks not connected";
+Blockly.Msg.verif = "⛔ Check the code first "
Blockly.Msg.save = "Save as format";
Blockly.Msg.update = "Update";
Blockly.Msg.new_update = "A new version is available, do you want to download and install it now?" ;
-Blockly.Msg.yes = "yes";
-Blockly.Msg.no = "no";
-Blockly.Msg.uptodate = "💯 Version is up to date!" ;
+Blockly.Msg.yes = "Yes";
+Blockly.Msg.no = "No";
+Blockly.Msg.uptodate = "✅ Version is up to date!" ;
Blockly.Msg.download = "Download completed, the application will install and restart ..."
// common to all blocks
Blockly.Msg.HELPURL = "https://ottodiy.com"; // do not translate
diff --git a/www/lang/msg_en.js b/www/lang/msg_en.js
index 50e30ebb0..4c449e32b 100644
--- a/www/lang/msg_en.js
+++ b/www/lang/msg_en.js
@@ -1,5 +1,5 @@
var MSG = {
- btn_variable: "OK",
+ btn_variable: "👌 OK",
btn_close: "Close",
btn_valid: "Accept",
btn_config: "Settings",