]> BookStack Code Mirror - bookstack/blob - resources/lang/en/editor.php
Added license references to readme attribution
[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     'indent_increase' => 'Increase indent',
59     'indent_decrease' => 'Decrease indent',
60     'table' => 'Table',
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',
76
77     // Tables
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',
88     'table_row' => 'Row',
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',
122
123     // Images, links & embed
124     'source' => 'Source',
125     'alt_desc' => 'Alternative description',
126     'embed' => 'Embed',
127     'paste_embed' => 'Paste your embed code below:',
128     'url' => 'URL',
129     'text_to_display' => 'Text to display',
130     'title' => 'Title',
131     'open_link' => 'Open link in...',
132     'open_link_current' => 'Current window',
133     'open_link_new' => 'New window',
134
135     // About view
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)',
146     'mac' => '(Mac)',
147     'description' => 'Description',
148 ];