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