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',
27 'select' => 'Select...',
30 'formats' => 'Formats',
31 'header_large' => 'Large Header',
32 'header_medium' => 'Medium Header',
33 'header_small' => 'Small Header',
34 'header_tiny' => 'Tiny Header',
35 'paragraph' => 'Paragraph',
36 'blockquote' => 'Blockquote',
37 'inline_code' => 'Inline code',
38 'callouts' => 'Callouts',
39 'callout_information' => 'Information',
40 'callout_success' => 'Success',
41 'callout_warning' => 'Warning',
42 'callout_danger' => 'Danger',
45 'underline' => 'Underline',
46 'strikethrough' => 'Strikethrough',
47 'superscript' => 'Superscript',
48 'subscript' => 'Subscript',
49 'text_color' => 'Text color',
50 'custom_color' => 'Custom color',
51 'remove_color' => 'Remove color',
52 'background_color' => 'Background color',
53 'align_left' => 'Align left',
54 'align_center' => 'Align center',
55 'align_right' => 'Align right',
56 'align_justify' => 'Justify',
57 'list_bullet' => 'Bullet list',
58 'list_numbered' => 'Numbered list',
59 'list_task' => 'Task list',
60 'indent_increase' => 'Increase indent',
61 'indent_decrease' => 'Decrease indent',
63 'insert_image' => 'Insert image',
64 'insert_image_title' => 'Insert/Edit Image',
65 'insert_link' => 'Insert/edit link',
66 'insert_link_title' => 'Insert/Edit Link',
67 'insert_horizontal_line' => 'Insert horizontal line',
68 'insert_code_block' => 'Insert code block',
69 'edit_code_block' => 'Edit code block',
70 'insert_drawing' => 'Insert/edit drawing',
71 'drawing_manager' => 'Drawing manager',
72 'insert_media' => 'Insert/edit media',
73 'insert_media_title' => 'Insert/Edit Media',
74 'clear_formatting' => 'Clear formatting',
75 'source_code' => 'Source code',
76 'source_code_title' => 'Source Code',
77 'fullscreen' => 'Fullscreen',
78 'image_options' => 'Image options',
81 'table_properties' => 'Table properties',
82 'table_properties_title' => 'Table Properties',
83 'delete_table' => 'Delete table',
84 'insert_row_before' => 'Insert row before',
85 'insert_row_after' => 'Insert row after',
86 'delete_row' => 'Delete row',
87 'insert_column_before' => 'Insert column before',
88 'insert_column_after' => 'Insert column after',
89 'delete_column' => 'Delete column',
90 'table_cell' => 'Cell',
92 'table_column' => 'Column',
93 'cell_properties' => 'Cell properties',
94 'cell_properties_title' => 'Cell Properties',
95 'cell_type' => 'Cell type',
96 'cell_type_cell' => 'Cell',
97 'cell_scope' => 'Scope',
98 'cell_type_header' => 'Header cell',
99 'merge_cells' => 'Merge cells',
100 'split_cell' => 'Split cell',
101 'table_row_group' => 'Row Group',
102 'table_column_group' => 'Column Group',
103 'horizontal_align' => 'Horizontal align',
104 'vertical_align' => 'Vertical align',
105 'border_width' => 'Border width',
106 'border_style' => 'Border style',
107 'border_color' => 'Border color',
108 'row_properties' => 'Row properties',
109 'row_properties_title' => 'Row Properties',
110 'cut_row' => 'Cut row',
111 'copy_row' => 'Copy row',
112 'paste_row_before' => 'Paste row before',
113 'paste_row_after' => 'Paste row after',
114 'row_type' => 'Row type',
115 'row_type_header' => 'Header',
116 'row_type_body' => 'Body',
117 'row_type_footer' => 'Footer',
118 'alignment' => 'Alignment',
119 'cut_column' => 'Cut column',
120 'copy_column' => 'Copy column',
121 'paste_column_before' => 'Paste column before',
122 'paste_column_after' => 'Paste column after',
123 'cell_padding' => 'Cell padding',
124 'cell_spacing' => 'Cell spacing',
125 'caption' => 'Caption',
126 'show_caption' => 'Show caption',
127 'constrain' => 'Constrain proportions',
128 'cell_border_solid' => 'Solid',
129 'cell_border_dotted' => 'Dotted',
130 'cell_border_dashed' => 'Dashed',
131 'cell_border_double' => 'Double',
132 'cell_border_groove' => 'Groove',
133 'cell_border_ridge' => 'Ridge',
134 'cell_border_inset' => 'Inset',
135 'cell_border_outset' => 'Outset',
136 'cell_border_none' => 'None',
137 'cell_border_hidden' => 'Hidden',
139 // Images, links, details/summary & embed
140 'source' => 'Source',
141 'alt_desc' => 'Alternative description',
143 'paste_embed' => 'Paste your embed code below:',
145 'text_to_display' => 'Text to display',
147 'open_link' => 'Open link',
148 'open_link_in' => 'Open link in...',
149 'open_link_current' => 'Current window',
150 'open_link_new' => 'New window',
151 'remove_link' => 'Remove link',
152 'insert_collapsible' => 'Insert collapsible block',
153 'collapsible_unwrap' => 'Unwrap',
154 'edit_label' => 'Edit label',
155 'toggle_open_closed' => 'Toggle open/closed',
156 'collapsible_edit' => 'Edit collapsible block',
157 'toggle_label' => 'Toggle label',
160 'about' => 'About the editor',
161 'about_title' => 'About the WYSIWYG Editor',
162 'editor_license' => 'Editor License & Copyright',
163 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.',
164 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
165 'save_continue' => 'Save Page & Continue',
166 'callouts_cycle' => '(Keep pressing to toggle through types)',
167 'link_selector' => 'Link to content',
168 'shortcuts' => 'Shortcuts',
169 'shortcut' => 'Shortcut',
170 'shortcuts_intro' => 'The following shortcuts are available in the editor:',
171 'windows_linux' => '(Windows/Linux)',
173 'description' => 'Description',