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' => 'Orokorra',
11 'advanced' => 'Aurreratua',
12 'none' => 'Bat ere ez',
13 'cancel' => 'Ezeztatu',
25 'width' => 'Zabalera',
26 'height' => 'Altuera',
28 'select' => 'Aukeratu...',
31 'formats' => 'Formatuak',
32 'header_large' => 'Goiburu luzea',
33 'header_medium' => 'Goiburu ertaina',
34 'header_small' => 'Goiburu txikia',
35 'header_tiny' => 'Tiny goiburua',
36 'paragraph' => 'Paragrafoa',
37 'blockquote' => 'Aipu blokea',
38 'inline_code' => 'Kodea',
39 'callouts' => 'Legendak',
40 'callout_information' => 'Informazioa',
41 'callout_success' => 'Eginda',
42 'callout_warning' => 'Kontuz',
43 'callout_danger' => 'Arriskua',
46 'underline' => 'Azpimarratua',
47 'strikethrough' => 'Marratua',
48 'superscript' => 'Gain-eskripta',
49 'subscript' => 'Azpi-script',
50 'text_color' => 'Testuaren kolorea',
51 'highlight_color' => 'Highlight color',
52 'custom_color' => 'Kolore pertsonalizatua',
53 'remove_color' => 'Kolorea ezabatu',
54 'background_color' => 'Atzeko planoaren kolorea',
55 'align_left' => 'Lerrokatu ezkerrean',
56 'align_center' => 'Lerrokatu erdian',
57 'align_right' => 'Lerrokatu eskuinean',
58 'align_justify' => 'Justifikatuta',
59 'list_bullet' => 'Buletdun zerrenda',
60 'list_numbered' => 'Zenbakitutako zerrenda',
61 'list_task' => 'Zereginen zerrenda',
62 'indent_increase' => 'Handitu koska',
63 'indent_decrease' => 'Txikitu koska',
65 'insert_image' => 'Irudia txertatu',
66 'insert_image_title' => 'Aldatu/Txertatu irudia',
67 'insert_link' => 'Txertatu/aldatu esteka',
68 'insert_link_title' => 'Txertatu/Aldatu esteka',
69 'insert_horizontal_line' => 'Txertatu linea horizontala',
70 'insert_code_block' => 'Txertatu kode-blokea',
71 'edit_code_block' => 'Edit code block',
72 'insert_drawing' => 'Txertatu marrazki berria',
73 'drawing_manager' => 'Marrazki kudeaketa',
74 'insert_media' => 'Txertatu/aldatu media',
75 'insert_media_title' => 'Aldatu/Txertatu irudia',
76 'clear_formatting' => 'Garbitu formatua',
77 'source_code' => 'Iturburu kodea',
78 'source_code_title' => 'Iturburu kodea',
79 'fullscreen' => 'Pantaila osoa',
80 'image_options' => 'Irudiaren aukerak',
83 'table_properties' => 'Taularen propietateak',
84 'table_properties_title' => 'Taularen propietateak',
85 'delete_table' => 'Ezabatu taula',
86 'table_clear_formatting' => 'Clear table formatting',
87 'resize_to_contents' => 'Resize to contents',
88 'row_header' => 'Row header',
89 'insert_row_before' => 'Insert row before',
90 'insert_row_after' => 'Insert row after',
91 'delete_row' => 'Delete row',
92 'insert_column_before' => 'Insert column before',
93 'insert_column_after' => 'Insert column after',
94 'delete_column' => 'Delete column',
95 'table_cell' => 'Cell',
97 'table_column' => 'Column',
98 'cell_properties' => 'Cell properties',
99 'cell_properties_title' => 'Cell Properties',
100 'cell_type' => 'Cell type',
101 'cell_type_cell' => 'Cell',
102 'cell_scope' => 'Scope',
103 'cell_type_header' => 'Header cell',
104 'merge_cells' => 'Merge cells',
105 'split_cell' => 'Split cell',
106 'table_row_group' => 'Row Group',
107 'table_column_group' => 'Column Group',
108 'horizontal_align' => 'Horizontal align',
109 'vertical_align' => 'Vertical align',
110 'border_width' => 'Border width',
111 'border_style' => 'Border style',
112 'border_color' => 'Border color',
113 'row_properties' => 'Row properties',
114 'row_properties_title' => 'Row Properties',
115 'cut_row' => 'Cut row',
116 'copy_row' => 'Copy row',
117 'paste_row_before' => 'Paste row before',
118 'paste_row_after' => 'Paste row after',
119 'row_type' => 'Row type',
120 'row_type_header' => 'Header',
121 'row_type_body' => 'Body',
122 'row_type_footer' => 'Footer',
123 'alignment' => 'Alignment',
124 'cut_column' => 'Cut column',
125 'copy_column' => 'Copy column',
126 'paste_column_before' => 'Paste column before',
127 'paste_column_after' => 'Paste column after',
128 'cell_padding' => 'Cell padding',
129 'cell_spacing' => 'Cell spacing',
130 'caption' => 'Caption',
131 'show_caption' => 'Show caption',
132 'constrain' => 'Constrain proportions',
133 'cell_border_solid' => 'Solid',
134 'cell_border_dotted' => 'Dotted',
135 'cell_border_dashed' => 'Dashed',
136 'cell_border_double' => 'Double',
137 'cell_border_groove' => 'Groove',
138 'cell_border_ridge' => 'Ridge',
139 'cell_border_inset' => 'Inset',
140 'cell_border_outset' => 'Outset',
141 'cell_border_none' => 'None',
142 'cell_border_hidden' => 'Hidden',
144 // Images, links, details/summary & embed
145 'source' => 'Source',
146 'alt_desc' => 'Alternative description',
148 'paste_embed' => 'Paste your embed code below:',
150 'text_to_display' => 'Text to display',
152 'browse_links' => 'Browse links',
153 'open_link' => 'Open link',
154 'open_link_in' => 'Open link in...',
155 'open_link_current' => 'Current window',
156 'open_link_new' => 'New window',
157 'remove_link' => 'Remove link',
158 'insert_collapsible' => 'Insert collapsible block',
159 'collapsible_unwrap' => 'Unwrap',
160 'edit_label' => 'Edit label',
161 'toggle_open_closed' => 'Toggle open/closed',
162 'collapsible_edit' => 'Edit collapsible block',
163 'toggle_label' => 'Toggle label',
166 'about' => 'About the editor',
167 'about_title' => 'About the WYSIWYG Editor',
168 'editor_license' => 'Editor License & Copyright',
169 'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.',
170 'editor_lexical_license_link' => 'Full license details can be found here.',
171 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.',
172 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
173 'save_continue' => 'Save Page & Continue',
174 'callouts_cycle' => '(Keep pressing to toggle through types)',
175 'link_selector' => 'Link to content',
176 'shortcuts' => 'Shortcuts',
177 'shortcut' => 'Shortcut',
178 'shortcuts_intro' => 'The following shortcuts are available in the editor:',
179 'windows_linux' => '(Windows/Linux)',
181 'description' => 'Description',