Rebuild message files

This commit is contained in:
Rachel Fenichel
2018-04-20 16:45:16 -07:00
parent ab8692652a
commit 3927bd17c3
30 changed files with 312 additions and 312 deletions

View File

@@ -281,12 +281,12 @@ goog.require('Blockly.Msg');
/** @export */ Blockly.Msg.MATH_TRIG_TOOLTIP_COS = "Renvoie le cosinus dun angle en degrés (pas en radians).";
/** @export */ Blockly.Msg.MATH_TRIG_TOOLTIP_SIN = "Renvoie le sinus dun angle en degrés (pas en radians).";
/** @export */ Blockly.Msg.MATH_TRIG_TOOLTIP_TAN = "Renvoie la tangente dun angle en degrés (pas en radians).";
/** @export */ Blockly.Msg.NEW_COLOUR_VARIABLE = "Create colour variable..."; // untranslated
/** @export */ Blockly.Msg.NEW_NUMBER_VARIABLE = "Create number variable..."; // untranslated
/** @export */ Blockly.Msg.NEW_STRING_VARIABLE = "Create string variable..."; // untranslated
/** @export */ Blockly.Msg.NEW_COLOUR_VARIABLE = "Créer une variable couleur…";
/** @export */ Blockly.Msg.NEW_NUMBER_VARIABLE = "Créer une variable nombre…";
/** @export */ Blockly.Msg.NEW_STRING_VARIABLE = "Créer une variable chaîne…";
/** @export */ Blockly.Msg.NEW_VARIABLE = "Créer une variable...";
/** @export */ Blockly.Msg.NEW_VARIABLE_TITLE = "Le nom de la nouvelle variable :";
/** @export */ Blockly.Msg.NEW_VARIABLE_TYPE_TITLE = "New variable type:"; // untranslated
/** @export */ Blockly.Msg.NEW_VARIABLE_TYPE_TITLE = "Nouveau type de variable :";
/** @export */ Blockly.Msg.ORDINAL_NUMBER_SUFFIX = ""; // untranslated
/** @export */ Blockly.Msg.PROCEDURES_ALLOW_STATEMENTS = "autoriser les ordres";
/** @export */ Blockly.Msg.PROCEDURES_BEFORE_PARAMS = "avec :";
@@ -397,7 +397,7 @@ goog.require('Blockly.Msg');
/** @export */ Blockly.Msg.VARIABLES_SET_HELPURL = "https://github.com/google/blockly/wiki/Variables#set"; // untranslated
/** @export */ Blockly.Msg.VARIABLES_SET_TOOLTIP = "Fixe cette variable pour quelle soit égale à la valeur de lentrée.";
/** @export */ Blockly.Msg.VARIABLE_ALREADY_EXISTS = "Une variable appelée '%1' existe déjà.";
/** @export */ Blockly.Msg.VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE = "Une variable nommée '%1' existe déjà pour une autre variable de type '%2'.";
/** @export */ Blockly.Msg.VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE = "Une variable nommée '%1' existe déjà pour un autre type : '%2'.";
/** @export */ Blockly.Msg.PROCEDURES_DEFRETURN_TITLE = Blockly.Msg.PROCEDURES_DEFNORETURN_TITLE;
/** @export */ Blockly.Msg.CONTROLS_IF_IF_TITLE_IF = Blockly.Msg.CONTROLS_IF_MSG_IF;
/** @export */ Blockly.Msg.CONTROLS_WHILEUNTIL_INPUT_DO = Blockly.Msg.CONTROLS_REPEAT_INPUT_DO;