@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.
Files changed (505) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/babel-register.js +0 -7
  3. package/babel.config.cjs.js +0 -7
  4. package/babel.config.js +0 -9
  5. package/es/canvasFileBrowser/FileBrowser.js +6 -1
  6. package/es/common/fileUrl.js +3 -4
  7. package/es/defaultTinymceConfig.js +1 -1
  8. package/{lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/Lti13ContentItemJson.js → es/elementDenylist.js} +2 -6
  9. package/es/enhance-user-content/doc_previews.js +4 -0
  10. package/es/enhance-user-content/enhance_user_content.js +4 -59
  11. package/es/enhance-user-content/external_links.js +75 -0
  12. package/es/enhance-user-content/mathml.js +9 -7
  13. package/es/getThemeVars.js +4 -3
  14. package/es/getTranslations.js +77 -1
  15. package/es/index.js +1 -1
  16. package/es/rce/RCEWrapper.js +5 -2328
  17. package/es/rce/StatusBar.js +8 -2
  18. package/es/rce/contentInsertion.js +5 -2
  19. package/es/rce/plugins/instructure_documents/components/DocumentsPanel.js +3 -9
  20. package/es/rce/plugins/instructure_equation/EquationEditorModal/index.js +1 -1
  21. package/es/rce/plugins/instructure_equation/EquationEditorModal/styles.js +3 -11
  22. package/es/rce/plugins/instructure_equation/mathlive/index.js +5 -13
  23. package/es/rce/plugins/instructure_html_view/plugin.js +2 -2
  24. package/es/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.js +3 -2
  25. package/es/rce/plugins/instructure_image/ImageList/Image.js +2 -2
  26. package/es/rce/plugins/instructure_image/Images/index.js +3 -10
  27. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +3 -0
  28. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.js +3 -1
  29. package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +26 -1
  30. package/es/rce/plugins/instructure_record/AudioOptionsTray/index.js +9 -3
  31. package/es/rce/plugins/instructure_record/MediaPanel/index.js +3 -9
  32. package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +27 -2
  33. package/es/rce/plugins/instructure_record/VideoOptionsTray/index.js +35 -6
  34. package/es/rce/plugins/shared/fileShape.js +81 -9
  35. package/es/rce/plugins/shared/fileTypeUtils.js +6 -0
  36. package/es/rce/tinymce.oxide.content.min.css.js +732 -0
  37. package/es/rce/tinymce.oxide.skin.min.css.js +7 -0
  38. package/es/rcs/api.js +6 -4
  39. package/es/sidebar/store/configureStore.js +2 -2
  40. package/{lib/translations/locales/tg.js → es/translations/locales/ab.js} +1 -1
  41. package/es/translations/locales/cs.js +27 -0
  42. package/es/translations/locales/cs_CZ.js +27 -0
  43. package/{lib/translations/locales/sv_SE.js → es/translations/locales/da_DK.js} +2 -2
  44. package/{lib/translations/locales/se.js → es/translations/locales/en_NZ.js} +2 -2
  45. package/es/translations/locales/en_SE.js +26 -0
  46. package/es/translations/locales/en_US.js +26 -0
  47. package/es/translations/locales/hu_HU.js +27 -0
  48. package/{lib/translations/locales/ms.js → es/translations/locales/id.js} +632 -632
  49. package/{lib/translations/locales/th.js → es/translations/locales/id_ID.js} +1 -2
  50. package/{lib/translations/locales/vi_VN.js → es/translations/locales/ko_KR.js} +2 -2
  51. package/es/translations/locales/lt.js +26 -0
  52. package/es/translations/locales/lt_LT.js +26 -0
  53. package/es/translations/locales/mn_MN.js +26 -0
  54. package/es/translations/locales/nl_NL.js +27 -0
  55. package/{lib/translations/locales/es_GT.js → es/translations/locales/ro.js} +3 -3
  56. package/es/translations/locales/ru.js +2375 -32
  57. package/es/translations/locales/sv.js +2379 -30
  58. package/es/translations/locales/th.js +2401 -1
  59. package/es/translations/locales/tl_PH.js +26 -0
  60. package/es/translations/locales/tr.js +3 -0
  61. package/es/translations/locales/vi.js +2396 -8
  62. package/es/translations/locales/zh_TW.Big5.js +27 -0
  63. package/{lib/translations/locales/th_TH.js → es/translations/locales/zh_TW.js} +2 -2
  64. package/jest.config.js +0 -7
  65. package/package.json +9 -11
  66. package/scripts/build.js +1 -7
  67. package/scripts/publish_to_npm.sh +26 -0
  68. package/canvas/README.md +0 -84
  69. package/canvas/locales/en.json +0 -934
  70. package/canvas/package.json +0 -189
  71. package/es/common/scroll.js +0 -45
  72. package/es/types/inst-ui.d.js +0 -18
  73. package/es/types/ts-migration.js +0 -1
  74. package/lib/bridge/Bridge.js +0 -287
  75. package/lib/bridge/index.js +0 -21
  76. package/lib/canvasFileBrowser/FileBrowser.js +0 -452
  77. package/lib/canvasFileBrowser/en-US.js +0 -234
  78. package/lib/common/FlashAlert.js +0 -263
  79. package/lib/common/browser.js +0 -40
  80. package/lib/common/components/FileTree/File.js +0 -64
  81. package/lib/common/components/FileTree/Folder.js +0 -110
  82. package/lib/common/components/FileTree/index.js +0 -84
  83. package/lib/common/components/FileTree/styles.js +0 -72
  84. package/lib/common/components/Loading.js +0 -83
  85. package/lib/common/fileUrl.js +0 -153
  86. package/lib/common/getCookie.js +0 -32
  87. package/lib/common/incremental-loading/LoadMoreButton.js +0 -40
  88. package/lib/common/incremental-loading/LoadingIndicator.js +0 -36
  89. package/lib/common/incremental-loading/LoadingStatus.js +0 -47
  90. package/lib/common/incremental-loading/index.js +0 -21
  91. package/lib/common/incremental-loading/useIncrementalLoading.js +0 -58
  92. package/lib/common/indicate.js +0 -75
  93. package/lib/common/mimeClass.js +0 -120
  94. package/lib/common/natcompare.js +0 -47
  95. package/lib/common/scroll.js +0 -45
  96. package/lib/defaultTinymceConfig.js +0 -160
  97. package/lib/enhance-user-content/doc_previews.js +0 -233
  98. package/lib/enhance-user-content/enhance_user_content.js +0 -396
  99. package/lib/enhance-user-content/index.js +0 -21
  100. package/lib/enhance-user-content/instructure_helper.js +0 -207
  101. package/lib/enhance-user-content/jqueryish_funcs.js +0 -88
  102. package/lib/enhance-user-content/mathml.js +0 -397
  103. package/lib/enhance-user-content/media_comment_thumbnail.js +0 -130
  104. package/lib/format-message.js +0 -30
  105. package/lib/getThemeVars.js +0 -45
  106. package/lib/getTranslations.js +0 -264
  107. package/lib/index.js +0 -51
  108. package/lib/rce/AlertMessageArea.js +0 -47
  109. package/lib/rce/DraggingBlocker.js +0 -43
  110. package/lib/rce/KeyboardShortcutModal.js +0 -88
  111. package/lib/rce/RCE.js +0 -150
  112. package/lib/rce/RCEGlobals.js +0 -62
  113. package/lib/rce/RCEWrapper.js +0 -4278
  114. package/lib/rce/RCEWrapperProps.js +0 -130
  115. package/lib/rce/RceHtmlEditor.js +0 -142
  116. package/lib/rce/ResizeHandle.js +0 -102
  117. package/lib/rce/RestoreAutoSaveModal.js +0 -82
  118. package/lib/rce/ShowOnFocusButton/index.js +0 -93
  119. package/lib/rce/StatusBar.js +0 -380
  120. package/lib/rce/__mocks__/_mockCryptoEs.js +0 -124
  121. package/lib/rce/__mocks__/styleMock.js +0 -18
  122. package/lib/rce/__mocks__/tinymceReact.js +0 -55
  123. package/lib/rce/alertHandler.js +0 -46
  124. package/lib/rce/contentInsertion.js +0 -322
  125. package/lib/rce/contentInsertionUtils.js +0 -85
  126. package/lib/rce/contentRendering.js +0 -145
  127. package/lib/rce/customEvents.js +0 -18
  128. package/lib/rce/editorLanguage.js +0 -101
  129. package/lib/rce/indicatorRegion.js +0 -49
  130. package/lib/rce/normalizeLocale.js +0 -50
  131. package/lib/rce/normalizeProps.js +0 -29
  132. package/lib/rce/plugins/instructure-ui-icons/plugin.js +0 -122
  133. package/lib/rce/plugins/instructure_condensed_buttons/core/ListUtils.js +0 -24
  134. package/lib/rce/plugins/instructure_condensed_buttons/plugin.js +0 -27
  135. package/lib/rce/plugins/instructure_condensed_buttons/ui/alignment-button.js +0 -63
  136. package/lib/rce/plugins/instructure_condensed_buttons/ui/directionality-button.js +0 -48
  137. package/lib/rce/plugins/instructure_condensed_buttons/ui/indent-outdent-button.js +0 -41
  138. package/lib/rce/plugins/instructure_condensed_buttons/ui/list-button.js +0 -145
  139. package/lib/rce/plugins/instructure_condensed_buttons/ui/subscript-superscript-button.js +0 -56
  140. package/lib/rce/plugins/instructure_documents/clickCallback.js +0 -23
  141. package/lib/rce/plugins/instructure_documents/components/DocumentsPanel.js +0 -126
  142. package/lib/rce/plugins/instructure_documents/components/Link.js +0 -219
  143. package/lib/rce/plugins/instructure_documents/plugin.js +0 -123
  144. package/lib/rce/plugins/instructure_equation/EquationEditorModal/advancedOnlySyntax.js +0 -25
  145. package/lib/rce/plugins/instructure_equation/EquationEditorModal/advancedPreference.js +0 -51
  146. package/lib/rce/plugins/instructure_equation/EquationEditorModal/index.js +0 -321
  147. package/lib/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +0 -116
  148. package/lib/rce/plugins/instructure_equation/EquationEditorModal/parseLatex.js +0 -91
  149. package/lib/rce/plugins/instructure_equation/EquationEditorModal/styles.js +0 -46
  150. package/lib/rce/plugins/instructure_equation/EquationEditorToolbar/buttons.js +0 -728
  151. package/lib/rce/plugins/instructure_equation/EquationEditorToolbar/index.js +0 -84
  152. package/lib/rce/plugins/instructure_equation/MathIcon/index.js +0 -41
  153. package/lib/rce/plugins/instructure_equation/MathIcon/svgs.js +0 -236
  154. package/lib/rce/plugins/instructure_equation/clickCallback.js +0 -53
  155. package/lib/rce/plugins/instructure_equation/mathlive/index.js +0 -36
  156. package/lib/rce/plugins/instructure_equation/plugin.js +0 -69
  157. package/lib/rce/plugins/instructure_fullscreen/plugin.js +0 -50
  158. package/lib/rce/plugins/instructure_html_view/clickCallback.js +0 -21
  159. package/lib/rce/plugins/instructure_html_view/plugin.js +0 -37
  160. package/lib/rce/plugins/instructure_icon_maker/clickCallback.js +0 -57
  161. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ColorSection.js +0 -82
  162. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/CreateIconMakerForm.js +0 -56
  163. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Footer.js +0 -78
  164. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Group.js +0 -36
  165. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +0 -110
  166. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.js +0 -169
  167. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageOptions.js +0 -186
  168. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageSection.js +0 -243
  169. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ModeSelect.js +0 -64
  170. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/index.js +0 -73
  171. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/svg.js +0 -298
  172. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGList.js +0 -86
  173. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGThumbnail.js +0 -55
  174. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/index.js +0 -70
  175. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/svg.js +0 -317
  176. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Upload.js +0 -149
  177. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/index.js +0 -18
  178. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/propTypes.js +0 -32
  179. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/utils.js +0 -25
  180. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Preview.js +0 -60
  181. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ShapeSection.js +0 -87
  182. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/TextSection.js +0 -139
  183. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/index.js +0 -18
  184. package/lib/rce/plugins/instructure_icon_maker/components/IconMakerTray.js +0 -323
  185. package/lib/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.js +0 -90
  186. package/lib/rce/plugins/instructure_icon_maker/plugin.js +0 -110
  187. package/lib/rce/plugins/instructure_icon_maker/reducers/imageSection.js +0 -194
  188. package/lib/rce/plugins/instructure_icon_maker/reducers/svgSettings.js +0 -98
  189. package/lib/rce/plugins/instructure_icon_maker/registerEditToolbar.js +0 -56
  190. package/lib/rce/plugins/instructure_icon_maker/svg/clipPath.js +0 -25
  191. package/lib/rce/plugins/instructure_icon_maker/svg/constants.js +0 -100
  192. package/lib/rce/plugins/instructure_icon_maker/svg/font.js +0 -25
  193. package/lib/rce/plugins/instructure_icon_maker/svg/image.js +0 -354
  194. package/lib/rce/plugins/instructure_icon_maker/svg/index.js +0 -122
  195. package/lib/rce/plugins/instructure_icon_maker/svg/metadata.js +0 -48
  196. package/lib/rce/plugins/instructure_icon_maker/svg/settings.js +0 -179
  197. package/lib/rce/plugins/instructure_icon_maker/svg/shape.js +0 -316
  198. package/lib/rce/plugins/instructure_icon_maker/svg/text.js +0 -468
  199. package/lib/rce/plugins/instructure_icon_maker/svg/utils.js +0 -70
  200. package/lib/rce/plugins/instructure_icon_maker/utils/IconMakerClose.js +0 -45
  201. package/lib/rce/plugins/instructure_icon_maker/utils/IconMakerFormHasChanges.js +0 -83
  202. package/lib/rce/plugins/instructure_icon_maker/utils/addIconMakerAttributes.js +0 -28
  203. package/lib/rce/plugins/instructure_icon_maker/utils/iconValidation.js +0 -35
  204. package/lib/rce/plugins/instructure_icon_maker/utils/iconsLabels.js +0 -375
  205. package/lib/rce/plugins/instructure_icon_maker/utils/useDebouncedValue.js +0 -59
  206. package/lib/rce/plugins/instructure_image/ImageEmbedOptions.js +0 -202
  207. package/lib/rce/plugins/instructure_image/ImageList/Image.js +0 -106
  208. package/lib/rce/plugins/instructure_image/ImageList/index.js +0 -69
  209. package/lib/rce/plugins/instructure_image/ImageOptionsTray/TrayController.js +0 -166
  210. package/lib/rce/plugins/instructure_image/ImageOptionsTray/index.js +0 -246
  211. package/lib/rce/plugins/instructure_image/Images/index.js +0 -129
  212. package/lib/rce/plugins/instructure_image/clickCallback.js +0 -24
  213. package/lib/rce/plugins/instructure_image/plugin.js +0 -157
  214. package/lib/rce/plugins/instructure_links/clickCallback.js +0 -22
  215. package/lib/rce/plugins/instructure_links/components/AccordionSection.js +0 -60
  216. package/lib/rce/plugins/instructure_links/components/CollectionPanel.js +0 -84
  217. package/lib/rce/plugins/instructure_links/components/Link.js +0 -213
  218. package/lib/rce/plugins/instructure_links/components/LinkOptionsDialog/LinkOptionsDialogController.js +0 -127
  219. package/lib/rce/plugins/instructure_links/components/LinkOptionsDialog/index.js +0 -141
  220. package/lib/rce/plugins/instructure_links/components/LinkOptionsTray/LinkOptionsTrayController.js +0 -125
  221. package/lib/rce/plugins/instructure_links/components/LinkOptionsTray/index.js +0 -245
  222. package/lib/rce/plugins/instructure_links/components/LinkSet.js +0 -195
  223. package/lib/rce/plugins/instructure_links/components/LinksPanel.js +0 -100
  224. package/lib/rce/plugins/instructure_links/components/NavigationPanel.js +0 -141
  225. package/lib/rce/plugins/instructure_links/components/NoResults.js +0 -87
  226. package/lib/rce/plugins/instructure_links/components/propTypes.js +0 -41
  227. package/lib/rce/plugins/instructure_links/plugin.js +0 -294
  228. package/lib/rce/plugins/instructure_links/validateURL.js +0 -70
  229. package/lib/rce/plugins/instructure_media_embed/clickCallback.js +0 -48
  230. package/lib/rce/plugins/instructure_media_embed/components/Embed.js +0 -68
  231. package/lib/rce/plugins/instructure_media_embed/plugin.js +0 -36
  232. package/lib/rce/plugins/instructure_paste/pasteMenuCommand.js +0 -117
  233. package/lib/rce/plugins/instructure_paste/plugin.js +0 -174
  234. package/lib/rce/plugins/instructure_rce_external_tools/ExternalToolsEnv.js +0 -169
  235. package/lib/rce/plugins/instructure_rce_external_tools/RceToolWrapper.js +0 -225
  236. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +0 -294
  237. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.js +0 -46
  238. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogTray.js +0 -79
  239. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.js +0 -153
  240. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionItem.js +0 -94
  241. package/lib/rce/plugins/instructure_rce_external_tools/components/util/ExpandoText.js +0 -90
  242. package/lib/rce/plugins/instructure_rce_external_tools/components/util/ToolLaunchIframe.js +0 -35
  243. package/lib/rce/plugins/instructure_rce_external_tools/dialog-helper.js +0 -29
  244. package/lib/rce/plugins/instructure_rce_external_tools/helpers/tags.js +0 -55
  245. package/lib/rce/plugins/instructure_rce_external_tools/jquery/jquery.dropdownList.js +0 -172
  246. package/lib/rce/plugins/instructure_rce_external_tools/lti11-content-items/RceLti11ContentItem.js +0 -203
  247. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/RceLti13ContentItem.js +0 -111
  248. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/BaseLinkContentItem.js +0 -79
  249. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/HtmlFragmentContentItem.js +0 -47
  250. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ImageContentItem.js +0 -57
  251. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/LinkContentItem.js +0 -26
  252. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.js +0 -45
  253. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/processEditorContentItems.js +0 -67
  254. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/rceLti13ContentItemFromJson.js +0 -48
  255. package/lib/rce/plugins/instructure_rce_external_tools/plugin.js +0 -112
  256. package/lib/rce/plugins/instructure_rce_external_tools/util/addParentFrameContextToUrl.js +0 -27
  257. package/lib/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +0 -127
  258. package/lib/rce/plugins/instructure_record/AudioOptionsTray/index.js +0 -148
  259. package/lib/rce/plugins/instructure_record/MediaPanel/index.js +0 -129
  260. package/lib/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +0 -215
  261. package/lib/rce/plugins/instructure_record/VideoOptionsTray/index.js +0 -321
  262. package/lib/rce/plugins/instructure_record/clickCallback.js +0 -105
  263. package/lib/rce/plugins/instructure_record/mediaTranslations.js +0 -94
  264. package/lib/rce/plugins/instructure_record/plugin.js +0 -173
  265. package/lib/rce/plugins/instructure_studio_media_options/plugin.js +0 -42
  266. package/lib/rce/plugins/instructure_wordcount/clickCallback.js +0 -49
  267. package/lib/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -88
  268. package/lib/rce/plugins/instructure_wordcount/plugin.js +0 -30
  269. package/lib/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  270. package/lib/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  271. package/lib/rce/plugins/shared/CanvasContentTray.js +0 -580
  272. package/lib/rce/plugins/shared/CheckerboardStyling.js +0 -25
  273. package/lib/rce/plugins/shared/ColorInput.js +0 -233
  274. package/lib/rce/plugins/shared/ConditionalTooltip.js +0 -32
  275. package/lib/rce/plugins/shared/ContentSelection.js +0 -269
  276. package/lib/rce/plugins/shared/DimensionUtils.js +0 -66
  277. package/lib/rce/plugins/shared/DimensionsInput/DimensionInput.js +0 -62
  278. package/lib/rce/plugins/shared/DimensionsInput/index.js +0 -161
  279. package/lib/rce/plugins/shared/DimensionsInput/useDimensionsState.js +0 -220
  280. package/lib/rce/plugins/shared/ErrorBoundary.js +0 -54
  281. package/lib/rce/plugins/shared/EventUtils.js +0 -39
  282. package/lib/rce/plugins/shared/Filter.js +0 -353
  283. package/lib/rce/plugins/shared/FixedContentTray.js +0 -115
  284. package/lib/rce/plugins/shared/ImageCropper/DirectionRegion.js +0 -67
  285. package/lib/rce/plugins/shared/ImageCropper/Modal.js +0 -153
  286. package/lib/rce/plugins/shared/ImageCropper/Preview.js +0 -148
  287. package/lib/rce/plugins/shared/ImageCropper/constants.js +0 -39
  288. package/lib/rce/plugins/shared/ImageCropper/controls/CustomNumberInput.js +0 -83
  289. package/lib/rce/plugins/shared/ImageCropper/controls/ResetControls.js +0 -38
  290. package/lib/rce/plugins/shared/ImageCropper/controls/RotationControls.js +0 -89
  291. package/lib/rce/plugins/shared/ImageCropper/controls/ShapeControls.js +0 -82
  292. package/lib/rce/plugins/shared/ImageCropper/controls/ZoomControls.js +0 -111
  293. package/lib/rce/plugins/shared/ImageCropper/controls/index.js +0 -61
  294. package/lib/rce/plugins/shared/ImageCropper/controls/useDebouncedNumericValue.js +0 -94
  295. package/lib/rce/plugins/shared/ImageCropper/controls/utils.js +0 -41
  296. package/lib/rce/plugins/shared/ImageCropper/imageCropUtils.js +0 -149
  297. package/lib/rce/plugins/shared/ImageCropper/index.js +0 -18
  298. package/lib/rce/plugins/shared/ImageCropper/propTypes.js +0 -26
  299. package/lib/rce/plugins/shared/ImageCropper/reducers/imageCropper.js +0 -72
  300. package/lib/rce/plugins/shared/ImageCropper/shape.js +0 -27
  301. package/lib/rce/plugins/shared/ImageCropper/svg/index.js +0 -89
  302. package/lib/rce/plugins/shared/ImageCropper/svg/shape.js +0 -125
  303. package/lib/rce/plugins/shared/ImageCropper/svg/utils.js +0 -26
  304. package/lib/rce/plugins/shared/ImageCropper/useKeyMouseEvents.js +0 -233
  305. package/lib/rce/plugins/shared/ImageCropper/useMouseWheel.js +0 -66
  306. package/lib/rce/plugins/shared/ImageOptionsForm.js +0 -140
  307. package/lib/rce/plugins/shared/LinkDisplay.js +0 -96
  308. package/lib/rce/plugins/shared/PreviewIcon.js +0 -112
  309. package/lib/rce/plugins/shared/Previewable.js +0 -22
  310. package/lib/rce/plugins/shared/RceFileBrowser.js +0 -106
  311. package/lib/rce/plugins/shared/StoreContext.js +0 -57
  312. package/lib/rce/plugins/shared/StudioLtiSupportUtils.js +0 -71
  313. package/lib/rce/plugins/shared/UnknownFileTypePanel.js +0 -29
  314. package/lib/rce/plugins/shared/Upload/CategoryProcessor.js +0 -27
  315. package/lib/rce/plugins/shared/Upload/ComputerPanel.js +0 -334
  316. package/lib/rce/plugins/shared/Upload/SvgCategoryProcessor.js +0 -35
  317. package/lib/rce/plugins/shared/Upload/UploadFile.js +0 -171
  318. package/lib/rce/plugins/shared/Upload/UploadFileModal.js +0 -273
  319. package/lib/rce/plugins/shared/Upload/UrlPanel.js +0 -38
  320. package/lib/rce/plugins/shared/Upload/UsageRightsSelectBox.js +0 -172
  321. package/lib/rce/plugins/shared/Upload/doFileUpload.js +0 -77
  322. package/lib/rce/plugins/shared/__mocks__/screenfull.js +0 -24
  323. package/lib/rce/plugins/shared/buildDownloadUrl.js +0 -31
  324. package/lib/rce/plugins/shared/compressionUtils.js +0 -98
  325. package/lib/rce/plugins/shared/dateUtils.js +0 -28
  326. package/lib/rce/plugins/shared/fileShape.js +0 -57
  327. package/lib/rce/plugins/shared/fileTypeUtils.js +0 -133
  328. package/lib/rce/plugins/shared/fileUtils.js +0 -25
  329. package/lib/rce/plugins/shared/linkUtils.js +0 -89
  330. package/lib/rce/plugins/shared/round.js +0 -25
  331. package/lib/rce/plugins/shared/trayUtils.js +0 -34
  332. package/lib/rce/plugins/shared/useDataUrl.js +0 -76
  333. package/lib/rce/plugins/tinymce-a11y-checker/components/ColorField.js +0 -86
  334. package/lib/rce/plugins/tinymce-a11y-checker/components/checker.js +0 -558
  335. package/lib/rce/plugins/tinymce-a11y-checker/components/color-picker.js +0 -59
  336. package/lib/rce/plugins/tinymce-a11y-checker/components/placeholder-svg.js +0 -90
  337. package/lib/rce/plugins/tinymce-a11y-checker/components/pointer.js +0 -32
  338. package/lib/rce/plugins/tinymce-a11y-checker/node-checker.js +0 -54
  339. package/lib/rce/plugins/tinymce-a11y-checker/plugin.js +0 -90
  340. package/lib/rce/plugins/tinymce-a11y-checker/rules/__mocks__/index.js +0 -53
  341. package/lib/rce/plugins/tinymce-a11y-checker/rules/adjacent-links.js +0 -129
  342. package/lib/rce/plugins/tinymce-a11y-checker/rules/headings-sequence.js +0 -200
  343. package/lib/rce/plugins/tinymce-a11y-checker/rules/headings-start-at-h2.js +0 -67
  344. package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt-filename.js +0 -63
  345. package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt-length.js +0 -49
  346. package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt.js +0 -61
  347. package/lib/rce/plugins/tinymce-a11y-checker/rules/index.js +0 -31
  348. package/lib/rce/plugins/tinymce-a11y-checker/rules/large-text-contrast.js +0 -51
  349. package/lib/rce/plugins/tinymce-a11y-checker/rules/list-structure.js +0 -144
  350. package/lib/rce/plugins/tinymce-a11y-checker/rules/paragraphs-for-headings.js +0 -61
  351. package/lib/rce/plugins/tinymce-a11y-checker/rules/small-text-contrast.js +0 -75
  352. package/lib/rce/plugins/tinymce-a11y-checker/rules/table-caption.js +0 -54
  353. package/lib/rce/plugins/tinymce-a11y-checker/rules/table-header-scope.js +0 -52
  354. package/lib/rce/plugins/tinymce-a11y-checker/rules/table-header.js +0 -81
  355. package/lib/rce/plugins/tinymce-a11y-checker/utils/colors.js +0 -43
  356. package/lib/rce/plugins/tinymce-a11y-checker/utils/describe.js +0 -66
  357. package/lib/rce/plugins/tinymce-a11y-checker/utils/dom.js +0 -160
  358. package/lib/rce/plugins/tinymce-a11y-checker/utils/indicate.js +0 -83
  359. package/lib/rce/plugins/tinymce-a11y-checker/utils/rgb-hex.js +0 -57
  360. package/lib/rce/plugins/tinymce-a11y-checker/utils/strings.js +0 -40
  361. package/lib/rce/root.js +0 -58
  362. package/lib/rce/sanitizePlugins.js +0 -32
  363. package/lib/rce/style.js +0 -843
  364. package/lib/rce/tinyRCE.js +0 -66
  365. package/lib/rce/transformContent.js +0 -73
  366. package/lib/rce/userOS.js +0 -31
  367. package/lib/rce/wrapInitCb.js +0 -78
  368. package/lib/rcs/api.js +0 -670
  369. package/lib/rcs/buildError.js +0 -98
  370. package/lib/rcs/fake.js +0 -621
  371. package/lib/sidebar/actions/all_files.js +0 -29
  372. package/lib/sidebar/actions/data.js +0 -105
  373. package/lib/sidebar/actions/documents.js +0 -107
  374. package/lib/sidebar/actions/files.js +0 -167
  375. package/lib/sidebar/actions/filter.js +0 -63
  376. package/lib/sidebar/actions/flickr.js +0 -60
  377. package/lib/sidebar/actions/images.js +0 -153
  378. package/lib/sidebar/actions/links.js +0 -23
  379. package/lib/sidebar/actions/media.js +0 -142
  380. package/lib/sidebar/actions/session.js +0 -34
  381. package/lib/sidebar/actions/ui.js +0 -49
  382. package/lib/sidebar/actions/upload.js +0 -550
  383. package/lib/sidebar/containers/Sidebar.js +0 -67
  384. package/lib/sidebar/containers/sidebarHandlers.js +0 -73
  385. package/lib/sidebar/dragHtml.js +0 -49
  386. package/lib/sidebar/reducers/all_files.js +0 -35
  387. package/lib/sidebar/reducers/collection.js +0 -72
  388. package/lib/sidebar/reducers/collections.js +0 -52
  389. package/lib/sidebar/reducers/documents.js +0 -89
  390. package/lib/sidebar/reducers/files.js +0 -38
  391. package/lib/sidebar/reducers/filter.js +0 -61
  392. package/lib/sidebar/reducers/flickr.js +0 -51
  393. package/lib/sidebar/reducers/folder.js +0 -92
  394. package/lib/sidebar/reducers/folders.js +0 -39
  395. package/lib/sidebar/reducers/images.js +0 -115
  396. package/lib/sidebar/reducers/index.js +0 -57
  397. package/lib/sidebar/reducers/media.js +0 -84
  398. package/lib/sidebar/reducers/newPageLinkExpanded.js +0 -30
  399. package/lib/sidebar/reducers/noop.js +0 -21
  400. package/lib/sidebar/reducers/rootFolderId.js +0 -30
  401. package/lib/sidebar/reducers/session.js +0 -33
  402. package/lib/sidebar/reducers/ui.js +0 -87
  403. package/lib/sidebar/reducers/upload.js +0 -206
  404. package/lib/sidebar/store/configureStore.js +0 -26
  405. package/lib/sidebar/store/initialState.js +0 -173
  406. package/lib/translations/locales/ar.js +0 -2427
  407. package/lib/translations/locales/ca.js +0 -2427
  408. package/lib/translations/locales/cy.js +0 -2427
  409. package/lib/translations/locales/da-x-k12.js +0 -2427
  410. package/lib/translations/locales/da.js +0 -2427
  411. package/lib/translations/locales/de.js +0 -2427
  412. package/lib/translations/locales/el.js +0 -459
  413. package/lib/translations/locales/en-AU-x-unimelb.js +0 -2427
  414. package/lib/translations/locales/en-GB-x-ukhe.js +0 -2427
  415. package/lib/translations/locales/en.js +0 -2427
  416. package/lib/translations/locales/en_AU.js +0 -2427
  417. package/lib/translations/locales/en_CA.js +0 -2426
  418. package/lib/translations/locales/en_CY.js +0 -2426
  419. package/lib/translations/locales/en_GB.js +0 -2427
  420. package/lib/translations/locales/es.js +0 -2427
  421. package/lib/translations/locales/es_ES.js +0 -2427
  422. package/lib/translations/locales/fa_IR.js +0 -615
  423. package/lib/translations/locales/fi.js +0 -2427
  424. package/lib/translations/locales/fr.js +0 -2427
  425. package/lib/translations/locales/fr_CA.js +0 -2427
  426. package/lib/translations/locales/he.js +0 -486
  427. package/lib/translations/locales/ht.js +0 -2426
  428. package/lib/translations/locales/hu.js +0 -2007
  429. package/lib/translations/locales/hy.js +0 -444
  430. package/lib/translations/locales/is.js +0 -2426
  431. package/lib/translations/locales/it.js +0 -2427
  432. package/lib/translations/locales/ja.js +0 -2427
  433. package/lib/translations/locales/ko.js +0 -342
  434. package/lib/translations/locales/mi.js +0 -2426
  435. package/lib/translations/locales/nb-x-k12.js +0 -2427
  436. package/lib/translations/locales/nb.js +0 -2427
  437. package/lib/translations/locales/nl.js +0 -2427
  438. package/lib/translations/locales/nn.js +0 -2247
  439. package/lib/translations/locales/pl.js +0 -2427
  440. package/lib/translations/locales/pt.js +0 -2427
  441. package/lib/translations/locales/pt_BR.js +0 -2427
  442. package/lib/translations/locales/ru.js +0 -84
  443. package/lib/translations/locales/sl.js +0 -2427
  444. package/lib/translations/locales/sv-x-k12.js +0 -2427
  445. package/lib/translations/locales/sv.js +0 -78
  446. package/lib/translations/locales/tr.js +0 -684
  447. package/lib/translations/locales/uk_UA.js +0 -519
  448. package/lib/translations/locales/vi.js +0 -39
  449. package/lib/translations/locales/zh-Hans.js +0 -2427
  450. package/lib/translations/locales/zh-Hant.js +0 -2427
  451. package/lib/translations/locales/zh.js +0 -2427
  452. package/lib/translations/locales/zh_HK.js +0 -2427
  453. package/lib/translations/tinymce/ar_SA.js +0 -211
  454. package/lib/translations/tinymce/bg_BG.js +0 -419
  455. package/lib/translations/tinymce/ca.js +0 -419
  456. package/lib/translations/tinymce/cs.js +0 -419
  457. package/lib/translations/tinymce/cy.js +0 -418
  458. package/lib/translations/tinymce/da.js +0 -419
  459. package/lib/translations/tinymce/de.js +0 -419
  460. package/lib/translations/tinymce/el.js +0 -261
  461. package/lib/translations/tinymce/en_GB.js +0 -230
  462. package/lib/translations/tinymce/es.js +0 -419
  463. package/lib/translations/tinymce/fa_IR.js +0 -390
  464. package/lib/translations/tinymce/fi.js +0 -19
  465. package/lib/translations/tinymce/fr_FR.js +0 -419
  466. package/lib/translations/tinymce/he_IL.js +0 -420
  467. package/lib/translations/tinymce/hu_HU.js +0 -419
  468. package/lib/translations/tinymce/hy.js +0 -419
  469. package/lib/translations/tinymce/it.js +0 -419
  470. package/lib/translations/tinymce/ja.js +0 -419
  471. package/lib/translations/tinymce/ko_KR.js +0 -419
  472. package/lib/translations/tinymce/nb_NO.js +0 -419
  473. package/lib/translations/tinymce/nl.js +0 -419
  474. package/lib/translations/tinymce/pl.js +0 -419
  475. package/lib/translations/tinymce/pt_BR.js +0 -419
  476. package/lib/translations/tinymce/pt_PT.js +0 -419
  477. package/lib/translations/tinymce/ro.js +0 -418
  478. package/lib/translations/tinymce/ru.js +0 -436
  479. package/lib/translations/tinymce/ru_RU.js +0 -71
  480. package/lib/translations/tinymce/sl.js +0 -462
  481. package/lib/translations/tinymce/sr.js +0 -278
  482. package/lib/translations/tinymce/sv_SE.js +0 -419
  483. package/lib/translations/tinymce/th.js +0 -479
  484. package/lib/translations/tinymce/tr_TR.js +0 -389
  485. package/lib/translations/tinymce/uk_UA.js +0 -278
  486. package/lib/translations/tinymce/vi_VN.js +0 -277
  487. package/lib/translations/tinymce/zh_CN.js +0 -419
  488. package/lib/translations/tinymce/zh_TW.js +0 -419
  489. package/lib/types/inst-ui.d.js +0 -18
  490. package/lib/types/ts-migration.js +0 -1
  491. package/lib/util/DeepPartialNullable.js +0 -1
  492. package/lib/util/ExtractRequired.js +0 -1
  493. package/lib/util/TypedDict.js +0 -131
  494. package/lib/util/assertNever.js +0 -44
  495. package/lib/util/elem-util.js +0 -26
  496. package/lib/util/encrypted-storage.js +0 -84
  497. package/lib/util/file-url-util.js +0 -44
  498. package/lib/util/fullscreenHelpers.js +0 -27
  499. package/lib/util/instui-icon-helper.js +0 -31
  500. package/lib/util/loadingPlaceholder.js +0 -436
  501. package/lib/util/simpleCache.js +0 -41
  502. package/lib/util/string-util.js +0 -48
  503. package/lib/util/textarea-editing-util.js +0 -87
  504. package/lib/util/tinymce-plugin-util.js +0 -52
  505. package/lib/util/url-util.js +0 -138
@@ -1,278 +0,0 @@
1
- /*
2
- * Copyright (C) 2018 - present Instructure, Inc.
3
- *
4
- * This file is part of Canvas.
5
- *
6
- * Canvas is free software: you can redistribute it and/or modify it under
7
- * the terms of the GNU Affero General Public License as published by the Free
8
- * Software Foundation, version 3 of the License.
9
- *
10
- * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
11
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
- * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
13
- * details.
14
- *
15
- * You should have received a copy of the GNU Affero General Public License along
16
- * with this program. If not, see <http://www.gnu.org/licenses/>.
17
- */
18
- tinymce.addI18n('uk_UA', {
19
- Redo: '\u0412\u0456\u0434\u043d\u043e\u0432\u0438\u0442\u0438',
20
- Undo: '\u0412\u0456\u0434\u043c\u0456\u043d\u0438\u0442\u0438',
21
- Cut: '\u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438',
22
- Copy: '\u041a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438',
23
- Paste: '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438',
24
- 'Select all': '\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0443\u0441\u0435',
25
- 'New document': '\u041d\u043e\u0432\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442',
26
- Ok: 'Ok',
27
- Cancel: '\u0412\u0456\u0434\u043c\u0456\u043d\u0438\u0442\u0438',
28
- 'Visual aids': '\u0412\u0456\u0437\u0443\u0430\u043b\u044c\u043d\u0456 \u0437\u0430\u0441\u043e\u0431\u0438',
29
- Bold: '\u0416\u0438\u0440\u043d\u0438\u0439',
30
- Italic: '\u041a\u0443\u0440\u0441\u0438\u0432',
31
- Underline: '\u041f\u0456\u0434\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u0438\u0439',
32
- Strikethrough: '\u041f\u0435\u0440\u0435\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u0438\u0439',
33
- Superscript: '\u0412\u0435\u0440\u0445\u043d\u0456\u0439 \u0456\u043d\u0434\u0435\u043a\u0441',
34
- Subscript: '\u0406\u043d\u0434\u0435\u043a\u0441',
35
- 'Clear formatting': '\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f',
36
- 'Align left': '\u041b\u0456\u0432\u043e\u0440\u0443\u0447',
37
- 'Align center': '\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443',
38
- 'Align right': '\u041f\u0440\u0430\u0432\u043e\u0440\u0443\u0447',
39
- Justify: '\u0412\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438',
40
- 'Bullet list': '\u041c\u0430\u0440\u043a\u0456\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a',
41
- 'Numbered list': '\u041f\u0440\u043e\u043d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a',
42
- 'Decrease indent': '\u0417\u043c\u0435\u043d\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0441\u0442\u0443\u043f',
43
- 'Increase indent': '\u0417\u0431\u0456\u043b\u044c\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0441\u0442\u0443\u043f',
44
- Close: '\u0417\u0430\u043a\u0440\u0438\u0442\u0438',
45
- Formats: '\u0424\u043e\u0440\u043c\u0430\u0442\u0438',
46
- "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": '\u0412\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454 \u043f\u0440\u044f\u043c\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0431\u0443\u0444\u0435\u0440\u0430 \u043e\u0431\u043c\u0456\u043d\u0443. \u0417\u0430\u043c\u0456\u0441\u0442\u044c \u0446\u044c\u043e\u0433\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043f\u043e\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u043a\u043b\u0430\u0432\u0456\u0448 Ctrl + X/C/V.',
47
- Headers: '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438',
48
- 'Header 1': '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1',
49
- 'Header 2': '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2',
50
- 'Header 3': '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3',
51
- 'Header 4': '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4',
52
- 'Header 5': '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5',
53
- 'Header 6': '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6',
54
- Headings: '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438',
55
- 'Heading 1': '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1',
56
- 'Heading 2': '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2',
57
- 'Heading 3': '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3',
58
- 'Heading 4': '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4',
59
- 'Heading 5': '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5',
60
- 'Heading 6': '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6',
61
- Preformatted: '\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u0432\u0456\u0434\u0444\u043e\u0440\u043c\u0430\u0442\u043e\u0432\u0430\u043d\u0438\u0439',
62
- Div: 'Div',
63
- Pre: 'Pre',
64
- Code: '\u041a\u043e\u0434',
65
- Paragraph: '\u0410\u0431\u0437\u0430\u0446',
66
- Blockquote: '\u0426\u0438\u0442\u0430\u0442\u0430',
67
- Inline: '\u0412\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0439',
68
- Blocks: '\u0411\u043b\u043e\u043a\u0438',
69
- 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.': '\u0412\u0441\u0442\u0430\u0432\u043a\u0430 \u0437\u0430\u0440\u0430\u0437 \u0432 \u0440\u0435\u0436\u0438\u043c\u0456 \u0437\u0432\u0438\u0447\u0430\u0439\u043d\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0443. \u0417\u043c\u0456\u0441\u0442 \u0431\u0443\u0434\u0435 \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0439 \u044f\u043a \u043f\u0440\u043e\u0441\u0442\u0438\u0439 \u0442\u0435\u043a\u0441\u0442, \u043f\u043e\u043a\u0438 \u0412\u0438 \u043d\u0435 \u0432\u0438\u043c\u043a\u043d\u0435\u0442\u0435 \u0446\u044e \u043e\u043f\u0446\u0456\u044e.',
70
- 'Font Family': '\u0428\u0440\u0438\u0444\u0442',
71
- 'Font Sizes': '\u0420\u043e\u0437\u043c\u0456\u0440 \u0448\u0440\u0438\u0444\u0442\u0430',
72
- Class: '\u041a\u043b\u0430\u0441',
73
- 'Browse for an image': '\u0412\u0438\u0431\u0456\u0440 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f',
74
- OR: '\u0410\u0411\u041e',
75
- 'Drop an image here': '\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0456\u0442\u044c \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0441\u044e\u0434\u0438',
76
- Upload: '\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438',
77
- Block: '\u0411\u043b\u043e\u043a',
78
- Align: '\u0412\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f',
79
- Default: '\u0423\u043c\u043e\u0432\u0447\u0430\u043d\u043d\u044f',
80
- Circle: '\u041a\u043e\u043b\u043e',
81
- Disc: '\u0414\u0438\u0441\u043a',
82
- Square: '\u041a\u0432\u0430\u0434\u0440\u0430\u0442',
83
- 'Lower Alpha': '\u041d\u0438\u0436\u043d\u0456\u0439 \u0440\u0435\u0433\u0456\u0441\u0442\u0440',
84
- 'Lower Greek': '\u041c\u0430\u043b\u0456 \u0433\u0440\u0435\u0446\u044c\u043a\u0456 \u043b\u0456\u0442\u0435\u0440\u0438',
85
- 'Lower Roman': '\u0420\u0438\u043c\u0441\u044c\u043a\u0456 \u0446\u0438\u0444\u0440\u0438 \u0443 \u043d\u0438\u0436\u043d\u044c\u043e\u043c\u0443 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456',
86
- 'Upper Alpha': '\u0412\u0435\u0440\u0445\u043d\u0456\u0439 \u0440\u0435\u0433\u0456\u0441\u0442\u0440',
87
- 'Upper Roman': '\u0420\u0438\u043c\u0441\u044c\u043a\u0456 \u0446\u0438\u0444\u0440\u0438 \u0443 \u0432\u0435\u0440\u0445\u043d\u044c\u043e\u043c\u0443 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456',
88
- Anchor: "\u041f\u0440\u0438\u0432'\u044f\u0437\u043a\u0430",
89
- Name: "\u0406\u043c'\u044f",
90
- Id: '\u041a\u043e\u0434',
91
- 'Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.': '\u041a\u043e\u0434 \u043c\u0430\u0454 \u043f\u043e\u0447\u0438\u043d\u0430\u0442\u0438\u0441\u044f \u0437 \u043b\u0456\u0442\u0435\u0440\u0438 \u0456 \u043c\u043e\u0436\u0435 \u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u043b\u0438\u0448\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u0438 \u043b\u0456\u0442\u0435\u0440, \u0446\u0438\u0444\u0440, \u0434\u0435\u0444\u0456\u0441\u0443, \u043a\u0440\u0430\u043f\u043a\u0438, \u043a\u043e\u043c\u0438 \u0430\u0431\u043e \u043d\u0438\u0436\u043d\u044c\u043e\u0433\u043e \u043f\u0456\u0434\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u043d\u044f.',
92
- 'You have unsaved changes are you sure you want to navigate away?': '\u0423 \u0432\u0430\u0441 \u0454 \u043d\u0435\u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456 \u0437\u043c\u0456\u043d\u0438. \u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u0456\u0442\u0438 ?',
93
- 'Restore last draft': '\u0412\u0456\u0434\u043d\u043e\u0432\u0438\u0442\u0438 \u043e\u0441\u0442\u0430\u043d\u043d\u0456\u0439 \u043f\u0440\u043e\u0435\u043a\u0442',
94
- 'Special character': '\u0421\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0439 \u0441\u0438\u043c\u0432\u043e\u043b',
95
- 'Source code': '\u0414\u0436\u0435\u0440\u0435\u043b\u043e',
96
- 'Insert/Edit code sample': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u041d\u0430\u043f\u0438\u0441\u0430\u0442\u0438 \u043f\u0440\u0438\u043a\u043b\u0430\u0434 \u043a\u043e\u0434\u0443',
97
- Language: '\u041c\u043e\u0432\u0430',
98
- 'Code sample': '\u041f\u0440\u0438\u043a\u043b\u0430\u0434 \u043a\u043e\u0434\u0443',
99
- Color: '\u041a\u043e\u043b\u0456\u0440',
100
- R: 'R',
101
- G: 'G',
102
- B: 'B',
103
- 'Left to right': '\u0417\u043b\u0456\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e',
104
- 'Right to left': '\u0421\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0456\u0432\u043e',
105
- Emoticons: '\u0421\u043c\u0430\u0439\u043b\u0438',
106
- 'Document properties': '\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443',
107
- Title: '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a',
108
- Keywords: '\u041a\u043b\u044e\u0447\u043e\u0432\u0456 \u0441\u043b\u043e\u0432\u0430',
109
- Description: '\u041e\u043f\u0438\u0441',
110
- Robots: '\u0420\u043e\u0431\u043e\u0442\u0438',
111
- Author: '\u0410\u0432\u0442\u043e\u0440',
112
- Encoding: '\u041a\u043e\u0434\u0443\u0432\u0430\u043d\u043d\u044f',
113
- Fullscreen: '\u041d\u0430 \u0432\u0435\u0441\u044c \u0435\u043a\u0440\u0430\u043d',
114
- Action: '\u0414\u0456\u044f',
115
- Shortcut: '\u042f\u0440\u043b\u0438\u043a',
116
- Help: '\u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430',
117
- Address: '\u0410\u0434\u0440\u0435\u0441\u0430',
118
- 'Focus to menubar': '\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u043c\u0435\u043d\u044e',
119
- 'Focus to toolbar': '\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u0456\u043d\u0441\u0442\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0445',
120
- 'Focus to element path': '\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u0448\u043b\u044f\u0445\u0443',
121
- 'Focus to contextual toolbar': '\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442',
122
- 'Insert link (if link plugin activated)': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f (\u044f\u043a\u0449\u043e \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e)',
123
- 'Save (if save plugin activated)': '\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 (\u044f\u043a\u0449\u043e \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e)',
124
- 'Find (if searchreplace plugin activated)': '\u0417\u043d\u0430\u0439\u0442\u0438 (\u044f\u043a\u0449\u043e \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e)',
125
- 'Plugins installed ({0}):': '\u041d\u0430\u044f\u0432\u043d\u0456 \u0434\u043e\u0434\u0430\u0442\u043a\u0438 ({0}):',
126
- 'Premium plugins:': '\u041f\u0440\u0435\u043c\u0456\u0430\u043b\u044c\u043d\u0456 \u0434\u043e\u0434\u0430\u0442\u043a\u0438:',
127
- 'Learn more...': '\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u043e...',
128
- 'You are using {0}': '\u0423 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u0456 {0}',
129
- Plugins: '\u041f\u043b\u0430\u0433\u0456\u043d\u0438',
130
- 'Handy Shortcuts': '\u041a\u043e\u0440\u0438\u0441\u043d\u0456 \u044f\u0440\u043b\u0438\u043a\u0438',
131
- 'Horizontal line': '\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430 \u043b\u0456\u043d\u0456\u044f',
132
- 'Insert/edit image': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f',
133
- 'Image description': '\u041e\u043f\u0438\u0441 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f',
134
- Source: '\u0414\u0436\u0435\u0440\u0435\u043b\u043e',
135
- Dimensions: '\u0420\u043e\u0437\u043c\u0456\u0440',
136
- 'Constrain proportions': '\u0417\u0431\u0435\u0440\u0456\u0433\u0430\u0442\u0438 \u043f\u0440\u043e\u043f\u043e\u0440\u0446\u0456\u0457',
137
- General: '\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0435',
138
- Advanced: '\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u043e',
139
- Style: '\u0421\u0442\u0438\u043b\u044c',
140
- 'Vertical space': '\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u043f\u0440\u043e\u043f\u0443\u0441\u043a',
141
- 'Horizontal space': '\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0438\u0439 \u043f\u0440\u043e\u043f\u0443\u0441\u043a',
142
- Border: '\u041c\u0435\u0436\u0430',
143
- 'Insert image': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f',
144
- Image: '\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f',
145
- 'Image list': '\u0421\u043f\u0438\u0441\u043e\u043a \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c',
146
- 'Rotate counterclockwise': '\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438 \u043f\u0440\u043e\u0442\u0438 \u0433\u043e\u0434\u0438\u043d\u043d\u0438\u043a\u043e\u0432\u043e\u0457 \u0441\u0442\u0440\u0456\u043b\u043a\u0438',
147
- 'Rotate clockwise': '\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438 \u0437\u0430 \u0433\u043e\u0434\u0438\u043d\u043d\u0438\u043a\u043e\u0432\u043e\u044e \u0441\u0442\u0440\u0456\u043b\u043a\u043e\u044e',
148
- 'Flip vertically': '\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 \u043f\u043e \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u0456',
149
- 'Flip horizontally': '\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 \u043f\u043e \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u0456',
150
- 'Edit image': '\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f',
151
- 'Image options': '\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f',
152
- 'Zoom in': '\u0417\u0431\u0456\u043b\u044c\u0448\u0438\u0442\u0438',
153
- 'Zoom out': '\u0417\u043c\u0435\u043d\u0448\u0438\u0442\u0438',
154
- Crop: '\u041e\u0431\u0440\u0456\u0437\u0430\u0442\u0438',
155
- Resize: '\u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u0440\u043e\u0437\u043c\u0456\u0440',
156
- Orientation: '\u041e\u0440\u0456\u0454\u043d\u0442\u0430\u0446\u0456\u044f',
157
- Brightness: '\u042f\u0441\u043a\u0440\u0430\u0432\u0456\u0441\u0442\u044c',
158
- Sharpen: '\u0427\u0456\u0442\u043a\u0456\u0441\u0442\u044c',
159
- Contrast: '\u041a\u043e\u043d\u0442\u0440\u0430\u0441\u0442',
160
- 'Color levels': '\u0420\u0456\u0432\u043d\u0456 \u043a\u043e\u043b\u044c\u043e\u0440\u0456\u0432',
161
- Gamma: '\u0413\u0430\u043c\u043c\u0430',
162
- Invert: '\u0406\u043d\u0432\u0435\u0440\u0441\u0456\u044f',
163
- Apply: '\u0417\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u0442\u0438',
164
- Back: '\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044f',
165
- 'Insert date/time': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0434\u0430\u0442\u0443/\u0447\u0430\u0441',
166
- 'Date/time': '\u0414\u0430\u0442\u0430/\u0447\u0430\u0441',
167
- 'Insert link': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f',
168
- 'Insert/edit link': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f',
169
- 'Text to display': '\u0422\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f',
170
- Url: 'URL',
171
- Target: '\u041c\u0435\u0442\u0430',
172
- None: '\u041d\u0456',
173
- 'New window': '\u041d\u043e\u0432\u0435 \u0432\u0456\u043a\u043d\u043e',
174
- 'Remove link': '\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f',
175
- Anchors: '\u042f\u043a\u043e\u0440\u044f',
176
- Link: '\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f',
177
- 'Paste or type a link': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0430\u0431\u043e \u043d\u0430\u043f\u0438\u0441\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f',
178
- 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?': '\u0421\u0445\u043e\u0436\u0435, \u0449\u043e \u0432\u0438 \u0432\u0432\u0435\u043b\u0438 \u0430\u0434\u0440\u0435\u0441\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438. \u0412\u0438 \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u0438 \u043f\u0440\u0435\u0444\u0456\u043a\u0441 mailto:?',
179
- 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?': '\u0421\u0445\u043e\u0436\u0435, \u0449\u043e \u0432\u0438 \u0432\u0432\u0435\u043b\u0438 \u0437\u043e\u0432\u043d\u0456\u0448\u043d\u0454 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f. \u0412\u0438 \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u0438 \u043f\u0440\u0435\u0444\u0456\u043a\u0441 http://?',
180
- 'Link list': '\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u044c',
181
- 'Insert video': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e',
182
- 'Insert/edit video': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u0435\u043e',
183
- 'Insert/edit media': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043c\u0435\u0434\u0456\u0430\u0434\u0430\u043d\u0456',
184
- 'Alternative source': '\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0435 \u0434\u0436\u0435\u0440\u0435\u043b\u043e',
185
- Poster: '\u041f\u043b\u0430\u043a\u0430\u0442',
186
- 'Paste your embed code below:': '\u0412\u0441\u0442\u0430\u0432\u0442\u0435 \u0432\u0430\u0448 \u043a\u043e\u0434 \u043d\u0438\u0436\u0447\u0435:',
187
- Embed: '\u0412\u043f\u0440\u043e\u0432\u0430\u0434\u0438\u0442\u0438',
188
- Media: '\u041c\u0435\u0434\u0456\u0430\u0434\u0430\u043d\u0456',
189
- 'Nonbreaking space': '\u041d\u0435\u0440\u043e\u0437\u0440\u0438\u0432\u043d\u0438\u0439 \u043f\u0440\u043e\u043f\u0443\u0441\u043a',
190
- 'Page break': '\u0420\u043e\u0437\u0440\u0438\u0432 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438',
191
- 'Paste as text': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u044f\u043a \u0442\u0435\u043a\u0441\u0442',
192
- Preview: '\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434',
193
- Print: '\u0414\u0440\u0443\u043a',
194
- Save: '\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438',
195
- Find: '\u0417\u043d\u0430\u0439\u0442\u0438',
196
- 'Replace with': '\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u043d\u0430',
197
- Replace: '\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438',
198
- 'Replace all': '\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0432\u0441\u0435',
199
- Prev: '\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439',
200
- Next: '\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0439',
201
- 'Find and replace': '\u0417\u043d\u0430\u0439\u0442\u0438 \u0456 \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438',
202
- 'Could not find the specified string.': '\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u043d\u0430\u0439\u0442\u0438 \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0440\u044f\u0434\u043e\u043a.',
203
- 'Match case': '\u0417 \u0443\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f\u043c \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0443',
204
- 'Whole words': '\u0426\u0456\u043b\u0456 \u0441\u043b\u043e\u0432\u0430',
205
- Spellcheck: '\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u043e\u0440\u0444\u043e\u0433\u0440\u0430\u0444\u0456\u0457',
206
- Ignore: '\u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438',
207
- 'Ignore all': '\u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u0432\u0441\u0435',
208
- Finish: '\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u0438',
209
- 'Add to Dictionary': '\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u0441\u043b\u043e\u0432\u043d\u0438\u043a',
210
- 'Insert table': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044e',
211
- 'Table properties': '\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0442\u0430\u0431\u043b\u0438\u0446\u0456',
212
- 'Delete table': '\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044e',
213
- Cell: '\u041a\u043e\u043c\u0456\u0440\u043a\u0430',
214
- Row: '\u0420\u044f\u0434\u043e\u043a',
215
- Column: '\u0421\u0442\u043e\u0432\u043f\u0435\u0446\u044c',
216
- 'Cell properties': '\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u043a\u043e\u043c\u0456\u0440\u043a\u0438',
217
- 'Merge cells': "\u041e\u0431'\u0454\u0434\u043d\u0430\u0442\u0438 \u043a\u043e\u043c\u0456\u0440\u043a\u0438",
218
- 'Split cell': '\u0420\u043e\u0437\u0431\u0438\u0442\u0438 \u043a\u043e\u043c\u0456\u0440\u043a\u0443',
219
- 'Insert row before': '\u0412\u0441\u0442\u0430\u0432\u0442\u0435 \u0440\u044f\u0434\u043e\u043a \u043f\u0435\u0440\u0435\u0434',
220
- 'Insert row after': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u043f\u0456\u0441\u043b\u044f',
221
- 'Delete row': '\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a',
222
- 'Row properties': '\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0440\u044f\u0434\u043a\u0430',
223
- 'Cut row': '\u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438 \u0440\u044f\u0434\u043e\u043a',
224
- 'Copy row': '\u041a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u0440\u044f\u0434\u043e\u043a',
225
- 'Paste row before': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u043f\u0435\u0440\u0435\u0434',
226
- 'Paste row after': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u043f\u0456\u0441\u043b\u044f',
227
- 'Insert column before': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c \u043f\u0435\u0440\u0435\u0434',
228
- 'Insert column after': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c \u043f\u0456\u0441\u043b\u044f',
229
- 'Delete column': '\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c',
230
- Cols: '\u0421\u0442\u043e\u0432\u043f\u0446\u0456',
231
- Rows: '\u0420\u044f\u0434\u043a\u0438',
232
- Width: '\u0428\u0438\u0440\u0438\u043d\u0430',
233
- Height: '\u0412\u0438\u0441\u043e\u0442\u0430',
234
- 'Cell spacing': '\u0406\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u043c\u0456\u0436 \u043a\u043e\u043c\u0456\u0440\u043a\u0430\u043c\u0438',
235
- 'Cell padding': '\u0417\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f \u043a\u043e\u043c\u0456\u0440\u043e\u043a',
236
- Caption: '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a',
237
- Left: '\u041b\u0456\u0432\u043e\u0440\u0443\u0447',
238
- Center: '\u0426\u0435\u043d\u0442\u0440',
239
- Right: '\u041f\u0440\u0430\u0432\u043e\u0440\u0443\u0447',
240
- 'Cell type': '\u0422\u0438\u043f \u043a\u043e\u043c\u0456\u0440\u043a\u0438',
241
- Scope: '\u0423 \u043c\u0435\u0436\u0430\u0445',
242
- Alignment: '\u0412\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f',
243
- 'H Align': '\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0435 \u0432\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f',
244
- 'V Align': '\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0435 \u0432\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f',
245
- Top: '\u041f\u043e \u0432\u0435\u0440\u0445\u043d\u044c\u043e\u043c\u0443 \u043a\u0440\u0430\u044e',
246
- Middle: '\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443',
247
- Bottom: '\u041f\u043e \u043d\u0438\u0436\u043d\u044c\u043e\u043c\u0443 \u043a\u0440\u0430\u044e',
248
- 'Header cell': '\u041a\u043e\u043c\u0456\u0440\u043a\u0430 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0443',
249
- 'Row group': '\u0413\u0440\u0443\u043f\u0430 \u0440\u044f\u0434\u043a\u0456\u0432',
250
- 'Column group': '\u0413\u0440\u0443\u043f\u0430 \u0441\u0442\u043e\u0432\u043f\u0446\u0456\u0432',
251
- 'Row type': '\u0422\u0438\u043f \u0440\u044f\u0434\u043a\u0430',
252
- Header: '\u0412\u0435\u0440\u0445\u043d\u0456\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b',
253
- Body: '\u0422\u0456\u043b\u043e',
254
- Footer: '\u041d\u0438\u0436\u043d\u0456\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b',
255
- 'Border color': '\u041a\u043e\u043b\u0456\u0440 \u043c\u0435\u0436\u0456',
256
- 'Insert template': '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0448\u0430\u0431\u043b\u043e\u043d',
257
- Templates: '\u0428\u0430\u0431\u043b\u043e\u043d\u0438',
258
- Template: '\u0428\u0430\u0431\u043b\u043e\u043d',
259
- 'Text color': '\u041a\u043e\u043b\u0456\u0440 \u0442\u0435\u043a\u0441\u0442\u0443',
260
- 'Background color': '\u041a\u043e\u043b\u0456\u0440 \u0444\u043e\u043d\u0443',
261
- 'Custom...': '\u0406\u043d\u0448\u0438\u0439...',
262
- 'Custom color': '\u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044c\u043a\u0438\u0439 \u043a\u043e\u043b\u0456\u0440',
263
- 'No color': '\u0411\u0435\u0437 \u043a\u043e\u043b\u044c\u043e\u0440\u0443',
264
- 'Table of Contents': '\u0417\u043c\u0456\u0441\u0442',
265
- 'Show blocks': '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0431\u043b\u043e\u043a\u0438',
266
- 'Show invisible characters': '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043d\u0435\u0432\u0438\u0434\u0438\u043c\u0456 \u0441\u0438\u043c\u0432\u043e\u043b\u0438',
267
- 'Words: {0}': '\u0421\u043b\u043e\u0432\u0430: {0}',
268
- '{0} words': '{0} \u0441\u043b\u0456\u0432',
269
- File: '\u0424\u0430\u0439\u043b',
270
- Edit: '\u041f\u0440\u0430\u0432\u043a\u0430',
271
- Insert: '\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438',
272
- View: '\u0412\u0438\u0434',
273
- Format: '\u0424\u043e\u0440\u043c\u0430\u0442',
274
- Table: '\u0422\u0430\u0431\u043b\u0438\u0446\u044f',
275
- Tools: '\u0406\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0438',
276
- 'Powered by {0}': '\u0417\u0430 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0438\u043a\u0438 {0}',
277
- 'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help': '\u041e\u0431\u043b\u0430\u0441\u0442\u044c Rich \u0442\u0435\u043a\u0441\u0442\u0443. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c ALT-F9 - \u043c\u0435\u043d\u044e. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c ALT-F10 - \u043f\u0430\u043d\u0435\u043b\u044c \u0456\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0456\u0432. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c ALT-0 - \u0434\u043e\u0432\u0456\u0434\u043a\u0430'
278
- });
@@ -1,277 +0,0 @@
1
- /*
2
- * Copyright (C) 2018 - present Instructure, Inc.
3
- *
4
- * This file is part of Canvas.
5
- *
6
- * Canvas is free software: you can redistribute it and/or modify it under
7
- * the terms of the GNU Affero General Public License as published by the Free
8
- * Software Foundation, version 3 of the License.
9
- *
10
- * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
11
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
- * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
13
- * details.
14
- *
15
- * You should have received a copy of the GNU Affero General Public License along
16
- * with this program. If not, see <http://www.gnu.org/licenses/>.
17
- */
18
- tinymce.addI18n('vi_VN', {
19
- Redo: 'Ho\u00e0n t\u00e1t',
20
- Undo: 'Hu\u1ef7 thao t\u00e1c',
21
- Cut: 'C\u1eaft',
22
- Copy: 'Ch\u00e9p',
23
- Paste: 'D\u00e1n',
24
- 'Select all': 'Ch\u1ecdn t\u1ea5t c\u1ea3',
25
- 'New document': 'T\u1ea1o t\u00e0i li\u1ec7u m\u1edbi',
26
- Ok: 'OK',
27
- Cancel: 'Hu\u1ef7',
28
- 'Visual aids': 'Hi\u1ec7n khung so\u1ea1n th\u1ea3o',
29
- Bold: 'T\u00f4 \u0111\u1eadm',
30
- Italic: 'In nghi\u00eang',
31
- Underline: 'G\u1ea1ch d\u01b0\u1edbi',
32
- Strikethrough: 'G\u1ea1ch ngang',
33
- Superscript: 'Tr\u00ean d\u00f2ng',
34
- Subscript: 'D\u01b0\u1edbi d\u00f2ng',
35
- 'Clear formatting': 'Xo\u00e1 \u0111\u1ecbnh d\u1ea1ng',
36
- 'Align left': 'Canh tr\u00e1i',
37
- 'Align center': 'Canh gi\u1eefa',
38
- 'Align right': 'Canh ph\u1ea3i',
39
- Justify: 'Canh \u0111\u1ec1u hai b\u00ean',
40
- 'Bullet list': 'D\u1ea5u \u0111\u1ea7u d\u00f2ng',
41
- 'Numbered list': 'Danh s\u00e1ch s\u1ed1',
42
- 'Decrease indent': 'L\u00f9i ra',
43
- 'Increase indent': 'L\u00f9i v\u00e0o',
44
- Close: '\u0110\u00f3ng',
45
- Formats: '\u0110\u1ecbnh d\u1ea1ng',
46
- "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": 'Tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n kh\u00f4ng h\u1ed7 tr\u1ee3 truy c\u1eadp clipboard, vui l\u00f2ng s\u1eed d\u1ee5ng c\u00e1c t\u1ed5 h\u1ee3p Ctrl + X, C, V.',
47
- Headers: '\u0110\u1ea7u trang',
48
- 'Header 1': 'Ti\u00eau \u0111\u1ec1 1',
49
- 'Header 2': 'Ti\u00eau \u0111\u1ec1 2',
50
- 'Header 3': 'Ti\u00eau \u0111\u1ec1 3',
51
- 'Header 4': 'Ti\u00eau \u0111\u1ec1 4',
52
- 'Header 5': 'Ti\u00eau \u0111\u1ec1 5',
53
- 'Header 6': 'Ti\u00eau \u0111\u1ec1 6',
54
- Headings: 'Ti\u00eau \u0111\u1ec1',
55
- 'Heading 1': 'Ti\u00eau \u0111\u1ec1 1',
56
- 'Heading 2': 'Ti\u00eau \u0111\u1ec1 2',
57
- 'Heading 3': 'Ti\u00eau \u0111\u1ec1 3',
58
- 'Heading 4': 'Ti\u00eau \u0111\u1ec1 4',
59
- 'Heading 5': 'Ti\u00eau \u0111\u1ec1 5',
60
- 'Heading 6': 'Ti\u00eau \u0111\u1ec1 6',
61
- Div: 'Khung',
62
- Pre: '\u0110\u1ecbnh d\u1ea1ng',
63
- Code: 'M\u00e3',
64
- Paragraph: '\u0110o\u1ea1n v\u0103n',
65
- Blockquote: 'Tr\u00edch',
66
- Inline: 'C\u00f9ng d\u00f2ng',
67
- Blocks: 'Bao',
68
- 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.': 'D\u00e1n b\u00e2y gi\u1edd l\u00e0 \u1edf ch\u1ebf \u0111\u1ed9 v\u0103n b\u1ea3n \u0111\u01a1n gi\u1ea3n. N\u1ed9i dung s\u1ebd \u0111\u01b0\u1ee3c d\u00e1n nh\u01b0 \u0111\u1ed3ng b\u1eb1ng v\u0103n b\u1ea3n cho \u0111\u1ebfn khi b\u1ea1n chuy\u1ec3n \u0111\u1ed5i t\u00f9y ch\u1ecdn n\u00e0y.',
69
- 'Font Family': 'Ph\u00f4ng',
70
- 'Font Sizes': 'K\u00edch th\u01b0\u1edbc ph\u00f4ng',
71
- Class: 'L\u1edbp',
72
- 'Browse for an image': 'Duy\u1ec7t \u1ea3nh',
73
- OR: 'HO\u1eb6C',
74
- 'Drop an image here': 'Th\u1ea3 h\u00ecnh \u1ea3nh \u1edf \u0111\u00e2y',
75
- Upload: 'T\u1ea3i l\u00ean',
76
- Block: 'Kh\u1ed1i',
77
- Align: 'C\u0103n ch\u1ec9nh',
78
- Default: 'Ng\u1ea7m \u0111\u1ecbnh',
79
- Circle: 'H\u00ecnh tr\u00f2n',
80
- Disc: 'H\u00ecnh tr\u00f2n m\u1ecfng',
81
- Square: '\u00d4 vu\u00f4ng',
82
- 'Lower Alpha': 'K\u00fd t\u1ef1 th\u01b0\u1eddng',
83
- 'Lower Greek': 'S\u1ed1 hy l\u1ea1p th\u01b0\u1eddng',
84
- 'Lower Roman': 'S\u1ed1 la m\u00e3 th\u01b0\u1eddng',
85
- 'Upper Alpha': 'K\u00fd t\u1ef1 hoa',
86
- 'Upper Roman': 'S\u1ed1 la m\u00e3 hoa',
87
- Anchor: 'Neo',
88
- Name: 'T\u00ean',
89
- Id: 'Id',
90
- 'Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.': 'Id ph\u1ea3i b\u1eaft \u0111\u1ea7u b\u1eb1ng m\u1ed9t ch\u1eef c\u00e1i, ch\u1ec9 theo sau b\u1edfi c\u00e1c ch\u1eef c\u00e1i, s\u1ed1, d\u1ea5u g\u1ea1ch ngang, d\u1ea5u ch\u1ea5m, d\u1ea5u hai ch\u1ea5m ho\u1eb7c d\u1ea5u g\u1ea1ch d\u01b0\u1edbi.',
91
- 'You have unsaved changes are you sure you want to navigate away?': 'B\u1ea1n ch\u01b0a l\u01b0u c\u00e1c thay \u0111\u1ed5i, b\u1ea1n c\u00f3 th\u1eadt s\u1ef1 mu\u1ed1n \u0111\u00f3ng ?',
92
- 'Restore last draft': 'Ph\u1ee5c h\u1ed3i b\u1ea3n l\u01b0u g\u1ea7n nh\u1ea5t',
93
- 'Special character': 'K\u00fd t\u1ef1 \u0111\u1eb7c bi\u1ec7t',
94
- 'Source code': 'M\u00e3 ngu\u1ed3n',
95
- 'Insert/Edit code sample': 'Ch\u00e8n/Ch\u1ec9nh s\u1eeda m\u1eabu',
96
- Language: 'Ng\u00f4n ng\u1eef',
97
- 'Code sample': '\u0110o\u1ea1n m\u00e3 m\u1eabu',
98
- Color: 'M\u00e0u',
99
- R: 'R',
100
- G: 'G',
101
- B: 'B',
102
- 'Left to right': 'Tr\u00e1i sang ph\u1ea3i',
103
- 'Right to left': 'Ph\u1ea3i sang tr\u00e1i',
104
- Emoticons: 'Bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\u00fac',
105
- 'Document properties': 'Thu\u1ed9c t\u00ednh t\u00e0i li\u1ec7u',
106
- Title: 'Ti\u00eau \u0111\u1ec1',
107
- Keywords: 'T\u1eeb kho\u00e1',
108
- Description: 'Mi\u00eau t\u1ea3',
109
- Robots: 'Robots',
110
- Author: 'Neo',
111
- Encoding: 'M\u00e3 ho\u00e1',
112
- Fullscreen: '\u0110\u1ea7y m\u00e0n h\u00ecnh',
113
- Action: 'H\u00e0nh \u0111\u1ed9ng',
114
- Shortcut: 'L\u1ed1i t\u1eaft',
115
- Help: 'Tr\u1ee3 gi\u00fap',
116
- Address: '\u0110\u1ecba ch\u1ec9',
117
- 'Focus to menubar': 'G\u1eafn l\u00ean thanh tr\u00ecnh \u0111\u01a1n',
118
- 'Focus to toolbar': 'G\u1eafn l\u00ean thanh c\u00f4ng c\u1ee5',
119
- 'Focus to element path': 'G\u1eafn v\u00e0o \u0111\u01b0\u1eddng d\u1eabn',
120
- 'Focus to contextual toolbar': 'G\u1eafn v\u00e0o thanh c\u00f4ng c\u1ee5 ng\u1eef c\u1ea3nh',
121
- 'Insert link (if link plugin activated)': 'Ch\u00e8n li\u00ean k\u1ebft (n\u1ebfu plugin li\u00ean k\u1ebft \u0111\u1ea3 k\u00edch ho\u1ea1t)',
122
- 'Save (if save plugin activated)': 'L\u01b0u (n\u1ebfu plugin l\u01b0u \u0111\u1ea3 k\u00edch ho\u1ea1t)',
123
- 'Find (if searchreplace plugin activated)': 'T\u00ecm (n\u1ebfu plugin t\u00ecm v\u00e0 thay th\u1ebf \u0111\u1ea3 k\u00edch ho\u1ea1t)',
124
- 'Plugins installed ({0}):': 'Plugin \u0111\u00e3 c\u00e0i \u0111\u1eb7t ({0}):',
125
- 'Premium plugins:': 'C\u00e1c Plugin tr\u1ea3 ph\u00ed:',
126
- 'Learn more...': 'T\u00ecm hi\u1ec3u th\u00eam...',
127
- 'You are using {0}': 'B\u1ea1n \u0111ang s\u1eed d\u1ee5ng {0}',
128
- Plugins: 'Plugins',
129
- 'Handy Shortcuts': 'Ph\u00edm t\u1eaft ti\u1ec7n d\u1ee5ng',
130
- 'Horizontal line': 'G\u1ea1ch ngang',
131
- 'Insert/edit image': 'Th\u00eam / s\u1eeda h\u00ecnh \u1ea3nh',
132
- 'Image description': 'Mi\u00eau t\u1ea3 h\u00ecnh \u1ea3nh',
133
- Source: 'Ngu\u1ed3n',
134
- Dimensions: 'K\u00edch th\u01b0\u1edbc',
135
- 'Constrain proportions': 'H\u1ea1n ch\u1ebf t\u1ef7 l\u1ec7',
136
- General: 'T\u1ed5ng h\u1ee3p',
137
- Advanced: 'N\u00e2ng cao',
138
- Style: 'Ki\u1ec3u',
139
- 'Vertical space': 'Kho\u1ea3ng c\u00e1ch d\u1ecdc',
140
- 'Horizontal space': 'Kho\u1ea3ng c\u00e1ch ngang',
141
- Border: '\u0110\u01b0\u1eddng vi\u1ec1n',
142
- 'Insert image': 'Ch\u00e8n \u1ea3nh',
143
- Image: 'H\u00ecnh \u1ea3nh',
144
- 'Image list': 'Danh s\u00e1ch \u1ea3nh',
145
- 'Rotate counterclockwise': 'Xoay ng\u01b0\u1ee3c chi\u1ec1u kim \u0111\u1ed3ng',
146
- 'Rotate clockwise': 'Xoay theo chi\u1ec1u kim \u0111\u1ed3ng h\u1ed3',
147
- 'Flip vertically': 'L\u1eadt d\u1ecdc',
148
- 'Flip horizontally': 'L\u1eadt ngang',
149
- 'Edit image': 'S\u1eeda \u1ea3nh',
150
- 'Image options': 'T\u00f9y ch\u1ecdn h\u00ecnh \u1ea3nh',
151
- 'Zoom in': 'Ph\u00f3ng to',
152
- 'Zoom out': 'Thu nh\u1ecf',
153
- Crop: 'X\u00e9n',
154
- Resize: 'Thay \u0111\u1ed5i k\u00edch th\u01b0\u1edbc',
155
- Orientation: '\u0110\u1ecbnh h\u01b0\u1edbng',
156
- Brightness: '\u0110\u1ed9 s\u00e1ng',
157
- Sharpen: '\u0110\u1ed9 s\u1eafc n\u00e9t',
158
- Contrast: '\u0110\u1ed9 t\u01b0\u01a1ng ph\u1ea3n',
159
- 'Color levels': 'M\u1ee9c \u0111\u1ed9 m\u00e0u s\u1eafc',
160
- Gamma: 'M\u00e0u Gamma',
161
- Invert: '\u0110\u1ea3o ng\u01b0\u1ee3c',
162
- Apply: '\u00c1p d\u1ee5ng',
163
- Back: 'Tr\u1edf l\u1ea1i',
164
- 'Insert date/time': 'Th\u00eam ng\u00e0y / gi\u1edd',
165
- 'Date/time': 'Ng\u00e0y/gi\u1edd',
166
- 'Insert link': 'Th\u00eam li\u00ean k\u1ebft',
167
- 'Insert/edit link': 'Th\u00eam / s\u1eeda li\u00ean k\u1ebft',
168
- 'Text to display': 'Ch\u1eef hi\u1ec3n th\u1ecb',
169
- Url: 'Li\u00ean k\u1ebft',
170
- Target: 'M\u1ee5c ti\u00eau',
171
- None: 'Kh\u00f4ng',
172
- 'New window': 'C\u1eeda s\u1ed5 m\u1edbi',
173
- 'Remove link': 'Xo\u00e1 li\u00ean k\u1ebft',
174
- Anchors: 'Ghim',
175
- Link: 'Li\u00ean k\u1ebft',
176
- 'Paste or type a link': 'D\u00e1n ho\u1eb7c nh\u1eadp li\u00ean k\u1ebft',
177
- 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?': 'URL b\u1ea1n nh\u1eadp v\u00e0o c\u00f3 v\u1ebb l\u00e0 m\u1ed9t \u0111\u1ecba ch\u1ec9 email. B\u1ea1n c\u00f3 mu\u1ed1n th\u00eam c\u00e1c y\u00eau c\u1ea7u mailto: ti\u1ec1n t\u1ed1?',
178
- 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?': 'URL b\u1ea1n nh\u1eadp v\u00e0o c\u00f3 v\u1ebb l\u00e0 m\u1ed9t li\u00ean k\u1ebft b\u00ean ngo\u00e0i. B\u1ea1n c\u00f3 mu\u1ed1n th\u00eam ti\u1ec1n t\u1ed1 http:// c\u1ea7n thi\u1ebft?',
179
- 'Link list': 'Danh s\u00e1ch li\u00ean k\u1ebft',
180
- 'Insert video': 'Th\u00eam video',
181
- 'Insert/edit video': 'Th\u00eam / s\u1eeda video',
182
- 'Insert/edit media': 'Ch\u00e8n/ch\u1ec9nh s\u1eeda ph\u01b0\u01a1ng ti\u1ec7n truy\u1ec1n th\u00f4ng',
183
- 'Alternative source': 'Ngu\u1ed3n thay th\u1ebf',
184
- Poster: 'Ng\u01b0\u1eddi \u0111\u0103ng',
185
- 'Paste your embed code below:': 'D\u00e1n m\u00e3 embed v\u00e0o:',
186
- Embed: 'Embed',
187
- Media: 'Ph\u01b0\u01a1ng ti\u1ec7n truy\u1ec1n th\u00f4ng',
188
- 'Nonbreaking space': 'Kh\u00f4ng ng\u1eaft kho\u1ea3ng',
189
- 'Page break': 'Ng\u1eaft trang',
190
- 'Paste as text': 'D\u00e1n nh\u01b0 v\u0103n b\u1ea3n',
191
- Preview: 'Xem tr\u01b0\u1edbc',
192
- Print: 'In',
193
- Save: 'L\u01b0u',
194
- Find: 'T\u00ecm',
195
- 'Replace with': 'Thay th\u1ebf b\u1eb1ng',
196
- Replace: 'Thay th\u1ebf',
197
- 'Replace all': 'Thay th\u1ebf t\u1ea5t c\u1ea3',
198
- Prev: 'Tr\u01b0\u1edbc',
199
- Next: 'Sau',
200
- 'Find and replace': 'T\u00ecm v\u00e0 thay th\u1ebf',
201
- 'Could not find the specified string.': 'Kh\u00f4ng t\u00ecm th\u1ea5y chu\u1ed7i y\u00eau c\u1ea7u',
202
- 'Match case': 'Ph\u00e2n bi\u1ec7t hoa th\u01b0\u1eddng',
203
- 'Whole words': 'T\u1ea5t c\u1ea3 \u0111o\u1ea1n',
204
- Spellcheck: 'Ki\u1ec3m tra ch\u00ednh t\u1ea3',
205
- Ignore: 'L\u1edd qua',
206
- 'Ignore all': 'L\u1edd t\u1ea5t c\u1ea3',
207
- Finish: 'Ho\u00e0n t\u1ea5t',
208
- 'Add to Dictionary': 'Th\u00eam v\u00e0o t\u1eeb \u0111i\u1ec3n',
209
- 'Insert table': 'Th\u00eam b\u1ea3ng',
210
- 'Table properties': 'Thu\u1ed9c t\u00ednh b\u1ea3ng',
211
- 'Delete table': 'Xo\u00e1 b\u1ea3ng',
212
- Cell: '\u00d4',
213
- Row: 'D\u00f2ng',
214
- Column: 'C\u1ed9t',
215
- 'Cell properties': 'Thu\u1ed9c t\u00ednh \u00f4',
216
- 'Merge cells': 'N\u1ed1i \u00f4',
217
- 'Split cell': 'Chia \u00f4',
218
- 'Insert row before': 'Th\u00eam d\u00f2ng ph\u00eda tr\u00ean',
219
- 'Insert row after': 'Th\u00eam d\u00f2ng ph\u00eda d\u01b0\u1edbi',
220
- 'Delete row': 'Xo\u00e1 d\u00f2ng',
221
- 'Row properties': 'Thu\u1ed9c t\u00ednh d\u00f2ng',
222
- 'Cut row': 'C\u1eaft d\u00f2ng',
223
- 'Copy row': 'Ch\u00e9p d\u00f2ng',
224
- 'Paste row before': 'D\u00e1n v\u00e0o ph\u00eda tr\u01b0\u1edbc, tr\u00ean',
225
- 'Paste row after': 'D\u00e1n v\u00e0o ph\u00eda sau, d\u01b0\u1edbi',
226
- 'Insert column before': 'Th\u00eam c\u1ed9t b\u00ean tr\u00e1i',
227
- 'Insert column after': 'Th\u00eam c\u1ed9t b\u00ean ph\u1ea3i',
228
- 'Delete column': 'Xo\u00e1 c\u1ed9t',
229
- Cols: 'C\u1ed9t',
230
- Rows: 'D\u00f2ng',
231
- Width: 'R\u1ed9ng',
232
- Height: 'Cao',
233
- 'Cell spacing': 'Kho\u1ea3ng c\u00e1ch \u00f4',
234
- 'Cell padding': 'Kho\u1ea3ng c\u00e1ch trong \u00f4',
235
- Caption: 'Ti\u00eau \u0111\u1ec1',
236
- Left: 'Tr\u00e1i',
237
- Center: 'Gi\u1eefa',
238
- Right: 'Ph\u1ea3i',
239
- 'Cell type': 'Lo\u1ea1i \u00f4',
240
- Scope: 'Quy\u1ec1n',
241
- Alignment: 'Canh ch\u1ec9nh',
242
- 'H Align': 'X\u1ebfp ngang',
243
- 'V Align': 'X\u1ebfp d\u1ecdc',
244
- Top: '\u0110\u1ec9nh',
245
- Middle: 'Gi\u1eefa',
246
- Bottom: '\u0110\u00e1y',
247
- 'Header cell': 'Ti\u00eau \u0111\u1ec1 \u00f4',
248
- 'Row group': 'Nh\u00f3m d\u00f2ng',
249
- 'Column group': 'Nh\u00f3m c\u1ed9t',
250
- 'Row type': 'Lo\u1ea1i d\u00f2ng',
251
- Header: 'Ti\u00eau \u0111\u1ec1',
252
- Body: 'N\u1ed9i dung',
253
- Footer: 'Ch\u00e2n',
254
- 'Border color': 'M\u00e0u vi\u1ec1n',
255
- 'Insert template': 'Th\u00eam m\u1eabu',
256
- Templates: 'M\u1eabu',
257
- Template: 'B\u1ea3n m\u1eabu',
258
- 'Text color': 'M\u00e0u ch\u1eef',
259
- 'Background color': 'M\u00e0u n\u1ec1n',
260
- 'Custom...': 'T\u00f9y ch\u1ecdn...',
261
- 'Custom color': 'M\u00e0u t\u00f9y ch\u1ecdn',
262
- 'No color': 'Kh\u00f4ng m\u00e0u',
263
- 'Table of Contents': 'M\u1ee5c l\u1ee5c',
264
- 'Show blocks': 'Hi\u1ec3n th\u1ecb kh\u1ed1i',
265
- 'Show invisible characters': 'Hi\u1ec3n th\u1ecb c\u00e1c k\u00fd t\u1ef1 \u1ea9n',
266
- 'Words: {0}': 'T\u1eeb: {0}',
267
- '{0} words': '{0} t\u1eeb',
268
- File: 'T\u1eadp tin',
269
- Edit: 'S\u1eeda',
270
- Insert: 'Th\u00eam',
271
- View: 'Xem',
272
- Format: '\u0110\u1ecbnh d\u1ea1ng',
273
- Table: 'B\u1ea3ng',
274
- Tools: 'C\u00f4ng c\u1ee5',
275
- 'Powered by {0}': '\u0110\u01b0\u1ee3c cung c\u1ea5p b\u1edfi {0}',
276
- 'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help': 'Khu v\u1ef1c so\u1ea1n th\u1ea3o. Nh\u1ea5n ALT-F9 \u0111\u1ec3 hi\u1ec7n menu, ALT-F10 \u0111\u1ec3 hi\u1ec7n thanh c\u00f4ng c\u1ee5. C\u1ea7n tr\u1ee3 gi\u00fap nh\u1ea5n ALT-0'
277
- });