]> BookStack Code Mirror - bookstack/blob - resources/lang/en/editor.php
Added translation string for tasklist WYSIWYG action
[bookstack] / resources / lang / en / editor.php
1 <?php
2 /**
3  * Page Editor Lines
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.
7  */
8 return [
9     // General editor terms
10     'general' => 'General',
11     'advanced' => 'Advanced',
12     'none' => 'None',
13     'cancel' => 'Cancel',
14     'save' => 'Save',
15     'close' => 'Close',
16     'undo' => 'Undo',
17     'redo' => 'Redo',
18     'left' => 'Left',
19     'center' => 'Center',
20     'right' => 'Right',
21     'top' => 'Top',
22     'middle' => 'Middle',
23     'bottom' => 'Bottom',
24     'width' => 'Width',
25     'height' => 'Height',
26     'More' => 'More',
27
28     // Toolbar
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',
42     'bold' => 'Bold',
43     'italic' => 'Italic',
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     'list_task' => 'Task list',
59     'indent_increase' => 'Increase indent',
60     'indent_decrease' => 'Decrease indent',
61     'table' => 'Table',
62     'insert_image' => 'Insert image',
63     'insert_image_title' => 'Insert/Edit Image',
64     'insert_link' => 'Insert/edit link',
65     'insert_link_title' => 'Insert/Edit Link',
66     'insert_horizontal_line' => 'Insert horizontal line',
67     'insert_code_block' => 'Insert code block',
68     'insert_drawing' => 'Insert/edit drawing',
69     'drawing_manager' => 'Drawing manager',
70     'insert_media' => 'Insert/edit media',
71     'insert_media_title' => 'Insert/Edit Media',
72     'clear_formatting' => 'Clear formatting',
73     'source_code' => 'Source code',
74     'source_code_title' => 'Source Code',
75     'fullscreen' => 'Fullscreen',
76     'image_options' => 'Image options',
77
78     // Tables
79     'table_properties' => 'Table properties',
80     'table_properties_title' => 'Table Properties',
81     'delete_table' => 'Delete table',
82     'insert_row_before' => 'Insert row before',
83     'insert_row_after' => 'Insert row after',
84     'delete_row' => 'Delete row',
85     'insert_column_before' => 'Insert column before',
86     'insert_column_after' => 'Insert column after',
87     'delete_column' => 'Delete column',
88     'table_cell' => 'Cell',
89     'table_row' => 'Row',
90     'table_column' => 'Column',
91     'cell_properties' => 'Cell properties',
92     'cell_properties_title' => 'Cell Properties',
93     'cell_type' => 'Cell type',
94     'cell_type_cell' => 'Cell',
95     'cell_type_header' => 'Header cell',
96     'table_row_group' => 'Row Group',
97     'table_column_group' => 'Column Group',
98     'horizontal_align' => 'Horizontal align',
99     'vertical_align' => 'Vertical align',
100     'border_width' => 'Border width',
101     'border_style' => 'Border style',
102     'border_color' => 'Border color',
103     'row_properties' => 'Row properties',
104     'row_properties_title' => 'Row Properties',
105     'cut_row' => 'Cut row',
106     'copy_row' => 'Copy row',
107     'paste_row_before' => 'Paste row before',
108     'paste_row_after' => 'Paste row after',
109     'row_type' => 'Row type',
110     'row_type_header' => 'Header',
111     'row_type_body' => 'Body',
112     'row_type_footer' => 'Footer',
113     'alignment' => 'Alignment',
114     'cut_column' => 'Cut column',
115     'copy_column' => 'Copy column',
116     'paste_column_before' => 'Paste column before',
117     'paste_column_after' => 'Paste column after',
118     'cell_padding' => 'Cell padding',
119     'cell_spacing' => 'Cell spacing',
120     'caption' => 'Caption',
121     'show_caption' => 'Show caption',
122     'constrain' => 'Constrain proportions',
123
124     // Images, links, details/summary & embed
125     'source' => 'Source',
126     'alt_desc' => 'Alternative description',
127     'embed' => 'Embed',
128     'paste_embed' => 'Paste your embed code below:',
129     'url' => 'URL',
130     'text_to_display' => 'Text to display',
131     'title' => 'Title',
132     'open_link' => 'Open link in...',
133     'open_link_current' => 'Current window',
134     'open_link_new' => 'New window',
135     'insert_collapsible' => 'Insert collapsible block',
136     'collapsible_unwrap' => 'Unwrap',
137     'edit_label' => 'Edit label',
138     'toggle_open_closed' => 'Toggle open/closed',
139     'collapsible_edit' => 'Edit collapsible block',
140     'toggle_label' => 'Toggle label',
141
142     // About view
143     'about_title' => 'About the WYSIWYG Editor',
144     'editor_license' => 'Editor License & Copyright',
145     'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
146     'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
147     'save_continue' => 'Save Page & Continue',
148     'callouts_cycle' => '(Keep pressing to toggle through types)',
149     'link_selector' => 'Link to content',
150     'shortcuts' => 'Shortcuts',
151     'shortcut' => 'Shortcut',
152     'shortcuts_intro' => 'The following shortcuts are available in the editor:',
153     'windows_linux' => '(Windows/Linux)',
154     'mac' => '(Mac)',
155     'description' => 'Description',
156 ];