4 * Contains text strings used within the user interface of the
5 * WYSIWYG page editor. Some Markdown editor strings may still
6 * exist in the 'entities' file instead since this was added later.
9 // General editor terms
10 'general' => 'General',
11 'advanced' => 'Advanced',
29 'formats' => 'Formats',
30 'header_large' => 'Large Header',
31 'header_medium' => 'Medium Header',
32 'header_small' => 'Small Header',
33 'header_tiny' => 'Tiny Header',
34 'paragraph' => 'Paragraph',
35 'blockquote' => 'Blockquote',
36 'inline_code' => 'Inline code',
37 'callouts' => 'Callouts',
38 'callout_information' => 'Information',
39 'callout_success' => 'Success',
40 'callout_warning' => 'Warning',
41 'callout_danger' => 'Danger',
44 'underline' => 'Underline',
45 'strikethrough' => 'Strikethrough',
46 'superscript' => 'Superscript',
47 'subscript' => 'Subscript',
48 'text_color' => 'Text color',
49 'custom_color' => 'Custom color',
50 'remove_color' => 'Remove color',
51 'background_color' => 'Background color',
52 'align_left' => 'Align left',
53 'align_center' => 'Align center',
54 'align_right' => 'Align right',
55 'align_justify' => 'Align justify',
56 'list_bullet' => 'Bullet list',
57 'list_numbered' => 'Numbered list',
58 'indent_increase' => 'Increase indent',
59 'indent_decrease' => 'Decrease indent',
61 'insert_image' => 'Insert image',
62 'insert_image_title' => 'Insert/Edit Image',
63 'insert_link' => 'Insert/edit link',
64 'insert_link_title' => 'Insert/Edit Link',
65 'insert_horizontal_line' => 'Insert horizontal line',
66 'insert_code_block' => 'Insert code block',
67 'insert_drawing' => 'Insert/edit drawing',
68 'drawing_manager' => 'Drawing manager',
69 'insert_media' => 'Insert/edit media',
70 'insert_media_title' => 'Insert/Edit Media',
71 'clear_formatting' => 'Clear formatting',
72 'source_code' => 'Source code',
73 'source_code_title' => 'Source Code',
74 'fullscreen' => 'Fullscreen',
75 'image_options' => 'Image options',
78 'table_properties' => 'Table properties',
79 'table_properties_title' => 'Table Properties',
80 'delete_table' => 'Delete table',
81 'insert_row_before' => 'Insert row before',
82 'insert_row_after' => 'Insert row after',
83 'delete_row' => 'Delete row',
84 'insert_column_before' => 'Insert column before',
85 'insert_column_after' => 'Insert column after',
86 'delete_column' => 'Delete column',
87 'table_cell' => 'Cell',
89 'table_column' => 'Column',
90 'cell_properties' => 'Cell properties',
91 'cell_properties_title' => 'Cell Properties',
92 'cell_type' => 'Cell type',
93 'cell_type_cell' => 'Cell',
94 'cell_type_header' => 'Header cell',
95 'table_row_group' => 'Row Group',
96 'table_column_group' => 'Column Group',
97 'horizontal_align' => 'Horizontal align',
98 'vertical_align' => 'Vertical align',
99 'border_width' => 'Border width',
100 'border_style' => 'Border style',
101 'border_color' => 'Border color',
102 'row_properties' => 'Row properties',
103 'row_properties_title' => 'Row Properties',
104 'cut_row' => 'Cut row',
105 'copy_row' => 'Copy row',
106 'paste_row_before' => 'Paste row before',
107 'paste_row_after' => 'Paste row after',
108 'row_type' => 'Row type',
109 'row_type_header' => 'Header',
110 'row_type_body' => 'Body',
111 'row_type_footer' => 'Footer',
112 'alignment' => 'Alignment',
113 'cut_column' => 'Cut column',
114 'copy_column' => 'Copy column',
115 'paste_column_before' => 'Paste column before',
116 'paste_column_after' => 'Paste column after',
117 'cell_padding' => 'Cell padding',
118 'cell_spacing' => 'Cell spacing',
119 'caption' => 'Caption',
120 'show_caption' => 'Show caption',
121 'constrain' => 'Constrain proportions',
123 // Images, links & embed
124 'source' => 'Source',
125 'alt_desc' => 'Alternative description',
127 'paste_embed' => 'Paste your embed code below:',
129 'text_to_display' => 'Text to display',
131 'open_link' => 'Open link in...',
132 'open_link_current' => 'Current window',
133 'open_link_new' => 'New window',
136 'about_title' => 'About the WYSIWYG Editor',
137 'editor_license' => 'Editor License & Copyright',
138 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
139 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
140 'save_continue' => 'Save Page & Continue',
141 'callouts_cycle' => '(Keep pressing to toggle through types)',
142 'shortcuts' => 'Shortcuts',
143 'shortcut' => 'Shortcut',
144 'shortcuts_intro' => 'The following shortcuts are available in the editor:',
145 'windows_linux' => '(Windows/Linux)',
147 'description' => 'Description',