@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
|
@@ -1,419 +0,0 @@
|
|
|
1
|
-
tinymce.addI18n('ko_KR', {
|
|
2
|
-
Redo: '\ub2e4\uc2dc \uc2e4\ud589',
|
|
3
|
-
Undo: '\uc2e4\ud589 \ucde8\uc18c',
|
|
4
|
-
Cut: '\uc798\ub77c\ub0b4\uae30',
|
|
5
|
-
Copy: '\ubcf5\uc0ac',
|
|
6
|
-
Paste: '\ubd99\uc5ec\ub123\uae30',
|
|
7
|
-
'Select all': '\uc804\uccb4\uc120\ud0dd',
|
|
8
|
-
'New document': '\uc0c8 \ubb38\uc11c',
|
|
9
|
-
Ok: '\ud655\uc778',
|
|
10
|
-
Cancel: '\ucde8\uc18c',
|
|
11
|
-
'Visual aids': '\uc2dc\uac01\uad50\uc7ac',
|
|
12
|
-
Bold: '\uad75\uac8c',
|
|
13
|
-
Italic: '\uae30\uc6b8\uc784\uaf34',
|
|
14
|
-
Underline: '\ubc11\uc904',
|
|
15
|
-
Strikethrough: '\ucde8\uc18c\uc120',
|
|
16
|
-
Superscript: '\uc704 \ucca8\uc790',
|
|
17
|
-
Subscript: '\uc544\ub798 \ucca8\uc790',
|
|
18
|
-
'Clear formatting': '\uc11c\uc2dd \uc9c0\uc6b0\uae30',
|
|
19
|
-
'Align left': '\uc67c\ucabd \ub9de\ucda4',
|
|
20
|
-
'Align center': '\uac00\uc6b4\ub370 \ub9de\ucda4',
|
|
21
|
-
'Align right': '\uc624\ub978\ucabd \ub9de\ucda4',
|
|
22
|
-
Justify: '\uc591\ucabd \ub9de\ucda4',
|
|
23
|
-
'Bullet list': '\uae00\uba38\ub9ac \uae30\ud638 \ubaa9\ub85d',
|
|
24
|
-
'Numbered list': '\ubc88\ud638 \ub9e4\uae30\uae30 \ubaa9\ub85d',
|
|
25
|
-
'Decrease indent': '\ub0b4\uc5b4\uc4f0\uae30',
|
|
26
|
-
'Increase indent': '\ub4e4\uc5ec\uc4f0\uae30',
|
|
27
|
-
Close: '\ub2eb\uae30',
|
|
28
|
-
Formats: '\uc11c\uc2dd',
|
|
29
|
-
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": '\ube0c\ub77c\uc6b0\uc800\uac00 \ud074\ub9bd\ubcf4\ub4dc \uc811\uadfc\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. Ctrl+X/C/V \ub2e8\ucd95\ud0a4\ub97c \uc774\uc6a9\ud558\uc2ed\uc2dc\uc624.',
|
|
30
|
-
Headers: '\uba38\ub9ac\uae00',
|
|
31
|
-
'Header 1': '\uba38\ub9ac\uae00 1',
|
|
32
|
-
'Header 2': '\uba38\ub9ac\uae00 2',
|
|
33
|
-
'Header 3': '\uba38\ub9ac\uae00 3',
|
|
34
|
-
'Header 4': '\uba38\ub9ac\uae00 4',
|
|
35
|
-
'Header 5': '\uba38\ub9ac\uae00 5',
|
|
36
|
-
'Header 6': '\uba38\ub9ac\uae00 6',
|
|
37
|
-
Headings: '\uc81c\ubaa9',
|
|
38
|
-
'Heading 1': '\uc81c\ubaa9 1',
|
|
39
|
-
'Heading 2': '\uc81c\ubaa9 2',
|
|
40
|
-
'Heading 3': '\uc81c\ubaa9 3',
|
|
41
|
-
'Heading 4': '\uc81c\ubaa9 4',
|
|
42
|
-
'Heading 5': '\uc81c\ubaa9 5',
|
|
43
|
-
'Heading 6': '\uc81c\ubaa9 6',
|
|
44
|
-
Preformatted: '\uc11c\uc2dd \ubbf8\uc124\uc815',
|
|
45
|
-
Div: 'Div',
|
|
46
|
-
Pre: 'Pre',
|
|
47
|
-
Code: '\ucf54\ub4dc',
|
|
48
|
-
Paragraph: '\ub2e8\ub77d',
|
|
49
|
-
Blockquote: '\uc778\uc6a9\ubb38',
|
|
50
|
-
Inline: '\uc778\ub77c\uc778',
|
|
51
|
-
Blocks: '\ube14\ub85d',
|
|
52
|
-
'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.': '\uc2a4\ud0c0\uc77c\ubcf5\uc0ac \ub044\uae30. \uc774 \uc635\uc158\uc744 \ub044\uae30 \uc804\uc5d0\ub294 \ubcf5\uc0ac \uc2dc, \uc2a4\ud0c0\uc77c\uc774 \ubcf5\uc0ac\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.',
|
|
53
|
-
Fonts: '\uae00\uaf34',
|
|
54
|
-
'Font Sizes': '\uae00\uaf34 \ud06c\uae30',
|
|
55
|
-
Class: '\ud074\ub798\uc2a4',
|
|
56
|
-
'Browse for an image': '\uc774\ubbf8\uc9c0 \ucc3e\uae30',
|
|
57
|
-
OR: '\ub610\ub294',
|
|
58
|
-
'Drop an image here': '\uc5ec\uae30\ub85c \uc774\ubbf8\uc9c0 \ub04c\uc5b4\uc624\uae30',
|
|
59
|
-
Upload: '\uc5c5\ub85c\ub4dc',
|
|
60
|
-
Block: '\ube14\ub85d',
|
|
61
|
-
Align: '\uc815\ub82c',
|
|
62
|
-
Default: '\uae30\ubcf8',
|
|
63
|
-
Circle: '\uc6d0',
|
|
64
|
-
Disc: '\uc6d0\ubc18',
|
|
65
|
-
Square: '\uc0ac\uac01',
|
|
66
|
-
'Lower Alpha': '\uc54c\ud30c\ubcb3 \uc18c\ubb38\uc790',
|
|
67
|
-
'Lower Greek': '\uadf8\ub9ac\uc2a4\uc5b4 \uc18c\ubb38\uc790',
|
|
68
|
-
'Lower Roman': '\ub85c\ub9c8\uc790 \uc18c\ubb38\uc790',
|
|
69
|
-
'Upper Alpha': '\uc54c\ud30c\ubcb3 \uc18c\ubb38\uc790',
|
|
70
|
-
'Upper Roman': '\ub85c\ub9c8\uc790 \ub300\ubb38\uc790',
|
|
71
|
-
'Anchor...': '\uc575\ucee4...',
|
|
72
|
-
Name: '\uc774\ub984',
|
|
73
|
-
Id: '\uc544\uc774\ub514',
|
|
74
|
-
'Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.': '\uc544\uc774\ub514\ub294 \ubb38\uc790, \uc22b\uc790, \ub300\uc2dc, \uc810, \ucf5c\ub860 \ub610\ub294 \ubc11\uc904\ub85c \uc2dc\uc791\ud574\uc57c\ud569\ub2c8\ub2e4.',
|
|
75
|
-
'You have unsaved changes are you sure you want to navigate away?': '\uc800\uc7a5\ud558\uc9c0 \uc54a\uc740 \uc815\ubcf4\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud398\uc774\uc9c0\ub97c \ubc97\uc5b4\ub098\uc2dc\uaca0\uc2b5\ub2c8\uae4c?',
|
|
76
|
-
'Restore last draft': '\ub9c8\uc9c0\ub9c9 \ucd08\uc548 \ubcf5\uc6d0',
|
|
77
|
-
'Special character...': '\ud2b9\uc218 \ubb38\uc790...',
|
|
78
|
-
'Source code': '\uc18c\uc2a4\ucf54\ub4dc',
|
|
79
|
-
'Insert/Edit code sample': '\ucf54\ub4dc\uc0d8\ud50c \uc0bd\uc785/\ud3b8\uc9d1',
|
|
80
|
-
Language: '\uc5b8\uc5b4',
|
|
81
|
-
'Code sample...': '\ucf54\ub4dc \uc0d8\ud50c...',
|
|
82
|
-
'Color Picker': '\uc0c9 \uc120\ud0dd\uae30',
|
|
83
|
-
R: 'R',
|
|
84
|
-
G: 'G',
|
|
85
|
-
B: 'B',
|
|
86
|
-
'Left to right': '\uc67c\ucabd\uc5d0\uc11c \uc624\ub978\ucabd',
|
|
87
|
-
'Right to left': '\uc624\ub978\ucabd\uc5d0\uc11c \uc67c\ucabd',
|
|
88
|
-
'Emoticons...': '\uc774\ubaa8\ud2f0\ucf58...',
|
|
89
|
-
'Metadata and Document Properties': '\uba54\ud0c0\ub370\uc774\ud130\uc640 \ubb38\uc11c \uc18d\uc131',
|
|
90
|
-
Title: '\uc81c\ubaa9',
|
|
91
|
-
Keywords: '\ud0a4\uc6cc\ub4dc',
|
|
92
|
-
Description: '\uc124\uba85',
|
|
93
|
-
Robots: '\ub85c\ubd07',
|
|
94
|
-
Author: '\uc800\uc790',
|
|
95
|
-
Encoding: '\uc778\ucf54\ub529',
|
|
96
|
-
Fullscreen: '\uc804\uccb4\ud654\uba74',
|
|
97
|
-
Action: '\ub3d9\uc791',
|
|
98
|
-
Shortcut: '\ub2e8\ucd95\ud0a4',
|
|
99
|
-
Help: '\ub3c4\uc6c0\ub9d0',
|
|
100
|
-
Address: '\uc8fc\uc18c',
|
|
101
|
-
'Focus to menubar': '\uba54\ub274\uc5d0 \ud3ec\ucee4\uc2a4',
|
|
102
|
-
'Focus to toolbar': '\ud234\ubc14\uc5d0 \ud3ec\ucee4\uc2a4',
|
|
103
|
-
'Focus to element path': 'element path\uc5d0 \ud3ec\ucee4\uc2a4',
|
|
104
|
-
'Focus to contextual toolbar': '\ucf04\ud14d\uc2a4\ud2b8 \ud234\ubc14\uc5d0 \ud3ec\ucee4\uc2a4',
|
|
105
|
-
'Insert link (if link plugin activated)': '\ub9c1\ud06c \uc0bd\uc785 (link \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub41c \uc0c1\ud0dc\uc5d0\uc11c)',
|
|
106
|
-
'Save (if save plugin activated)': '\uc800\uc7a5 (save \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub41c \uc0c1\ud0dc\uc5d0\uc11c)',
|
|
107
|
-
'Find (if searchreplace plugin activated)': '\ucc3e\uae30(searchreplace \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub41c \uc0c1\ud0dc\uc5d0\uc11c)',
|
|
108
|
-
'Plugins installed ({0}):': '\uc124\uce58\ub41c \ud50c\ub7ec\uadf8\uc778 ({0}):',
|
|
109
|
-
'Premium plugins:': '\uace0\uae09 \ud50c\ub7ec\uadf8\uc778',
|
|
110
|
-
'Learn more...': '\uc880 \ub354 \uc0b4\ud3b4\ubcf4\uae30',
|
|
111
|
-
'You are using {0}': '{0}\ub97c \uc0ac\uc6a9\uc911',
|
|
112
|
-
Plugins: '\ud50c\ub7ec\uadf8\uc778',
|
|
113
|
-
'Handy Shortcuts': '\ub2e8\ucd95\ud0a4',
|
|
114
|
-
'Horizontal line': '\uac00\ub85c',
|
|
115
|
-
'Insert/edit image': '\uc774\ubbf8\uc9c0 \uc0bd\uc785/\uc218\uc815',
|
|
116
|
-
'Image description': '\uc774\ubbf8\uc9c0 \uc124\uba85',
|
|
117
|
-
Source: '\uc18c\uc2a4',
|
|
118
|
-
Dimensions: '\ud06c\uae30',
|
|
119
|
-
'Constrain proportions': '\uc791\uc5c5 \uc81c\ud55c',
|
|
120
|
-
General: '\uc77c\ubc18',
|
|
121
|
-
Advanced: '\uace0\uae09',
|
|
122
|
-
Style: '\uc2a4\ud0c0\uc77c',
|
|
123
|
-
'Vertical space': '\uc218\uc9c1 \uacf5\ubc31',
|
|
124
|
-
'Horizontal space': '\uc218\ud3c9 \uacf5\ubc31',
|
|
125
|
-
Border: '\ud14c\ub450\ub9ac',
|
|
126
|
-
'Insert image': '\uc774\ubbf8\uc9c0 \uc0bd\uc785',
|
|
127
|
-
'Image...': '\uc774\ubbf8\uc9c0...',
|
|
128
|
-
'Image list': '\uc774\ubbf8\uc9c0 \ubaa9\ub85d',
|
|
129
|
-
'Rotate counterclockwise': '\uc2dc\uacc4\ubc18\ub300\ubc29\ud5a5\uc73c\ub85c \ud68c\uc804',
|
|
130
|
-
'Rotate clockwise': '\uc2dc\uacc4\ubc29\ud5a5\uc73c\ub85c \ud68c\uc804',
|
|
131
|
-
'Flip vertically': '\uc218\uc9c1 \ub4a4\uc9d1\uae30',
|
|
132
|
-
'Flip horizontally': '\uc218\ud3c9 \ub4a4\uc9d1\uae30',
|
|
133
|
-
'Edit image': '\uc774\ubbf8\uc9c0 \ud3b8\uc9d1',
|
|
134
|
-
'Image options': '\uc774\ubbf8\uc9c0 \uc635\uc158',
|
|
135
|
-
'Zoom in': '\ud655\ub300',
|
|
136
|
-
'Zoom out': '\ucd95\uc18c',
|
|
137
|
-
Crop: '\uc790\ub974\uae30',
|
|
138
|
-
Resize: '\ud06c\uae30 \uc870\uc808',
|
|
139
|
-
Orientation: '\ubc29\ud5a5',
|
|
140
|
-
Brightness: '\ubc1d\uae30',
|
|
141
|
-
Sharpen: '\uc120\uba85\ud558\uac8c',
|
|
142
|
-
Contrast: '\ub300\ube44',
|
|
143
|
-
'Color levels': '\uc0c9\uc0c1\ub808\ubca8',
|
|
144
|
-
Gamma: '\uac10\ub9c8',
|
|
145
|
-
Invert: '\ubc18\uc804',
|
|
146
|
-
Apply: '\uc801\uc6a9',
|
|
147
|
-
Back: '\ub4a4\ub85c',
|
|
148
|
-
'Insert date/time': '\ub0a0\uc9dc/\uc2dc\uac04\uc0bd\uc785',
|
|
149
|
-
'Date/time': '\ub0a0\uc9dc/\uc2dc\uac04',
|
|
150
|
-
'Insert/Edit Link': '\ub9c1\ud06c \uc0bd\uc785/\ud3b8\uc9d1',
|
|
151
|
-
'Insert/edit link': '\ub9c1\ud06c \uc0bd\uc785/\uc218\uc815',
|
|
152
|
-
'Text to display': '\ubcf8\ubb38',
|
|
153
|
-
Url: '\uc8fc\uc18c',
|
|
154
|
-
'Open link in...': '...\uc5d0\uc11c \ub9c1\ud06c \uc5f4\uae30',
|
|
155
|
-
'Current window': '\ud604\uc7ac \ucc3d',
|
|
156
|
-
None: '\uc5c6\uc74c',
|
|
157
|
-
'New window': '\uc0c8\ucc3d',
|
|
158
|
-
'Remove link': '\ub9c1\ud06c\uc0ad\uc81c',
|
|
159
|
-
Anchors: '\ucc45\uac08\ud53c',
|
|
160
|
-
'Link...': '\ub9c1\ud06c...',
|
|
161
|
-
'Paste or type a link': '\ub9c1\ud06c\ub97c \ubd99\uc5ec\ub123\uac70\ub098 \uc785\ub825\ud558\uc138\uc694',
|
|
162
|
-
'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?': '\ud604\uc7ac E-mail\uc8fc\uc18c\ub97c \uc785\ub825\ud558\uc168\uc2b5\ub2c8\ub2e4. E-mail \uc8fc\uc18c\uc5d0 \ub9c1\ud06c\ub97c \uac78\uae4c\uc694?',
|
|
163
|
-
'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?': '\ud604\uc7ac \uc6f9\uc0ac\uc774\ud2b8 \uc8fc\uc18c\ub97c \uc785\ub825\ud558\uc168\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \uc8fc\uc18c\uc5d0 \ub9c1\ud06c\ub97c \uac78\uae4c\uc694?',
|
|
164
|
-
'Link list': '\ub9c1\ud06c \ub9ac\uc2a4\ud2b8',
|
|
165
|
-
'Insert video': '\ube44\ub514\uc624 \uc0bd\uc785',
|
|
166
|
-
'Insert/edit video': '\ube44\ub514\uc624 \uc0bd\uc785/\uc218\uc815',
|
|
167
|
-
'Insert/edit media': '\ubbf8\ub514\uc5b4 \uc0bd\uc785/\uc218\uc815',
|
|
168
|
-
'Alternative source': '\ub300\uccb4 \uc18c\uc2a4',
|
|
169
|
-
'Alternative source URL': '\ub300\uccb4 \uc6d0\ubcf8 URL',
|
|
170
|
-
'Media poster (Image URL)': '\ub300\ud45c \uc774\ubbf8\uc9c0(\uc774\ubbf8\uc9c0 URL)',
|
|
171
|
-
'Paste your embed code below:': '\uc544\ub798\uc5d0 \ucf54\ub4dc\ub97c \ubd99\uc5ec\ub123\uc73c\uc138\uc694:',
|
|
172
|
-
Embed: '\uc0bd\uc785',
|
|
173
|
-
'Media...': '\ubbf8\ub514\uc5b4...',
|
|
174
|
-
'Nonbreaking space': '\ub744\uc5b4\uc4f0\uae30',
|
|
175
|
-
'Page break': '\ud398\uc774\uc9c0 \uad6c\ubd84\uc790',
|
|
176
|
-
'Paste as text': '\ud14d\uc2a4\ud2b8\ub85c \ubd99\uc5ec\ub123\uae30',
|
|
177
|
-
Preview: '\ubbf8\ub9ac\ubcf4\uae30',
|
|
178
|
-
'Print...': '\uc778\uc1c4...',
|
|
179
|
-
Save: '\uc800\uc7a5',
|
|
180
|
-
Find: '\ucc3e\uae30',
|
|
181
|
-
'Replace with': '\uad50\uccb4',
|
|
182
|
-
Replace: '\uad50\uccb4',
|
|
183
|
-
'Replace all': '\uc804\uccb4 \uad50\uccb4',
|
|
184
|
-
Previous: '\uc774\uc804',
|
|
185
|
-
Next: '\ub2e4\uc74c',
|
|
186
|
-
'Find and replace...': '\ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30...',
|
|
187
|
-
'Could not find the specified string.': '\ubb38\uc790\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.',
|
|
188
|
-
'Match case': '\ub300\uc18c\ubb38\uc790 \uc77c\uce58',
|
|
189
|
-
'Find whole words only': '\ubaa8\ub450 \uc77c\uce58\ud558\ub294 \ubb38\uc790 \ucc3e\uae30',
|
|
190
|
-
'Spell check': '\ub9de\ucda4\ubc95 \uac80\uc0ac',
|
|
191
|
-
Ignore: '\ubb34\uc2dc',
|
|
192
|
-
'Ignore all': '\uc804\uccb4\ubb34\uc2dc',
|
|
193
|
-
Finish: '\uc644\ub8cc',
|
|
194
|
-
'Add to Dictionary': '\uc0ac\uc804\uc5d0 \ucd94\uac00',
|
|
195
|
-
'Insert table': '\ud14c\uc774\ube14 \uc0bd\uc785',
|
|
196
|
-
'Table properties': '\ud14c\uc774\ube14 \uc18d\uc131',
|
|
197
|
-
'Delete table': '\ud14c\uc774\ube14 \uc0ad\uc81c',
|
|
198
|
-
Cell: '\uc140',
|
|
199
|
-
Row: '\uc5f4',
|
|
200
|
-
Column: '\ud589',
|
|
201
|
-
'Cell properties': '\uc140 \uc18d',
|
|
202
|
-
'Merge cells': '\uc140 \ud569\uce58\uae30',
|
|
203
|
-
'Split cell': '\uc140 \ub098\ub204\uae30',
|
|
204
|
-
'Insert row before': '\uc774\uc804\uc5d0 \ud589 \uc0bd\uc785',
|
|
205
|
-
'Insert row after': '\ub2e4\uc74c\uc5d0 \ud589 \uc0bd\uc785',
|
|
206
|
-
'Delete row': '\ud589 \uc9c0\uc6b0\uae30',
|
|
207
|
-
'Row properties': '\ud589 \uc18d\uc131',
|
|
208
|
-
'Cut row': '\ud589 \uc798\ub77c\ub0b4\uae30',
|
|
209
|
-
'Copy row': '\ud589 \ubcf5\uc0ac',
|
|
210
|
-
'Paste row before': '\uc774\uc804\uc5d0 \ud589 \ubd99\uc5ec\ub123\uae30',
|
|
211
|
-
'Paste row after': '\ub2e4\uc74c\uc5d0 \ud589 \ubd99\uc5ec\ub123\uae30',
|
|
212
|
-
'Insert column before': '\uc774\uc804\uc5d0 \ud589 \uc0bd\uc785',
|
|
213
|
-
'Insert column after': '\ub2e4\uc74c\uc5d0 \uc5f4 \uc0bd\uc785',
|
|
214
|
-
'Delete column': '\uc5f4 \uc9c0\uc6b0\uae30',
|
|
215
|
-
Cols: '\uc5f4',
|
|
216
|
-
Rows: '\ud589',
|
|
217
|
-
Width: '\ub113\uc774',
|
|
218
|
-
Height: '\ub192\uc774',
|
|
219
|
-
'Cell spacing': '\uc140 \uac04\uaca9',
|
|
220
|
-
'Cell padding': '\uc140 \uc548\ucabd \uc5ec\ubc31',
|
|
221
|
-
'Show caption': '\ucea1\uc158 \ud45c\uc2dc',
|
|
222
|
-
Left: '\uc67c\ucabd',
|
|
223
|
-
Center: '\uac00\uc6b4\ub370',
|
|
224
|
-
Right: '\uc624\ub978\ucabd',
|
|
225
|
-
'Cell type': '\uc140 \ud0c0\uc785',
|
|
226
|
-
Scope: '\ubc94\uc704',
|
|
227
|
-
Alignment: '\uc815\ub82c',
|
|
228
|
-
'H Align': '\uac00\ub85c \uc815\ub82c',
|
|
229
|
-
'V Align': '\uc138\ub85c \uc815\ub82c',
|
|
230
|
-
Top: '\uc0c1\ub2e8',
|
|
231
|
-
Middle: '\uc911\uac04',
|
|
232
|
-
Bottom: '\ud558\ub2e8',
|
|
233
|
-
'Header cell': '\ud5e4\ub354 \uc140',
|
|
234
|
-
'Row group': '\ud589 \uadf8\ub8f9',
|
|
235
|
-
'Column group': '\uc5f4 \uadf8\ub8f9',
|
|
236
|
-
'Row type': '\ud589 \ud0c0\uc785',
|
|
237
|
-
Header: '\ud5e4\ub354',
|
|
238
|
-
Body: '\ubc14\ub514',
|
|
239
|
-
Footer: '\ud478\ud130',
|
|
240
|
-
'Border color': '\ud14c\ub450\ub9ac \uc0c9',
|
|
241
|
-
'Insert template...': '\ud15c\ud50c\ub9bf \uc0bd\uc785...',
|
|
242
|
-
Templates: '\ud15c\ud50c\ub9bf',
|
|
243
|
-
Template: '\ud15c\ud50c\ub9bf',
|
|
244
|
-
'Text color': '\ubb38\uc790 \uc0c9\uae54',
|
|
245
|
-
'Background color': '\ubc30\uacbd\uc0c9',
|
|
246
|
-
'Custom...': '\uc9c1\uc811 \uc0c9\uae54 \uc9c0\uc815\ud558\uae30',
|
|
247
|
-
'Custom color': '\uc9c1\uc811 \uc9c0\uc815\ud55c \uc0c9\uae54',
|
|
248
|
-
'No color': '\uc0c9\uc0c1 \uc5c6\uc74c',
|
|
249
|
-
'Remove color': '\uc0c9 \uc81c\uac70',
|
|
250
|
-
'Table of Contents': '\ubaa9\ucc28',
|
|
251
|
-
'Show blocks': '\ube14\ub7ed \ubcf4\uc5ec\uc8fc\uae30',
|
|
252
|
-
'Show invisible characters': '\uc548\ubcf4\uc774\ub294 \ubb38\uc790 \ubcf4\uc774\uae30',
|
|
253
|
-
'Word count': '\ub2e8\uc5b4 \uc218',
|
|
254
|
-
Count: '\uac1c\uc218',
|
|
255
|
-
Document: '\ubb38\uc11c',
|
|
256
|
-
Selection: '\uc120\ud0dd',
|
|
257
|
-
Words: '\ub2e8\uc5b4',
|
|
258
|
-
'Words: {0}': '\ub2e8\uc5b4: {0}',
|
|
259
|
-
'{0} words': '{0} \ub2e8\uc5b4',
|
|
260
|
-
File: '\ud30c\uc77c',
|
|
261
|
-
Edit: '\uc218\uc815',
|
|
262
|
-
Insert: '\uc0bd\uc785',
|
|
263
|
-
View: '\ubcf4\uae30',
|
|
264
|
-
Format: '\ud3ec\ub9f7',
|
|
265
|
-
Table: '\ud14c\uc774\ube14',
|
|
266
|
-
Tools: '\ub3c4\uad6c',
|
|
267
|
-
'Powered by {0}': 'Powered by {0}',
|
|
268
|
-
'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help': '\uc11c\uc2dd \uc788\ub294 \ud14d\uc2a4\ud2b8 \ud3b8\uc9d1\uae30 \uc785\ub2c8\ub2e4. ALT-F9\ub97c \ub204\ub974\uba74 \uba54\ub274, ALT-F10\ub97c \ub204\ub974\uba74 \ud234\ubc14, ALT-0\uc744 \ub204\ub974\uba74 \ub3c4\uc6c0\ub9d0\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.',
|
|
269
|
-
'Image title': '\uc774\ubbf8\uc9c0 \uc81c\ubaa9',
|
|
270
|
-
'Border width': '\ud14c\ub450\ub9ac \ub450\uaed8',
|
|
271
|
-
'Border style': '\ud14c\ub450\ub9ac \uc2a4\ud0c0\uc77c',
|
|
272
|
-
Error: '\uc624\ub958',
|
|
273
|
-
Warn: '\uacbd\uace0',
|
|
274
|
-
Valid: '\uc720\ud6a8\ud568',
|
|
275
|
-
'To open the popup, press Shift+Enter': '\ud31d\uc5c5\uc744 \uc5f4\ub824\uba74 Shift+Enter\ub97c \ub204\ub974\uc2ed\uc2dc\uc624.',
|
|
276
|
-
'Rich Text Area. Press ALT-0 for help.': '\uc11c\uc2dd \uc788\ub294 \ud14d\uc2a4\ud2b8 \uc601\uc5ed. ALT-0\uc744 \ub204\ub974\uba74 \ub3c4\uc6c0\ub9d0\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.',
|
|
277
|
-
'System Font': '\uc2dc\uc2a4\ud15c \uae00\uaf34',
|
|
278
|
-
'Failed to upload image: {0}': '\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc \uc2e4\ud328: {0}',
|
|
279
|
-
'Failed to load plugin: {0} from url {1}': '\ud50c\ub7ec\uadf8\uc778 \ub85c\ub4dc \uc2e4\ud328: URL: {1}\uc5d0\uc11c\uc758 {0}',
|
|
280
|
-
'Failed to load plugin url: {0}': '\ud50c\ub7ec\uadf8\uc778 URL \ub85c\ub4dc \uc2e4\ud328: {0}',
|
|
281
|
-
'Failed to initialize plugin: {0}': '\ud50c\ub7ec\uadf8\uc778 \ucd08\uae30\ud654 \uc2e4\ud328: {0}',
|
|
282
|
-
example: '\uc608\uc81c',
|
|
283
|
-
Search: '\uac80\uc0c9',
|
|
284
|
-
All: '\ubaa8\ub450',
|
|
285
|
-
Currency: '\ud1b5\ud654',
|
|
286
|
-
Text: '\ud14d\uc2a4\ud2b8',
|
|
287
|
-
Quotations: '\uc778\uc6a9\ubb38',
|
|
288
|
-
Mathematical: '\uc218\ud559',
|
|
289
|
-
'Extended Latin': '\ud655\uc7a5 \ub77c\ud2f4\uc5b4',
|
|
290
|
-
Symbols: '\uae30\ud638',
|
|
291
|
-
Arrows: '\ud654\uc0b4\ud45c',
|
|
292
|
-
'User Defined': '\uc0ac\uc6a9\uc790 \uc815\uc758',
|
|
293
|
-
'dollar sign': '\ub2ec\ub7ec \uae30\ud638',
|
|
294
|
-
'currency sign': '\ud1b5\ud654 \uae30\ud638',
|
|
295
|
-
'euro-currency sign': '\uc720\ub85c\ud654 \uae30\ud638',
|
|
296
|
-
'colon sign': '\ucf5c\ub860 \uae30\ud638',
|
|
297
|
-
'cruzeiro sign': '\ud06c\ub8e8\uc81c\uc774\ub8e8 \uae30\ud638',
|
|
298
|
-
'french franc sign': '\ud504\ub791\uc2a4 \ud504\ub791 \uae30\ud638',
|
|
299
|
-
'lira sign': '\ub9ac\ub77c \uae30\ud638',
|
|
300
|
-
'mill sign': '\ubc00 \uae30\ud638',
|
|
301
|
-
'naira sign': '\ub098\uc774\ub77c \uae30\ud638',
|
|
302
|
-
'peseta sign': '\ud398\uc138\ud0c0 \uae30\ud638',
|
|
303
|
-
'rupee sign': '\ub8e8\ud53c \uae30\ud638',
|
|
304
|
-
'won sign': '\uc6d0 \uae30\ud638',
|
|
305
|
-
'new sheqel sign': '\ub274 \uc138\ucf08 \uae30\ud638',
|
|
306
|
-
'dong sign': '\ub3d9 \uae30\ud638',
|
|
307
|
-
'kip sign': '\ud0b5 \uae30\ud638',
|
|
308
|
-
'tugrik sign': '\ud22c\uadf8\ub9ac\ud06c \uae30\ud638',
|
|
309
|
-
'drachma sign': '\ub4dc\ub77c\ud06c\ub9c8 \uae30\ud638',
|
|
310
|
-
'german penny symbol': '\ub3c5\uc77c \ud398\ub2c8 \uae30\ud638',
|
|
311
|
-
'peso sign': '\ud398\uc18c \uae30\ud638',
|
|
312
|
-
'guarani sign': '\uacfc\ub77c\ub2c8 \uae30\ud638',
|
|
313
|
-
'austral sign': '\uc544\uc6b0\uc2a4\ud2b8\ub784 \uae30\ud638',
|
|
314
|
-
'hryvnia sign': '\uadf8\ub9ac\ube0c\ub098 \uae30\ud638',
|
|
315
|
-
'cedi sign': '\uc138\ub514 \uae30\ud638',
|
|
316
|
-
'livre tournois sign': '\ub9ac\ube0c\ub974 \ud2b8\ub974\ub204\uc544 \uae30\ud638',
|
|
317
|
-
'spesmilo sign': '\uc2a4\ud398\uc2a4\ubc00\ub85c \uae30\ud638',
|
|
318
|
-
'tenge sign': '\ud161\uac8c \uae30\ud638',
|
|
319
|
-
'indian rupee sign': '\uc778\ub3c4 \ub8e8\ud53c \uae30\ud638',
|
|
320
|
-
'turkish lira sign': '\ud130\ud0a4 \ub9ac\ub77c \uae30\ud638',
|
|
321
|
-
'nordic mark sign': '\ub178\ub974\ub515 \ub9c8\ub974\ud06c \uae30\ud638',
|
|
322
|
-
'manat sign': '\ub9c8\ub098\ud2b8 \uae30\ud638',
|
|
323
|
-
'ruble sign': '\ub8e8\ube14 \uae30\ud638',
|
|
324
|
-
'yen character': '\uc5d4 \uae30\ud638',
|
|
325
|
-
'yuan character': '\uc704\uc548 \uae30\ud638',
|
|
326
|
-
'yuan character, in hong kong and taiwan': '\ub300\ub9cc \uc704\uc548 \uae30\ud638',
|
|
327
|
-
'yen/yuan character variant one': '\uc5d4/\uc704\uc548 \ubb38\uc790 \ubcc0\ud615',
|
|
328
|
-
'Loading emoticons...': '\uc774\ubaa8\ud2f0\ucf58 \ubd88\ub7ec\uc624\ub294 \uc911...',
|
|
329
|
-
'Could not load emoticons': '\uc774\ubaa8\ud2f0\ucf58\uc744 \ubd88\ub7ec\uc62c \uc218 \uc5c6\uc74c',
|
|
330
|
-
People: '\uc0ac\ub78c',
|
|
331
|
-
'Animals and Nature': '\ub3d9\ubb3c\uacfc \uc790\uc5f0',
|
|
332
|
-
'Food and Drink': '\uc74c\uc2dd\uacfc \uc74c\ub8cc',
|
|
333
|
-
Activity: '\ud65c\ub3d9',
|
|
334
|
-
'Travel and Places': '\uc5ec\ud589\uacfc \uc7a5\uc18c',
|
|
335
|
-
Objects: '\ubb3c\uac74',
|
|
336
|
-
Flags: '\uae43\ubc1c',
|
|
337
|
-
Characters: '\ubb38\uc790',
|
|
338
|
-
'Characters (no spaces)': '\ubb38\uc790(\uacf5\ubc31 \uc5c6\uc74c)',
|
|
339
|
-
'{0} characters': '{0} \ubb38\uc790',
|
|
340
|
-
'Error: Form submit field collision.': '\uc624\ub958: \uc591\uc2dd \uc81c\ucd9c \ud544\ub4dc \ubd88\uc77c\uce58',
|
|
341
|
-
'Error: No form element found.': '\uc624\ub958: \uc591\uc2dd \ud56d\ubaa9 \uc5c6\uc74c',
|
|
342
|
-
Update: '\uc5c5\ub370\uc774\ud2b8',
|
|
343
|
-
'Color swatch': '\uc0c9\uc0c1 \uacac\ubcf8',
|
|
344
|
-
Turquoise: '\uccad\ub85d\uc0c9',
|
|
345
|
-
Green: '\ucd08\ub85d\uc0c9',
|
|
346
|
-
Blue: '\ud30c\ub780\uc0c9',
|
|
347
|
-
Purple: '\ubcf4\ub77c\uc0c9',
|
|
348
|
-
'Navy Blue': '\ub0a8\uc0c9',
|
|
349
|
-
'Dark Turquoise': '\uc9c4\ud55c \uccad\ub85d\uc0c9',
|
|
350
|
-
'Dark Green': '\uc9c4\ud55c \ucd08\ub85d\uc0c9',
|
|
351
|
-
'Medium Blue': '\uc911\uac04 \ud30c\ub780\uc0c9',
|
|
352
|
-
'Medium Purple': '\uc911\uac04 \ubcf4\ub77c\uc0c9',
|
|
353
|
-
'Midnight Blue': '\uc9c4\ud55c \ud30c\ub780\uc0c9',
|
|
354
|
-
Yellow: '\ub178\ub780\uc0c9',
|
|
355
|
-
Orange: '\uc8fc\ud669\uc0c9',
|
|
356
|
-
Red: '\ube68\uac04\uc0c9',
|
|
357
|
-
'Light Gray': '\ubc1d\uc740 \ud68c\uc0c9',
|
|
358
|
-
Gray: '\ud68c\uc0c9',
|
|
359
|
-
'Dark Yellow': '\uc9c4\ud55c \ub178\ub780\uc0c9',
|
|
360
|
-
'Dark Orange': '\uc9c4\ud55c \uc8fc\ud669\uc0c9',
|
|
361
|
-
'Dark Red': '\uc9c4\ud55c \ube68\uac04\uc0c9',
|
|
362
|
-
'Medium Gray': '\uc911\uac04 \ud68c\uc0c9',
|
|
363
|
-
'Dark Gray': '\uc9c4\ud55c \ud68c\uc0c9',
|
|
364
|
-
'Light Green': '\ubc1d\uc740 \ub179\uc0c9',
|
|
365
|
-
'Light Yellow': '\ubc1d\uc740 \ub178\ub780\uc0c9',
|
|
366
|
-
'Light Red': '\ubc1d\uc740 \ube68\uac04\uc0c9',
|
|
367
|
-
'Light Purple': '\ubc1d\uc740 \ubcf4\ub77c\uc0c9',
|
|
368
|
-
'Light Blue': '\ubc1d\uc740 \ud30c\ub780\uc0c9',
|
|
369
|
-
'Dark Purple': '\uc9c4\ud55c \ubcf4\ub77c\uc0c9',
|
|
370
|
-
'Dark Blue': '\uc9c4\ud55c \ud30c\ub780\uc0c9',
|
|
371
|
-
Black: '\uac80\uc740\uc0c9',
|
|
372
|
-
White: '\ud770\uc0c9',
|
|
373
|
-
'Switch to or from fullscreen mode': '\uc804\uccb4 \ud654\uba74\uc73c\ub85c/\uc5d0\uc11c \uc804\ud658',
|
|
374
|
-
'Open help dialog': '\ub3c4\uc6c0\ub9d0 \ub300\ud654\ucc3d \uc5f4\uae30',
|
|
375
|
-
history: '\uae30\ub85d',
|
|
376
|
-
styles: '\uc2a4\ud0c0\uc77c',
|
|
377
|
-
formatting: '\ud3ec\ub9f7\ud305',
|
|
378
|
-
alignment: '\uc815\ub82c',
|
|
379
|
-
indentation: '\ub4e4\uc5ec\uc4f0\uae30',
|
|
380
|
-
'permanent pen': '\uc720\uc131\ud39c',
|
|
381
|
-
comments: '\uc8fc\uc11d',
|
|
382
|
-
'Format Painter': '\uc11c\uc2dd \ubcf5\uc0ac',
|
|
383
|
-
'Insert/edit iframe': '\uc544\uc774\ud504\ub808\uc784 \uc0bd\uc785/\ud3b8\uc9d1',
|
|
384
|
-
Capitalization: '\ub300\ubb38\uc790\ud654',
|
|
385
|
-
lowercase: '\uc18c\ubb38\uc790',
|
|
386
|
-
UPPERCASE: '\ub300\ubb38\uc790',
|
|
387
|
-
'Title Case': '\uc81c\ubaa9\uc744 \ub300\ubb38\uc790\ud654',
|
|
388
|
-
'Permanent Pen Properties': '\uc601\uad6c \ud39c \ud2b9\uc131',
|
|
389
|
-
'Permanent pen properties...': '\uc601\uad6c \ud39c \ud2b9\uc131...',
|
|
390
|
-
Font: '\uae00\uaf34',
|
|
391
|
-
Size: '\ud06c\uae30',
|
|
392
|
-
'More...': '\ub354 \ubcf4\uae30...',
|
|
393
|
-
'Spellcheck Language': '\ub9de\ucda4\ubc95 \uac80\uc0ac \uc5b8\uc5b4',
|
|
394
|
-
'Select...': '\uc120\ud0dd...',
|
|
395
|
-
Preferences: '\ud658\uacbd\uc124\uc815',
|
|
396
|
-
Yes: '\ub124',
|
|
397
|
-
No: '\uc544\ub2c8\uc624',
|
|
398
|
-
'Keyboard Navigation': '\ud0a4 \uc120\ud0dd',
|
|
399
|
-
Version: '\ubc84\uc804',
|
|
400
|
-
Anchor: '\uc575\ucee4',
|
|
401
|
-
'Special character': '\ud2b9\uc218\ubb38\uc790',
|
|
402
|
-
'Code sample': '\ucf54\ub4dc\uc0d8\ud50c',
|
|
403
|
-
Color: '\uc0c9\uc0c1',
|
|
404
|
-
Emoticons: '\uc774\ubaa8\ud2f0\ucf58',
|
|
405
|
-
'Document properties': '\ubb38\uc11c \uc18d\uc131',
|
|
406
|
-
Image: '\uc774\ubbf8\uc9c0',
|
|
407
|
-
'Insert link': '\ub9c1\ud06c \uc0bd\uc785 ',
|
|
408
|
-
Target: '\ub300\uc0c1',
|
|
409
|
-
Link: '\ub9c1\ud06c',
|
|
410
|
-
Poster: '\ud3ec\uc2a4\ud130',
|
|
411
|
-
Media: '\ubbf8\ub514\uc5b4',
|
|
412
|
-
Print: '\ucd9c\ub825',
|
|
413
|
-
Prev: '\uc774\uc804',
|
|
414
|
-
'Find and replace': '\ucc3e\uc544\uc11c \uad50\uccb4',
|
|
415
|
-
'Whole words': '\uc804\uccb4 \ub2e8\uc5b4',
|
|
416
|
-
Spellcheck: '\ubb38\ubc95\uccb4\ud06c',
|
|
417
|
-
Caption: '\ucea1\uc158',
|
|
418
|
-
'Insert template': '\ud15c\ud50c\ub9bf \uc0bd\uc785'
|
|
419
|
-
});
|