1 |
efrain |
1 |
<?php
|
|
|
2 |
// This file is part of Moodle - http://moodle.org/
|
|
|
3 |
//
|
|
|
4 |
// Moodle is free software: you can redistribute it and/or modify
|
|
|
5 |
// it under the terms of the GNU General Public License as published by
|
|
|
6 |
// the Free Software Foundation, either version 3 of the License, or
|
|
|
7 |
// (at your option) any later version.
|
|
|
8 |
//
|
|
|
9 |
// Moodle is distributed in the hope that it will be useful,
|
|
|
10 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
11 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
12 |
// GNU General Public License for more details.
|
|
|
13 |
//
|
|
|
14 |
// You should have received a copy of the GNU General Public License
|
|
|
15 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
16 |
|
|
|
17 |
/**
|
|
|
18 |
* Tiny text editor integration.
|
|
|
19 |
*
|
|
|
20 |
* @package editor_tiny
|
|
|
21 |
* @copyright 2021 Andrew Lyons <andrew@nicols.co.uk>
|
|
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
$string['settings'] = 'General settings';
|
|
|
26 |
$string['pluginname'] = 'TinyMCE editor';
|
|
|
27 |
$string['settings'] = 'General settings';
|
|
|
28 |
$string['privacy:reason'] = 'The TinyMCE editor does not store any preferences or user data.';
|
|
|
29 |
$string['branding'] = 'TinyMCE branding';
|
|
|
30 |
$string['branding_desc'] = 'Support TinyMCE by displaying the logo in the bottom corner of the text editor. The logo links to the TinyMCE website.';
|
|
|
31 |
$string['plugin_enabled'] = '{$a} enabled.';
|
|
|
32 |
$string['plugin_disabled'] = '{$a} disabled.';
|
|
|
33 |
$string['subplugintype_tiny'] = 'TinyMCE plugin';
|
|
|
34 |
$string['subplugintype_tiny_plural'] = 'TinyMCE plugins';
|
|
|
35 |
$string['tiny:hash'] = '#';
|
|
|
36 |
$string['tiny:accessibility'] = 'Accessibility';
|
|
|
37 |
$string['tiny:accordion'] = 'Accordion';
|
|
|
38 |
$string['tiny:accordion_body...'] = 'Accordion body...';
|
|
|
39 |
$string['tiny:accordion_summary...'] = 'Accordion summary...';
|
|
|
40 |
$string['tiny:action'] = 'Action';
|
|
|
41 |
$string['tiny:activity'] = 'Activity';
|
|
|
42 |
$string['tiny:address'] = 'Address';
|
|
|
43 |
$string['tiny:advanced'] = 'Advanced';
|
|
|
44 |
$string['tiny:align'] = 'Align';
|
|
|
45 |
$string['tiny:align_center'] = 'Align centre';
|
|
|
46 |
$string['tiny:align_left'] = 'Align left';
|
|
|
47 |
$string['tiny:align_right'] = 'Align right';
|
|
|
48 |
$string['tiny:alignment'] = 'Alignment';
|
|
|
49 |
$string['tiny:all'] = 'All';
|
|
|
50 |
$string['tiny:alternative_description'] = 'Alternative description';
|
|
|
51 |
$string['tiny:alternative_source'] = 'Alternative source';
|
|
|
52 |
$string['tiny:alternative_source_url'] = 'Alternative source URL';
|
|
|
53 |
$string['tiny:anchor'] = 'Anchor';
|
|
|
54 |
$string['tiny:anchor...'] = 'Anchor...';
|
|
|
55 |
$string['tiny:anchors'] = 'Anchors';
|
|
|
56 |
$string['tiny:animals_and_nature'] = 'Animals and nature';
|
|
|
57 |
$string['tiny:arrows'] = 'Arrows';
|
|
|
58 |
$string['tiny:b'] = 'B';
|
|
|
59 |
$string['tiny:background_color'] = 'Background colour';
|
|
|
60 |
$string['tiny:background_color_0'] = 'Background colour {0}';
|
|
|
61 |
$string['tiny:black'] = 'Black';
|
|
|
62 |
$string['tiny:block'] = 'Block';
|
|
|
63 |
$string['tiny:block_0'] = 'Block {0}';
|
|
|
64 |
$string['tiny:blockquote'] = 'Blockquote';
|
|
|
65 |
$string['tiny:blocks'] = 'Blocks';
|
|
|
66 |
$string['tiny:blue'] = 'Blue';
|
|
|
67 |
$string['tiny:blue_component'] = 'Blue component';
|
|
|
68 |
$string['tiny:body'] = 'Body';
|
|
|
69 |
$string['tiny:bold'] = 'Bold';
|
|
|
70 |
$string['tiny:border'] = 'Border';
|
|
|
71 |
$string['tiny:border_color'] = 'Border colour';
|
|
|
72 |
$string['tiny:border_style'] = 'Border style';
|
|
|
73 |
$string['tiny:border_width'] = 'Border width';
|
|
|
74 |
$string['tiny:bottom'] = 'Bottom';
|
|
|
75 |
$string['tiny:browse_files'] = 'Browse files';
|
|
|
76 |
$string['tiny:browse_for_an_image'] = 'Browse for an image';
|
|
|
77 |
$string['tiny:browse_links'] = 'Browse links';
|
|
|
78 |
$string['tiny:bullet_list'] = 'Bullet list';
|
|
|
79 |
$string['tiny:cancel'] = 'Cancel';
|
|
|
80 |
$string['tiny:caption'] = 'Caption';
|
|
|
81 |
$string['tiny:cell'] = 'Cell';
|
|
|
82 |
$string['tiny:cell_padding'] = 'Cell padding';
|
|
|
83 |
$string['tiny:cell_properties'] = 'Cell properties';
|
|
|
84 |
$string['tiny:cell_spacing'] = 'Cell spacing';
|
|
|
85 |
$string['tiny:cell_styles'] = 'Cell styles';
|
|
|
86 |
$string['tiny:cell_type'] = 'Cell type';
|
|
|
87 |
$string['tiny:center'] = 'Centre';
|
|
|
88 |
$string['tiny:characters'] = 'Characters';
|
|
|
89 |
$string['tiny:characters_no_spaces'] = 'Characters (no spaces)';
|
|
|
90 |
$string['tiny:circle'] = 'Circle';
|
|
|
91 |
$string['tiny:class'] = 'Class';
|
|
|
92 |
$string['tiny:clear_formatting'] = 'Clear formatting';
|
|
|
93 |
$string['tiny:close'] = 'Close';
|
|
|
94 |
$string['tiny:code'] = 'Code';
|
|
|
95 |
$string['tiny:code_sample...'] = 'Code sample...';
|
|
|
96 |
$string['tiny:code_view'] = 'Code view';
|
|
|
97 |
$string['tiny:color_picker'] = 'Colour picker';
|
|
|
98 |
$string['tiny:color_swatch'] = 'Colour swatch';
|
|
|
99 |
$string['tiny:cols'] = 'Cols';
|
|
|
100 |
$string['tiny:column'] = 'Column';
|
|
|
101 |
$string['tiny:column_clipboard_actions'] = 'Column clipboard actions';
|
|
|
102 |
$string['tiny:column_group'] = 'Column group';
|
|
|
103 |
$string['tiny:column_header'] = 'Column header';
|
|
|
104 |
$string['tiny:constrain_proportions'] = 'Constrain proportions';
|
|
|
105 |
$string['tiny:copy'] = 'Copy';
|
|
|
106 |
$string['tiny:copy_column'] = 'Copy column';
|
|
|
107 |
$string['tiny:copy_row'] = 'Copy row';
|
|
|
108 |
$string['tiny:could_not_find_the_specified_string.'] = 'Could not find the specified string.';
|
|
|
109 |
$string['tiny:could_not_load_emojis'] = 'Could not load emojis';
|
|
|
110 |
$string['tiny:count'] = 'Count';
|
|
|
111 |
$string['tiny:currency'] = 'Currency';
|
|
|
112 |
$string['tiny:current_window'] = 'Current window';
|
|
|
113 |
$string['tiny:custom_color'] = 'Custom colour';
|
|
|
114 |
$string['tiny:custom...'] = 'Custom...';
|
|
|
115 |
$string['tiny:cut'] = 'Cut';
|
|
|
116 |
$string['tiny:cut_column'] = 'Cut column';
|
|
|
117 |
$string['tiny:cut_row'] = 'Cut row';
|
|
|
118 |
$string['tiny:dark_blue'] = 'Dark blue';
|
|
|
119 |
$string['tiny:dark_gray'] = 'Dark grey';
|
|
|
120 |
$string['tiny:dark_green'] = 'Dark green';
|
|
|
121 |
$string['tiny:dark_orange'] = 'Dark orange';
|
|
|
122 |
$string['tiny:dark_purple'] = 'Dark purple';
|
|
|
123 |
$string['tiny:dark_red'] = 'Dark red';
|
|
|
124 |
$string['tiny:dark_turquoise'] = 'Dark turquoise';
|
|
|
125 |
$string['tiny:dark_yellow'] = 'Dark yellow';
|
|
|
126 |
$string['tiny:dashed'] = 'Dashed';
|
|
|
127 |
$string['tiny:datetime'] = 'Date/time';
|
|
|
128 |
$string['tiny:decrease_indent'] = 'Decrease indent';
|
|
|
129 |
$string['tiny:default'] = 'Default';
|
|
|
130 |
$string['tiny:delete_accordion'] = 'Delete accordion';
|
|
|
131 |
$string['tiny:delete_column'] = 'Delete column';
|
|
|
132 |
$string['tiny:delete_row'] = 'Delete row';
|
|
|
133 |
$string['tiny:delete_table'] = 'Delete table';
|
|
|
134 |
$string['tiny:dimensions'] = 'Dimensions';
|
|
|
135 |
$string['tiny:disc'] = 'Disc';
|
|
|
136 |
$string['tiny:div'] = 'Div';
|
|
|
137 |
$string['tiny:document'] = 'Document';
|
|
|
138 |
$string['tiny:dotted'] = 'Dotted';
|
|
|
139 |
$string['tiny:double'] = 'Double';
|
|
|
140 |
$string['tiny:drop_an_image_here'] = 'Drop an image here';
|
|
|
141 |
$string['tiny:dropped_file_type_is_not_supported'] = 'Dropped file type is not supported';
|
|
|
142 |
$string['tiny:edit'] = 'Edit';
|
|
|
143 |
$string['tiny:embed'] = 'Embed';
|
|
|
144 |
$string['tiny:emojis'] = 'Emojis';
|
|
|
145 |
$string['tiny:emojis...'] = 'Emojis...';
|
|
|
146 |
$string['tiny:error'] = 'Error';
|
|
|
147 |
$string['tiny:error_form_submit_field_collision.'] = 'Error: Form submit field collision.';
|
|
|
148 |
$string['tiny:error_no_form_element_found.'] = 'Error: No form element found.';
|
|
|
149 |
$string['tiny:extended_latin'] = 'Extended Latin';
|
|
|
150 |
$string['tiny:failed_to_initialize_plugin_0'] = 'Failed to initialize plugin: {0}';
|
|
|
151 |
$string['tiny:failed_to_load_plugin_url_0'] = 'Failed to load plugin url: {0}';
|
|
|
152 |
$string['tiny:failed_to_load_plugin_0_from_url_1'] = 'Failed to load plugin: {0} from url {1}';
|
|
|
153 |
$string['tiny:failed_to_upload_image_0'] = 'Failed to upload image: {0}';
|
|
|
154 |
$string['tiny:file'] = 'File';
|
|
|
155 |
$string['tiny:find'] = 'Find';
|
|
|
156 |
$string['tiny:find_if_searchreplace_plugin_activated'] = 'Find (if search and replace plugin activated)';
|
|
|
157 |
$string['tiny:find_and_replace'] = 'Find and replace';
|
|
|
158 |
$string['tiny:find_and_replace...'] = 'Find and replace...';
|
|
|
159 |
$string['tiny:find_in_selection'] = 'Find in selection';
|
|
|
160 |
$string['tiny:find_whole_words_only'] = 'Find whole words only';
|
|
|
161 |
$string['tiny:flags'] = 'Flags';
|
|
|
162 |
$string['tiny:focus_to_contextual_toolbar'] = 'Focus to contextual toolbar';
|
|
|
163 |
$string['tiny:focus_to_element_path'] = 'Focus to element path';
|
|
|
164 |
$string['tiny:focus_to_menubar'] = 'Focus to menubar';
|
|
|
165 |
$string['tiny:focus_to_toolbar'] = 'Focus to toolbar';
|
|
|
166 |
$string['tiny:font'] = 'Font';
|
|
|
167 |
$string['tiny:font_sizes'] = 'Font sizes';
|
|
|
168 |
$string['tiny:font_size_0'] = 'Font size {0}';
|
|
|
169 |
$string['tiny:fonts'] = 'Fonts';
|
|
|
170 |
$string['tiny:font_0'] = 'Font {0}';
|
|
|
171 |
$string['tiny:food_and_drink'] = 'Food and drink';
|
|
|
172 |
$string['tiny:footer'] = 'Footer';
|
|
|
173 |
$string['tiny:format'] = 'Format';
|
|
|
174 |
$string['tiny:format_0'] = 'Format {0}';
|
|
|
175 |
$string['tiny:formats'] = 'Formats';
|
|
|
176 |
$string['tiny:fullscreen'] = 'Fullscreen';
|
|
|
177 |
$string['tiny:g'] = 'G';
|
|
|
178 |
$string['tiny:general'] = 'General';
|
|
|
179 |
$string['tiny:gray'] = 'Grey';
|
|
|
180 |
$string['tiny:green'] = 'Green';
|
|
|
181 |
$string['tiny:green_component'] = 'Green component';
|
|
|
182 |
$string['tiny:groove'] = 'Groove';
|
|
|
183 |
$string['tiny:handy_shortcuts'] = 'Handy shortcuts';
|
|
|
184 |
$string['tiny:header'] = 'Header';
|
|
|
185 |
$string['tiny:header_cell'] = 'Header cell';
|
|
|
186 |
$string['tiny:heading_1'] = 'Heading 1';
|
|
|
187 |
$string['tiny:heading_2'] = 'Heading 2';
|
|
|
188 |
$string['tiny:heading_3'] = 'Heading 3';
|
|
|
189 |
$string['tiny:heading_4'] = 'Heading 4';
|
|
|
190 |
$string['tiny:heading_5'] = 'Heading 5';
|
|
|
191 |
$string['tiny:heading_6'] = 'Heading 6';
|
|
|
192 |
$string['tiny:headings'] = 'Headings';
|
|
|
193 |
$string['tiny:height'] = 'Height';
|
|
|
194 |
$string['tiny:help'] = 'Help';
|
|
|
195 |
$string['tiny:hex_color_code'] = 'Hex colour code';
|
|
|
196 |
$string['tiny:hidden'] = 'Hidden';
|
|
|
197 |
$string['tiny:horizontal_align'] = 'Horizontal align';
|
|
|
198 |
$string['tiny:horizontal_line'] = 'Horizontal line';
|
|
|
199 |
$string['tiny:horizontal_space'] = 'Horizontal space';
|
|
|
200 |
$string['tiny:id'] = 'ID';
|
|
|
201 |
$string['tiny:id_should_start_with_a_letter_followed_only_by_letters_numbers_dashes_dots_colons_or_'] = 'ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.';
|
|
|
202 |
$string['tiny:image_is_decorative'] = 'Image is decorative';
|
|
|
203 |
$string['tiny:image_list'] = 'Image list';
|
|
|
204 |
$string['tiny:image_title'] = 'Image title';
|
|
|
205 |
$string['tiny:image...'] = 'Image...';
|
|
|
206 |
$string['tiny:imageproxy_http_error_could_not_find_image_proxy'] = 'ImageProxy HTTP error: Could not find Image Proxy';
|
|
|
207 |
$string['tiny:imageproxy_http_error_incorrect_image_proxy_url'] = 'ImageProxy HTTP error: Incorrect Image Proxy URL';
|
|
|
208 |
$string['tiny:imageproxy_http_error_rejected_request'] = 'ImageProxy HTTP error: Rejected request';
|
|
|
209 |
$string['tiny:imageproxy_http_error_unknown_imageproxy_error'] = 'ImageProxy HTTP error: Unknown ImageProxy error';
|
|
|
210 |
$string['tiny:increase_indent'] = 'Increase indent';
|
|
|
211 |
$string['tiny:inline'] = 'Inline';
|
|
|
212 |
$string['tiny:insert'] = 'Insert';
|
|
|
213 |
$string['tiny:insert_template'] = 'Insert template';
|
|
|
214 |
$string['tiny:insert_column_after'] = 'Insert column after';
|
|
|
215 |
$string['tiny:insert_column_before'] = 'Insert column before';
|
|
|
216 |
$string['tiny:insert_datetime'] = 'Insert date/time';
|
|
|
217 |
$string['tiny:insert_image'] = 'Insert image';
|
|
|
218 |
$string['tiny:insert_link_if_link_plugin_activated'] = 'Insert link (if link plugin activated)';
|
|
|
219 |
$string['tiny:insert_row_after'] = 'Insert row after';
|
|
|
220 |
$string['tiny:insert_row_before'] = 'Insert row before';
|
|
|
221 |
$string['tiny:insert_table'] = 'Insert table';
|
|
|
222 |
$string['tiny:insert_template...'] = 'Insert template...';
|
|
|
223 |
$string['tiny:insert_video'] = 'Insert video';
|
|
|
224 |
$string['tiny:insertedit_code_sample'] = 'Insert/edit code sample';
|
|
|
225 |
$string['tiny:insertedit_image'] = 'Insert/edit image';
|
|
|
226 |
$string['tiny:insertedit_link'] = 'Insert/edit link';
|
|
|
227 |
$string['tiny:insertedit_media'] = 'Insert/edit media';
|
|
|
228 |
$string['tiny:insertedit_video'] = 'Insert/edit video';
|
|
|
229 |
$string['tiny:inset'] = 'Inset';
|
|
|
230 |
$string['tiny:invalid_hex_color_code_0'] = 'Invalid hex colour code: {0}';
|
|
|
231 |
$string['tiny:invalid_input'] = 'Invalid input';
|
|
|
232 |
$string['tiny:italic'] = 'Italic';
|
|
|
233 |
$string['tiny:justify'] = 'Justify';
|
|
|
234 |
$string['tiny:keyboard_navigation'] = 'Keyboard navigation';
|
|
|
235 |
$string['tiny:language'] = 'Language';
|
|
|
236 |
$string['tiny:learn_more...'] = 'Learn more...';
|
|
|
237 |
$string['tiny:left'] = 'Left';
|
|
|
238 |
$string['tiny:left_to_right'] = 'Left to right';
|
|
|
239 |
$string['tiny:light_blue'] = 'Light blue';
|
|
|
240 |
$string['tiny:light_gray'] = 'Light grey';
|
|
|
241 |
$string['tiny:light_green'] = 'Light green';
|
|
|
242 |
$string['tiny:light_purple'] = 'Light purple';
|
|
|
243 |
$string['tiny:light_red'] = 'Light red';
|
|
|
244 |
$string['tiny:light_yellow'] = 'Light yellow';
|
|
|
245 |
$string['tiny:line_height'] = 'Line height';
|
|
|
246 |
$string['tiny:link_list'] = 'Link list';
|
|
|
247 |
$string['tiny:link...'] = 'Link...';
|
|
|
248 |
$string['tiny:list_properties'] = 'List properties';
|
|
|
249 |
$string['tiny:list_properties...'] = 'List properties...';
|
|
|
250 |
$string['tiny:loading_emojis...'] = 'Loading emojis...';
|
|
|
251 |
$string['tiny:loading...'] = 'Loading...';
|
|
|
252 |
$string['tiny:lower_alpha'] = 'Lower Alpha';
|
|
|
253 |
$string['tiny:lower_greek'] = 'Lower Greek';
|
|
|
254 |
$string['tiny:lower_roman'] = 'Lower Roman';
|
|
|
255 |
$string['tiny:match_case'] = 'Match case';
|
|
|
256 |
$string['tiny:mathematical'] = 'Mathematical';
|
|
|
257 |
$string['tiny:media_poster_image_url'] = 'Media poster (Image URL)';
|
|
|
258 |
$string['tiny:media...'] = 'Media...';
|
|
|
259 |
$string['tiny:medium_blue'] = 'Medium blue';
|
|
|
260 |
$string['tiny:medium_gray'] = 'Medium grey';
|
|
|
261 |
$string['tiny:medium_purple'] = 'Medium purple';
|
|
|
262 |
$string['tiny:merge_cells'] = 'Merge cells';
|
|
|
263 |
$string['tiny:middle'] = 'Middle';
|
|
|
264 |
$string['tiny:midnight_blue'] = 'Midnight blue';
|
|
|
265 |
$string['tiny:more...'] = 'More...';
|
|
|
266 |
$string['tiny:name'] = 'Name';
|
|
|
267 |
$string['tiny:navy_blue'] = 'Navy blue';
|
|
|
268 |
$string['tiny:new_document'] = 'New document';
|
|
|
269 |
$string['tiny:new_window'] = 'New window';
|
|
|
270 |
$string['tiny:next'] = 'Next';
|
|
|
271 |
$string['tiny:no'] = 'No';
|
|
|
272 |
$string['tiny:no_alignment'] = 'No alignment';
|
|
|
273 |
$string['tiny:no_color'] = 'No colour';
|
|
|
274 |
$string['tiny:nonbreaking_space'] = 'Nonbreaking space';
|
|
|
275 |
$string['tiny:none'] = 'None';
|
|
|
276 |
$string['tiny:numbered_list'] = 'Numbered list';
|
|
|
277 |
$string['tiny:or'] = 'OR';
|
|
|
278 |
$string['tiny:objects'] = 'Objects';
|
|
|
279 |
$string['tiny:ok'] = 'Ok';
|
|
|
280 |
$string['tiny:open_help_dialog'] = 'Open help dialog';
|
|
|
281 |
$string['tiny:open_link'] = 'Open link';
|
|
|
282 |
$string['tiny:open_link_in...'] = 'Open link in...';
|
|
|
283 |
$string['tiny:open_popup_menu_for_split_buttons'] = 'Open popup menu for split buttons';
|
|
|
284 |
$string['tiny:orange'] = 'Orange';
|
|
|
285 |
$string['tiny:outset'] = 'Outset';
|
|
|
286 |
$string['tiny:page_break'] = 'Page break';
|
|
|
287 |
$string['tiny:paragraph'] = 'Paragraph';
|
|
|
288 |
$string['tiny:paste'] = 'Paste';
|
|
|
289 |
$string['tiny:paste_as_text'] = 'Paste as text';
|
|
|
290 |
$string['tiny:paste_column_after'] = 'Paste column after';
|
|
|
291 |
$string['tiny:paste_column_before'] = 'Paste column before';
|
|
|
292 |
$string['tiny:paste_is_now_in_plain_text_mode._contents_will_now_be_pasted_as_plain_text_until_you_'] = 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.';
|
|
|
293 |
$string['tiny:paste_or_type_a_link'] = 'Paste or type a link';
|
|
|
294 |
$string['tiny:paste_row_after'] = 'Paste row after';
|
|
|
295 |
$string['tiny:paste_row_before'] = 'Paste row before';
|
|
|
296 |
$string['tiny:paste_your_embed_code_below'] = 'Paste your embed code below:';
|
|
|
297 |
$string['tiny:people'] = 'People';
|
|
|
298 |
$string['tiny:plugins'] = 'Plugins';
|
|
|
299 |
$string['tiny:plugins_installed_0'] = 'Plugins installed ({0}):';
|
|
|
300 |
$string['tiny:powered_by_0'] = 'Powered by {0}';
|
|
|
301 |
$string['tiny:pre'] = 'Pre';
|
|
|
302 |
$string['tiny:preferences'] = 'Preferences';
|
|
|
303 |
$string['tiny:preformatted'] = 'Preformatted';
|
|
|
304 |
$string['tiny:premium_plugins'] = 'Premium plugins:';
|
|
|
305 |
$string['tiny:press_the_up_and_down_arrow_keys_to_resize_the_editor.'] = 'Press the Up and Down arrow keys to resize the editor.';
|
|
|
306 |
$string['tiny:press_the_arrow_keys_to_resize_the_editor.'] = 'Press the arrow keys to resize the editor.';
|
|
|
307 |
$string['tiny:press_0_for_help'] = 'Press {0} for help';
|
|
|
308 |
$string['tiny:preview'] = 'Preview';
|
|
|
309 |
$string['tiny:previous'] = 'Previous';
|
|
|
310 |
$string['tiny:print'] = 'Print';
|
|
|
311 |
$string['tiny:print...'] = 'Print...';
|
|
|
312 |
$string['tiny:purple'] = 'Purple';
|
|
|
313 |
$string['tiny:quotations'] = 'Quotations';
|
|
|
314 |
$string['tiny:r'] = 'R';
|
|
|
315 |
$string['tiny:range_0_to_255'] = 'Range 0 to 255';
|
|
|
316 |
$string['tiny:red'] = 'Red';
|
|
|
317 |
$string['tiny:red_component'] = 'Red component';
|
|
|
318 |
$string['tiny:redo'] = 'Redo';
|
|
|
319 |
$string['tiny:remove'] = 'Remove';
|
|
|
320 |
$string['tiny:remove_color'] = 'Remove colour';
|
|
|
321 |
$string['tiny:remove_link'] = 'Remove link';
|
|
|
322 |
$string['tiny:replace'] = 'Replace';
|
|
|
323 |
$string['tiny:replace_all'] = 'Replace all';
|
|
|
324 |
$string['tiny:replace_with'] = 'Replace with';
|
|
|
325 |
$string['tiny:resize'] = 'Resize';
|
|
|
326 |
$string['tiny:restore_last_draft'] = 'Restore last draft';
|
|
|
327 |
$string['tiny:reveal_or_hide_additional_toolbar_items'] = 'Reveal or hide additional toolbar items';
|
|
|
328 |
$string['tiny:rich_text_area'] = 'Rich text area';
|
|
|
329 |
$string['tiny:rich_text_area._press_alt-0_for_help.'] = 'Rich text area. Press ALT-0 for help.';
|
|
|
330 |
$string['tiny:rich_text_area._press_alt-f9_for_menu._press_alt-f10_for_toolbar._press_alt-0_for_hel'] = 'Rich text area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help.';
|
|
|
331 |
$string['tiny:ridge'] = 'Ridge';
|
|
|
332 |
$string['tiny:right'] = 'Right';
|
|
|
333 |
$string['tiny:right_to_left'] = 'Right to left';
|
|
|
334 |
$string['tiny:row'] = 'Row';
|
|
|
335 |
$string['tiny:row_clipboard_actions'] = 'Row clipboard actions';
|
|
|
336 |
$string['tiny:row_group'] = 'Row group';
|
|
|
337 |
$string['tiny:row_header'] = 'Row header';
|
|
|
338 |
$string['tiny:row_properties'] = 'Row properties';
|
|
|
339 |
$string['tiny:row_type'] = 'Row type';
|
|
|
340 |
$string['tiny:rows'] = 'Rows';
|
|
|
341 |
$string['tiny:save'] = 'Save';
|
|
|
342 |
$string['tiny:save_if_save_plugin_activated'] = 'Save (if save plugin activated)';
|
|
|
343 |
$string['tiny:scope'] = 'Scope';
|
|
|
344 |
$string['tiny:search'] = 'Search';
|
|
|
345 |
$string['tiny:select_all'] = 'Select all';
|
|
|
346 |
$string['tiny:select...'] = 'Select...';
|
|
|
347 |
$string['tiny:selection'] = 'Selection';
|
|
|
348 |
$string['tiny:shortcut'] = 'Shortcut';
|
|
|
349 |
$string['tiny:show_blocks'] = 'Show blocks';
|
|
|
350 |
$string['tiny:show_caption'] = 'Show caption';
|
|
|
351 |
$string['tiny:show_invisible_characters'] = 'Show invisible characters';
|
|
|
352 |
$string['tiny:size'] = 'Size';
|
|
|
353 |
$string['tiny:solid'] = 'Solid';
|
|
|
354 |
$string['tiny:source'] = 'Source';
|
|
|
355 |
$string['tiny:source_code'] = 'Source code';
|
|
|
356 |
$string['tiny:special_character'] = 'Special character';
|
|
|
357 |
$string['tiny:special_character...'] = 'Special character...';
|
|
|
358 |
$string['tiny:split_cell'] = 'Split cell';
|
|
|
359 |
$string['tiny:square'] = 'Square';
|
|
|
360 |
$string['tiny:start_list_at_number'] = 'Start list at number';
|
|
|
361 |
$string['tiny:strikethrough'] = 'Strikethrough';
|
|
|
362 |
$string['tiny:style'] = 'Style';
|
|
|
363 |
$string['tiny:subscript'] = 'Subscript';
|
|
|
364 |
$string['tiny:superscript'] = 'Superscript';
|
|
|
365 |
$string['tiny:switch_to_or_from_fullscreen_mode'] = 'Switch to or from fullscreen mode';
|
|
|
366 |
$string['tiny:symbols'] = 'Symbols';
|
|
|
367 |
$string['tiny:system_font'] = 'System font';
|
|
|
368 |
$string['tiny:table'] = 'Table';
|
|
|
369 |
$string['tiny:table_caption'] = 'Table caption';
|
|
|
370 |
$string['tiny:table_properties'] = 'Table properties';
|
|
|
371 |
$string['tiny:table_styles'] = 'Table styles';
|
|
|
372 |
$string['tiny:template'] = 'Template';
|
|
|
373 |
$string['tiny:templates'] = 'Templates';
|
|
|
374 |
$string['tiny:text'] = 'Text';
|
|
|
375 |
$string['tiny:text_color'] = 'Text colour';
|
|
|
376 |
$string['tiny:text_color_0'] = 'Text color {0}';
|
|
|
377 |
$string['tiny:text_to_display'] = 'Text to display';
|
|
|
378 |
$string['tiny:the_url_you_entered_seems_to_be_an_email_address._do_you_want_to_add_the_required_mai'] = 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?';
|
|
|
379 |
$string['tiny:the_url_you_entered_seems_to_be_an_external_link._do_you_want_to_add_the_required_htt'] = 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?';
|
|
|
380 |
$string['tiny:the_url_you_entered_seems_to_be_an_external_link._do_you_want_to_add_the_required_ht1'] = 'The URL you entered seems to be an external link. Do you want to add the required https:// prefix?';
|
|
|
381 |
$string['tiny:title'] = 'Title';
|
|
|
382 |
$string['tiny:toggle_accordion'] = 'Toggle accordion';
|
|
|
383 |
$string['tiny:to_open_the_popup_press_shiftenter'] = 'To open the popup, press Shift+Enter';
|
|
|
384 |
$string['tiny:tools'] = 'Tools';
|
|
|
385 |
$string['tiny:top'] = 'Top';
|
|
|
386 |
$string['tiny:travel_and_places'] = 'Travel and places';
|
|
|
387 |
$string['tiny:turquoise'] = 'Turquoise';
|
|
|
388 |
$string['tiny:underline'] = 'Underline';
|
|
|
389 |
$string['tiny:undo'] = 'Undo';
|
|
|
390 |
$string['tiny:upload'] = 'Upload';
|
|
|
391 |
$string['tiny:uploading_image'] = 'Uploading image';
|
|
|
392 |
$string['tiny:upper_alpha'] = 'Upper Alpha';
|
|
|
393 |
$string['tiny:upper_roman'] = 'Upper Roman';
|
|
|
394 |
$string['tiny:url'] = 'Url';
|
|
|
395 |
$string['tiny:user_defined'] = 'User defined';
|
|
|
396 |
$string['tiny:valid'] = 'Valid';
|
|
|
397 |
$string['tiny:version'] = 'Version';
|
|
|
398 |
$string['tiny:vertical_align'] = 'Vertical align';
|
|
|
399 |
$string['tiny:vertical_space'] = 'Vertical space';
|
|
|
400 |
$string['tiny:view'] = 'View';
|
|
|
401 |
$string['tiny:visual_aids'] = 'Visual aids';
|
|
|
402 |
$string['tiny:warn'] = 'Warn';
|
|
|
403 |
$string['tiny:white'] = 'White';
|
|
|
404 |
$string['tiny:width'] = 'Width';
|
|
|
405 |
$string['tiny:word_count'] = 'Word count';
|
|
|
406 |
$string['tiny:words'] = 'Words';
|
|
|
407 |
$string['tiny:words_0'] = 'Words: {0}';
|
|
|
408 |
$string['tiny:yellow'] = 'Yellow';
|
|
|
409 |
$string['tiny:yes'] = 'Yes';
|
|
|
410 |
$string['tiny:you_are_using_0'] = 'You are using {0}';
|
|
|
411 |
$string['tiny:you_have_unsaved_changes_are_you_sure_you_want_to_navigate_away'] = 'You have unsaved changes. Are you sure you want to navigate away?';
|
|
|
412 |
$string['tiny:your_browser_doesnt_support_direct_access_to_the_clipboard._please_use_the_ctrlxcv_ke'] = 'Your browser doesn\'t support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.';
|
|
|
413 |
$string['tiny:alignment1'] = 'alignment';
|
|
|
414 |
$string['tiny:alignment_0'] = 'Alignment {0}';
|
|
|
415 |
$string['tiny:austral_sign'] = 'austral sign';
|
|
|
416 |
$string['tiny:cedi_sign'] = 'cedi sign';
|
|
|
417 |
$string['tiny:colon_sign'] = 'colon sign';
|
|
|
418 |
$string['tiny:cruzeiro_sign'] = 'cruzeiro sign';
|
|
|
419 |
$string['tiny:currency_sign'] = 'currency sign';
|
|
|
420 |
$string['tiny:dollar_sign'] = 'dollar sign';
|
|
|
421 |
$string['tiny:dong_sign'] = 'dong sign';
|
|
|
422 |
$string['tiny:drachma_sign'] = 'drachma sign';
|
|
|
423 |
$string['tiny:euro-currency_sign'] = 'euro-currency sign';
|
|
|
424 |
$string['tiny:example'] = 'example';
|
|
|
425 |
$string['tiny:formatting'] = 'formatting';
|
|
|
426 |
$string['tiny:french_franc_sign'] = 'french franc sign';
|
|
|
427 |
$string['tiny:german_penny_symbol'] = 'german penny symbol';
|
|
|
428 |
$string['tiny:guarani_sign'] = 'guarani sign';
|
|
|
429 |
$string['tiny:history'] = 'history';
|
|
|
430 |
$string['tiny:hryvnia_sign'] = 'hryvnia sign';
|
|
|
431 |
$string['tiny:indentation'] = 'indentation';
|
|
|
432 |
$string['tiny:indian_rupee_sign'] = 'indian rupee sign';
|
|
|
433 |
$string['tiny:kip_sign'] = 'kip sign';
|
|
|
434 |
$string['tiny:lira_sign'] = 'lira sign';
|
|
|
435 |
$string['tiny:livre_tournois_sign'] = 'livre tournois sign';
|
|
|
436 |
$string['tiny:manat_sign'] = 'manat sign';
|
|
|
437 |
$string['tiny:mill_sign'] = 'mill sign';
|
|
|
438 |
$string['tiny:naira_sign'] = 'naira sign';
|
|
|
439 |
$string['tiny:new_sheqel_sign'] = 'new sheqel sign';
|
|
|
440 |
$string['tiny:nordic_mark_sign'] = 'nordic mark sign';
|
|
|
441 |
$string['tiny:peseta_sign'] = 'peseta sign';
|
|
|
442 |
$string['tiny:peso_sign'] = 'peso sign';
|
|
|
443 |
$string['tiny:ruble_sign'] = 'ruble sign';
|
|
|
444 |
$string['tiny:rupee_sign'] = 'rupee sign';
|
|
|
445 |
$string['tiny:spesmilo_sign'] = 'spesmilo sign';
|
|
|
446 |
$string['tiny:styles'] = 'styles';
|
|
|
447 |
$string['tiny:tenge_sign'] = 'tenge sign';
|
|
|
448 |
$string['tiny:tugrik_sign'] = 'tugrik sign';
|
|
|
449 |
$string['tiny:turkish_lira_sign'] = 'turkish lira sign';
|
|
|
450 |
$string['tiny:won_sign'] = 'won sign';
|
|
|
451 |
$string['tiny:yen_character'] = 'yen character';
|
|
|
452 |
$string['tiny:yenyuan_character_variant_one'] = 'yen/yuan character variant one';
|
|
|
453 |
$string['tiny:yuan_character'] = 'yuan character';
|
|
|
454 |
$string['tiny:yuan_character_in_hong_kong_and_taiwan'] = 'yuan character, in hong kong and taiwan';
|
|
|
455 |
$string['tiny:0_characters'] = '{0} characters';
|
|
|
456 |
$string['tiny:0_words'] = '{0} words';
|
|
|
457 |
$string['tiny:tiny:0_columns_1_rows'] = '{0} columns, {1} rows';
|