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