@etsoo/editor
Version:
ETSOO Free WYSIWYG HTML Editor
222 lines (220 loc) • 7.2 kB
JavaScript
var about = "About EOEditor";
var aboutContent = "<p>Source repository: <a href=\"https://github.com/ETSOO/EOEditor\" target=\"_blank\">GitHub</a><br/>Copyright © <a href=\"https://www.etsoo.com\" target=\"_blank\">ETSOO</a> (2004-2022)</p>";
var align = "Align";
var allowfullscreen = "Allow fulscreen";
var apply = "Apply";
var backColor = "Highlight color";
var backgroundImage = "Background image";
var bgColor = "Bg color";
var bold = "Bold (Ctrl+B)";
var border = "Border";
var borderStyle = "Border style";
var borderRadius = "Corner radius";
var byURL = "By URL";
var caption = "Caption";
var className = "Class name";
var code = "Code";
var color = "Color";
var copy = "Copy (Ctrl+C)";
var custom1 = "Custom 1";
var custom2 = "Custom 2";
var custom3 = "Custom 3";
var cut = "Cut (Ctrl+X)";
var decreaseFontSize = "Decrease font size";
var edit = "Edit";
var float = "Float";
var foreColor = "Text color";
var formatBlock = "Styles";
var fullscreen = "Fullscreen";
var gradient = "Gradient";
var h1 = "Heading 1";
var h2 = "Heading 2";
var h3 = "Heading 3";
var h4 = "Heading 4";
var h5 = "Heading 5";
var h6 = "Heading 6";
var height = "Height";
var hp = "Normal text";
var iframe = "Embeded window";
var image = "Image";
var imageCreation = "Image creation";
var increaseFontSize = "Increase font size";
var indent = "Increase indent";
var insertHorizontalRule = "Horitontal line";
var insertTable = "Insert table";
var insertImage = "Insert image";
var insertOrderedList = "Numbered list";
var insertText = "Pasting without formatting (Ctrl+Shift+V)";
var insertUnorderedList = "Bulleted list";
var italic = "Italic (Ctrl+I)";
var justifyCenter = "Center align";
var justifyFull = "Justify";
var justifyLeft = "Left align";
var justifyRight = "Right align";
var link = "Link";
var linkTargetNew = "New window";
var linkTitle = "Title";
var linkURL = "URL";
var lock = "Protect Data";
var margin = "Margin";
var more = "More";
var next = "Next";
var none = "None";
var object = "Object";
var outdent = "Decrease indent";
var padding = "Padding";
var paste = "Paste (Ctrl+V)";
var position = "Position";
var previous = "Previous";
var qty = "Qty";
var redo = "Redo (Ctrl+Y)";
var removeFormat = "Clear format";
var repeat = "Repeat";
var restore = "Restore";
var s = "Separator";
var sameValue = "Same value";
var sides = "Top|Right|Bottom|Left";
var source = "HTML source";
var specialCharacterCategories = "Symbols|Punctuation|Arrows|Currency|Math|Numbers";
var strikeThrough = "Strikethrough";
var style = "CSS styles";
var subscript = "Subscript";
var superscript = "Superscript";
var symbols = "Special charaters";
var table = "Table";
var tableColumnAddAfter = "Insert column to the right";
var tableColumnAddBefore = "Insert column to the left";
var tableColumnRemove = "Remove the column";
var tableBorder = "Global border";
var tableBorderCollapse = "Collapse";
var tableLayout = "Table layout";
var tableLayouts = "Auto|Fixed";
var tableMergeCells = "Merge cells";
var tableProperties = "Table properties";
var tableRowAddAfter = "Insert row below";
var tableRowAddBefore = "Insert row above";
var tableRowRemove = "Remove the row";
var tableSplitCell = "Split the cell";
var tableSplitColumns = "Split into columns";
var tableSplitRows = "Split into rows";
var textbox = "Text box";
var to = "To";
var underline = "Underline (Ctrl+U)";
var undo = "Undo (Ctrl+Z)";
var unlink = "Remove link";
var uploadFromComputer = "Upload from computer";
var video = "Audio/video/HTML";
var width = "Width";
var yes = "Yes";
var en = {
about: about,
aboutContent: aboutContent,
align: align,
allowfullscreen: allowfullscreen,
apply: apply,
backColor: backColor,
backgroundImage: backgroundImage,
bgColor: bgColor,
bold: bold,
border: border,
borderStyle: borderStyle,
borderRadius: borderRadius,
byURL: byURL,
caption: caption,
className: className,
code: code,
color: color,
copy: copy,
custom1: custom1,
custom2: custom2,
custom3: custom3,
cut: cut,
decreaseFontSize: decreaseFontSize,
"delete": "Delete",
edit: edit,
float: float,
foreColor: foreColor,
formatBlock: formatBlock,
fullscreen: fullscreen,
gradient: gradient,
h1: h1,
h2: h2,
h3: h3,
h4: h4,
h5: h5,
h6: h6,
height: height,
hp: hp,
iframe: iframe,
image: image,
imageCreation: imageCreation,
increaseFontSize: increaseFontSize,
indent: indent,
insertHorizontalRule: insertHorizontalRule,
insertTable: insertTable,
insertImage: insertImage,
insertOrderedList: insertOrderedList,
insertText: insertText,
insertUnorderedList: insertUnorderedList,
italic: italic,
justifyCenter: justifyCenter,
justifyFull: justifyFull,
justifyLeft: justifyLeft,
justifyRight: justifyRight,
link: link,
linkTargetNew: linkTargetNew,
linkTitle: linkTitle,
linkURL: linkURL,
lock: lock,
margin: margin,
more: more,
next: next,
none: none,
object: object,
outdent: outdent,
padding: padding,
paste: paste,
position: position,
previous: previous,
qty: qty,
redo: redo,
removeFormat: removeFormat,
repeat: repeat,
restore: restore,
s: s,
sameValue: sameValue,
sides: sides,
source: source,
specialCharacterCategories: specialCharacterCategories,
strikeThrough: strikeThrough,
style: style,
subscript: subscript,
superscript: superscript,
symbols: symbols,
table: table,
tableColumnAddAfter: tableColumnAddAfter,
tableColumnAddBefore: tableColumnAddBefore,
tableColumnRemove: tableColumnRemove,
tableBorder: tableBorder,
tableBorderCollapse: tableBorderCollapse,
tableLayout: tableLayout,
tableLayouts: tableLayouts,
tableMergeCells: tableMergeCells,
tableProperties: tableProperties,
tableRowAddAfter: tableRowAddAfter,
tableRowAddBefore: tableRowAddBefore,
tableRowRemove: tableRowRemove,
tableSplitCell: tableSplitCell,
tableSplitColumns: tableSplitColumns,
tableSplitRows: tableSplitRows,
textbox: textbox,
to: to,
underline: underline,
undo: undo,
unlink: unlink,
uploadFromComputer: uploadFromComputer,
video: video,
width: width,
yes: yes
};
export { about, aboutContent, align, allowfullscreen, apply, backColor, backgroundImage, bgColor, bold, border, borderRadius, borderStyle, byURL, caption, className, code, color, copy, custom1, custom2, custom3, cut, decreaseFontSize, en as default, edit, float, foreColor, formatBlock, fullscreen, gradient, h1, h2, h3, h4, h5, h6, height, hp, iframe, image, imageCreation, increaseFontSize, indent, insertHorizontalRule, insertImage, insertOrderedList, insertTable, insertText, insertUnorderedList, italic, justifyCenter, justifyFull, justifyLeft, justifyRight, link, linkTargetNew, linkTitle, linkURL, lock, margin, more, next, none, object, outdent, padding, paste, position, previous, qty, redo, removeFormat, repeat, restore, s, sameValue, sides, source, specialCharacterCategories, strikeThrough, style, subscript, superscript, symbols, table, tableBorder, tableBorderCollapse, tableColumnAddAfter, tableColumnAddBefore, tableColumnRemove, tableLayout, tableLayouts, tableMergeCells, tableProperties, tableRowAddAfter, tableRowAddBefore, tableRowRemove, tableSplitCell, tableSplitColumns, tableSplitRows, textbox, to, underline, undo, unlink, uploadFromComputer, video, width, yes };