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