Differences Between: [Versions 311 and 400] [Versions 311 and 401]
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 * Strings for component 'editor_tinymce', language 'en'. 19 * 20 * Note: use editor/tinymce/extra/tools/update_lang_files.php script to import strings from upstream JS lang files. 21 * 22 * @package editor_tinymce 23 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} 24 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 25 */ 26 27 28 //== Custom Moodle strings that are not part of upstream TinyMCE == 29 $string['availablebuttons'] = 'Available buttons'; 30 $string['customconfig'] = 'Custom configuration'; 31 $string['customconfig_desc'] = 'Custom advanced TinyMCE configuration in JSON format, for example: {"option1" : "value2", "option2" : "value2"}. Any options specified here override standard and plugin settings.'; 32 $string['customtoolbar'] = 'Editor toolbar'; 33 $string['customtoolbar_desc'] = 'Each line contains a list of comma separated button names, use "wrap" as a group separator, empty lines are ignored. See <a href="{$a}" target="_blank">{$a}</a> for the list of default TinyMCE buttons.<br />The first row will always be shown, where as the visibility of second and third toolbars can be toggled.'; 34 $string['fontselectlist'] = 'Available fonts list'; 35 $string['pluginname'] = 'TinyMCE HTML editor'; 36 $string['settings'] = 'General settings'; 37 $string['subplugintype_tinymce'] = 'Plugin'; 38 $string['subplugintype_tinymce_plural'] = 'Plugins'; 39 40 41 // == TinyMCE upstream lang strings from all standard upstream plugins == 42 $string['advanced:address'] = 'Address'; 43 $string['advanced:anchor_delta_height'] = ''; 44 $string['advanced:anchor_delta_width'] = ''; 45 $string['advanced:anchor_desc'] = 'Insert/edit anchor'; 46 $string['advanced:backcolor_desc'] = 'Select background color'; 47 $string['advanced:block'] = 'Format'; 48 $string['advanced:blockquote'] = 'Block quote'; 49 $string['advanced:blockquote_desc'] = 'Block quote'; 50 $string['advanced:bold_desc'] = 'Bold (Ctrl+B)'; 51 $string['advanced:bullist_desc'] = 'Insert/remove bulleted list'; 52 $string['advanced:charmap_delta_height'] = ''; 53 $string['advanced:charmap_delta_width'] = ''; 54 $string['advanced:charmap_desc'] = 'Insert special character'; 55 $string['advanced:cleanup_desc'] = 'Cleanup messy code'; 56 $string['advanced:clipboard_msg'] = 'Copy/cut/paste is not available in Mozilla and Firefox. 57 Do you want more information about this issue?'; 58 $string['advanced:code'] = 'Code'; 59 $string['advanced:code_desc'] = 'Edit HTML source'; 60 $string['advanced:colorpicker_delta_height'] = ''; 61 $string['advanced:colorpicker_delta_width'] = ''; 62 /* $string['advanced:copy_desc'] = 'Copy (Ctrl+C)'; */ 63 $string['advanced:custom1_desc'] = 'Your custom description here'; 64 /* $string['advanced:cut_desc'] = 'Cut (Ctrl+X)'; */ 65 $string['advanced:dd'] = 'Definition description'; 66 $string['advanced:div'] = 'DIV'; 67 $string['advanced:dt'] = 'Definition term '; 68 $string['advanced:font_size'] = 'Font size'; 69 $string['advanced:fontdefault'] = 'Font family'; 70 $string['advanced:forecolor_desc'] = 'Select text color'; 71 $string['advanced:h1'] = 'Heading 1'; 72 $string['advanced:h2'] = 'Heading 2'; 73 $string['advanced:h3'] = 'Heading 3'; 74 $string['advanced:h4'] = 'Heading 4'; 75 $string['advanced:h5'] = 'Heading 5'; 76 $string['advanced:h6'] = 'Heading 6'; 77 $string['advanced:help_desc'] = 'Help'; 78 $string['advanced:help_shortcut'] = 'Press ALT-F10 for toolbar. Press ALT-0 for help'; 79 $string['advanced:hr_desc'] = 'Insert horizontal line'; 80 $string['advanced:image_delta_height'] = ''; 81 $string['advanced:image_delta_width'] = ''; 82 $string['advanced:image_desc'] = 'Insert/edit image'; 83 $string['advanced:image_props_desc'] = 'Image properties'; 84 $string['advanced:indent_desc'] = 'Increase indent'; 85 $string['advanced:italic_desc'] = 'Italic (Ctrl+I)'; 86 $string['advanced:justifycenter_desc'] = 'Align center'; 87 $string['advanced:justifyfull_desc'] = 'Align full'; 88 $string['advanced:justifyleft_desc'] = 'Align left'; 89 $string['advanced:justifyright_desc'] = 'Align right'; 90 $string['advanced:link_delta_height'] = ''; 91 $string['advanced:link_delta_width'] = ''; 92 $string['advanced:link_desc'] = 'Insert/edit link'; 93 $string['advanced:more_colors'] = 'More colors...'; 94 $string['advanced:newdocument'] = 'Are you sure you want clear all contents?'; 95 $string['advanced:newdocument_desc'] = 'New document'; 96 $string['advanced:numlist_desc'] = 'Insert/remove numbered list'; 97 $string['advanced:outdent_desc'] = 'Decrease indent'; 98 $string['advanced:paragraph'] = 'Paragraph'; 99 /* $string['advanced:paste_desc'] = 'Paste (Ctrl+V)'; */ 100 $string['advanced:path'] = 'Path'; 101 $string['advanced:pre'] = 'Preformatted'; 102 $string['advanced:redo_desc'] = 'Redo (Ctrl+Y)'; 103 $string['advanced:removeformat_desc'] = 'Remove formatting'; 104 $string['advanced:rich_text_area'] = 'Rich text area'; 105 $string['advanced:samp'] = 'Code sample'; 106 /* $string['advanced:shortcuts_desc'] = 'Accessability Help'; */ 107 $string['advanced:striketrough_desc'] = 'Strikethrough'; 108 $string['advanced:style_select'] = 'Styles'; 109 $string['advanced:sub_desc'] = 'Subscript'; 110 $string['advanced:sup_desc'] = 'Superscript'; 111 $string['advanced:toolbar'] = 'Toolbar'; 112 $string['advanced:toolbar_focus'] = 'Jump to tool buttons - Alt+Q, jump to editor - Alt-Z, jump to element path - Alt-X'; 113 $string['advanced:underline_desc'] = 'Underline (Ctrl+U)'; 114 $string['advanced:undo_desc'] = 'Undo (Ctrl+Z)'; 115 $string['advanced:unlink_desc'] = 'Unlink'; 116 $string['advanced:visualaid_desc'] = 'Show/hide guidelines/invisible elements'; 117 $string['advanced_dlg:'] = ''; 118 $string['advanced_dlg:about_author'] = 'Author'; 119 $string['advanced_dlg:about_general'] = 'About'; 120 $string['advanced_dlg:about_help'] = 'Help'; 121 $string['advanced_dlg:about_license'] = 'Licence'; 122 $string['advanced_dlg:about_loaded'] = 'Loaded plugins'; 123 $string['advanced_dlg:about_plugin'] = 'Plugin'; 124 $string['advanced_dlg:about_plugins'] = 'Plugins'; 125 $string['advanced_dlg:about_title'] = 'About TinyMCE'; 126 $string['advanced_dlg:about_version'] = 'Version'; 127 $string['advanced_dlg:accessibility_help'] = 'Accessibility help'; 128 $string['advanced_dlg:accessibility_usage_title'] = 'General usage'; 129 $string['advanced_dlg:anchor_invalid'] = 'Please specify a valid anchor name.'; 130 $string['advanced_dlg:anchor_name'] = 'Anchor name'; 131 $string['advanced_dlg:anchor_title'] = 'Insert/edit anchor'; 132 $string['advanced_dlg:charmap_title'] = 'Select special character'; 133 $string['advanced_dlg:charmap_usage'] = 'Use left and right arrows to navigate.'; 134 $string['advanced_dlg:code_title'] = 'HTML source editor'; 135 $string['advanced_dlg:code_wordwrap'] = 'Word wrap'; 136 $string['advanced_dlg:colorpicker_color'] = 'Color:'; 137 $string['advanced_dlg:colorpicker_name'] = 'Name:'; 138 $string['advanced_dlg:colorpicker_named_tab'] = 'Named'; 139 $string['advanced_dlg:colorpicker_named_title'] = 'Named colors'; 140 $string['advanced_dlg:colorpicker_palette_tab'] = 'Palette'; 141 $string['advanced_dlg:colorpicker_palette_title'] = 'Palette colors'; 142 $string['advanced_dlg:colorpicker_picker_tab'] = 'Picker'; 143 $string['advanced_dlg:colorpicker_picker_title'] = 'Color picker'; 144 $string['advanced_dlg:colorpicker_title'] = 'Select a color'; 145 $string['advanced_dlg:image_align'] = 'Alignment'; 146 $string['advanced_dlg:image_align_baseline'] = 'Baseline'; 147 $string['advanced_dlg:image_align_bottom'] = 'Bottom'; 148 $string['advanced_dlg:image_align_left'] = 'Left'; 149 $string['advanced_dlg:image_align_middle'] = 'Middle'; 150 $string['advanced_dlg:image_align_right'] = 'Right'; 151 $string['advanced_dlg:image_align_textbottom'] = 'Text bottom'; 152 $string['advanced_dlg:image_align_texttop'] = 'Text top'; 153 $string['advanced_dlg:image_align_top'] = 'Top'; 154 $string['advanced_dlg:image_alt'] = 'Image description'; 155 $string['advanced_dlg:image_border'] = 'Border'; 156 $string['advanced_dlg:image_dimensions'] = 'Dimensions'; 157 $string['advanced_dlg:image_hspace'] = 'Horizontal space'; 158 $string['advanced_dlg:image_list'] = 'Image list'; 159 $string['advanced_dlg:image_src'] = 'Image URL'; 160 $string['advanced_dlg:image_title'] = 'Insert/edit image'; 161 $string['advanced_dlg:image_vspace'] = 'Vertical space'; 162 $string['advanced_dlg:invalid_color_value'] = 'Invalid color value'; 163 $string['advanced_dlg:link_is_email'] = 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?'; 164 $string['advanced_dlg:link_is_external'] = 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?'; 165 $string['advanced_dlg:link_list'] = 'Link list'; 166 $string['advanced_dlg:link_target'] = 'Target'; 167 $string['advanced_dlg:link_target_blank'] = 'Open link in a new window'; 168 $string['advanced_dlg:link_target_same'] = 'Open link in the same window'; 169 $string['advanced_dlg:link_title'] = 'Insert/edit link'; 170 $string['advanced_dlg:link_titlefield'] = 'Title'; 171 $string['advanced_dlg:link_url'] = 'Link URL'; 172 $string['advhr:advhr_desc'] = 'Insert horizontal line'; 173 $string['advhr:delta_height'] = ''; 174 $string['advhr:delta_width'] = ''; 175 $string['advhr_dlg:normal'] = 'Normal'; 176 $string['advhr_dlg:noshade'] = 'No shadow'; 177 $string['advhr_dlg:size'] = 'Height'; 178 $string['advhr_dlg:width'] = 'Width'; 179 $string['advhr_dlg:widthunits'] = 'Units'; 180 $string['advimage:delta_height'] = ''; 181 $string['advimage:delta_width'] = ''; 182 $string['advimage:image_desc'] = 'Insert/edit image'; 183 $string['advimage_dlg:align'] = 'Alignment'; 184 $string['advimage_dlg:align_baseline'] = 'Baseline'; 185 $string['advimage_dlg:align_bottom'] = 'Bottom'; 186 $string['advimage_dlg:align_left'] = 'Left'; 187 $string['advimage_dlg:align_middle'] = 'Middle'; 188 $string['advimage_dlg:align_right'] = 'Right'; 189 $string['advimage_dlg:align_textbottom'] = 'Text bottom'; 190 $string['advimage_dlg:align_texttop'] = 'Text top'; 191 $string['advimage_dlg:align_top'] = 'Top'; 192 $string['advimage_dlg:alt'] = 'Image description'; 193 $string['advimage_dlg:alt_image'] = 'Alternative image'; 194 $string['advimage_dlg:border'] = 'Border'; 195 $string['advimage_dlg:classes'] = 'Classes'; 196 $string['advimage_dlg:constrain_proportions'] = 'Constrain proportions'; 197 $string['advimage_dlg:dialog_title'] = 'Insert/edit image'; 198 $string['advimage_dlg:dimensions'] = 'Dimensions'; 199 $string['advimage_dlg:example_img'] = 'Appearance preview image'; 200 $string['advimage_dlg:general'] = 'General'; 201 $string['advimage_dlg:height'] = 'Height'; 202 $string['advimage_dlg:hspace'] = 'Horizontal space'; 203 $string['advimage_dlg:id'] = 'ID'; 204 $string['advimage_dlg:image_list'] = 'Image list'; 205 $string['advimage_dlg:langcode'] = 'Language code'; 206 $string['advimage_dlg:langdir'] = 'Language direction'; 207 $string['advimage_dlg:list'] = 'Image list'; 208 $string['advimage_dlg:long_desc'] = 'Long description link'; 209 $string['advimage_dlg:ltr'] = 'Left to right'; 210 $string['advimage_dlg:map'] = 'Image map'; 211 $string['advimage_dlg:misc'] = 'Miscellaneous'; 212 $string['advimage_dlg:missing_alt'] = 'Are you sure you want to continue without including an image description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.'; 213 $string['advimage_dlg:mouseout'] = 'for mouse out'; 214 $string['advimage_dlg:mouseover'] = 'for mouse over'; 215 $string['advimage_dlg:preview'] = 'Preview'; 216 $string['advimage_dlg:rtl'] = 'Right to left'; 217 $string['advimage_dlg:src'] = 'Image URL'; 218 $string['advimage_dlg:style'] = 'Style'; 219 $string['advimage_dlg:swap_image'] = 'Swap image'; 220 $string['advimage_dlg:tab_advanced'] = 'Advanced'; 221 $string['advimage_dlg:tab_appearance'] = 'Appearance'; 222 $string['advimage_dlg:tab_general'] = 'General'; 223 $string['advimage_dlg:title'] = 'Title'; 224 $string['advimage_dlg:vspace'] = 'Vertical space'; 225 $string['advimage_dlg:width'] = 'Width'; 226 $string['advlink:delta_height'] = ''; 227 $string['advlink:delta_width'] = ''; 228 $string['advlink:link_desc'] = 'Insert/edit link'; 229 $string['advlink_dlg:accesskey'] = 'AccessKey'; 230 $string['advlink_dlg:advanced_props'] = 'Advanced properties'; 231 $string['advlink_dlg:advanced_tab'] = 'Advanced'; 232 $string['advlink_dlg:anchor_names'] = 'Anchors'; 233 $string['advlink_dlg:classes'] = 'Classes'; 234 $string['advlink_dlg:encoding'] = 'Target character encoding'; 235 $string['advlink_dlg:event_props'] = 'Events'; 236 $string['advlink_dlg:events_tab'] = 'Events'; 237 $string['advlink_dlg:general_props'] = 'General properties'; 238 $string['advlink_dlg:general_tab'] = 'General'; 239 $string['advlink_dlg:height'] = 'Height'; 240 $string['advlink_dlg:id'] = 'ID'; 241 $string['advlink_dlg:is_email'] = 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?'; 242 $string['advlink_dlg:is_external'] = 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?'; 243 $string['advlink_dlg:langcode'] = 'Language code'; 244 $string['advlink_dlg:langdir'] = 'Language direction'; 245 $string['advlink_dlg:link_list'] = 'Link list'; 246 $string['advlink_dlg:list'] = 'Link list'; 247 $string['advlink_dlg:ltr'] = 'Left to right'; 248 $string['advlink_dlg:mime'] = 'Target MIME type'; 249 $string['advlink_dlg:popup'] = 'JavaScript popup'; 250 $string['advlink_dlg:popup_dependent'] = 'Dependent (Mozilla/Firefox only)'; 251 $string['advlink_dlg:popup_location'] = 'Show location bar'; 252 $string['advlink_dlg:popup_menubar'] = 'Show menu bar'; 253 $string['advlink_dlg:popup_name'] = 'Window name'; 254 $string['advlink_dlg:popup_opts'] = 'Options'; 255 $string['advlink_dlg:popup_position'] = 'Position (X/Y)'; 256 $string['advlink_dlg:popup_props'] = 'Popup properties'; 257 $string['advlink_dlg:popup_resizable'] = 'Make window resizable'; 258 $string['advlink_dlg:popup_return'] = 'Insert \'return false\''; 259 $string['advlink_dlg:popup_scrollbars'] = 'Show scrollbars'; 260 $string['advlink_dlg:popup_size'] = 'Size'; 261 $string['advlink_dlg:popup_statusbar'] = 'Show status bar'; 262 $string['advlink_dlg:popup_tab'] = 'Popup'; 263 $string['advlink_dlg:popup_toolbar'] = 'Show toolbars'; 264 $string['advlink_dlg:popup_url'] = 'Popup URL'; 265 $string['advlink_dlg:rel'] = 'Relationship page to target'; 266 $string['advlink_dlg:rev'] = 'Relationship target to page'; 267 $string['advlink_dlg:rtl'] = 'Right to left'; 268 $string['advlink_dlg:style'] = 'Style'; 269 $string['advlink_dlg:tabindex'] = 'TabIndex'; 270 $string['advlink_dlg:target'] = 'Target'; 271 $string['advlink_dlg:target_blank'] = 'Open in new window'; 272 $string['advlink_dlg:target_langcode'] = 'Target language'; 273 $string['advlink_dlg:target_name'] = 'Target name'; 274 $string['advlink_dlg:target_parent'] = 'Open in parent window/frame'; 275 $string['advlink_dlg:target_same'] = 'Open in this window/frame'; 276 $string['advlink_dlg:target_top'] = 'Open in top frame (replaces all frames)'; 277 $string['advlink_dlg:title'] = 'Insert/edit link'; 278 $string['advlink_dlg:titlefield'] = 'Title'; 279 $string['advlink_dlg:url'] = 'Link URL'; 280 $string['advlink_dlg:width'] = 'Width'; 281 $string['advlist:circle'] = 'Circle'; 282 $string['advlist:def'] = 'Default'; 283 $string['advlist:disc'] = 'Disc'; 284 $string['advlist:lower_alpha'] = 'Lower alpha'; 285 $string['advlist:lower_greek'] = 'Lower greek'; 286 $string['advlist:lower_roman'] = 'Lower roman'; 287 $string['advlist:square'] = 'Square'; 288 $string['advlist:types'] = 'Types'; 289 $string['advlist:upper_alpha'] = 'Upper alpha'; 290 $string['advlist:upper_roman'] = 'Upper roman'; 291 $string['aria:rich_text_area'] = 'Rich text area'; 292 /* $string['autosave:restore_content'] = 'Restore auto-saved content.'; */ 293 $string['autosave:unload_msg'] = 'The changes you made will be lost if you navigate away from this page.'; 294 $string['autosave:warning_message'] = 'If you restore the saved content, you will lose all the content that is currently in the editor. 295 296 Are you sure you want to restore the saved content?'; 297 $string['colors:000000'] = 'Black'; 298 $string['colors:000080'] = 'Navy blue'; 299 $string['colors:0000FF'] = 'Blue'; 300 $string['colors:003300'] = 'Dark green'; 301 $string['colors:003366'] = 'Dark azure'; 302 $string['colors:008000'] = 'Green'; 303 $string['colors:008080'] = 'Teal'; 304 $string['colors:00CCFF'] = 'Sky blue'; 305 $string['colors:00FF00'] = 'Lime'; 306 $string['colors:00FFFF'] = 'Aqua'; 307 $string['colors:333300'] = 'Dark olive'; 308 $string['colors:333333'] = 'Very dark gray'; 309 $string['colors:333399'] = 'Indigo'; 310 $string['colors:3366FF'] = 'Royal blue'; 311 $string['colors:339966'] = 'Sea green'; 312 $string['colors:33CCCC'] = 'Turquoise'; 313 $string['colors:666699'] = 'Grayish blue'; 314 $string['colors:800000'] = 'Maroon'; 315 $string['colors:800080'] = 'Purple'; 316 $string['colors:808000'] = 'Olive'; 317 $string['colors:808080'] = 'Gray'; 318 $string['colors:993300'] = 'Burnt orange'; 319 $string['colors:993366'] = 'Brown'; 320 $string['colors:999999'] = 'Medium gray'; 321 $string['colors:99CC00'] = 'Yellow green'; 322 $string['colors:99CCFF'] = 'Light sky blue'; 323 $string['colors:C0C0C0'] = 'Silver'; 324 $string['colors:CC99FF'] = 'Plum'; 325 $string['colors:CCFFCC'] = 'Pale green'; 326 $string['colors:CCFFFF'] = 'Pale cyan'; 327 $string['colors:FF0000'] = 'Red'; 328 $string['colors:FF00FF'] = 'Magenta'; 329 $string['colors:FF6600'] = 'Orange'; 330 $string['colors:FF9900'] = 'Amber'; 331 $string['colors:FF99CC'] = 'Pink'; 332 $string['colors:FFCC00'] = 'Gold'; 333 $string['colors:FFCC99'] = 'Peach'; 334 $string['colors:FFFF00'] = 'Yellow'; 335 $string['colors:FFFF99'] = 'Light yellow'; 336 $string['colors:FFFFFF'] = 'White'; 337 $string['common:apply'] = 'Apply'; 338 $string['common:browse'] = 'Browse'; 339 $string['common:cancel'] = 'Cancel'; 340 $string['common:class_name'] = 'Class'; 341 $string['common:clipboard_msg'] = 'Copy/cut/paste is not available in Mozilla and Firefox. 342 Do you want more information about this issue?'; 343 $string['common:clipboard_no_support'] = 'Currently not supported by your browser, use keyboard shortcuts instead.'; 344 $string['common:close'] = 'Close'; 345 $string['common:edit_confirm'] = 'Do you want to use the WYSIWYG mode for this textarea?'; 346 $string['common:insert'] = 'Insert'; 347 $string['common:invalid_data'] = 'Error: Invalid values entered, these are marked in red.'; 348 $string['common:invalid_data_min'] = '{#field} must be a number greater than {#min}'; 349 $string['common:invalid_data_number'] = '{#field} must be a number'; 350 $string['common:invalid_data_size'] = '{#field} must be a number or percentage'; 351 $string['common:more_colors'] = 'More colors...'; 352 $string['common:not_set'] = '-- Not set --'; 353 $string['common:popup_blocked'] = 'Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.'; 354 $string['common:update'] = 'Update'; 355 $string['common:value'] = '(value)'; 356 $string['contextmenu:align'] = 'Alignment'; 357 $string['contextmenu:center'] = 'Center'; 358 $string['contextmenu:full'] = 'Full'; 359 $string['contextmenu:left'] = 'Left'; 360 $string['contextmenu:right'] = 'Right'; 361 $string['directionality:ltr_desc'] = 'Direction left to right'; 362 $string['directionality:rtl_desc'] = 'Direction right to left'; 363 $string['emotions:delta_height'] = ''; 364 $string['emotions:delta_width'] = ''; 365 $string['emotions:emotions_desc'] = 'Emotions'; 366 $string['emotions_dlg:cool'] = 'Cool'; 367 $string['emotions_dlg:cry'] = 'Cry'; 368 $string['emotions_dlg:desc'] = 'Emotions'; 369 $string['emotions_dlg:embarassed'] = 'Embarassed'; 370 $string['emotions_dlg:foot_in_mouth'] = 'Foot in mouth'; 371 $string['emotions_dlg:frown'] = 'Frown'; 372 $string['emotions_dlg:innocent'] = 'Innocent'; 373 $string['emotions_dlg:kiss'] = 'Kiss'; 374 $string['emotions_dlg:laughing'] = 'Laughing'; 375 $string['emotions_dlg:money_mouth'] = 'Money mouth'; 376 $string['emotions_dlg:sealed'] = 'Sealed'; 377 $string['emotions_dlg:smile'] = 'Smile'; 378 $string['emotions_dlg:surprised'] = 'Surprised'; 379 $string['emotions_dlg:title'] = 'Insert emotion'; 380 $string['emotions_dlg:tongue_out'] = 'Tongue out'; 381 $string['emotions_dlg:undecided'] = 'Undecided'; 382 $string['emotions_dlg:usage'] = 'Use left and right arrows to navigate.'; 383 $string['emotions_dlg:wink'] = 'Wink'; 384 $string['emotions_dlg:yell'] = 'Yell'; 385 $string['fullpage:delta_height'] = ''; 386 $string['fullpage:delta_width'] = ''; 387 $string['fullpage:desc'] = 'Document properties'; 388 $string['fullpage_dlg:active_color'] = 'Active color'; 389 $string['fullpage_dlg:add'] = 'Add new element'; 390 $string['fullpage_dlg:add_base'] = 'Base element'; 391 $string['fullpage_dlg:add_comment'] = 'Comment node'; 392 $string['fullpage_dlg:add_link'] = 'Link element'; 393 $string['fullpage_dlg:add_meta'] = 'Meta element'; 394 $string['fullpage_dlg:add_script'] = 'Script element'; 395 $string['fullpage_dlg:add_style'] = 'Style element'; 396 $string['fullpage_dlg:add_title'] = 'Title element'; 397 $string['fullpage_dlg:advanced_props'] = 'Advanced'; 398 $string['fullpage_dlg:advanced_tab'] = 'Advanced'; 399 $string['fullpage_dlg:appearance_bgprops'] = 'Background properties'; 400 $string['fullpage_dlg:appearance_linkprops'] = 'Link colors'; 401 $string['fullpage_dlg:appearance_marginprops'] = 'Body margins'; 402 $string['fullpage_dlg:appearance_style'] = 'Stylesheet and style properties'; 403 $string['fullpage_dlg:appearance_tab'] = 'Appearance'; 404 $string['fullpage_dlg:appearance_textprops'] = 'Text properties'; 405 $string['fullpage_dlg:author'] = 'Author'; 406 $string['fullpage_dlg:base_element'] = 'Base element'; 407 $string['fullpage_dlg:bgcolor'] = 'Background color'; 408 $string['fullpage_dlg:bgimage'] = 'Background image'; 409 $string['fullpage_dlg:bottom_margin'] = 'Bottom margin'; 410 $string['fullpage_dlg:charset'] = 'Charset'; 411 $string['fullpage_dlg:comment_element'] = 'Comment'; 412 $string['fullpage_dlg:content'] = 'Content'; 413 $string['fullpage_dlg:copyright'] = 'Copyright'; 414 $string['fullpage_dlg:defer'] = 'Defer'; 415 $string['fullpage_dlg:doctypes'] = 'Doctype'; 416 $string['fullpage_dlg:encoding'] = 'Character encoding'; 417 $string['fullpage_dlg:font_face'] = 'Font face'; 418 $string['fullpage_dlg:font_size'] = 'Font size'; 419 $string['fullpage_dlg:fontface'] = 'Font family'; 420 $string['fullpage_dlg:fontsize'] = 'Font size'; 421 $string['fullpage_dlg:general_props'] = 'General'; 422 $string['fullpage_dlg:head_elements'] = 'Head elements'; 423 $string['fullpage_dlg:hover_color'] = 'Hover color'; 424 $string['fullpage_dlg:href'] = 'HREF'; 425 $string['fullpage_dlg:hreflang'] = 'HREF lang'; 426 $string['fullpage_dlg:info'] = 'Information'; 427 $string['fullpage_dlg:langcode'] = 'Language code'; 428 $string['fullpage_dlg:langdir'] = 'Language direction'; 429 $string['fullpage_dlg:langprops'] = 'Language and encoding'; 430 $string['fullpage_dlg:language'] = 'Language'; 431 $string['fullpage_dlg:left_margin'] = 'Left margin'; 432 $string['fullpage_dlg:link_color'] = 'Link color'; 433 $string['fullpage_dlg:link_element'] = 'Link element'; 434 $string['fullpage_dlg:ltr'] = 'Left to right'; 435 $string['fullpage_dlg:media'] = 'Media'; 436 $string['fullpage_dlg:meta_description'] = 'Description'; 437 $string['fullpage_dlg:meta_element'] = 'Meta element'; 438 $string['fullpage_dlg:meta_index_follow'] = 'Index and follow the links'; 439 $string['fullpage_dlg:meta_index_nofollow'] = 'Index and don\'t follow the links'; 440 $string['fullpage_dlg:meta_keywords'] = 'Keywords'; 441 $string['fullpage_dlg:meta_noindex_follow'] = 'Do not index but follow the links'; 442 $string['fullpage_dlg:meta_noindex_nofollow'] = 'Do not index and don\'t follow the links'; 443 $string['fullpage_dlg:meta_props'] = 'Meta information'; 444 $string['fullpage_dlg:meta_robots'] = 'Robots'; 445 $string['fullpage_dlg:meta_tab'] = 'General'; 446 $string['fullpage_dlg:meta_title'] = 'Title'; 447 $string['fullpage_dlg:movedown'] = 'Move selected element down'; 448 $string['fullpage_dlg:moveup'] = 'Move selected element up'; 449 $string['fullpage_dlg:name'] = 'Name'; 450 $string['fullpage_dlg:properties'] = 'Properties'; 451 $string['fullpage_dlg:rel'] = 'Rel'; 452 $string['fullpage_dlg:remove'] = 'Remove selected element'; 453 $string['fullpage_dlg:rev'] = 'Rev'; 454 $string['fullpage_dlg:right_margin'] = 'Right margin'; 455 $string['fullpage_dlg:rtl'] = 'Right to left'; 456 $string['fullpage_dlg:script_element'] = 'Script element'; 457 $string['fullpage_dlg:src'] = 'Source'; 458 $string['fullpage_dlg:style'] = 'Style'; 459 $string['fullpage_dlg:style_element'] = 'Style element'; 460 $string['fullpage_dlg:stylesheet'] = 'Stylesheet'; 461 $string['fullpage_dlg:target'] = 'Target'; 462 $string['fullpage_dlg:text_color'] = 'Text color'; 463 $string['fullpage_dlg:textcolor'] = 'Color'; 464 $string['fullpage_dlg:title'] = 'Document properties'; 465 $string['fullpage_dlg:title_element'] = 'Title element'; 466 $string['fullpage_dlg:top_margin'] = 'Top margin'; 467 $string['fullpage_dlg:type'] = 'Type'; 468 $string['fullpage_dlg:value'] = 'Value'; 469 $string['fullpage_dlg:visited_color'] = 'Visited color'; 470 $string['fullpage_dlg:xml_pi'] = 'XML declaration'; 471 $string['fullscreen:desc'] = 'Toggle full screen mode'; 472 $string['iespell:download'] = 'ieSpell not detected. Do you want to install it now?'; 473 $string['iespell:iespell_desc'] = 'Check spelling'; 474 $string['insertdatetime:date_fmt'] = '%Y-%m-%d'; 475 $string['insertdatetime:day_long'] = 'Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday'; 476 $string['insertdatetime:day_short'] = 'Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun'; 477 $string['insertdatetime:insertdate_desc'] = 'Insert date'; 478 $string['insertdatetime:inserttime_desc'] = 'Insert time'; 479 $string['insertdatetime:months_long'] = 'January,February,March,April,May,June,July,August,September,October,November,December'; 480 $string['insertdatetime:months_short'] = 'Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec'; 481 $string['insertdatetime:time_fmt'] = '%H:%M:%S'; 482 $string['layer:absolute_desc'] = 'Toggle absolute positioning'; 483 $string['layer:backward_desc'] = 'Move backward'; 484 $string['layer:content'] = 'New layer...'; 485 $string['layer:forward_desc'] = 'Move forward'; 486 $string['layer:insertlayer_desc'] = 'Insert new layer'; 487 $string['media:delta_height'] = ''; 488 $string['media:delta_width'] = ''; 489 $string['media:desc'] = 'Insert/edit embedded media'; 490 $string['media:edit'] = 'Edit embedded media'; 491 $string['media_dlg:advanced'] = 'Advanced'; 492 $string['media_dlg:align'] = 'Align'; 493 $string['media_dlg:align_bottom'] = 'Bottom'; 494 $string['media_dlg:align_bottom_left'] = 'Bottom left'; 495 $string['media_dlg:align_bottom_right'] = 'Bottom right'; 496 $string['media_dlg:align_center'] = 'Center'; 497 $string['media_dlg:align_left'] = 'Left'; 498 $string['media_dlg:align_right'] = 'Right'; 499 $string['media_dlg:align_top'] = 'Top'; 500 $string['media_dlg:align_top_left'] = 'Top left'; 501 $string['media_dlg:align_top_right'] = 'Top right'; 502 $string['media_dlg:altsource1'] = 'Alternative source 1'; 503 $string['media_dlg:altsource2'] = 'Alternative source 2'; 504 $string['media_dlg:audio'] = 'HTML5 audio'; 505 $string['media_dlg:autogotourl'] = 'Auto goto URL'; 506 $string['media_dlg:autohref'] = 'Auto HREF'; 507 $string['media_dlg:autostart'] = 'Auto start'; 508 $string['media_dlg:balance'] = 'Balance'; 509 $string['media_dlg:base'] = 'Base'; 510 $string['media_dlg:baseurl'] = 'Base URL'; 511 $string['media_dlg:bgcolor'] = 'Background'; 512 $string['media_dlg:cache'] = 'Cache'; 513 $string['media_dlg:captioningid'] = 'Captioning ID'; 514 $string['media_dlg:center'] = 'Center'; 515 $string['media_dlg:class_name'] = 'Class'; 516 $string['media_dlg:console'] = 'Console'; 517 $string['media_dlg:constrain_proportions'] = 'Constrain proportions'; 518 $string['media_dlg:controller'] = 'Controller'; 519 $string['media_dlg:controls'] = 'Controls'; 520 $string['media_dlg:correction'] = 'No correction'; 521 $string['media_dlg:currentmarker'] = 'Current marker'; 522 $string['media_dlg:currentposition'] = 'Current position'; 523 $string['media_dlg:defaultframe'] = 'Default frame'; 524 $string['media_dlg:embedded_audio_options'] = 'Embedded audio options'; 525 $string['media_dlg:embeddedaudio'] = 'Embedded audio'; 526 $string['media_dlg:enabled'] = 'Enabled'; 527 $string['media_dlg:enablejavascript'] = 'Enable JavaScript'; 528 $string['media_dlg:endtime'] = 'End time'; 529 $string['media_dlg:file'] = 'File/URL'; 530 $string['media_dlg:flash'] = 'Flash'; 531 $string['media_dlg:flash_options'] = 'Flash options'; 532 $string['media_dlg:flashvars'] = 'Flash vars'; 533 $string['media_dlg:fullscreen'] = 'Full screen'; 534 $string['media_dlg:general'] = 'General'; 535 $string['media_dlg:hidden'] = 'Hidden'; 536 $string['media_dlg:href'] = 'HREF'; 537 $string['media_dlg:hspace'] = 'H-Space'; 538 $string['media_dlg:html5_audio_options'] = 'Audio options'; 539 $string['media_dlg:html5_video_options'] = 'HTML5 video options'; 540 $string['media_dlg:id'] = 'ID'; 541 $string['media_dlg:iframe'] = 'Iframe'; 542 $string['media_dlg:imagestatus'] = 'Image status'; 543 $string['media_dlg:invokeurls'] = 'Invoke URLs'; 544 $string['media_dlg:kioskmode'] = 'Kiosk mode'; 545 $string['media_dlg:list'] = 'List'; 546 $string['media_dlg:liveconnect'] = 'SWLiveConnect'; 547 $string['media_dlg:loop'] = 'Loop'; 548 $string['media_dlg:maintainaspect'] = 'Maintain aspect'; 549 $string['media_dlg:menu'] = 'Show menu'; 550 $string['media_dlg:mute'] = 'Mute'; 551 $string['media_dlg:name'] = 'Name'; 552 $string['media_dlg:nojava'] = 'No Java'; 553 $string['media_dlg:numloop'] = 'Num loops'; 554 $string['media_dlg:play'] = 'Auto play'; 555 $string['media_dlg:playcount'] = 'Play count'; 556 $string['media_dlg:playeveryframe'] = 'Play every frame'; 557 $string['media_dlg:poster'] = 'Poster'; 558 $string['media_dlg:prefetch'] = 'Prefetch'; 559 $string['media_dlg:preload'] = 'Preload'; 560 $string['media_dlg:preload_auto'] = 'Let user\'s browser decide'; 561 $string['media_dlg:preload_metadata'] = 'Preload video metadata'; 562 $string['media_dlg:preload_none'] = 'Don\'t preload'; 563 $string['media_dlg:preview'] = 'Preview'; 564 $string['media_dlg:progress'] = 'Progress'; 565 $string['media_dlg:qt_options'] = 'QuickTime options'; 566 $string['media_dlg:qt_stream_warn'] = 'Streamed RTSP resources should be added to the QT source field under the advanced tab. 567 You should also add a non-streamed version to the source field.'; 568 $string['media_dlg:qtsrc'] = 'QT source'; 569 $string['media_dlg:qtsrcchokespeed'] = 'Choke speed'; 570 $string['media_dlg:quality'] = 'Quality'; 571 $string['media_dlg:quicktime'] = 'QuickTime'; 572 $string['media_dlg:rate'] = 'Rate'; 573 $string['media_dlg:realmedia'] = 'Real Media'; 574 $string['media_dlg:rmp_options'] = 'Real Media Player options'; 575 $string['media_dlg:salign'] = 'SAlign'; 576 $string['media_dlg:scale'] = 'Scale'; 577 $string['media_dlg:scriptcallbacks'] = 'Script callbacks'; 578 $string['media_dlg:shockwave'] = 'Shockwave'; 579 $string['media_dlg:shockwave_options'] = 'Shockwave options'; 580 $string['media_dlg:shuffle'] = 'Shuffle'; 581 $string['media_dlg:size'] = 'Dimensions'; 582 $string['media_dlg:sound'] = 'Sound'; 583 $string['media_dlg:source'] = 'Source'; 584 $string['media_dlg:starttime'] = 'Start time'; 585 $string['media_dlg:stretchtofit'] = 'Stretch to fit'; 586 $string['media_dlg:swstretchhalign'] = 'Stretch H-Align'; 587 $string['media_dlg:swstretchstyle'] = 'Stretch Style'; 588 $string['media_dlg:swstretchvalign'] = 'Stretch V-Align'; 589 $string['media_dlg:target'] = 'Target'; 590 $string['media_dlg:targetcache'] = 'Target cache'; 591 $string['media_dlg:title'] = 'Insert/edit embedded media'; 592 $string['media_dlg:type'] = 'Type'; 593 $string['media_dlg:uimode'] = 'UI mode'; 594 $string['media_dlg:video'] = 'HTML5 video'; 595 $string['media_dlg:volume'] = 'Volume'; 596 $string['media_dlg:vspace'] = 'V-Space'; 597 $string['media_dlg:windowlessvideo'] = 'Windowless video'; 598 $string['media_dlg:windowsmedia'] = 'Windows Media'; 599 $string['media_dlg:wmode'] = 'WMode'; 600 $string['media_dlg:wmp_options'] = 'Windows Media Player options'; 601 $string['nonbreaking:nonbreaking_desc'] = 'Insert non-breaking space character'; 602 $string['pagebreak:desc'] = 'Insert page break for printing'; 603 $string['paste:paste_text_desc'] = 'Paste as plain Text'; 604 $string['paste:paste_word_desc'] = 'Paste from Word'; 605 $string['paste:plaintext_mode'] = 'Paste is now in plain text mode. Click again to toggle back to regular paste mode. After you paste something you will be returned to regular paste mode.'; 606 $string['paste:plaintext_mode_stick'] = 'Paste is now in plain text mode. Click again to toggle back to regular paste mode.'; 607 $string['paste:selectall_desc'] = 'Select All'; 608 $string['paste_dlg:text_linebreaks'] = 'Keep linebreaks'; 609 $string['paste_dlg:text_title'] = 'Use Ctrl+V on your keyboard to paste the text into the window.'; 610 $string['paste_dlg:word_title'] = 'Use Ctrl+V on your keyboard to paste the text into the window.'; 611 $string['preview:preview_desc'] = 'Preview'; 612 $string['print:print_desc'] = 'Print'; 613 $string['save:cancel_desc'] = 'Cancel all changes'; 614 $string['save:save_desc'] = 'Save'; 615 $string['searchreplace:delta_height'] = ''; 616 $string['searchreplace:delta_width'] = ''; 617 $string['searchreplace:replace_desc'] = 'Find/replace'; 618 $string['searchreplace:search_desc'] = 'Find'; 619 $string['searchreplace_dlg:allreplaced'] = 'All occurrences of the search string were replaced.'; 620 $string['searchreplace_dlg:direction'] = 'Direction'; 621 $string['searchreplace_dlg:down'] = 'Down'; 622 $string['searchreplace_dlg:findnext'] = 'Find next'; 623 $string['searchreplace_dlg:findwhat'] = 'Find what'; 624 $string['searchreplace_dlg:mcase'] = 'Match case'; 625 $string['searchreplace_dlg:notfound'] = 'The search has been completed. The search string could not be found.'; 626 $string['searchreplace_dlg:replace'] = 'Replace'; 627 $string['searchreplace_dlg:replace_title'] = 'Find/replace'; 628 $string['searchreplace_dlg:replaceall'] = 'Replace all'; 629 $string['searchreplace_dlg:replacewith'] = 'Replace with'; 630 $string['searchreplace_dlg:search_title'] = 'Find'; 631 $string['searchreplace_dlg:searchnext_desc'] = 'Find again'; 632 $string['searchreplace_dlg:up'] = 'Up'; 633 $string['simple:bold_desc'] = 'Bold (Ctrl+B)'; 634 $string['simple:bullist_desc'] = 'Insert/remove bulleted list'; 635 $string['simple:cleanup_desc'] = 'Cleanup messy code'; 636 $string['simple:italic_desc'] = 'Italic (Ctrl+I)'; 637 $string['simple:numlist_desc'] = 'Insert/remove numbered list'; 638 $string['simple:redo_desc'] = 'Redo (Ctrl+Y)'; 639 $string['simple:striketrough_desc'] = 'Strikethrough'; 640 $string['simple:underline_desc'] = 'Underline (Ctrl+U)'; 641 $string['simple:undo_desc'] = 'Undo (Ctrl+Z)'; 642 $string['spellchecker:desc'] = 'Toggle spell checker'; 643 $string['spellchecker:ignore_word'] = 'Ignore word'; 644 $string['spellchecker:ignore_words'] = 'Ignore all'; 645 $string['spellchecker:langs'] = 'Languages'; 646 $string['spellchecker:learn_word'] = 'Learn word'; 647 $string['spellchecker:menu'] = 'Spell checker settings'; 648 $string['spellchecker:no_mpell'] = 'No misspellings found.'; 649 $string['spellchecker:no_sug'] = 'No Suggestions'; 650 $string['spellchecker:sug'] = 'Suggestions'; 651 $string['spellchecker:wait'] = 'Please wait...'; 652 $string['style:delta_height'] = ''; 653 $string['style:delta_width'] = ''; 654 $string['style:desc'] = 'Edit CSS style'; 655 $string['style_dlg:apply'] = 'Apply'; 656 $string['style_dlg:background'] = 'Background'; 657 $string['style_dlg:background_attachment'] = 'Attachment'; 658 $string['style_dlg:background_color'] = 'Background color'; 659 $string['style_dlg:background_hpos'] = 'Horizontal position'; 660 $string['style_dlg:background_image'] = 'Background image'; 661 $string['style_dlg:background_repeat'] = 'Repeat'; 662 $string['style_dlg:background_tab'] = 'Background'; 663 $string['style_dlg:background_vpos'] = 'Vertical position'; 664 $string['style_dlg:block'] = 'Block'; 665 $string['style_dlg:block_display'] = 'Display'; 666 $string['style_dlg:block_letterspacing'] = 'Letter spacing'; 667 $string['style_dlg:block_tab'] = 'Block'; 668 $string['style_dlg:block_text_align'] = 'Text align'; 669 $string['style_dlg:block_text_indent'] = 'Text indent'; 670 $string['style_dlg:block_vertical_alignment'] = 'Vertical alignment'; 671 $string['style_dlg:block_whitespace'] = 'Whitespace'; 672 $string['style_dlg:block_wordspacing'] = 'Word spacing'; 673 $string['style_dlg:border'] = 'Border'; 674 $string['style_dlg:border_tab'] = 'Border'; 675 $string['style_dlg:bottom'] = 'Bottom'; 676 $string['style_dlg:box'] = 'Box'; 677 $string['style_dlg:box_clear'] = 'Clear'; 678 $string['style_dlg:box_float'] = 'Float'; 679 $string['style_dlg:box_height'] = 'Height'; 680 $string['style_dlg:box_tab'] = 'Box'; 681 $string['style_dlg:box_width'] = 'Width'; 682 $string['style_dlg:bullet_image'] = 'Bullet image'; 683 $string['style_dlg:clip'] = 'Clip'; 684 $string['style_dlg:color'] = 'Color'; 685 $string['style_dlg:height'] = 'Height'; 686 $string['style_dlg:left'] = 'Left'; 687 $string['style_dlg:list'] = 'List'; 688 $string['style_dlg:list_tab'] = 'List'; 689 $string['style_dlg:list_type'] = 'Type'; 690 $string['style_dlg:margin'] = 'Margin'; 691 $string['style_dlg:overflow'] = 'Overflow'; 692 $string['style_dlg:padding'] = 'Padding'; 693 $string['style_dlg:placement'] = 'Placement'; 694 $string['style_dlg:position'] = 'Position'; 695 $string['style_dlg:positioning_tab'] = 'Positioning'; 696 $string['style_dlg:positioning_type'] = 'Type'; 697 $string['style_dlg:right'] = 'Right'; 698 $string['style_dlg:same'] = 'Same for all'; 699 $string['style_dlg:style'] = 'Style'; 700 $string['style_dlg:text'] = 'Text'; 701 $string['style_dlg:text_blink'] = 'Blink'; 702 $string['style_dlg:text_case'] = 'Case'; 703 $string['style_dlg:text_color'] = 'Color'; 704 $string['style_dlg:text_decoration'] = 'Decoration'; 705 $string['style_dlg:text_font'] = 'Font'; 706 $string['style_dlg:text_lineheight'] = 'Line height'; 707 $string['style_dlg:text_none'] = 'None'; 708 $string['style_dlg:text_overline'] = 'Overline'; 709 $string['style_dlg:text_props'] = 'Text'; 710 $string['style_dlg:text_size'] = 'Size'; 711 $string['style_dlg:text_striketrough'] = 'Strikethrough'; 712 $string['style_dlg:text_style'] = 'Style'; 713 $string['style_dlg:text_tab'] = 'Text'; 714 $string['style_dlg:text_underline'] = 'Underline'; 715 $string['style_dlg:text_variant'] = 'Variant'; 716 $string['style_dlg:text_weight'] = 'Weight'; 717 $string['style_dlg:title'] = 'Edit CSS style'; 718 $string['style_dlg:toggle_insert_span'] = 'Insert span at selection'; 719 $string['style_dlg:top'] = 'Top'; 720 $string['style_dlg:visibility'] = 'Visibility'; 721 $string['style_dlg:width'] = 'Width'; 722 $string['style_dlg:zindex'] = 'Z-index'; 723 $string['table:cell'] = 'Cell'; 724 $string['table:cell_desc'] = 'Table cell properties'; 725 $string['table:cellprops_delta_height'] = ''; 726 $string['table:cellprops_delta_width'] = ''; 727 $string['table:col'] = 'Column'; 728 $string['table:col_after_desc'] = 'Insert column after'; 729 $string['table:col_before_desc'] = 'Insert column before'; 730 $string['table:copy_row_desc'] = 'Copy table row'; 731 $string['table:cut_row_desc'] = 'Cut table row'; 732 $string['table:del'] = 'Delete Table'; 733 $string['table:delete_col_desc'] = 'Delete column'; 734 $string['table:delete_row_desc'] = 'Delete row'; 735 $string['table:desc'] = 'Insert/edit table'; 736 $string['table:merge_cells_delta_height'] = ''; 737 $string['table:merge_cells_delta_width'] = ''; 738 $string['table:merge_cells_desc'] = 'Merge table cells'; 739 $string['table:paste_row_after_desc'] = 'Paste table row after'; 740 $string['table:paste_row_before_desc'] = 'Paste table row before'; 741 $string['table:props_desc'] = 'Table properties'; 742 $string['table:row'] = 'Row'; 743 $string['table:row_after_desc'] = 'Insert row after'; 744 $string['table:row_before_desc'] = 'Insert row before'; 745 $string['table:row_desc'] = 'Table row properties'; 746 $string['table:rowprops_delta_height'] = ''; 747 $string['table:rowprops_delta_width'] = ''; 748 $string['table:split_cells_desc'] = 'Split merged table cells'; 749 $string['table:table_delta_height'] = ''; 750 $string['table:table_delta_width'] = ''; 751 $string['table_dlg:advanced_props'] = 'Advanced properties'; 752 $string['table_dlg:advanced_tab'] = 'Advanced'; 753 $string['table_dlg:align'] = 'Alignment'; 754 $string['table_dlg:align_bottom'] = 'Bottom'; 755 $string['table_dlg:align_default'] = 'Default'; 756 $string['table_dlg:align_left'] = 'Left'; 757 $string['table_dlg:align_middle'] = 'Center'; 758 $string['table_dlg:align_right'] = 'Right'; 759 $string['table_dlg:align_top'] = 'Top'; 760 $string['table_dlg:bgcolor'] = 'Background color'; 761 $string['table_dlg:bgimage'] = 'Background image'; 762 $string['table_dlg:border'] = 'Border'; 763 $string['table_dlg:bordercolor'] = 'Border color'; 764 $string['table_dlg:caption'] = 'Table caption'; 765 $string['table_dlg:cell_all'] = 'Update all cells in table'; 766 $string['table_dlg:cell_cell'] = 'Update current cell'; 767 $string['table_dlg:cell_col'] = 'Update all cells in column'; 768 $string['table_dlg:cell_limit'] = 'You\'ve exceeded the maximum number of cells of {$cells}.'; 769 $string['table_dlg:cell_row'] = 'Update all cells in row'; 770 $string['table_dlg:cell_title'] = 'Table cell properties'; 771 $string['table_dlg:cell_type'] = 'Cell type'; 772 $string['table_dlg:cellpadding'] = 'Cell padding'; 773 $string['table_dlg:cellspacing'] = 'Cell spacing'; 774 $string['table_dlg:col_limit'] = 'You\'ve exceeded the maximum number of columns of {$cols}.'; 775 $string['table_dlg:colgroup'] = 'Col group'; 776 $string['table_dlg:cols'] = 'Columns'; 777 $string['table_dlg:frame'] = 'Frame'; 778 $string['table_dlg:frame_all'] = 'all'; 779 $string['table_dlg:frame_cols'] = 'cols'; 780 $string['table_dlg:frame_groups'] = 'groups'; 781 $string['table_dlg:frame_none'] = 'none'; 782 $string['table_dlg:frame_rows'] = 'rows'; 783 $string['table_dlg:general_props'] = 'General properties'; 784 $string['table_dlg:general_tab'] = 'General'; 785 $string['table_dlg:height'] = 'Height'; 786 $string['table_dlg:id'] = 'ID'; 787 $string['table_dlg:langcode'] = 'Language code'; 788 $string['table_dlg:langdir'] = 'Language direction'; 789 $string['table_dlg:ltr'] = 'Left to right'; 790 $string['table_dlg:merge_cells_title'] = 'Merge table cells'; 791 $string['table_dlg:mime'] = 'Target MIME type'; 792 $string['table_dlg:missing_scope'] = 'Are you sure you want to continue without specifying a scope for this table header cell? Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table.'; 793 $string['table_dlg:row_all'] = 'Update all rows in table'; 794 $string['table_dlg:row_even'] = 'Update even rows in table'; 795 $string['table_dlg:row_limit'] = 'You\'ve exceeded the maximum number of rows of {$rows}.'; 796 $string['table_dlg:row_odd'] = 'Update odd rows in table'; 797 $string['table_dlg:row_row'] = 'Update current row'; 798 $string['table_dlg:row_title'] = 'Table row properties'; 799 $string['table_dlg:rowgroup'] = 'Row group'; 800 $string['table_dlg:rows'] = 'Rows'; 801 $string['table_dlg:rowtype'] = 'Row type'; 802 $string['table_dlg:rtl'] = 'Right to left'; 803 $string['table_dlg:rules'] = 'Rules'; 804 $string['table_dlg:rules_above'] = 'above'; 805 $string['table_dlg:rules_below'] = 'below'; 806 $string['table_dlg:rules_border'] = 'border'; 807 $string['table_dlg:rules_box'] = 'box'; 808 $string['table_dlg:rules_hsides'] = 'hsides'; 809 $string['table_dlg:rules_lhs'] = 'lhs'; 810 $string['table_dlg:rules_rhs'] = 'rhs'; 811 $string['table_dlg:rules_void'] = 'void'; 812 $string['table_dlg:rules_vsides'] = 'vsides'; 813 $string['table_dlg:scope'] = 'Scope'; 814 $string['table_dlg:style'] = 'Style'; 815 $string['table_dlg:summary'] = 'Summary'; 816 $string['table_dlg:tbody'] = 'Body'; 817 $string['table_dlg:td'] = 'Data'; 818 $string['table_dlg:tfoot'] = 'Footer'; 819 $string['table_dlg:th'] = 'Header'; 820 $string['table_dlg:thead'] = 'Header'; 821 $string['table_dlg:title'] = 'Insert/edit table'; 822 $string['table_dlg:valign'] = 'Vertical alignment'; 823 $string['table_dlg:width'] = 'Width'; 824 $string['template:desc'] = 'Insert predefined template content'; 825 $string['template_dlg:cdate_format'] = '%Y-%m-%d %H:%M:%S'; 826 $string['template_dlg:day_long'] = 'Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday'; 827 $string['template_dlg:day_short'] = 'Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun'; 828 $string['template_dlg:desc'] = 'Insert predefined template content'; 829 $string['template_dlg:desc_label'] = 'Description'; 830 $string['template_dlg:label'] = 'Template'; 831 $string['template_dlg:mdate_format'] = '%Y-%m-%d %H:%M:%S'; 832 $string['template_dlg:months_long'] = 'January,February,March,April,May,June,July,August,September,October,November,December'; 833 $string['template_dlg:months_short'] = 'Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec'; 834 $string['template_dlg:preview'] = 'Preview'; 835 $string['template_dlg:select'] = 'Select a template'; 836 $string['template_dlg:title'] = 'Templates'; 837 $string['template_dlg:warning'] = 'Warning: Updating a template with a different one may cause data loss.'; 838 $string['visualblocks:desc'] = 'Show/hide block elements'; 839 $string['visualchars:desc'] = 'Show/hide visual control characters'; 840 $string['wordcount:words'] = 'Words:'; 841 $string['xhtmlxtras:abbr_delta_height'] = ''; 842 $string['xhtmlxtras:abbr_delta_width'] = ''; 843 $string['xhtmlxtras:abbr_desc'] = 'Abbreviation'; 844 $string['xhtmlxtras:acronym_delta_height'] = ''; 845 $string['xhtmlxtras:acronym_delta_width'] = ''; 846 $string['xhtmlxtras:acronym_desc'] = 'Acronym'; 847 $string['xhtmlxtras:attribs_delta_height'] = ''; 848 $string['xhtmlxtras:attribs_delta_width'] = ''; 849 $string['xhtmlxtras:attribs_desc'] = 'Insert/edit attributes'; 850 $string['xhtmlxtras:cite_delta_height'] = ''; 851 $string['xhtmlxtras:cite_delta_width'] = ''; 852 $string['xhtmlxtras:cite_desc'] = 'Citation'; 853 $string['xhtmlxtras:del_delta_height'] = ''; 854 $string['xhtmlxtras:del_delta_width'] = ''; 855 $string['xhtmlxtras:del_desc'] = 'Deletion'; 856 $string['xhtmlxtras:ins_delta_height'] = ''; 857 $string['xhtmlxtras:ins_delta_width'] = ''; 858 $string['xhtmlxtras:ins_desc'] = 'Insertion'; 859 $string['xhtmlxtras_dlg:attrib_tab'] = 'Attributes'; 860 $string['xhtmlxtras_dlg:attribs_title'] = 'Insert/edit attributes'; 861 $string['xhtmlxtras_dlg:attribute_attrib_tab'] = 'Attributes'; 862 $string['xhtmlxtras_dlg:attribute_events_tab'] = 'Events'; 863 $string['xhtmlxtras_dlg:attribute_label_accesskey'] = 'AccessKey'; 864 $string['xhtmlxtras_dlg:attribute_label_cite'] = 'Cite'; 865 $string['xhtmlxtras_dlg:attribute_label_class'] = 'Class'; 866 $string['xhtmlxtras_dlg:attribute_label_datetime'] = 'Date/time'; 867 $string['xhtmlxtras_dlg:attribute_label_id'] = 'ID'; 868 $string['xhtmlxtras_dlg:attribute_label_langcode'] = 'Language'; 869 $string['xhtmlxtras_dlg:attribute_label_langdir'] = 'Text direction'; 870 $string['xhtmlxtras_dlg:attribute_label_style'] = 'Style'; 871 $string['xhtmlxtras_dlg:attribute_label_tabindex'] = 'TabIndex'; 872 $string['xhtmlxtras_dlg:attribute_label_title'] = 'Title'; 873 $string['xhtmlxtras_dlg:attribute_option_ltr'] = 'Left to right'; 874 $string['xhtmlxtras_dlg:attribute_option_rtl'] = 'Right to left'; 875 $string['xhtmlxtras_dlg:events_tab'] = 'Events'; 876 $string['xhtmlxtras_dlg:fieldset_attrib_tab'] = 'Element attributes'; 877 $string['xhtmlxtras_dlg:fieldset_events_tab'] = 'Element events'; 878 $string['xhtmlxtras_dlg:fieldset_general_tab'] = 'General settings'; 879 $string['xhtmlxtras_dlg:general_tab'] = 'General'; 880 $string['xhtmlxtras_dlg:insert_date'] = 'Insert current date/time'; 881 $string['xhtmlxtras_dlg:option_ltr'] = 'Left to right'; 882 $string['xhtmlxtras_dlg:option_rtl'] = 'Right to left'; 883 $string['xhtmlxtras_dlg:remove'] = 'Remove'; 884 $string['xhtmlxtras_dlg:title_abbr_element'] = 'Abbreviation element'; 885 $string['xhtmlxtras_dlg:title_acronym_element'] = 'Acronym element'; 886 $string['xhtmlxtras_dlg:title_cite_element'] = 'Citation element'; 887 $string['xhtmlxtras_dlg:title_del_element'] = 'Deletion element'; 888 $string['xhtmlxtras_dlg:title_ins_element'] = 'Insertion element'; 889 890 891 // == Our modifications or upstream changes == 892 $string['advanced:copy_desc'] = 'Copy'; 893 $string['advanced:cut_desc'] = 'Cut'; 894 $string['advanced:paste_desc'] = 'Paste'; 895 $string['advanced:shortcuts_desc'] = 'Accessibility help'; 896 $string['autosave:restore_content'] = 'Restore auto-saved content'; 897 $string['privacy:metadata'] = 'The TinyMCE HTML editor plugin does not store any personal data.';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body