Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 401 and 402] [Versions 401 and 403]

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