Add a file picker in the slide app
This commit is contained in:
@@ -132,6 +132,11 @@ define(function () {
|
||||
out.printCSS = "Personnaliser l'apparence (CSS):";
|
||||
out.printTransition = "Activer les animations de transition";
|
||||
|
||||
out.filePickerButton = "Intégrer un fichier";
|
||||
out.filePicker_close = "Fermer";
|
||||
out.filePicker_description = "Choisissez un fichier de votre CryptDrive pour l'intégrer";
|
||||
out.filePicker_filter = "Filtrez les fichiers par leur nom";
|
||||
|
||||
out.slideOptionsTitle = "Personnaliser la présentation";
|
||||
out.slideOptionsButton = "Enregistrer (Entrée)";
|
||||
|
||||
|
||||
@@ -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)";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user