| Línea 20... |
Línea 20... |
| 20 |
* @package editor_tiny
|
20 |
* @package editor_tiny
|
| 21 |
* @copyright 2021 Andrew Lyons <andrew@nicols.co.uk>
|
21 |
* @copyright 2021 Andrew Lyons <andrew@nicols.co.uk>
|
| 22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 23 |
*/
|
23 |
*/
|
| Línea 24... |
Línea -... |
| 24 |
|
- |
|
| 25 |
$string['settings'] = 'General settings';
|
24 |
|
| 26 |
$string['pluginname'] = 'TinyMCE editor';
|
25 |
$string['pluginname'] = 'TinyMCE editor';
|
| 27 |
$string['settings'] = 'General settings';
|
26 |
$string['settings'] = 'General settings';
|
| 28 |
$string['privacy:reason'] = 'The TinyMCE editor does not store any preferences or user data.';
|
27 |
$string['privacy:reason'] = 'The TinyMCE editor does not store any preferences or user data.';
|
| 29 |
$string['branding'] = 'TinyMCE branding';
|
28 |
$string['branding'] = 'TinyMCE branding';
|
| - |
|
29 |
$string['branding_desc'] = 'Support TinyMCE by displaying the logo in the bottom corner of the text editor. The logo links to the TinyMCE website.';
|
| - |
|
30 |
$string['extended_valid_elements'] = 'Extended valid elements';
|
| 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['extended_valid_elements_desc'] = 'This allows you to use additional HTML elements and attributes in the editor.';
|
| 31 |
$string['plugin_enabled'] = '{$a} enabled.';
|
32 |
$string['plugin_enabled'] = '{$a} enabled.';
|
| 32 |
$string['plugin_disabled'] = '{$a} disabled.';
|
33 |
$string['plugin_disabled'] = '{$a} disabled.';
|
| 33 |
$string['subplugintype_tiny'] = 'TinyMCE plugin';
|
34 |
$string['subplugintype_tiny'] = 'TinyMCE plugin';
|
| 34 |
$string['subplugintype_tiny_plural'] = 'TinyMCE plugins';
|
35 |
$string['subplugintype_tiny_plural'] = 'TinyMCE plugins';
|
| Línea 44... |
Línea 45... |
| 44 |
$string['tiny:align'] = 'Align';
|
45 |
$string['tiny:align'] = 'Align';
|
| 45 |
$string['tiny:align_center'] = 'Align centre';
|
46 |
$string['tiny:align_center'] = 'Align centre';
|
| 46 |
$string['tiny:align_left'] = 'Align left';
|
47 |
$string['tiny:align_left'] = 'Align left';
|
| 47 |
$string['tiny:align_right'] = 'Align right';
|
48 |
$string['tiny:align_right'] = 'Align right';
|
| 48 |
$string['tiny:alignment'] = 'Alignment';
|
49 |
$string['tiny:alignment'] = 'Alignment';
|
| - |
|
50 |
$string['tiny:alignment_0'] = 'Alignment {0}';
|
| 49 |
$string['tiny:all'] = 'All';
|
51 |
$string['tiny:all'] = 'All';
|
| 50 |
$string['tiny:alternative_description'] = 'Alternative description';
|
52 |
$string['tiny:alternative_description'] = 'Alternative description';
|
| 51 |
$string['tiny:alternative_source'] = 'Alternative source';
|
53 |
$string['tiny:alternative_source'] = 'Alternative source';
|
| 52 |
$string['tiny:alternative_source_url'] = 'Alternative source URL';
|
54 |
$string['tiny:alternative_source_url'] = 'Alternative source URL';
|
| 53 |
$string['tiny:anchor'] = 'Anchor';
|
55 |
$string['tiny:anchor'] = 'Anchor';
|
| Línea 60... |
Línea 62... |
| 60 |
$string['tiny:background_color_0'] = 'Background colour {0}';
|
62 |
$string['tiny:background_color_0'] = 'Background colour {0}';
|
| 61 |
$string['tiny:black'] = 'Black';
|
63 |
$string['tiny:black'] = 'Black';
|
| 62 |
$string['tiny:block'] = 'Block';
|
64 |
$string['tiny:block'] = 'Block';
|
| 63 |
$string['tiny:block_0'] = 'Block {0}';
|
65 |
$string['tiny:block_0'] = 'Block {0}';
|
| 64 |
$string['tiny:blockquote'] = 'Blockquote';
|
66 |
$string['tiny:blockquote'] = 'Blockquote';
|
| 65 |
$string['tiny:blocks'] = 'Blocks';
|
67 |
$string['tiny:blocks'] = 'Paragraph styles';
|
| 66 |
$string['tiny:blue'] = 'Blue';
|
68 |
$string['tiny:blue'] = 'Blue';
|
| 67 |
$string['tiny:blue_component'] = 'Blue component';
|
69 |
$string['tiny:blue_component'] = 'Blue component';
|
| 68 |
$string['tiny:body'] = 'Body';
|
70 |
$string['tiny:body'] = 'Body';
|
| 69 |
$string['tiny:bold'] = 'Bold';
|
71 |
$string['tiny:bold'] = 'Bold';
|
| 70 |
$string['tiny:border'] = 'Border';
|
72 |
$string['tiny:border'] = 'Border';
|
| Línea 151... |
Línea 153... |
| 151 |
$string['tiny:failed_to_load_plugin_url_0'] = 'Failed to load plugin url: {0}';
|
153 |
$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}';
|
154 |
$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}';
|
155 |
$string['tiny:failed_to_upload_image_0'] = 'Failed to upload image: {0}';
|
| 154 |
$string['tiny:file'] = 'File';
|
156 |
$string['tiny:file'] = 'File';
|
| 155 |
$string['tiny:find'] = 'Find';
|
157 |
$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_if_searchreplace_plugin_activated'] = 'Find (if search and replace plugin activated)';
|
| 158 |
$string['tiny:find_and_replace...'] = 'Find and replace...';
|
160 |
$string['tiny:find_and_replace...'] = 'Find and replace...';
|
| 159 |
$string['tiny:find_in_selection'] = 'Find in selection';
|
161 |
$string['tiny:find_in_selection'] = 'Find in selection';
|
| 160 |
$string['tiny:find_whole_words_only'] = 'Find whole words only';
|
162 |
$string['tiny:find_whole_words_only'] = 'Find whole words only';
|
| 161 |
$string['tiny:flags'] = 'Flags';
|
163 |
$string['tiny:flags'] = 'Flags';
|
| 162 |
$string['tiny:focus_to_contextual_toolbar'] = 'Focus to contextual toolbar';
|
164 |
$string['tiny:focus_to_contextual_toolbar'] = 'Focus to contextual toolbar';
|
| 163 |
$string['tiny:focus_to_element_path'] = 'Focus to element path';
|
165 |
$string['tiny:focus_to_element_path'] = 'Focus to element path';
|
| 164 |
$string['tiny:focus_to_menubar'] = 'Focus to menubar';
|
166 |
$string['tiny:focus_to_menubar'] = 'Focus to menubar';
|
| 165 |
$string['tiny:focus_to_toolbar'] = 'Focus to toolbar';
|
167 |
$string['tiny:focus_to_toolbar'] = 'Focus to toolbar';
|
| 166 |
$string['tiny:font'] = 'Font';
|
168 |
$string['tiny:font'] = 'Font';
|
| 167 |
$string['tiny:font_sizes'] = 'Font sizes';
|
- |
|
| 168 |
$string['tiny:font_size_0'] = 'Font size {0}';
|
169 |
$string['tiny:font_size_0'] = 'Font size {0}';
|
| 169 |
$string['tiny:fonts'] = 'Fonts';
|
170 |
$string['tiny:font_sizes'] = 'Font sizes';
|
| 170 |
$string['tiny:font_0'] = 'Font {0}';
|
171 |
$string['tiny:font_0'] = 'Font {0}';
|
| - |
|
172 |
$string['tiny:fonts'] = 'Fonts';
|
| 171 |
$string['tiny:food_and_drink'] = 'Food and drink';
|
173 |
$string['tiny:food_and_drink'] = 'Food and drink';
|
| 172 |
$string['tiny:footer'] = 'Footer';
|
174 |
$string['tiny:footer'] = 'Footer';
|
| 173 |
$string['tiny:format'] = 'Format';
|
175 |
$string['tiny:format'] = 'Format';
|
| 174 |
$string['tiny:format_0'] = 'Format {0}';
|
176 |
$string['tiny:format_0'] = 'Format {0}';
|
| 175 |
$string['tiny:formats'] = 'Formats';
|
177 |
$string['tiny:formats'] = 'Formats';
|
| Línea 209... |
Línea 211... |
| 209 |
$string['tiny:imageproxy_http_error_unknown_imageproxy_error'] = 'ImageProxy HTTP error: Unknown ImageProxy error';
|
211 |
$string['tiny:imageproxy_http_error_unknown_imageproxy_error'] = 'ImageProxy HTTP error: Unknown ImageProxy error';
|
| 210 |
$string['tiny:increase_indent'] = 'Increase indent';
|
212 |
$string['tiny:increase_indent'] = 'Increase indent';
|
| 211 |
$string['tiny:inline'] = 'Inline';
|
213 |
$string['tiny:inline'] = 'Inline';
|
| 212 |
$string['tiny:insert'] = 'Insert';
|
214 |
$string['tiny:insert'] = 'Insert';
|
| 213 |
$string['tiny:insert_template'] = 'Insert template';
|
215 |
$string['tiny:insert_template'] = 'Insert template';
|
| - |
|
216 |
$string['tiny:insert_accordion'] = 'Insert accordion';
|
| 214 |
$string['tiny:insert_column_after'] = 'Insert column after';
|
217 |
$string['tiny:insert_column_after'] = 'Insert column after';
|
| 215 |
$string['tiny:insert_column_before'] = 'Insert column before';
|
218 |
$string['tiny:insert_column_before'] = 'Insert column before';
|
| 216 |
$string['tiny:insert_datetime'] = 'Insert date/time';
|
219 |
$string['tiny:insert_datetime'] = 'Insert date/time';
|
| 217 |
$string['tiny:insert_image'] = 'Insert image';
|
220 |
$string['tiny:insert_image'] = 'Insert image';
|
| 218 |
$string['tiny:insert_link_if_link_plugin_activated'] = 'Insert link (if link plugin activated)';
|
221 |
$string['tiny:insert_link_if_link_plugin_activated'] = 'Insert link (if link plugin activated)';
|
| Línea 344... |
Línea 347... |
| 344 |
$string['tiny:search'] = 'Search';
|
347 |
$string['tiny:search'] = 'Search';
|
| 345 |
$string['tiny:select_all'] = 'Select all';
|
348 |
$string['tiny:select_all'] = 'Select all';
|
| 346 |
$string['tiny:select...'] = 'Select...';
|
349 |
$string['tiny:select...'] = 'Select...';
|
| 347 |
$string['tiny:selection'] = 'Selection';
|
350 |
$string['tiny:selection'] = 'Selection';
|
| 348 |
$string['tiny:shortcut'] = 'Shortcut';
|
351 |
$string['tiny:shortcut'] = 'Shortcut';
|
| 349 |
$string['tiny:show_blocks'] = 'Show blocks';
|
352 |
$string['tiny:show_blocks'] = 'Show paragraph styles';
|
| 350 |
$string['tiny:show_caption'] = 'Show caption';
|
353 |
$string['tiny:show_caption'] = 'Show caption';
|
| 351 |
$string['tiny:show_invisible_characters'] = 'Show invisible characters';
|
354 |
$string['tiny:show_invisible_characters'] = 'Show invisible characters';
|
| 352 |
$string['tiny:size'] = 'Size';
|
355 |
$string['tiny:size'] = 'Size';
|
| 353 |
$string['tiny:solid'] = 'Solid';
|
356 |
$string['tiny:solid'] = 'Solid';
|
| 354 |
$string['tiny:source'] = 'Source';
|
357 |
$string['tiny:source'] = 'Source';
|
| Línea 377... |
Línea 380... |
| 377 |
$string['tiny:text_to_display'] = 'Text to display';
|
380 |
$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?';
|
381 |
$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?';
|
382 |
$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?';
|
383 |
$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';
|
384 |
$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';
|
385 |
$string['tiny:to_open_the_popup_press_shiftenter'] = 'To open the popup, press Shift+Enter';
|
| - |
|
386 |
$string['tiny:toggle_accordion'] = 'Toggle accordion';
|
| 384 |
$string['tiny:tools'] = 'Tools';
|
387 |
$string['tiny:tools'] = 'Tools';
|
| 385 |
$string['tiny:top'] = 'Top';
|
388 |
$string['tiny:top'] = 'Top';
|
| 386 |
$string['tiny:travel_and_places'] = 'Travel and places';
|
389 |
$string['tiny:travel_and_places'] = 'Travel and places';
|
| 387 |
$string['tiny:turquoise'] = 'Turquoise';
|
390 |
$string['tiny:turquoise'] = 'Turquoise';
|
| 388 |
$string['tiny:underline'] = 'Underline';
|
391 |
$string['tiny:underline'] = 'Underline';
|
| Línea 409... |
Línea 412... |
| 409 |
$string['tiny:yes'] = 'Yes';
|
412 |
$string['tiny:yes'] = 'Yes';
|
| 410 |
$string['tiny:you_are_using_0'] = 'You are using {0}';
|
413 |
$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?';
|
414 |
$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.';
|
415 |
$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';
|
416 |
$string['tiny:alignment1'] = 'alignment';
|
| 414 |
$string['tiny:alignment_0'] = 'Alignment {0}';
|
- |
|
| 415 |
$string['tiny:austral_sign'] = 'austral sign';
|
417 |
$string['tiny:austral_sign'] = 'austral sign';
|
| 416 |
$string['tiny:cedi_sign'] = 'cedi sign';
|
418 |
$string['tiny:cedi_sign'] = 'cedi sign';
|
| 417 |
$string['tiny:colon_sign'] = 'colon sign';
|
419 |
$string['tiny:colon_sign'] = 'colon sign';
|
| 418 |
$string['tiny:cruzeiro_sign'] = 'cruzeiro sign';
|
420 |
$string['tiny:cruzeiro_sign'] = 'cruzeiro sign';
|
| 419 |
$string['tiny:currency_sign'] = 'currency sign';
|
421 |
$string['tiny:currency_sign'] = 'currency sign';
|
| Línea 451... |
Línea 453... |
| 451 |
$string['tiny:yen_character'] = 'yen character';
|
453 |
$string['tiny:yen_character'] = 'yen character';
|
| 452 |
$string['tiny:yenyuan_character_variant_one'] = 'yen/yuan character variant one';
|
454 |
$string['tiny:yenyuan_character_variant_one'] = 'yen/yuan character variant one';
|
| 453 |
$string['tiny:yuan_character'] = 'yuan character';
|
455 |
$string['tiny:yuan_character'] = 'yuan character';
|
| 454 |
$string['tiny:yuan_character_in_hong_kong_and_taiwan'] = 'yuan character, in hong kong and taiwan';
|
456 |
$string['tiny:yuan_character_in_hong_kong_and_taiwan'] = 'yuan character, in hong kong and taiwan';
|
| 455 |
$string['tiny:0_characters'] = '{0} characters';
|
457 |
$string['tiny:0_characters'] = '{0} characters';
|
| - |
|
458 |
$string['tiny:0_columns_1_rows'] = '{0} columns, {1} rows';
|
| 456 |
$string['tiny:0_words'] = '{0} words';
|
459 |
$string['tiny:0_words'] = '{0} words';
|
| 457 |
$string['tiny:tiny:0_columns_1_rows'] = '{0} columns, {1} rows';
|
- |
|