@instructure/canvas-rce 5.11.1 → 5.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/babel-register.js +0 -7
- package/babel.config.cjs.js +0 -7
- package/babel.config.js +0 -9
- package/es/canvasFileBrowser/FileBrowser.js +6 -1
- package/es/common/fileUrl.js +3 -4
- package/es/defaultTinymceConfig.js +1 -1
- package/{lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/Lti13ContentItemJson.js → es/elementDenylist.js} +2 -6
- package/es/enhance-user-content/doc_previews.js +4 -0
- package/es/enhance-user-content/enhance_user_content.js +4 -59
- package/es/enhance-user-content/external_links.js +75 -0
- package/es/enhance-user-content/mathml.js +9 -7
- package/es/getThemeVars.js +4 -3
- package/es/getTranslations.js +77 -1
- package/es/index.js +1 -1
- package/es/rce/RCEWrapper.js +5 -2328
- package/es/rce/StatusBar.js +8 -2
- package/es/rce/contentInsertion.js +5 -2
- package/es/rce/plugins/instructure_documents/components/DocumentsPanel.js +3 -9
- package/es/rce/plugins/instructure_equation/EquationEditorModal/index.js +1 -1
- package/es/rce/plugins/instructure_equation/EquationEditorModal/styles.js +3 -11
- package/es/rce/plugins/instructure_equation/mathlive/index.js +5 -13
- package/es/rce/plugins/instructure_html_view/plugin.js +2 -2
- package/es/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.js +3 -2
- package/es/rce/plugins/instructure_image/ImageList/Image.js +2 -2
- package/es/rce/plugins/instructure_image/Images/index.js +3 -10
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +3 -0
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.js +3 -1
- package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +26 -1
- package/es/rce/plugins/instructure_record/AudioOptionsTray/index.js +9 -3
- package/es/rce/plugins/instructure_record/MediaPanel/index.js +3 -9
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +27 -2
- package/es/rce/plugins/instructure_record/VideoOptionsTray/index.js +35 -6
- package/es/rce/plugins/shared/fileShape.js +81 -9
- package/es/rce/plugins/shared/fileTypeUtils.js +6 -0
- package/es/rce/tinymce.oxide.content.min.css.js +732 -0
- package/es/rce/tinymce.oxide.skin.min.css.js +7 -0
- package/es/rcs/api.js +6 -4
- package/es/sidebar/store/configureStore.js +2 -2
- package/{lib/translations/locales/tg.js → es/translations/locales/ab.js} +1 -1
- package/es/translations/locales/cs.js +27 -0
- package/es/translations/locales/cs_CZ.js +27 -0
- package/{lib/translations/locales/sv_SE.js → es/translations/locales/da_DK.js} +2 -2
- package/{lib/translations/locales/se.js → es/translations/locales/en_NZ.js} +2 -2
- package/es/translations/locales/en_SE.js +26 -0
- package/es/translations/locales/en_US.js +26 -0
- package/es/translations/locales/hu_HU.js +27 -0
- package/{lib/translations/locales/ms.js → es/translations/locales/id.js} +632 -632
- package/{lib/translations/locales/th.js → es/translations/locales/id_ID.js} +1 -2
- package/{lib/translations/locales/vi_VN.js → es/translations/locales/ko_KR.js} +2 -2
- package/es/translations/locales/lt.js +26 -0
- package/es/translations/locales/lt_LT.js +26 -0
- package/es/translations/locales/mn_MN.js +26 -0
- package/es/translations/locales/nl_NL.js +27 -0
- package/{lib/translations/locales/es_GT.js → es/translations/locales/ro.js} +3 -3
- package/es/translations/locales/ru.js +2375 -32
- package/es/translations/locales/sv.js +2379 -30
- package/es/translations/locales/th.js +2401 -1
- package/es/translations/locales/tl_PH.js +26 -0
- package/es/translations/locales/tr.js +3 -0
- package/es/translations/locales/vi.js +2396 -8
- package/es/translations/locales/zh_TW.Big5.js +27 -0
- package/{lib/translations/locales/th_TH.js → es/translations/locales/zh_TW.js} +2 -2
- package/jest.config.js +0 -7
- package/package.json +9 -11
- package/scripts/build.js +1 -7
- package/scripts/publish_to_npm.sh +26 -0
- package/canvas/README.md +0 -84
- package/canvas/locales/en.json +0 -934
- package/canvas/package.json +0 -189
- package/es/common/scroll.js +0 -45
- package/es/types/inst-ui.d.js +0 -18
- package/es/types/ts-migration.js +0 -1
- package/lib/bridge/Bridge.js +0 -287
- package/lib/bridge/index.js +0 -21
- package/lib/canvasFileBrowser/FileBrowser.js +0 -452
- package/lib/canvasFileBrowser/en-US.js +0 -234
- package/lib/common/FlashAlert.js +0 -263
- package/lib/common/browser.js +0 -40
- package/lib/common/components/FileTree/File.js +0 -64
- package/lib/common/components/FileTree/Folder.js +0 -110
- package/lib/common/components/FileTree/index.js +0 -84
- package/lib/common/components/FileTree/styles.js +0 -72
- package/lib/common/components/Loading.js +0 -83
- package/lib/common/fileUrl.js +0 -153
- package/lib/common/getCookie.js +0 -32
- package/lib/common/incremental-loading/LoadMoreButton.js +0 -40
- package/lib/common/incremental-loading/LoadingIndicator.js +0 -36
- package/lib/common/incremental-loading/LoadingStatus.js +0 -47
- package/lib/common/incremental-loading/index.js +0 -21
- package/lib/common/incremental-loading/useIncrementalLoading.js +0 -58
- package/lib/common/indicate.js +0 -75
- package/lib/common/mimeClass.js +0 -120
- package/lib/common/natcompare.js +0 -47
- package/lib/common/scroll.js +0 -45
- package/lib/defaultTinymceConfig.js +0 -160
- package/lib/enhance-user-content/doc_previews.js +0 -233
- package/lib/enhance-user-content/enhance_user_content.js +0 -396
- package/lib/enhance-user-content/index.js +0 -21
- package/lib/enhance-user-content/instructure_helper.js +0 -207
- package/lib/enhance-user-content/jqueryish_funcs.js +0 -88
- package/lib/enhance-user-content/mathml.js +0 -397
- package/lib/enhance-user-content/media_comment_thumbnail.js +0 -130
- package/lib/format-message.js +0 -30
- package/lib/getThemeVars.js +0 -45
- package/lib/getTranslations.js +0 -264
- package/lib/index.js +0 -51
- package/lib/rce/AlertMessageArea.js +0 -47
- package/lib/rce/DraggingBlocker.js +0 -43
- package/lib/rce/KeyboardShortcutModal.js +0 -88
- package/lib/rce/RCE.js +0 -150
- package/lib/rce/RCEGlobals.js +0 -62
- package/lib/rce/RCEWrapper.js +0 -4278
- package/lib/rce/RCEWrapperProps.js +0 -130
- package/lib/rce/RceHtmlEditor.js +0 -142
- package/lib/rce/ResizeHandle.js +0 -102
- package/lib/rce/RestoreAutoSaveModal.js +0 -82
- package/lib/rce/ShowOnFocusButton/index.js +0 -93
- package/lib/rce/StatusBar.js +0 -380
- package/lib/rce/__mocks__/_mockCryptoEs.js +0 -124
- package/lib/rce/__mocks__/styleMock.js +0 -18
- package/lib/rce/__mocks__/tinymceReact.js +0 -55
- package/lib/rce/alertHandler.js +0 -46
- package/lib/rce/contentInsertion.js +0 -322
- package/lib/rce/contentInsertionUtils.js +0 -85
- package/lib/rce/contentRendering.js +0 -145
- package/lib/rce/customEvents.js +0 -18
- package/lib/rce/editorLanguage.js +0 -101
- package/lib/rce/indicatorRegion.js +0 -49
- package/lib/rce/normalizeLocale.js +0 -50
- package/lib/rce/normalizeProps.js +0 -29
- package/lib/rce/plugins/instructure-ui-icons/plugin.js +0 -122
- package/lib/rce/plugins/instructure_condensed_buttons/core/ListUtils.js +0 -24
- package/lib/rce/plugins/instructure_condensed_buttons/plugin.js +0 -27
- package/lib/rce/plugins/instructure_condensed_buttons/ui/alignment-button.js +0 -63
- package/lib/rce/plugins/instructure_condensed_buttons/ui/directionality-button.js +0 -48
- package/lib/rce/plugins/instructure_condensed_buttons/ui/indent-outdent-button.js +0 -41
- package/lib/rce/plugins/instructure_condensed_buttons/ui/list-button.js +0 -145
- package/lib/rce/plugins/instructure_condensed_buttons/ui/subscript-superscript-button.js +0 -56
- package/lib/rce/plugins/instructure_documents/clickCallback.js +0 -23
- package/lib/rce/plugins/instructure_documents/components/DocumentsPanel.js +0 -126
- package/lib/rce/plugins/instructure_documents/components/Link.js +0 -219
- package/lib/rce/plugins/instructure_documents/plugin.js +0 -123
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/advancedOnlySyntax.js +0 -25
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/advancedPreference.js +0 -51
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/index.js +0 -321
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +0 -116
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/parseLatex.js +0 -91
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/styles.js +0 -46
- package/lib/rce/plugins/instructure_equation/EquationEditorToolbar/buttons.js +0 -728
- package/lib/rce/plugins/instructure_equation/EquationEditorToolbar/index.js +0 -84
- package/lib/rce/plugins/instructure_equation/MathIcon/index.js +0 -41
- package/lib/rce/plugins/instructure_equation/MathIcon/svgs.js +0 -236
- package/lib/rce/plugins/instructure_equation/clickCallback.js +0 -53
- package/lib/rce/plugins/instructure_equation/mathlive/index.js +0 -36
- package/lib/rce/plugins/instructure_equation/plugin.js +0 -69
- package/lib/rce/plugins/instructure_fullscreen/plugin.js +0 -50
- package/lib/rce/plugins/instructure_html_view/clickCallback.js +0 -21
- package/lib/rce/plugins/instructure_html_view/plugin.js +0 -37
- package/lib/rce/plugins/instructure_icon_maker/clickCallback.js +0 -57
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ColorSection.js +0 -82
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/CreateIconMakerForm.js +0 -56
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Footer.js +0 -78
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Group.js +0 -36
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +0 -110
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.js +0 -169
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageOptions.js +0 -186
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageSection.js +0 -243
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ModeSelect.js +0 -64
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/index.js +0 -73
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/svg.js +0 -298
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGList.js +0 -86
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGThumbnail.js +0 -55
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/index.js +0 -70
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/svg.js +0 -317
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Upload.js +0 -149
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/index.js +0 -18
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/propTypes.js +0 -32
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/utils.js +0 -25
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Preview.js +0 -60
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ShapeSection.js +0 -87
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/TextSection.js +0 -139
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/index.js +0 -18
- package/lib/rce/plugins/instructure_icon_maker/components/IconMakerTray.js +0 -323
- package/lib/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.js +0 -90
- package/lib/rce/plugins/instructure_icon_maker/plugin.js +0 -110
- package/lib/rce/plugins/instructure_icon_maker/reducers/imageSection.js +0 -194
- package/lib/rce/plugins/instructure_icon_maker/reducers/svgSettings.js +0 -98
- package/lib/rce/plugins/instructure_icon_maker/registerEditToolbar.js +0 -56
- package/lib/rce/plugins/instructure_icon_maker/svg/clipPath.js +0 -25
- package/lib/rce/plugins/instructure_icon_maker/svg/constants.js +0 -100
- package/lib/rce/plugins/instructure_icon_maker/svg/font.js +0 -25
- package/lib/rce/plugins/instructure_icon_maker/svg/image.js +0 -354
- package/lib/rce/plugins/instructure_icon_maker/svg/index.js +0 -122
- package/lib/rce/plugins/instructure_icon_maker/svg/metadata.js +0 -48
- package/lib/rce/plugins/instructure_icon_maker/svg/settings.js +0 -179
- package/lib/rce/plugins/instructure_icon_maker/svg/shape.js +0 -316
- package/lib/rce/plugins/instructure_icon_maker/svg/text.js +0 -468
- package/lib/rce/plugins/instructure_icon_maker/svg/utils.js +0 -70
- package/lib/rce/plugins/instructure_icon_maker/utils/IconMakerClose.js +0 -45
- package/lib/rce/plugins/instructure_icon_maker/utils/IconMakerFormHasChanges.js +0 -83
- package/lib/rce/plugins/instructure_icon_maker/utils/addIconMakerAttributes.js +0 -28
- package/lib/rce/plugins/instructure_icon_maker/utils/iconValidation.js +0 -35
- package/lib/rce/plugins/instructure_icon_maker/utils/iconsLabels.js +0 -375
- package/lib/rce/plugins/instructure_icon_maker/utils/useDebouncedValue.js +0 -59
- package/lib/rce/plugins/instructure_image/ImageEmbedOptions.js +0 -202
- package/lib/rce/plugins/instructure_image/ImageList/Image.js +0 -106
- package/lib/rce/plugins/instructure_image/ImageList/index.js +0 -69
- package/lib/rce/plugins/instructure_image/ImageOptionsTray/TrayController.js +0 -166
- package/lib/rce/plugins/instructure_image/ImageOptionsTray/index.js +0 -246
- package/lib/rce/plugins/instructure_image/Images/index.js +0 -129
- package/lib/rce/plugins/instructure_image/clickCallback.js +0 -24
- package/lib/rce/plugins/instructure_image/plugin.js +0 -157
- package/lib/rce/plugins/instructure_links/clickCallback.js +0 -22
- package/lib/rce/plugins/instructure_links/components/AccordionSection.js +0 -60
- package/lib/rce/plugins/instructure_links/components/CollectionPanel.js +0 -84
- package/lib/rce/plugins/instructure_links/components/Link.js +0 -213
- package/lib/rce/plugins/instructure_links/components/LinkOptionsDialog/LinkOptionsDialogController.js +0 -127
- package/lib/rce/plugins/instructure_links/components/LinkOptionsDialog/index.js +0 -141
- package/lib/rce/plugins/instructure_links/components/LinkOptionsTray/LinkOptionsTrayController.js +0 -125
- package/lib/rce/plugins/instructure_links/components/LinkOptionsTray/index.js +0 -245
- package/lib/rce/plugins/instructure_links/components/LinkSet.js +0 -195
- package/lib/rce/plugins/instructure_links/components/LinksPanel.js +0 -100
- package/lib/rce/plugins/instructure_links/components/NavigationPanel.js +0 -141
- package/lib/rce/plugins/instructure_links/components/NoResults.js +0 -87
- package/lib/rce/plugins/instructure_links/components/propTypes.js +0 -41
- package/lib/rce/plugins/instructure_links/plugin.js +0 -294
- package/lib/rce/plugins/instructure_links/validateURL.js +0 -70
- package/lib/rce/plugins/instructure_media_embed/clickCallback.js +0 -48
- package/lib/rce/plugins/instructure_media_embed/components/Embed.js +0 -68
- package/lib/rce/plugins/instructure_media_embed/plugin.js +0 -36
- package/lib/rce/plugins/instructure_paste/pasteMenuCommand.js +0 -117
- package/lib/rce/plugins/instructure_paste/plugin.js +0 -174
- package/lib/rce/plugins/instructure_rce_external_tools/ExternalToolsEnv.js +0 -169
- package/lib/rce/plugins/instructure_rce_external_tools/RceToolWrapper.js +0 -225
- package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +0 -294
- package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.js +0 -46
- package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogTray.js +0 -79
- package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.js +0 -153
- package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionItem.js +0 -94
- package/lib/rce/plugins/instructure_rce_external_tools/components/util/ExpandoText.js +0 -90
- package/lib/rce/plugins/instructure_rce_external_tools/components/util/ToolLaunchIframe.js +0 -35
- package/lib/rce/plugins/instructure_rce_external_tools/dialog-helper.js +0 -29
- package/lib/rce/plugins/instructure_rce_external_tools/helpers/tags.js +0 -55
- package/lib/rce/plugins/instructure_rce_external_tools/jquery/jquery.dropdownList.js +0 -172
- package/lib/rce/plugins/instructure_rce_external_tools/lti11-content-items/RceLti11ContentItem.js +0 -203
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/RceLti13ContentItem.js +0 -111
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/BaseLinkContentItem.js +0 -79
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/HtmlFragmentContentItem.js +0 -47
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ImageContentItem.js +0 -57
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/LinkContentItem.js +0 -26
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.js +0 -45
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/processEditorContentItems.js +0 -67
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/rceLti13ContentItemFromJson.js +0 -48
- package/lib/rce/plugins/instructure_rce_external_tools/plugin.js +0 -112
- package/lib/rce/plugins/instructure_rce_external_tools/util/addParentFrameContextToUrl.js +0 -27
- package/lib/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +0 -127
- package/lib/rce/plugins/instructure_record/AudioOptionsTray/index.js +0 -148
- package/lib/rce/plugins/instructure_record/MediaPanel/index.js +0 -129
- package/lib/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +0 -215
- package/lib/rce/plugins/instructure_record/VideoOptionsTray/index.js +0 -321
- package/lib/rce/plugins/instructure_record/clickCallback.js +0 -105
- package/lib/rce/plugins/instructure_record/mediaTranslations.js +0 -94
- package/lib/rce/plugins/instructure_record/plugin.js +0 -173
- package/lib/rce/plugins/instructure_studio_media_options/plugin.js +0 -42
- package/lib/rce/plugins/instructure_wordcount/clickCallback.js +0 -49
- package/lib/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -88
- package/lib/rce/plugins/instructure_wordcount/plugin.js +0 -30
- package/lib/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
- package/lib/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
- package/lib/rce/plugins/shared/CanvasContentTray.js +0 -580
- package/lib/rce/plugins/shared/CheckerboardStyling.js +0 -25
- package/lib/rce/plugins/shared/ColorInput.js +0 -233
- package/lib/rce/plugins/shared/ConditionalTooltip.js +0 -32
- package/lib/rce/plugins/shared/ContentSelection.js +0 -269
- package/lib/rce/plugins/shared/DimensionUtils.js +0 -66
- package/lib/rce/plugins/shared/DimensionsInput/DimensionInput.js +0 -62
- package/lib/rce/plugins/shared/DimensionsInput/index.js +0 -161
- package/lib/rce/plugins/shared/DimensionsInput/useDimensionsState.js +0 -220
- package/lib/rce/plugins/shared/ErrorBoundary.js +0 -54
- package/lib/rce/plugins/shared/EventUtils.js +0 -39
- package/lib/rce/plugins/shared/Filter.js +0 -353
- package/lib/rce/plugins/shared/FixedContentTray.js +0 -115
- package/lib/rce/plugins/shared/ImageCropper/DirectionRegion.js +0 -67
- package/lib/rce/plugins/shared/ImageCropper/Modal.js +0 -153
- package/lib/rce/plugins/shared/ImageCropper/Preview.js +0 -148
- package/lib/rce/plugins/shared/ImageCropper/constants.js +0 -39
- package/lib/rce/plugins/shared/ImageCropper/controls/CustomNumberInput.js +0 -83
- package/lib/rce/plugins/shared/ImageCropper/controls/ResetControls.js +0 -38
- package/lib/rce/plugins/shared/ImageCropper/controls/RotationControls.js +0 -89
- package/lib/rce/plugins/shared/ImageCropper/controls/ShapeControls.js +0 -82
- package/lib/rce/plugins/shared/ImageCropper/controls/ZoomControls.js +0 -111
- package/lib/rce/plugins/shared/ImageCropper/controls/index.js +0 -61
- package/lib/rce/plugins/shared/ImageCropper/controls/useDebouncedNumericValue.js +0 -94
- package/lib/rce/plugins/shared/ImageCropper/controls/utils.js +0 -41
- package/lib/rce/plugins/shared/ImageCropper/imageCropUtils.js +0 -149
- package/lib/rce/plugins/shared/ImageCropper/index.js +0 -18
- package/lib/rce/plugins/shared/ImageCropper/propTypes.js +0 -26
- package/lib/rce/plugins/shared/ImageCropper/reducers/imageCropper.js +0 -72
- package/lib/rce/plugins/shared/ImageCropper/shape.js +0 -27
- package/lib/rce/plugins/shared/ImageCropper/svg/index.js +0 -89
- package/lib/rce/plugins/shared/ImageCropper/svg/shape.js +0 -125
- package/lib/rce/plugins/shared/ImageCropper/svg/utils.js +0 -26
- package/lib/rce/plugins/shared/ImageCropper/useKeyMouseEvents.js +0 -233
- package/lib/rce/plugins/shared/ImageCropper/useMouseWheel.js +0 -66
- package/lib/rce/plugins/shared/ImageOptionsForm.js +0 -140
- package/lib/rce/plugins/shared/LinkDisplay.js +0 -96
- package/lib/rce/plugins/shared/PreviewIcon.js +0 -112
- package/lib/rce/plugins/shared/Previewable.js +0 -22
- package/lib/rce/plugins/shared/RceFileBrowser.js +0 -106
- package/lib/rce/plugins/shared/StoreContext.js +0 -57
- package/lib/rce/plugins/shared/StudioLtiSupportUtils.js +0 -71
- package/lib/rce/plugins/shared/UnknownFileTypePanel.js +0 -29
- package/lib/rce/plugins/shared/Upload/CategoryProcessor.js +0 -27
- package/lib/rce/plugins/shared/Upload/ComputerPanel.js +0 -334
- package/lib/rce/plugins/shared/Upload/SvgCategoryProcessor.js +0 -35
- package/lib/rce/plugins/shared/Upload/UploadFile.js +0 -171
- package/lib/rce/plugins/shared/Upload/UploadFileModal.js +0 -273
- package/lib/rce/plugins/shared/Upload/UrlPanel.js +0 -38
- package/lib/rce/plugins/shared/Upload/UsageRightsSelectBox.js +0 -172
- package/lib/rce/plugins/shared/Upload/doFileUpload.js +0 -77
- package/lib/rce/plugins/shared/__mocks__/screenfull.js +0 -24
- package/lib/rce/plugins/shared/buildDownloadUrl.js +0 -31
- package/lib/rce/plugins/shared/compressionUtils.js +0 -98
- package/lib/rce/plugins/shared/dateUtils.js +0 -28
- package/lib/rce/plugins/shared/fileShape.js +0 -57
- package/lib/rce/plugins/shared/fileTypeUtils.js +0 -133
- package/lib/rce/plugins/shared/fileUtils.js +0 -25
- package/lib/rce/plugins/shared/linkUtils.js +0 -89
- package/lib/rce/plugins/shared/round.js +0 -25
- package/lib/rce/plugins/shared/trayUtils.js +0 -34
- package/lib/rce/plugins/shared/useDataUrl.js +0 -76
- package/lib/rce/plugins/tinymce-a11y-checker/components/ColorField.js +0 -86
- package/lib/rce/plugins/tinymce-a11y-checker/components/checker.js +0 -558
- package/lib/rce/plugins/tinymce-a11y-checker/components/color-picker.js +0 -59
- package/lib/rce/plugins/tinymce-a11y-checker/components/placeholder-svg.js +0 -90
- package/lib/rce/plugins/tinymce-a11y-checker/components/pointer.js +0 -32
- package/lib/rce/plugins/tinymce-a11y-checker/node-checker.js +0 -54
- package/lib/rce/plugins/tinymce-a11y-checker/plugin.js +0 -90
- package/lib/rce/plugins/tinymce-a11y-checker/rules/__mocks__/index.js +0 -53
- package/lib/rce/plugins/tinymce-a11y-checker/rules/adjacent-links.js +0 -129
- package/lib/rce/plugins/tinymce-a11y-checker/rules/headings-sequence.js +0 -200
- package/lib/rce/plugins/tinymce-a11y-checker/rules/headings-start-at-h2.js +0 -67
- package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt-filename.js +0 -63
- package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt-length.js +0 -49
- package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt.js +0 -61
- package/lib/rce/plugins/tinymce-a11y-checker/rules/index.js +0 -31
- package/lib/rce/plugins/tinymce-a11y-checker/rules/large-text-contrast.js +0 -51
- package/lib/rce/plugins/tinymce-a11y-checker/rules/list-structure.js +0 -144
- package/lib/rce/plugins/tinymce-a11y-checker/rules/paragraphs-for-headings.js +0 -61
- package/lib/rce/plugins/tinymce-a11y-checker/rules/small-text-contrast.js +0 -75
- package/lib/rce/plugins/tinymce-a11y-checker/rules/table-caption.js +0 -54
- package/lib/rce/plugins/tinymce-a11y-checker/rules/table-header-scope.js +0 -52
- package/lib/rce/plugins/tinymce-a11y-checker/rules/table-header.js +0 -81
- package/lib/rce/plugins/tinymce-a11y-checker/utils/colors.js +0 -43
- package/lib/rce/plugins/tinymce-a11y-checker/utils/describe.js +0 -66
- package/lib/rce/plugins/tinymce-a11y-checker/utils/dom.js +0 -160
- package/lib/rce/plugins/tinymce-a11y-checker/utils/indicate.js +0 -83
- package/lib/rce/plugins/tinymce-a11y-checker/utils/rgb-hex.js +0 -57
- package/lib/rce/plugins/tinymce-a11y-checker/utils/strings.js +0 -40
- package/lib/rce/root.js +0 -58
- package/lib/rce/sanitizePlugins.js +0 -32
- package/lib/rce/style.js +0 -843
- package/lib/rce/tinyRCE.js +0 -66
- package/lib/rce/transformContent.js +0 -73
- package/lib/rce/userOS.js +0 -31
- package/lib/rce/wrapInitCb.js +0 -78
- package/lib/rcs/api.js +0 -670
- package/lib/rcs/buildError.js +0 -98
- package/lib/rcs/fake.js +0 -621
- package/lib/sidebar/actions/all_files.js +0 -29
- package/lib/sidebar/actions/data.js +0 -105
- package/lib/sidebar/actions/documents.js +0 -107
- package/lib/sidebar/actions/files.js +0 -167
- package/lib/sidebar/actions/filter.js +0 -63
- package/lib/sidebar/actions/flickr.js +0 -60
- package/lib/sidebar/actions/images.js +0 -153
- package/lib/sidebar/actions/links.js +0 -23
- package/lib/sidebar/actions/media.js +0 -142
- package/lib/sidebar/actions/session.js +0 -34
- package/lib/sidebar/actions/ui.js +0 -49
- package/lib/sidebar/actions/upload.js +0 -550
- package/lib/sidebar/containers/Sidebar.js +0 -67
- package/lib/sidebar/containers/sidebarHandlers.js +0 -73
- package/lib/sidebar/dragHtml.js +0 -49
- package/lib/sidebar/reducers/all_files.js +0 -35
- package/lib/sidebar/reducers/collection.js +0 -72
- package/lib/sidebar/reducers/collections.js +0 -52
- package/lib/sidebar/reducers/documents.js +0 -89
- package/lib/sidebar/reducers/files.js +0 -38
- package/lib/sidebar/reducers/filter.js +0 -61
- package/lib/sidebar/reducers/flickr.js +0 -51
- package/lib/sidebar/reducers/folder.js +0 -92
- package/lib/sidebar/reducers/folders.js +0 -39
- package/lib/sidebar/reducers/images.js +0 -115
- package/lib/sidebar/reducers/index.js +0 -57
- package/lib/sidebar/reducers/media.js +0 -84
- package/lib/sidebar/reducers/newPageLinkExpanded.js +0 -30
- package/lib/sidebar/reducers/noop.js +0 -21
- package/lib/sidebar/reducers/rootFolderId.js +0 -30
- package/lib/sidebar/reducers/session.js +0 -33
- package/lib/sidebar/reducers/ui.js +0 -87
- package/lib/sidebar/reducers/upload.js +0 -206
- package/lib/sidebar/store/configureStore.js +0 -26
- package/lib/sidebar/store/initialState.js +0 -173
- package/lib/translations/locales/ar.js +0 -2427
- package/lib/translations/locales/ca.js +0 -2427
- package/lib/translations/locales/cy.js +0 -2427
- package/lib/translations/locales/da-x-k12.js +0 -2427
- package/lib/translations/locales/da.js +0 -2427
- package/lib/translations/locales/de.js +0 -2427
- package/lib/translations/locales/el.js +0 -459
- package/lib/translations/locales/en-AU-x-unimelb.js +0 -2427
- package/lib/translations/locales/en-GB-x-ukhe.js +0 -2427
- package/lib/translations/locales/en.js +0 -2427
- package/lib/translations/locales/en_AU.js +0 -2427
- package/lib/translations/locales/en_CA.js +0 -2426
- package/lib/translations/locales/en_CY.js +0 -2426
- package/lib/translations/locales/en_GB.js +0 -2427
- package/lib/translations/locales/es.js +0 -2427
- package/lib/translations/locales/es_ES.js +0 -2427
- package/lib/translations/locales/fa_IR.js +0 -615
- package/lib/translations/locales/fi.js +0 -2427
- package/lib/translations/locales/fr.js +0 -2427
- package/lib/translations/locales/fr_CA.js +0 -2427
- package/lib/translations/locales/he.js +0 -486
- package/lib/translations/locales/ht.js +0 -2426
- package/lib/translations/locales/hu.js +0 -2007
- package/lib/translations/locales/hy.js +0 -444
- package/lib/translations/locales/is.js +0 -2426
- package/lib/translations/locales/it.js +0 -2427
- package/lib/translations/locales/ja.js +0 -2427
- package/lib/translations/locales/ko.js +0 -342
- package/lib/translations/locales/mi.js +0 -2426
- package/lib/translations/locales/nb-x-k12.js +0 -2427
- package/lib/translations/locales/nb.js +0 -2427
- package/lib/translations/locales/nl.js +0 -2427
- package/lib/translations/locales/nn.js +0 -2247
- package/lib/translations/locales/pl.js +0 -2427
- package/lib/translations/locales/pt.js +0 -2427
- package/lib/translations/locales/pt_BR.js +0 -2427
- package/lib/translations/locales/ru.js +0 -84
- package/lib/translations/locales/sl.js +0 -2427
- package/lib/translations/locales/sv-x-k12.js +0 -2427
- package/lib/translations/locales/sv.js +0 -78
- package/lib/translations/locales/tr.js +0 -684
- package/lib/translations/locales/uk_UA.js +0 -519
- package/lib/translations/locales/vi.js +0 -39
- package/lib/translations/locales/zh-Hans.js +0 -2427
- package/lib/translations/locales/zh-Hant.js +0 -2427
- package/lib/translations/locales/zh.js +0 -2427
- package/lib/translations/locales/zh_HK.js +0 -2427
- package/lib/translations/tinymce/ar_SA.js +0 -211
- package/lib/translations/tinymce/bg_BG.js +0 -419
- package/lib/translations/tinymce/ca.js +0 -419
- package/lib/translations/tinymce/cs.js +0 -419
- package/lib/translations/tinymce/cy.js +0 -418
- package/lib/translations/tinymce/da.js +0 -419
- package/lib/translations/tinymce/de.js +0 -419
- package/lib/translations/tinymce/el.js +0 -261
- package/lib/translations/tinymce/en_GB.js +0 -230
- package/lib/translations/tinymce/es.js +0 -419
- package/lib/translations/tinymce/fa_IR.js +0 -390
- package/lib/translations/tinymce/fi.js +0 -19
- package/lib/translations/tinymce/fr_FR.js +0 -419
- package/lib/translations/tinymce/he_IL.js +0 -420
- package/lib/translations/tinymce/hu_HU.js +0 -419
- package/lib/translations/tinymce/hy.js +0 -419
- package/lib/translations/tinymce/it.js +0 -419
- package/lib/translations/tinymce/ja.js +0 -419
- package/lib/translations/tinymce/ko_KR.js +0 -419
- package/lib/translations/tinymce/nb_NO.js +0 -419
- package/lib/translations/tinymce/nl.js +0 -419
- package/lib/translations/tinymce/pl.js +0 -419
- package/lib/translations/tinymce/pt_BR.js +0 -419
- package/lib/translations/tinymce/pt_PT.js +0 -419
- package/lib/translations/tinymce/ro.js +0 -418
- package/lib/translations/tinymce/ru.js +0 -436
- package/lib/translations/tinymce/ru_RU.js +0 -71
- package/lib/translations/tinymce/sl.js +0 -462
- package/lib/translations/tinymce/sr.js +0 -278
- package/lib/translations/tinymce/sv_SE.js +0 -419
- package/lib/translations/tinymce/th.js +0 -479
- package/lib/translations/tinymce/tr_TR.js +0 -389
- package/lib/translations/tinymce/uk_UA.js +0 -278
- package/lib/translations/tinymce/vi_VN.js +0 -277
- package/lib/translations/tinymce/zh_CN.js +0 -419
- package/lib/translations/tinymce/zh_TW.js +0 -419
- package/lib/types/inst-ui.d.js +0 -18
- package/lib/types/ts-migration.js +0 -1
- package/lib/util/DeepPartialNullable.js +0 -1
- package/lib/util/ExtractRequired.js +0 -1
- package/lib/util/TypedDict.js +0 -131
- package/lib/util/assertNever.js +0 -44
- package/lib/util/elem-util.js +0 -26
- package/lib/util/encrypted-storage.js +0 -84
- package/lib/util/file-url-util.js +0 -44
- package/lib/util/fullscreenHelpers.js +0 -27
- package/lib/util/instui-icon-helper.js +0 -31
- package/lib/util/loadingPlaceholder.js +0 -436
- package/lib/util/simpleCache.js +0 -41
- package/lib/util/string-util.js +0 -48
- package/lib/util/textarea-editing-util.js +0 -87
- package/lib/util/tinymce-plugin-util.js +0 -52
- package/lib/util/url-util.js +0 -138
package/canvas/locales/en.json
DELETED
|
@@ -1,934 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"access_the_pretty_html_editor_37168efe": {
|
|
3
|
-
"message": "Access the pretty HTML editor"
|
|
4
|
-
},
|
|
5
|
-
"accessibility_checker_b3af1f6c": {
|
|
6
|
-
"message": "Accessibility Checker"
|
|
7
|
-
},
|
|
8
|
-
"add_8523c19b": {
|
|
9
|
-
"message": "Add"
|
|
10
|
-
},
|
|
11
|
-
"add_another_f4e50d57": {
|
|
12
|
-
"message": "Add another"
|
|
13
|
-
},
|
|
14
|
-
"add_cc_subtitles_55f0394e": {
|
|
15
|
-
"message": "Add CC/Subtitles"
|
|
16
|
-
},
|
|
17
|
-
"align_11050992": {
|
|
18
|
-
"message": "Align"
|
|
19
|
-
},
|
|
20
|
-
"align_center_ca078feb": {
|
|
21
|
-
"message": "Align center"
|
|
22
|
-
},
|
|
23
|
-
"align_left_e9f1f93b": {
|
|
24
|
-
"message": "Align left"
|
|
25
|
-
},
|
|
26
|
-
"align_right_9bad3ac1": {
|
|
27
|
-
"message": "Align right"
|
|
28
|
-
},
|
|
29
|
-
"alignment_and_lists_5cebcb69": {
|
|
30
|
-
"message": "Alignment and Lists"
|
|
31
|
-
},
|
|
32
|
-
"all_4321c3a1": {
|
|
33
|
-
"message": "All"
|
|
34
|
-
},
|
|
35
|
-
"all_apps_a50dea49": {
|
|
36
|
-
"message": "All Apps"
|
|
37
|
-
},
|
|
38
|
-
"alphabetical_55b5b4e0": {
|
|
39
|
-
"message": "Alphabetical"
|
|
40
|
-
},
|
|
41
|
-
"alt_text_611fb322": {
|
|
42
|
-
"message": "Alt Text"
|
|
43
|
-
},
|
|
44
|
-
"an_error_occured_reading_the_file_ff48558b": {
|
|
45
|
-
"message": "An error occured reading the file"
|
|
46
|
-
},
|
|
47
|
-
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
48
|
-
"message": "An error occurred making a network request"
|
|
49
|
-
},
|
|
50
|
-
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
51
|
-
"message": "An error occurred uploading your media."
|
|
52
|
-
},
|
|
53
|
-
"announcement_list_da155734": {
|
|
54
|
-
"message": "Announcement List"
|
|
55
|
-
},
|
|
56
|
-
"announcements_a4b8ed4a": {
|
|
57
|
-
"message": "Announcements"
|
|
58
|
-
},
|
|
59
|
-
"apps_54d24a47": {
|
|
60
|
-
"message": "Apps"
|
|
61
|
-
},
|
|
62
|
-
"aspect_ratio_will_be_preserved_cb5fdfb8": {
|
|
63
|
-
"message": "Aspect ratio will be preserved"
|
|
64
|
-
},
|
|
65
|
-
"assignments_1e02582c": {
|
|
66
|
-
"message": "Assignments"
|
|
67
|
-
},
|
|
68
|
-
"attributes_963ba262": {
|
|
69
|
-
"message": "Attributes"
|
|
70
|
-
},
|
|
71
|
-
"audio_and_video_recording_not_supported_please_use_5ce3f0d7": {
|
|
72
|
-
"message": "Audio and video recording not supported; please use a different browser."
|
|
73
|
-
},
|
|
74
|
-
"audio_player_for_title_20cc70d": {
|
|
75
|
-
"message": "Audio player for { title }"
|
|
76
|
-
},
|
|
77
|
-
"auto_saved_content_exists_would_you_like_to_load_t_fee528f2": {
|
|
78
|
-
"message": "Auto-saved content exists. Would you like to load the auto-saved content instead?"
|
|
79
|
-
},
|
|
80
|
-
"automatically_open_an_in_line_preview_preview_disp_ed784ffe": {
|
|
81
|
-
"message": "Automatically open an in-line preview. (Preview displays only after saving)"
|
|
82
|
-
},
|
|
83
|
-
"available_folders_694d0436": {
|
|
84
|
-
"message": "Available folders"
|
|
85
|
-
},
|
|
86
|
-
"button_color_608a0242": {
|
|
87
|
-
"message": "Button Color"
|
|
88
|
-
},
|
|
89
|
-
"button_outline_cf14f071": {
|
|
90
|
-
"message": "Button Outline"
|
|
91
|
-
},
|
|
92
|
-
"button_outline_size_cc1d1df7": {
|
|
93
|
-
"message": "Button Outline Size"
|
|
94
|
-
},
|
|
95
|
-
"button_shape_dbecb573": {
|
|
96
|
-
"message": "Button Shape"
|
|
97
|
-
},
|
|
98
|
-
"button_size_20f5fce1": {
|
|
99
|
-
"message": "Button Size"
|
|
100
|
-
},
|
|
101
|
-
"buttons_and_icons_e66ee12c": {
|
|
102
|
-
"message": "Buttons and Icons"
|
|
103
|
-
},
|
|
104
|
-
"c_2001_acme_inc_283f7f80": {
|
|
105
|
-
"message": "(c) 2001 Acme Inc."
|
|
106
|
-
},
|
|
107
|
-
"choose_caption_file_9c45bc4e": {
|
|
108
|
-
"message": "Choose caption file"
|
|
109
|
-
},
|
|
110
|
-
"choose_usage_rights_33683854": {
|
|
111
|
-
"message": "Choose usage rights..."
|
|
112
|
-
},
|
|
113
|
-
"circle_484abe63": {
|
|
114
|
-
"message": "Circle"
|
|
115
|
-
},
|
|
116
|
-
"circle_unordered_list_9e3a0763": {
|
|
117
|
-
"message": "circle unordered list"
|
|
118
|
-
},
|
|
119
|
-
"clear_2084585f": {
|
|
120
|
-
"message": "Clear"
|
|
121
|
-
},
|
|
122
|
-
"clear_selected_file_82388e50": {
|
|
123
|
-
"message": "Clear selected file"
|
|
124
|
-
},
|
|
125
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
126
|
-
"message": "Clear selected file: { filename }"
|
|
127
|
-
},
|
|
128
|
-
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
129
|
-
"message": "Click or shift-click for the html editor."
|
|
130
|
-
},
|
|
131
|
-
"click_to_embed_imagename_c41ea8df": {
|
|
132
|
-
"message": "Click to embed { imageName }"
|
|
133
|
-
},
|
|
134
|
-
"click_to_hide_preview_3c707763": {
|
|
135
|
-
"message": "Click to hide preview"
|
|
136
|
-
},
|
|
137
|
-
"click_to_insert_a_link_into_the_editor_c19613aa": {
|
|
138
|
-
"message": "Click to insert a link into the editor."
|
|
139
|
-
},
|
|
140
|
-
"click_to_show_preview_faa27051": {
|
|
141
|
-
"message": "Click to show preview"
|
|
142
|
-
},
|
|
143
|
-
"close_a_menu_or_dialog_also_returns_you_to_the_edi_739079e6": {
|
|
144
|
-
"message": "Close a menu or dialog. Also returns you to the editor area"
|
|
145
|
-
},
|
|
146
|
-
"close_d634289d": {
|
|
147
|
-
"message": "Close"
|
|
148
|
-
},
|
|
149
|
-
"closed_captions_subtitles_e6aaa016": {
|
|
150
|
-
"message": "Closed Captions/Subtitles"
|
|
151
|
-
},
|
|
152
|
-
"collaborations_5c56c15f": {
|
|
153
|
-
"message": "Collaborations"
|
|
154
|
-
},
|
|
155
|
-
"collapse_to_hide_types_1ab46d2e": {
|
|
156
|
-
"message": "Collapse to hide { types }"
|
|
157
|
-
},
|
|
158
|
-
"color_color_eb64b08": {
|
|
159
|
-
"message": "Color { color }"
|
|
160
|
-
},
|
|
161
|
-
"computer_1d7dfa6f": {
|
|
162
|
-
"message": "Computer"
|
|
163
|
-
},
|
|
164
|
-
"content_1440204b": {
|
|
165
|
-
"message": "Content"
|
|
166
|
-
},
|
|
167
|
-
"content_is_still_being_uploaded_if_you_continue_it_8f06d0cb": {
|
|
168
|
-
"message": "Content is still being uploaded, if you continue it will not be embedded properly."
|
|
169
|
-
},
|
|
170
|
-
"content_subtype_5ce35e88": {
|
|
171
|
-
"message": "Content Subtype"
|
|
172
|
-
},
|
|
173
|
-
"content_type_2cf90d95": {
|
|
174
|
-
"message": "Content Type"
|
|
175
|
-
},
|
|
176
|
-
"copyright_holder_66ee111": {
|
|
177
|
-
"message": "Copyright Holder:"
|
|
178
|
-
},
|
|
179
|
-
"count_plural_0_0_words_one_1_word_other_words_acf32eca": {
|
|
180
|
-
"message": "{ count, plural,\n =0 {0 words}\n one {1 word}\n other {# words}\n}"
|
|
181
|
-
},
|
|
182
|
-
"count_plural_one_item_loaded_other_items_loaded_857023b7": {
|
|
183
|
-
"message": "{ count, plural,\n one {# item loaded}\n other {# items loaded}\n}"
|
|
184
|
-
},
|
|
185
|
-
"course_documents_104d76e0": {
|
|
186
|
-
"message": "Course Documents"
|
|
187
|
-
},
|
|
188
|
-
"course_files_62deb8f8": {
|
|
189
|
-
"message": "Course Files"
|
|
190
|
-
},
|
|
191
|
-
"course_files_a31f97fc": {
|
|
192
|
-
"message": "Course files"
|
|
193
|
-
},
|
|
194
|
-
"course_images_f8511d04": {
|
|
195
|
-
"message": "Course Images"
|
|
196
|
-
},
|
|
197
|
-
"course_links_b56959b9": {
|
|
198
|
-
"message": "Course Links"
|
|
199
|
-
},
|
|
200
|
-
"course_media_ec759ad": {
|
|
201
|
-
"message": "Course Media"
|
|
202
|
-
},
|
|
203
|
-
"course_navigation_dd035109": {
|
|
204
|
-
"message": "Course Navigation"
|
|
205
|
-
},
|
|
206
|
-
"create_button_and_icon_5c089934": {
|
|
207
|
-
"message": "Create Button and Icon"
|
|
208
|
-
},
|
|
209
|
-
"creative_commons_license_725584ae": {
|
|
210
|
-
"message": "Creative Commons License:"
|
|
211
|
-
},
|
|
212
|
-
"custom_6979cd81": {
|
|
213
|
-
"message": "Custom"
|
|
214
|
-
},
|
|
215
|
-
"date_added_ed5ad465": {
|
|
216
|
-
"message": "Date Added"
|
|
217
|
-
},
|
|
218
|
-
"decorative_image_3c28aa7d": {
|
|
219
|
-
"message": "Decorative Image"
|
|
220
|
-
},
|
|
221
|
-
"decrease_indent_de6343ab": {
|
|
222
|
-
"message": "Decrease indent"
|
|
223
|
-
},
|
|
224
|
-
"default_bulleted_unordered_list_47079da8": {
|
|
225
|
-
"message": "default bulleted unordered list"
|
|
226
|
-
},
|
|
227
|
-
"default_numerical_ordered_list_48dd3548": {
|
|
228
|
-
"message": "default numerical ordered list"
|
|
229
|
-
},
|
|
230
|
-
"describe_the_image_e65d2e32": {
|
|
231
|
-
"message": "(Describe the image)"
|
|
232
|
-
},
|
|
233
|
-
"describe_the_video_2fe8f46a": {
|
|
234
|
-
"message": "(Describe the video)"
|
|
235
|
-
},
|
|
236
|
-
"details_98a31b68": {
|
|
237
|
-
"message": "Details"
|
|
238
|
-
},
|
|
239
|
-
"dimensions_45ddb7b7": {
|
|
240
|
-
"message": "Dimensions"
|
|
241
|
-
},
|
|
242
|
-
"directionality_26ae9e08": {
|
|
243
|
-
"message": "Directionality"
|
|
244
|
-
},
|
|
245
|
-
"disable_in_line_preview_2a675175": {
|
|
246
|
-
"message": "Disable in-line preview."
|
|
247
|
-
},
|
|
248
|
-
"discussions_a5f96392": {
|
|
249
|
-
"message": "Discussions"
|
|
250
|
-
},
|
|
251
|
-
"discussions_index_6c36ced": {
|
|
252
|
-
"message": "Discussions Index"
|
|
253
|
-
},
|
|
254
|
-
"display_options_315aba85": {
|
|
255
|
-
"message": "Display Options"
|
|
256
|
-
},
|
|
257
|
-
"display_text_link_opens_in_a_new_tab_75e9afc9": {
|
|
258
|
-
"message": "Display Text Link (Opens in a new tab)"
|
|
259
|
-
},
|
|
260
|
-
"document_678cd7bf": {
|
|
261
|
-
"message": "Document"
|
|
262
|
-
},
|
|
263
|
-
"documents_81393201": {
|
|
264
|
-
"message": "Documents"
|
|
265
|
-
},
|
|
266
|
-
"done_54e3d4b6": {
|
|
267
|
-
"message": "Done"
|
|
268
|
-
},
|
|
269
|
-
"drag_a_file_here_1bf656d5": {
|
|
270
|
-
"message": "Drag a file here"
|
|
271
|
-
},
|
|
272
|
-
"drag_and_drop_or_click_to_browse_your_computer_60772d6d": {
|
|
273
|
-
"message": "Drag and drop, or click to browse your computer"
|
|
274
|
-
},
|
|
275
|
-
"drag_handle_use_up_and_down_arrows_to_resize_e29eae5c": {
|
|
276
|
-
"message": "Drag handle. Use up and down arrows to resize"
|
|
277
|
-
},
|
|
278
|
-
"due_multiple_dates_cc0ee3f5": {
|
|
279
|
-
"message": "Due: Multiple Dates"
|
|
280
|
-
},
|
|
281
|
-
"due_when_7eed10c6": {
|
|
282
|
-
"message": "Due: { when }"
|
|
283
|
-
},
|
|
284
|
-
"edit_equation_f5279959": {
|
|
285
|
-
"message": "Edit Equation"
|
|
286
|
-
},
|
|
287
|
-
"edit_link_7f53bebb": {
|
|
288
|
-
"message": "Edit Link"
|
|
289
|
-
},
|
|
290
|
-
"editor_statusbar_26ac81fc": {
|
|
291
|
-
"message": "Editor Statusbar"
|
|
292
|
-
},
|
|
293
|
-
"embed_828fac4a": {
|
|
294
|
-
"message": "Embed"
|
|
295
|
-
},
|
|
296
|
-
"embed_code_314f1bd5": {
|
|
297
|
-
"message": "Embed Code"
|
|
298
|
-
},
|
|
299
|
-
"embed_image_1080badc": {
|
|
300
|
-
"message": "Embed Image"
|
|
301
|
-
},
|
|
302
|
-
"embed_options_tray_901cfd19": {
|
|
303
|
-
"message": "Embed Options Tray"
|
|
304
|
-
},
|
|
305
|
-
"embed_preview_2d741e1f": {
|
|
306
|
-
"message": "Embed Preview"
|
|
307
|
-
},
|
|
308
|
-
"embed_video_a97a64af": {
|
|
309
|
-
"message": "Embed Video"
|
|
310
|
-
},
|
|
311
|
-
"embedded_content_aaeb4d3d": {
|
|
312
|
-
"message": "embedded content"
|
|
313
|
-
},
|
|
314
|
-
"enter_at_least_3_characters_to_search_4f037ee0": {
|
|
315
|
-
"message": "Enter at least 3 characters to search"
|
|
316
|
-
},
|
|
317
|
-
"equation_1c5ac93c": {
|
|
318
|
-
"message": "Equation"
|
|
319
|
-
},
|
|
320
|
-
"expand_preview_by_default_2abbf9f8": {
|
|
321
|
-
"message": "Expand preview by Default"
|
|
322
|
-
},
|
|
323
|
-
"expand_to_see_types_f5d29352": {
|
|
324
|
-
"message": "Expand to see { types }"
|
|
325
|
-
},
|
|
326
|
-
"external_links_3d9f074e": {
|
|
327
|
-
"message": "External Links"
|
|
328
|
-
},
|
|
329
|
-
"external_tools_6e77821": {
|
|
330
|
-
"message": "External Tools"
|
|
331
|
-
},
|
|
332
|
-
"extra_large_b6cdf1ff": {
|
|
333
|
-
"message": "Extra Large"
|
|
334
|
-
},
|
|
335
|
-
"extra_small_9ae33252": {
|
|
336
|
-
"message": "Extra Small"
|
|
337
|
-
},
|
|
338
|
-
"file_upload_failed_af22dd91": {
|
|
339
|
-
"message": "File upload failed"
|
|
340
|
-
},
|
|
341
|
-
"file_uploading_56c9c0c8": {
|
|
342
|
-
"message": "File uploading"
|
|
343
|
-
},
|
|
344
|
-
"file_url_c12b64be": {
|
|
345
|
-
"message": "File URL"
|
|
346
|
-
},
|
|
347
|
-
"filename_file_icon_602eb5de": {
|
|
348
|
-
"message": "{ filename } file icon"
|
|
349
|
-
},
|
|
350
|
-
"filename_image_preview_6cef8f26": {
|
|
351
|
-
"message": "{ filename } image preview"
|
|
352
|
-
},
|
|
353
|
-
"filename_text_preview_e41ca2d8": {
|
|
354
|
-
"message": "{ filename } text preview"
|
|
355
|
-
},
|
|
356
|
-
"files_c300e900": {
|
|
357
|
-
"message": "Files"
|
|
358
|
-
},
|
|
359
|
-
"files_index_af7c662b": {
|
|
360
|
-
"message": "Files Index"
|
|
361
|
-
},
|
|
362
|
-
"focus_element_options_toolbar_18d993e": {
|
|
363
|
-
"message": "Focus element options toolbar"
|
|
364
|
-
},
|
|
365
|
-
"folder_tree_fbab0726": {
|
|
366
|
-
"message": "Folder tree"
|
|
367
|
-
},
|
|
368
|
-
"format_4247a9c5": {
|
|
369
|
-
"message": "Format"
|
|
370
|
-
},
|
|
371
|
-
"formatting_5b143aa8": {
|
|
372
|
-
"message": "Formatting"
|
|
373
|
-
},
|
|
374
|
-
"found_auto_saved_content_3f6e4ca5": {
|
|
375
|
-
"message": "Found auto-saved content"
|
|
376
|
-
},
|
|
377
|
-
"found_count_plural_0_results_one_result_other_resu_46aeaa01": {
|
|
378
|
-
"message": "Found { count, plural,\n =0 {# results}\n one {# result}\n other {# results}\n}"
|
|
379
|
-
},
|
|
380
|
-
"fullscreen_873bf53f": {
|
|
381
|
-
"message": "Fullscreen"
|
|
382
|
-
},
|
|
383
|
-
"generating_preview_45b53be0": {
|
|
384
|
-
"message": "Generating preview..."
|
|
385
|
-
},
|
|
386
|
-
"go_to_the_editor_s_menubar_e6674c81": {
|
|
387
|
-
"message": "Go to the editor''s menubar"
|
|
388
|
-
},
|
|
389
|
-
"go_to_the_editor_s_toolbar_a5cb875f": {
|
|
390
|
-
"message": "Go to the editor''s toolbar"
|
|
391
|
-
},
|
|
392
|
-
"grades_a61eba0a": {
|
|
393
|
-
"message": "Grades"
|
|
394
|
-
},
|
|
395
|
-
"group_documents_8bfd6ae6": {
|
|
396
|
-
"message": "Group Documents"
|
|
397
|
-
},
|
|
398
|
-
"group_files_4324f3df": {
|
|
399
|
-
"message": "Group Files"
|
|
400
|
-
},
|
|
401
|
-
"group_files_82e5dcdb": {
|
|
402
|
-
"message": "Group files"
|
|
403
|
-
},
|
|
404
|
-
"group_images_98e0ac17": {
|
|
405
|
-
"message": "Group Images"
|
|
406
|
-
},
|
|
407
|
-
"group_links_9493129e": {
|
|
408
|
-
"message": "Group Links"
|
|
409
|
-
},
|
|
410
|
-
"group_media_2f3d128a": {
|
|
411
|
-
"message": "Group Media"
|
|
412
|
-
},
|
|
413
|
-
"group_navigation_99f191a": {
|
|
414
|
-
"message": "Group Navigation"
|
|
415
|
-
},
|
|
416
|
-
"heading_2_5b84eed2": {
|
|
417
|
-
"message": "Heading 2"
|
|
418
|
-
},
|
|
419
|
-
"heading_3_2c83de44": {
|
|
420
|
-
"message": "Heading 3"
|
|
421
|
-
},
|
|
422
|
-
"heading_4_b2e74be7": {
|
|
423
|
-
"message": "Heading 4"
|
|
424
|
-
},
|
|
425
|
-
"height_69b03e15": {
|
|
426
|
-
"message": "Height"
|
|
427
|
-
},
|
|
428
|
-
"hexagon_d8468e0d": {
|
|
429
|
-
"message": "Hexagon"
|
|
430
|
-
},
|
|
431
|
-
"hide_description_bfb5502e": {
|
|
432
|
-
"message": "Hide description"
|
|
433
|
-
},
|
|
434
|
-
"hide_title_description_caf092ef": {
|
|
435
|
-
"message": "Hide { title } description"
|
|
436
|
-
},
|
|
437
|
-
"home_351838cd": {
|
|
438
|
-
"message": "Home"
|
|
439
|
-
},
|
|
440
|
-
"html_code_editor_fd967a44": {
|
|
441
|
-
"message": "html code editor"
|
|
442
|
-
},
|
|
443
|
-
"html_editor_fb2ab713": {
|
|
444
|
-
"message": "HTML Editor"
|
|
445
|
-
},
|
|
446
|
-
"i_have_obtained_permission_to_use_this_file_6386f087": {
|
|
447
|
-
"message": "I have obtained permission to use this file."
|
|
448
|
-
},
|
|
449
|
-
"i_hold_the_copyright_71ee91b1": {
|
|
450
|
-
"message": "I hold the copyright"
|
|
451
|
-
},
|
|
452
|
-
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
|
|
453
|
-
"message": "If you do not select usage rights now, this file will be unpublished after it''s uploaded."
|
|
454
|
-
},
|
|
455
|
-
"image_8ad06": {
|
|
456
|
-
"message": "Image"
|
|
457
|
-
},
|
|
458
|
-
"image_options_5412d02c": {
|
|
459
|
-
"message": "Image Options"
|
|
460
|
-
},
|
|
461
|
-
"image_options_tray_90a46006": {
|
|
462
|
-
"message": "Image Options Tray"
|
|
463
|
-
},
|
|
464
|
-
"images_7ce26570": {
|
|
465
|
-
"message": "Images"
|
|
466
|
-
},
|
|
467
|
-
"increase_indent_6d550a4a": {
|
|
468
|
-
"message": "Increase indent"
|
|
469
|
-
},
|
|
470
|
-
"insert_593145ef": {
|
|
471
|
-
"message": "Insert"
|
|
472
|
-
},
|
|
473
|
-
"insert_equella_links_49a8dacd": {
|
|
474
|
-
"message": "Insert Equella Links",
|
|
475
|
-
"description": "Title for RCE button to insert links to Equella content"
|
|
476
|
-
},
|
|
477
|
-
"insert_link_6dc23cae": {
|
|
478
|
-
"message": "Insert Link"
|
|
479
|
-
},
|
|
480
|
-
"insert_math_equation_57c6e767": {
|
|
481
|
-
"message": "Insert Math Equation",
|
|
482
|
-
"description": "Title for RCE button to insert a math equation"
|
|
483
|
-
},
|
|
484
|
-
"invalid_file_c11ba11": {
|
|
485
|
-
"message": "Invalid File"
|
|
486
|
-
},
|
|
487
|
-
"invalid_file_type_881cc9b2": {
|
|
488
|
-
"message": "Invalid file type"
|
|
489
|
-
},
|
|
490
|
-
"invalid_url_cbde79f": {
|
|
491
|
-
"message": "Invalid URL"
|
|
492
|
-
},
|
|
493
|
-
"keyboard_shortcuts_ed1844bd": {
|
|
494
|
-
"message": "Keyboard Shortcuts"
|
|
495
|
-
},
|
|
496
|
-
"large_9c5e80e7": {
|
|
497
|
-
"message": "Large"
|
|
498
|
-
},
|
|
499
|
-
"left_to_right_e9b4fd06": {
|
|
500
|
-
"message": "Left-to-Right"
|
|
501
|
-
},
|
|
502
|
-
"link_7262adec": {
|
|
503
|
-
"message": "Link"
|
|
504
|
-
},
|
|
505
|
-
"link_options_a16b758b": {
|
|
506
|
-
"message": "Link Options"
|
|
507
|
-
},
|
|
508
|
-
"links_14b70841": {
|
|
509
|
-
"message": "Links"
|
|
510
|
-
},
|
|
511
|
-
"load_more_35d33c7": {
|
|
512
|
-
"message": "Load More"
|
|
513
|
-
},
|
|
514
|
-
"load_more_results_460f49a9": {
|
|
515
|
-
"message": "Load more results"
|
|
516
|
-
},
|
|
517
|
-
"loading_25990131": {
|
|
518
|
-
"message": "Loading..."
|
|
519
|
-
},
|
|
520
|
-
"loading_bde52856": {
|
|
521
|
-
"message": "Loading"
|
|
522
|
-
},
|
|
523
|
-
"loading_failed_b3524381": {
|
|
524
|
-
"message": "Loading failed..."
|
|
525
|
-
},
|
|
526
|
-
"loading_failed_e6a9d8ef": {
|
|
527
|
-
"message": "Loading failed."
|
|
528
|
-
},
|
|
529
|
-
"loading_folders_d8b5869e": {
|
|
530
|
-
"message": "Loading folders"
|
|
531
|
-
},
|
|
532
|
-
"loading_please_wait_d276220a": {
|
|
533
|
-
"message": "Loading, please wait"
|
|
534
|
-
},
|
|
535
|
-
"locked_762f138b": {
|
|
536
|
-
"message": "Locked"
|
|
537
|
-
},
|
|
538
|
-
"media_af190855": {
|
|
539
|
-
"message": "Media"
|
|
540
|
-
},
|
|
541
|
-
"medium_5a8e9ead": {
|
|
542
|
-
"message": "Medium"
|
|
543
|
-
},
|
|
544
|
-
"miscellaneous_e9818229": {
|
|
545
|
-
"message": "Miscellaneous"
|
|
546
|
-
},
|
|
547
|
-
"modules_c4325335": {
|
|
548
|
-
"message": "Modules"
|
|
549
|
-
},
|
|
550
|
-
"must_be_at_least_width_x_height_px_41dc825e": {
|
|
551
|
-
"message": "Must be at least { width } x { height }px"
|
|
552
|
-
},
|
|
553
|
-
"my_files_2f621040": {
|
|
554
|
-
"message": "My files"
|
|
555
|
-
},
|
|
556
|
-
"navigate_through_the_menu_or_toolbar_415a4e50": {
|
|
557
|
-
"message": "Navigate through the menu or toolbar"
|
|
558
|
-
},
|
|
559
|
-
"next_page_d2a39853": {
|
|
560
|
-
"message": "Next Page"
|
|
561
|
-
},
|
|
562
|
-
"no_e16d9132": {
|
|
563
|
-
"message": "No"
|
|
564
|
-
},
|
|
565
|
-
"no_file_chosen_9a880793": {
|
|
566
|
-
"message": "No file chosen"
|
|
567
|
-
},
|
|
568
|
-
"no_preview_is_available_for_this_file_f940114a": {
|
|
569
|
-
"message": "No preview is available for this file."
|
|
570
|
-
},
|
|
571
|
-
"no_results_940393cf": {
|
|
572
|
-
"message": "No results."
|
|
573
|
-
},
|
|
574
|
-
"no_results_found_for_filterterm_ad1b04c8": {
|
|
575
|
-
"message": "No results found for { filterTerm }"
|
|
576
|
-
},
|
|
577
|
-
"no_results_found_for_term_1564c08e": {
|
|
578
|
-
"message": "No results found for { term }."
|
|
579
|
-
},
|
|
580
|
-
"none_3b5e34d2": {
|
|
581
|
-
"message": "None"
|
|
582
|
-
},
|
|
583
|
-
"octagon_e48be9f": {
|
|
584
|
-
"message": "Octagon"
|
|
585
|
-
},
|
|
586
|
-
"open_this_keyboard_shortcuts_dialog_9658b83a": {
|
|
587
|
-
"message": "Open this keyboard shortcuts dialog"
|
|
588
|
-
},
|
|
589
|
-
"open_title_application_fd624fc5": {
|
|
590
|
-
"message": "Open { title } application"
|
|
591
|
-
},
|
|
592
|
-
"options_3ab0ea65": {
|
|
593
|
-
"message": "Options"
|
|
594
|
-
},
|
|
595
|
-
"ordered_and_unordered_lists_cfadfc38": {
|
|
596
|
-
"message": "Ordered and Unordered Lists"
|
|
597
|
-
},
|
|
598
|
-
"other_editor_shortcuts_may_be_found_at_404aba4a": {
|
|
599
|
-
"message": "Other editor shortcuts may be found at"
|
|
600
|
-
},
|
|
601
|
-
"p_is_not_a_valid_protocol_which_must_be_ftp_http_h_adf13fc2": {
|
|
602
|
-
"message": "{ p } is not a valid protocol which must be ftp, http, https, mailto, skype, tel or may be omitted"
|
|
603
|
-
},
|
|
604
|
-
"pages_e5414c2c": {
|
|
605
|
-
"message": "Pages"
|
|
606
|
-
},
|
|
607
|
-
"paragraph_5e5ad8eb": {
|
|
608
|
-
"message": "Paragraph"
|
|
609
|
-
},
|
|
610
|
-
"people_b4ebb13c": {
|
|
611
|
-
"message": "People"
|
|
612
|
-
},
|
|
613
|
-
"posted_when_a578f5ab": {
|
|
614
|
-
"message": "Posted: { when }"
|
|
615
|
-
},
|
|
616
|
-
"preformatted_d0670862": {
|
|
617
|
-
"message": "Preformatted"
|
|
618
|
-
},
|
|
619
|
-
"pretty_html_editor_28748756": {
|
|
620
|
-
"message": "Pretty HTML Editor"
|
|
621
|
-
},
|
|
622
|
-
"preview_53003fd2": {
|
|
623
|
-
"message": "Preview"
|
|
624
|
-
},
|
|
625
|
-
"preview_in_overlay_ed772c46": {
|
|
626
|
-
"message": "Preview in overlay"
|
|
627
|
-
},
|
|
628
|
-
"preview_inline_9787330": {
|
|
629
|
-
"message": "Preview inline"
|
|
630
|
-
},
|
|
631
|
-
"previous_page_928fc112": {
|
|
632
|
-
"message": "Previous Page"
|
|
633
|
-
},
|
|
634
|
-
"protocol_must_be_ftp_http_https_mailto_skype_tel_o_73beb4f8": {
|
|
635
|
-
"message": "Protocol must be ftp, http, https, mailto, skype, tel or may be omitted"
|
|
636
|
-
},
|
|
637
|
-
"published_c944a23d": {
|
|
638
|
-
"message": "published"
|
|
639
|
-
},
|
|
640
|
-
"published_when_302d8e23": {
|
|
641
|
-
"message": "Published: { when }"
|
|
642
|
-
},
|
|
643
|
-
"quizzes_7e598f57": {
|
|
644
|
-
"message": "Quizzes"
|
|
645
|
-
},
|
|
646
|
-
"raw_html_editor_e3993e41": {
|
|
647
|
-
"message": "Raw HTML Editor"
|
|
648
|
-
},
|
|
649
|
-
"record_7c9448b": {
|
|
650
|
-
"message": "Record"
|
|
651
|
-
},
|
|
652
|
-
"record_upload_media_5fdce166": {
|
|
653
|
-
"message": "Record/Upload Media"
|
|
654
|
-
},
|
|
655
|
-
"remove_link_d1f2f4d0": {
|
|
656
|
-
"message": "Remove Link"
|
|
657
|
-
},
|
|
658
|
-
"resize_ec83d538": {
|
|
659
|
-
"message": "Resize"
|
|
660
|
-
},
|
|
661
|
-
"restore_auto_save_deccd84b": {
|
|
662
|
-
"message": "Restore auto-save?"
|
|
663
|
-
},
|
|
664
|
-
"rich_content_editor_2708ef21": {
|
|
665
|
-
"message": "Rich Content Editor"
|
|
666
|
-
},
|
|
667
|
-
"right_to_left_9cfb092a": {
|
|
668
|
-
"message": "Right-to-Left"
|
|
669
|
-
},
|
|
670
|
-
"sadly_the_pretty_html_editor_is_not_keyboard_acces_50da7665": {
|
|
671
|
-
"message": "Sadly, the pretty HTML editor is not keyboard accessible. Access the raw HTML editor here."
|
|
672
|
-
},
|
|
673
|
-
"saved_buttons_and_icons_8278eed2": {
|
|
674
|
-
"message": "Saved Buttons and Icons"
|
|
675
|
-
},
|
|
676
|
-
"search_280d00bd": {
|
|
677
|
-
"message": "Search"
|
|
678
|
-
},
|
|
679
|
-
"search_term_b2d2235": {
|
|
680
|
-
"message": "Search Term"
|
|
681
|
-
},
|
|
682
|
-
"select_language_7c93a900": {
|
|
683
|
-
"message": "Select Language"
|
|
684
|
-
},
|
|
685
|
-
"selected_274ce24f": {
|
|
686
|
-
"message": "Selected"
|
|
687
|
-
},
|
|
688
|
-
"shift_o_to_open_the_pretty_html_editor_55ff5a31": {
|
|
689
|
-
"message": "Shift-O to open the pretty html editor."
|
|
690
|
-
},
|
|
691
|
-
"show_embed_options_ef8d7ef": {
|
|
692
|
-
"message": "Show embed options"
|
|
693
|
-
},
|
|
694
|
-
"show_image_options_1e2ecc6b": {
|
|
695
|
-
"message": "Show image options"
|
|
696
|
-
},
|
|
697
|
-
"show_link_options_545338fd": {
|
|
698
|
-
"message": "Show link options"
|
|
699
|
-
},
|
|
700
|
-
"show_video_options_6ed3721a": {
|
|
701
|
-
"message": "Show video options"
|
|
702
|
-
},
|
|
703
|
-
"size_b30e1077": {
|
|
704
|
-
"message": "Size"
|
|
705
|
-
},
|
|
706
|
-
"size_of_file_is_greater_than_the_maximum_max_mb_al_6eb3fa9a": {
|
|
707
|
-
"message": "Size of { file } is greater than the maximum { max } MB allowed file size."
|
|
708
|
-
},
|
|
709
|
-
"small_b070434a": {
|
|
710
|
-
"message": "Small"
|
|
711
|
-
},
|
|
712
|
-
"something_went_wrong_89195131": {
|
|
713
|
-
"message": "Something went wrong."
|
|
714
|
-
},
|
|
715
|
-
"something_went_wrong_and_i_don_t_know_what_to_show_e0c54ec8": {
|
|
716
|
-
"message": "Something went wrong and I don''t know what to show you."
|
|
717
|
-
},
|
|
718
|
-
"something_went_wrong_check_your_connection_and_try_2a7b2d13": {
|
|
719
|
-
"message": "Something went wrong, check your connection and try again."
|
|
720
|
-
},
|
|
721
|
-
"something_went_wrong_d238c551": {
|
|
722
|
-
"message": "Something went wrong"
|
|
723
|
-
},
|
|
724
|
-
"something_went_wrong_try_again_after_refreshing_th_e094eb8d": {
|
|
725
|
-
"message": "Something went wrong, try again after refreshing the page"
|
|
726
|
-
},
|
|
727
|
-
"something_went_wrong_uploading_check_your_connecti_aa201f15": {
|
|
728
|
-
"message": "Something went wrong uploading, check your connection and try again."
|
|
729
|
-
},
|
|
730
|
-
"sort_by_e75f9e3e": {
|
|
731
|
-
"message": "Sort By"
|
|
732
|
-
},
|
|
733
|
-
"square_511eb3b3": {
|
|
734
|
-
"message": "Square"
|
|
735
|
-
},
|
|
736
|
-
"square_unordered_list_b15ce93b": {
|
|
737
|
-
"message": "square unordered list"
|
|
738
|
-
},
|
|
739
|
-
"star_8d156e09": {
|
|
740
|
-
"message": "Star"
|
|
741
|
-
},
|
|
742
|
-
"styles_2aa721ef": {
|
|
743
|
-
"message": "Styles"
|
|
744
|
-
},
|
|
745
|
-
"submit_a3cc6859": {
|
|
746
|
-
"message": "Submit"
|
|
747
|
-
},
|
|
748
|
-
"subscript_59744f96": {
|
|
749
|
-
"message": "Subscript"
|
|
750
|
-
},
|
|
751
|
-
"success_file_uploaded_8174e93f": {
|
|
752
|
-
"message": "Success: File uploaded"
|
|
753
|
-
},
|
|
754
|
-
"superscript_8cb349a2": {
|
|
755
|
-
"message": "Superscript"
|
|
756
|
-
},
|
|
757
|
-
"supported_file_types_srt_or_webvtt_7d827ed": {
|
|
758
|
-
"message": "Supported file types: SRT or WebVTT"
|
|
759
|
-
},
|
|
760
|
-
"switch_to_the_html_editor_146dfffd": {
|
|
761
|
-
"message": "Switch to the html editor"
|
|
762
|
-
},
|
|
763
|
-
"switch_to_the_rich_text_editor_63c1ecf6": {
|
|
764
|
-
"message": "Switch to the rich text editor"
|
|
765
|
-
},
|
|
766
|
-
"syllabus_f191f65b": {
|
|
767
|
-
"message": "Syllabus"
|
|
768
|
-
},
|
|
769
|
-
"tab_arrows_4cf5abfc": {
|
|
770
|
-
"message": "TAB/Arrows"
|
|
771
|
-
},
|
|
772
|
-
"text_7f4593da": {
|
|
773
|
-
"message": "Text"
|
|
774
|
-
},
|
|
775
|
-
"the_material_is_in_the_public_domain_279c39a3": {
|
|
776
|
-
"message": "The material is in the public domain"
|
|
777
|
-
},
|
|
778
|
-
"the_material_is_licensed_under_creative_commons_3242cb5e": {
|
|
779
|
-
"message": "The material is licensed under Creative Commons"
|
|
780
|
-
},
|
|
781
|
-
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
782
|
-
"message": "The material is subject to an exception - e.g. fair use, the right to quote, or others under applicable copyright laws"
|
|
783
|
-
},
|
|
784
|
-
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
785
|
-
"message": "The pretty html editor is not keyboard accessible. Press Shift O to open the raw html editor."
|
|
786
|
-
},
|
|
787
|
-
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
788
|
-
"message": "Though your video will have the correct title in the browser, we failed to update it in the database."
|
|
789
|
-
},
|
|
790
|
-
"title_ee03d132": {
|
|
791
|
-
"message": "Title"
|
|
792
|
-
},
|
|
793
|
-
"to_be_posted_when_d24bf7dc": {
|
|
794
|
-
"message": "To Be Posted: { when }"
|
|
795
|
-
},
|
|
796
|
-
"to_do_when_2783d78f": {
|
|
797
|
-
"message": "To Do: { when }"
|
|
798
|
-
},
|
|
799
|
-
"tools_2fcf772e": {
|
|
800
|
-
"message": "Tools"
|
|
801
|
-
},
|
|
802
|
-
"totalresults_results_found_numdisplayed_results_cu_a0a44975": {
|
|
803
|
-
"message": "{ totalResults } results found, { numDisplayed } results currently displayed"
|
|
804
|
-
},
|
|
805
|
-
"tray_839df38a": {
|
|
806
|
-
"message": "Tray"
|
|
807
|
-
},
|
|
808
|
-
"triangle_6072304e": {
|
|
809
|
-
"message": "Triangle"
|
|
810
|
-
},
|
|
811
|
-
"type_control_f9_to_access_image_options_text_a47e319f": {
|
|
812
|
-
"message": "type Control F9 to access image options. { text }"
|
|
813
|
-
},
|
|
814
|
-
"type_control_f9_to_access_link_options_text_4ead9682": {
|
|
815
|
-
"message": "type Control F9 to access link options. { text }"
|
|
816
|
-
},
|
|
817
|
-
"type_control_f9_to_access_table_options_text_92141329": {
|
|
818
|
-
"message": "type Control F9 to access table options. { text }"
|
|
819
|
-
},
|
|
820
|
-
"unpublished_dfd8801": {
|
|
821
|
-
"message": "unpublished"
|
|
822
|
-
},
|
|
823
|
-
"upload_document_253f0478": {
|
|
824
|
-
"message": "Upload Document"
|
|
825
|
-
},
|
|
826
|
-
"upload_file_fd2361b8": {
|
|
827
|
-
"message": "Upload File"
|
|
828
|
-
},
|
|
829
|
-
"upload_image_6120b609": {
|
|
830
|
-
"message": "Upload Image"
|
|
831
|
-
},
|
|
832
|
-
"upload_media_ce31135a": {
|
|
833
|
-
"message": "Upload Media"
|
|
834
|
-
},
|
|
835
|
-
"upload_not_available_for_this_folder_8f8623c6": {
|
|
836
|
-
"message": "Upload not available for this folder"
|
|
837
|
-
},
|
|
838
|
-
"upload_record_media_e4207d72": {
|
|
839
|
-
"message": "Upload/Record Media"
|
|
840
|
-
},
|
|
841
|
-
"uploading_closed_captions_subtitles_failed_bc093f3": {
|
|
842
|
-
"message": "Uploading closed captions/subtitles failed."
|
|
843
|
-
},
|
|
844
|
-
"uppercase_alphabetic_ordered_list_3f5aa6b2": {
|
|
845
|
-
"message": "uppercase alphabetic ordered list"
|
|
846
|
-
},
|
|
847
|
-
"uppercase_roman_numeral_ordered_list_853f292b": {
|
|
848
|
-
"message": "uppercase Roman numeral ordered list"
|
|
849
|
-
},
|
|
850
|
-
"url_22a5f3b8": {
|
|
851
|
-
"message": "URL"
|
|
852
|
-
},
|
|
853
|
-
"usage_right_ff96f3e2": {
|
|
854
|
-
"message": "Usage Right:"
|
|
855
|
-
},
|
|
856
|
-
"usage_rights_required_5fe4dd68": {
|
|
857
|
-
"message": "Usage Rights (required)"
|
|
858
|
-
},
|
|
859
|
-
"use_arrow_keys_to_navigate_options_2021cc50": {
|
|
860
|
-
"message": "Use arrow keys to navigate options."
|
|
861
|
-
},
|
|
862
|
-
"use_arrow_keys_to_select_a_shape_c8eb57ed": {
|
|
863
|
-
"message": "Use arrow keys to select a shape."
|
|
864
|
-
},
|
|
865
|
-
"use_arrow_keys_to_select_a_size_699a19f4": {
|
|
866
|
-
"message": "Use arrow keys to select a size."
|
|
867
|
-
},
|
|
868
|
-
"use_arrow_keys_to_select_an_outline_size_e009d6b0": {
|
|
869
|
-
"message": "Use arrow keys to select an outline size."
|
|
870
|
-
},
|
|
871
|
-
"used_by_screen_readers_to_describe_the_content_of__b1e76d9e": {
|
|
872
|
-
"message": "Used by screen readers to describe the content of an image"
|
|
873
|
-
},
|
|
874
|
-
"used_by_screen_readers_to_describe_the_video_37ebad25": {
|
|
875
|
-
"message": "Used by screen readers to describe the video"
|
|
876
|
-
},
|
|
877
|
-
"user_documents_c206e61f": {
|
|
878
|
-
"message": "User Documents"
|
|
879
|
-
},
|
|
880
|
-
"user_files_78e21703": {
|
|
881
|
-
"message": "User Files"
|
|
882
|
-
},
|
|
883
|
-
"user_images_b6490852": {
|
|
884
|
-
"message": "User Images"
|
|
885
|
-
},
|
|
886
|
-
"user_media_14fbf656": {
|
|
887
|
-
"message": "User Media"
|
|
888
|
-
},
|
|
889
|
-
"video_options_24ef6e5d": {
|
|
890
|
-
"message": "Video Options"
|
|
891
|
-
},
|
|
892
|
-
"video_options_tray_3b9809a5": {
|
|
893
|
-
"message": "Video Options Tray"
|
|
894
|
-
},
|
|
895
|
-
"video_player_for_9e7d373b": {
|
|
896
|
-
"message": "Video player for "
|
|
897
|
-
},
|
|
898
|
-
"video_player_for_title_ffd9fbc4": {
|
|
899
|
-
"message": "Video player for { title }"
|
|
900
|
-
},
|
|
901
|
-
"view_ba339f93": {
|
|
902
|
-
"message": "View"
|
|
903
|
-
},
|
|
904
|
-
"view_description_30446afc": {
|
|
905
|
-
"message": "View description"
|
|
906
|
-
},
|
|
907
|
-
"view_keyboard_shortcuts_34d1be0b": {
|
|
908
|
-
"message": "View keyboard shortcuts"
|
|
909
|
-
},
|
|
910
|
-
"view_predefined_colors_92f5db39": {
|
|
911
|
-
"message": "View predefined colors"
|
|
912
|
-
},
|
|
913
|
-
"view_title_description_67940918": {
|
|
914
|
-
"message": "View { title } description"
|
|
915
|
-
},
|
|
916
|
-
"width_492fec76": {
|
|
917
|
-
"message": "Width"
|
|
918
|
-
},
|
|
919
|
-
"width_and_height_must_be_numbers_110ab2e3": {
|
|
920
|
-
"message": "Width and height must be numbers"
|
|
921
|
-
},
|
|
922
|
-
"width_x_height_px_ff3ccb93": {
|
|
923
|
-
"message": "{ width } x { height }px"
|
|
924
|
-
},
|
|
925
|
-
"wiki_home_9cd54d0": {
|
|
926
|
-
"message": "Wiki Home"
|
|
927
|
-
},
|
|
928
|
-
"yes_dde87d5": {
|
|
929
|
-
"message": "Yes"
|
|
930
|
-
},
|
|
931
|
-
"you_may_not_upload_an_empty_file_11c31eb2": {
|
|
932
|
-
"message": "You may not upload an empty file."
|
|
933
|
-
}
|
|
934
|
-
}
|