Ability to pick a background image in slides
This commit is contained in:
@@ -153,6 +153,11 @@ define(function () {
|
||||
out.printTitle = "Afficher le titre du pad";
|
||||
out.printCSS = "Personnaliser l'apparence (CSS):";
|
||||
out.printTransition = "Activer les animations de transition";
|
||||
out.printBackground = "Utiliser une image d'arrière-plan";
|
||||
out.printBackgroundButton = "Choisir une image";
|
||||
out.printBackgroundValue = "<b>Arrière-plan actuel:</b> <em>{0}</em>";
|
||||
out.printBackgroundNoValue = "<em>Aucun arrière-plan affiché</em>";
|
||||
out.printBackgroundRemove = "Supprimer cet arrière-plan";
|
||||
|
||||
out.filePickerButton = "Intégrer un fichier stocké dans CryptDrive";
|
||||
out.filePicker_close = "Fermer";
|
||||
|
||||
@@ -156,6 +156,11 @@ define(function () {
|
||||
out.printTitle = "Display the pad title";
|
||||
out.printCSS = "Custom style rules (CSS):";
|
||||
out.printTransition = "Enable transition animations";
|
||||
out.printBackground = "Use a background image";
|
||||
out.printBackgroundButton = "Pick an image";
|
||||
out.printBackgroundValue = "<b>Current background:</b> <em>{0}</em>";
|
||||
out.printBackgroundNoValue = "<em>No background image displayed</em>";
|
||||
out.printBackgroundRemove = "Remove this background image";
|
||||
|
||||
out.filePickerButton = "Embed a file stored in CryptDrive";
|
||||
out.filePicker_close = "Close";
|
||||
|
||||
Reference in New Issue
Block a user