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