You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: language/en.js
+43-2Lines changed: 43 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,40 @@ H5PEditor.language.core = {
17
17
addFile: 'Add file',
18
18
removeFile: 'Remove file',
19
19
confirmRemoval: 'Are you sure you wish to remove this :type?',
20
-
removeImage: 'Remove image',
21
-
confirmImageRemoval: 'This will remove your image. Are you sure you wish to proceed?',
20
+
browseFiles: "Browse files",
21
+
removeImage: 'Delete Image?',
22
+
confirmImageRemoval: 'Are you sure you want to delete this image?',
23
+
dragAndDropAndPasteImage: 'Drag and drop image file to upload or paste by :keyCombination',
24
+
dragAndDropAndPasteReplaceImage: 'Drag or paste image file here to replace',
25
+
dropImage: 'Drop image file here to upload',
26
+
uploadImage: 'Upload Image',
27
+
uploadingImage: 'Uploading the image, please wait.',
28
+
replaceImage: 'Replace Image?',
29
+
confirmReplaceImage: 'Are you sure you want to replace this image?',
30
+
onlyPasteImageFiles: 'You may only paste image files.',
31
+
replaceAudio: 'Replace Audio?',
32
+
replaceVideo: 'Replace Video?',
33
+
confirmReplaceAudio: 'Are you sure you want to replace this audio?',
34
+
confirmReplaceVideo: 'Are you sure you want to replace this video?',
35
+
uploadVideo: 'Upload Video',
36
+
uploadAudio: 'Upload Audio',
37
+
uploadOr: 'or',
38
+
dragAndDropAndPasteVideo: 'Drag and drop video file here to upload or paste by :keyCombination',
39
+
dragAndDropAndPasteAudio: 'Drag and drop audio file here to upload or paste by :keyCombination',
40
+
pasteVideoLink: 'Paste YouTube link or other video source',
41
+
pasteAudioLink: 'Paste link or other audio source URL',
42
+
dropVideo: 'Drop video file here to upload',
43
+
dropAudio: 'Drop audio file here to upload',
44
+
enterVideoLink: 'Enter a video link',
45
+
enterAudioLink: 'Enter an audio link',
46
+
insertUrl: 'Insert URL',
47
+
replaceUrl: 'Replace URL',
48
+
ctrlKey: 'ctrl',
49
+
commandKey: '⌘',
50
+
pasteKey: 'v',
51
+
supportedVideoFormats: 'H5P supports the following external video sources: <span class="h5p-bold">Youtube</span>, <span class="h5p-bold">Panopto</span> and <span class="h5p-bold">Vimeo</span>.',
52
+
dragAndDropToReplaceVideo: 'Drag and drop video file here to replace',
53
+
dragAndDropToReplaceAudio: 'Drag and drop audio file here to replace',
22
54
changeFile: 'Change file',
23
55
changeLibrary: 'Change content type?',
24
56
semanticsError: 'Semantics error: :error',
@@ -43,7 +75,11 @@ H5PEditor.language.core = {
43
75
noSemantics: 'Error, could not load the content type form.',
enterVideoTitle: 'Paste YouTube link or other video source URL',
55
91
uploadAudioTitle: 'Upload audio file',
56
92
uploadVideoTitle: 'Upload video file',
93
+
fileUploadTitle: 'File Upload',
94
+
insertLinkTitle: 'Insert Link',
95
+
recordAudioTitle: 'Record Audio',
57
96
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
97
+
unsupportedVideoSource: "Unsupported video source",
0 commit comments