Aller au contenu

Utilisateur:Dr Brains/BotFramework.js/Variables.js

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
    // TEXTS
var BotFramework_Texts = new Array();

BotFramework_Texts["BotControlPage"] = "Contrôle de bot";
BotFramework_Texts["BotControlLink_Title"] = "Aller sur l'écran de contrôle de bot";
BotFramework_Texts["BotControlLink_Text"] = "Bot";

BotFramework_Texts["OptionsLegend"] = "Options";
BotFramework_Texts["NewTaskButtonTitle"] = "Démarrer une nouvelle tâche";
BotFramework_Texts["NewTaskButtonText"] = "Nouvelle tâche";

BotFramework_Texts["NewTaskLegend"] = "Démarrer une nouvelle tâche";
BotFramework_Texts["CloseNewTaskButtonText"] = "Fermer";

BotFramework_Texts["NewTaskTypeNormal"] = "Normal";
BotFramework_Texts["NewTaskTypeSpecial"] = "Spécial";