define english, french, and spanish labels for whiteboard app

This commit is contained in:
ansuz
2017-03-23 16:50:37 +01:00
parent e2ee80d4e7
commit d1c32ea1f8
3 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ define(function () {
out.type.poll = 'Sondage';
out.type.slide = 'Présentation';
out.type.drive = 'Drive';
out.type.whiteboard = "Tableau Blanc";
out.button_newpad = 'Nouveau document texte';
out.button_newcode = 'Nouvelle page de code';