bgneal@312: tinyMCE.addI18n('en.advanced_dlg',{
bgneal@312: about_title:"About TinyMCE",
bgneal@312: about_general:"About",
bgneal@312: about_help:"Help",
bgneal@312: about_license:"License",
bgneal@312: about_plugins:"Plugins",
bgneal@312: about_plugin:"Plugin",
bgneal@312: about_author:"Author",
bgneal@312: about_version:"Version",
bgneal@312: about_loaded:"Loaded plugins",
bgneal@312: anchor_title:"Insert/edit anchor",
bgneal@312: anchor_name:"Anchor name",
bgneal@442: anchor_invalid:"Please specify a valid anchor name.",
bgneal@312: code_title:"HTML Source Editor",
bgneal@312: code_wordwrap:"Word wrap",
bgneal@312: colorpicker_title:"Select a color",
bgneal@312: colorpicker_picker_tab:"Picker",
bgneal@312: colorpicker_picker_title:"Color picker",
bgneal@312: colorpicker_palette_tab:"Palette",
bgneal@312: colorpicker_palette_title:"Palette colors",
bgneal@312: colorpicker_named_tab:"Named",
bgneal@312: colorpicker_named_title:"Named colors",
bgneal@312: colorpicker_color:"Color:",
bgneal@312: colorpicker_name:"Name:",
bgneal@312: charmap_title:"Select custom character",
bgneal@312: image_title:"Insert/edit image",
bgneal@312: image_src:"Image URL",
bgneal@312: image_alt:"Image description",
bgneal@312: image_list:"Image list",
bgneal@312: image_border:"Border",
bgneal@312: image_dimensions:"Dimensions",
bgneal@312: image_vspace:"Vertical space",
bgneal@312: image_hspace:"Horizontal space",
bgneal@312: image_align:"Alignment",
bgneal@312: image_align_baseline:"Baseline",
bgneal@312: image_align_top:"Top",
bgneal@312: image_align_middle:"Middle",
bgneal@312: image_align_bottom:"Bottom",
bgneal@312: image_align_texttop:"Text top",
bgneal@312: image_align_textbottom:"Text bottom",
bgneal@312: image_align_left:"Left",
bgneal@312: image_align_right:"Right",
bgneal@312: link_title:"Insert/edit link",
bgneal@312: link_url:"Link URL",
bgneal@312: link_target:"Target",
bgneal@312: link_target_same:"Open link in the same window",
bgneal@312: link_target_blank:"Open link in a new window",
bgneal@312: link_titlefield:"Title",
bgneal@442: link_is_email:"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?",
bgneal@442: link_is_external:"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?",
bgneal@442: link_list:"Link list",
bgneal@442: accessibility_help:"Accessibility Help",
bgneal@442: accessibility_usage_title:"General Usage"
bgneal@312: });