Skip to content

Instantly share code, notes, and snippets.

@nadavkav
Last active January 8, 2018 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nadavkav/6b9889b382989fb880b8e3ef58ba39f8 to your computer and use it in GitHub Desktop.
Save nadavkav/6b9889b382989fb880b8e3ef58ba39f8 to your computer and use it in GitHub Desktop.
h5p-editor-interactive-video (default English translation)
{
libraryStrings: {
selectVideo: "You must select a video before adding interactions.",
noVideoSource: "No Video Source",
notVideoField: "\":path\" is not a video.",
notImageField: "\":path\" is not a image.",
insertElement: "Click and drag to place :type",
popupTitle: "Edit :type",
done: "Done",
loading: "Loading...",
remove: "Remove",
removeInteraction: "Are you sure you wish to remove this interaction?",
addBookmark: "Add bookmark",
newBookmark: "New bookmark",
bookmarkAlreadyExists: "Bookmark already exists here. Move playhead and add a bookmark at another time.",
tourButtonStart: "Tour",
tourButtonExit: "Exit",
tourButtonDone: "Done",
tourButtonBack: "Back",
tourButtonNext: "Next",
tourStepUploadIntroText: "<p>This tour guides you through the most important features of the Interactive Video editor.</p><p>Start this tour at any time by pressing the Tour button in the top right corner.</p><p>Press EXIT to skip this tour or press NEXT to continue.</p>",
tourStepUploadFileTitle: "Adding video",
tourStepUploadFileText: "<p>Start by adding a video file. You can upload a file from your computer or paste a URL to a YouTube video or a supported video file.</p><p>To ensure compatibility across browsers, you can upload multiple file formats of the same video, such as mp4 and webm.</p>",
tourStepUploadAddInteractionsTitle: "Adding interactions",
tourStepUploadAddInteractionsText: "<p>Once you have added a video, you can start adding interactions.</p><p>Press the <em>Add interactions</em> tab to get started.</p>",
tourStepCanvasToolbarTitle: "Adding interactions",
tourStepCanvasToolbarText: "To add an interaction, drag an element from the toolbar and drop it onto the video.",
tourStepCanvasEditingTitle: "Editing interactions",
tourStepCanvasEditingText: "<p>Once an interaction has been added, you can drag to reposition it.</p><p>To resize an interaction, press on the handles and drag.</p><p>When you select an interaction, a context menu will appear. To edit the content of the interaction, press the Edit button in the context menu. You can remove an interaction by pressing the Remove button on the context menu.</p>",
tourStepCanvasBookmarksTitle: "Bookmarks",
tourStepCanvasBookmarksText: "You can add Bookmarks from the Bookmarks menu. Press the Bookmark button to open the menu.",
tourStepCanvasPreviewTitle: "Preview your interactive video",
tourStepCanvasPreviewText: "Press the Play button to preview your interactive video while editing.",
tourStepCanvasSaveTitle: "Save and view",
tourStepCanvasSaveText: "When you\"re done adding interactions to your video, press Save/Create to view the result.",
tourStepSummaryText: "This optional Summary quiz will appear at the end of the video.",
fullScoreRequiredPause: "\"Full score required\" option requires that \"Pause\" is enabled.",
fullScoreRequiredRetry: "\"Full score required\" option requires that \"Retry\" is enabled",
fullScoreRequiredTimeFrame: "There already exists an interaction that requires full score at the same interval as this interaction.<br> Only one of the interactions will be required to answer."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment