mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
76 lines
2.6 KiB
JavaScript
76 lines
2.6 KiB
JavaScript
tinyMCE.addI18n('mi_NZ.advanced', {
|
|
"underline_desc": "Underline (Ctrl+U)",
|
|
"italic_desc": "Italic (Ctrl+I)",
|
|
"bold_desc": "Bold (Ctrl+B)",
|
|
dd: "Definition Description",
|
|
dt: "Definition Term ",
|
|
samp: "Code Sample",
|
|
code: "Code",
|
|
blockquote: "Block Quote",
|
|
h6: "Panek\u014Drero 6",
|
|
h5: "Panek\u014Drero 5",
|
|
h4: "Panek\u014Drero 4",
|
|
h3: "Panek\u014Drero 3",
|
|
h2: "Panek\u014Drero 2",
|
|
h1: "Panek\u014Drero 1",
|
|
pre: "Kua whakah\u014Dpututia i mua",
|
|
address: "W\u0101hitau",
|
|
div: "DIV",
|
|
paragraph: "K\u014Dwae",
|
|
block: "H\u014Dputu",
|
|
fontdefault: "Font Family",
|
|
"font_size": "Font Size",
|
|
"style_select": "Ng\u0101 K\u0101hua",
|
|
"anchor_delta_height": "",
|
|
"anchor_delta_width": "",
|
|
"charmap_delta_height": "",
|
|
"charmap_delta_width": "",
|
|
"colorpicker_delta_height": "",
|
|
"colorpicker_delta_width": "",
|
|
"link_delta_height": "",
|
|
"link_delta_width": "",
|
|
"image_delta_height": "",
|
|
"image_delta_width": "",
|
|
"more_colors": "More Colors...",
|
|
"toolbar_focus": "Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X",
|
|
newdocument: "Are you sure you want clear all contents?",
|
|
path: "Path",
|
|
"clipboard_msg": "Copy/Cut/Paste is not available in Mozilla and Firefox. Do you want more information about this issue?",
|
|
"blockquote_desc": "Block Quote",
|
|
"help_desc": "Help",
|
|
"newdocument_desc": "New Document",
|
|
"image_props_desc": "Image Properties",
|
|
"paste_desc": "Paste (Ctrl+V)",
|
|
"copy_desc": "Copy (Ctrl+C)",
|
|
"cut_desc": "Cut (Ctrl+X)",
|
|
"anchor_desc": "Insert/Edit Anchor",
|
|
"visualaid_desc": "show/Hide Guidelines/Invisible Elements",
|
|
"charmap_desc": "Insert Special Character",
|
|
"backcolor_desc": "Select Background Color",
|
|
"forecolor_desc": "Select Text Color",
|
|
"custom1_desc": "Your Custom Description Here",
|
|
"removeformat_desc": "Remove Formatting",
|
|
"hr_desc": "Insert Horizontal Line",
|
|
"sup_desc": "Superscript",
|
|
"sub_desc": "Subscript",
|
|
"code_desc": "Edit HTML Source",
|
|
"cleanup_desc": "Cleanup Messy Code",
|
|
"image_desc": "Insert/Edit Image",
|
|
"unlink_desc": "Unlink",
|
|
"link_desc": "Insert/Edit Link",
|
|
"redo_desc": "Redo (Ctrl+Y)",
|
|
"undo_desc": "Undo (Ctrl+Z)",
|
|
"indent_desc": "Increase Indent",
|
|
"outdent_desc": "Decrease Indent",
|
|
"numlist_desc": "Insert/Remove Numbered List",
|
|
"bullist_desc": "Insert/Remove Bulleted List",
|
|
"justifyfull_desc": "Align Full",
|
|
"justifyright_desc": "Align Right",
|
|
"justifycenter_desc": "Align Center",
|
|
"justifyleft_desc": "Align Left",
|
|
"striketrough_desc": "Strikethrough",
|
|
"help_shortcut": "Press ALT-F10 for toolbar. Press ALT-0 for help",
|
|
"rich_text_area": "Rich Text Area",
|
|
"shortcuts_desc": "Accessability Help",
|
|
toolbar: "Toolbar"
|
|
}); |