Blame view

framework/thirdparty/tinymce/themes/advanced/langs/mi_NZ.js 2.59 KB
385d70ca   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
  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"
  });