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 = 'Poll';
out.type.slide = 'Presentation';
out.type.drive = 'Drive';
out.type.whiteboard = 'Whiteboard';
out.button_newpad = 'New Rich Text pad';
out.button_newcode = 'New Code pad';