Add a file picker in the slide app

This commit is contained in:
yflory
2017-06-15 11:04:55 +02:00
parent a4f45caebb
commit a237eec41e
6 changed files with 173 additions and 0 deletions

View File

@@ -134,6 +134,11 @@ define(function () {
out.printCSS = "Custom style rules (CSS):";
out.printTransition = "Enable transition animations";
out.filePickerButton = "Embed a file";
out.filePicker_close = "Close";
out.filePicker_description = "Choose a file from your CryptDrive to embed it";
out.filePicker_filter = "Filter files by name";
out.slideOptionsTitle = "Customize your slides";
out.slideOptionsButton = "Save (enter)";