Display selected color and button to turn off draw mode in canvas

This commit is contained in:
yflory
2017-04-07 14:54:02 +02:00
parent 84029ac2d7
commit dedf2b3c69
4 changed files with 41 additions and 5 deletions

View File

@@ -144,6 +144,11 @@ define(function () {
out.poll_titleHint = "Titre";
out.poll_descriptionHint = "Description";
// Canvas
out.canvas_clear = "Nettoyer";
out.canvas_disable = "Désactiver le dessin";
out.canvas_enable = "Activer le dessin";
// File manager
out.fm_rootName = "Documents";

View File

@@ -146,6 +146,11 @@ define(function () {
out.poll_titleHint = "Title";
out.poll_descriptionHint = "Describe your poll, and use the 'publish' button when you're done. Anyone with the link can change the description, but this is discouraged.";
// Canvas
out.canvas_clear = "Clear";
out.canvas_disable = "Disable draw";
out.canvas_enable = "Enable draw";
// File manager
out.fm_rootName = "Documents";