Merge branch 'master' of https://github.com/google/blockly into master_to_develop

This commit is contained in:
Rachel Fenichel
2018-02-08 15:48:24 -08:00
65 changed files with 1725 additions and 140 deletions

View File

@@ -263,7 +263,7 @@ goog.require('Blockly.Msg');
/** @export */ Blockly.Msg.MATH_SINGLE_TOOLTIP_ABS = "Renvoie la valeur absolue dun nombre.";
/** @export */ Blockly.Msg.MATH_SINGLE_TOOLTIP_EXP = "Renvoie e à la puissance dun nombre.";
/** @export */ Blockly.Msg.MATH_SINGLE_TOOLTIP_LN = "Renvoie le logarithme naturel dun nombre.";
/** @export */ Blockly.Msg.MATH_SINGLE_TOOLTIP_LOG10 = "Renvoie le logarithme base 10 dun nombre.";
/** @export */ Blockly.Msg.MATH_SINGLE_TOOLTIP_LOG10 = "Renvoie le logarithme décimal dun nombre.";
/** @export */ Blockly.Msg.MATH_SINGLE_TOOLTIP_NEG = "Renvoie lopposé dun nombre";
/** @export */ Blockly.Msg.MATH_SINGLE_TOOLTIP_POW10 = "Renvoie 10 à la puissance dun nombre.";
/** @export */ Blockly.Msg.MATH_SINGLE_TOOLTIP_ROOT = "Renvoie la racine carrée dun nombre.";