Add support for the file applicaiton in the drive

This commit is contained in:
yflory
2017-04-25 18:42:21 +02:00
parent 2a417ddae8
commit 9882a3a923
8 changed files with 43 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ define(function () {
out.type.slide = 'Presentation';
out.type.drive = 'Drive';
out.type.whiteboard = 'Whiteboard';
out.type.file = 'File';
out.button_newpad = 'New Rich Text pad';
out.button_newcode = 'New Code pad';