annotate static/js/tiny_mce/plugins/advimage/langs/en_dlg.js @ 348:d1b11096595b

Fix #168; when nailing a spammer, clear their profile text fields. Guard against topics and forums that don't exist when deleting posts in the signal handler. Make the forum stats template tag only display the latest active users.
author Brian Neal <bgneal@gmail.com>
date Wed, 02 Mar 2011 02:18:28 +0000
parents 88b2b9cb8c1f
children 6c182ceb7147
rev   line source
bgneal@312 1 tinyMCE.addI18n('en.advimage_dlg',{
bgneal@312 2 tab_general:"General",
bgneal@312 3 tab_appearance:"Appearance",
bgneal@312 4 tab_advanced:"Advanced",
bgneal@312 5 general:"General",
bgneal@312 6 title:"Title",
bgneal@312 7 preview:"Preview",
bgneal@312 8 constrain_proportions:"Constrain proportions",
bgneal@312 9 langdir:"Language direction",
bgneal@312 10 langcode:"Language code",
bgneal@312 11 long_desc:"Long description link",
bgneal@312 12 style:"Style",
bgneal@312 13 classes:"Classes",
bgneal@312 14 ltr:"Left to right",
bgneal@312 15 rtl:"Right to left",
bgneal@312 16 id:"Id",
bgneal@312 17 map:"Image map",
bgneal@312 18 swap_image:"Swap image",
bgneal@312 19 alt_image:"Alternative image",
bgneal@312 20 mouseover:"for mouse over",
bgneal@312 21 mouseout:"for mouse out",
bgneal@312 22 misc:"Miscellaneous",
bgneal@312 23 example_img:"Appearance preview image",
bgneal@312 24 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.",
bgneal@312 25 dialog_title:"Insert/edit image",
bgneal@312 26 src:"Image URL",
bgneal@312 27 alt:"Image description",
bgneal@312 28 list:"Image list",
bgneal@312 29 border:"Border",
bgneal@312 30 dimensions:"Dimensions",
bgneal@312 31 vspace:"Vertical space",
bgneal@312 32 hspace:"Horizontal space",
bgneal@312 33 align:"Alignment",
bgneal@312 34 align_baseline:"Baseline",
bgneal@312 35 align_top:"Top",
bgneal@312 36 align_middle:"Middle",
bgneal@312 37 align_bottom:"Bottom",
bgneal@312 38 align_texttop:"Text top",
bgneal@312 39 align_textbottom:"Text bottom",
bgneal@312 40 align_left:"Left",
bgneal@312 41 align_right:"Right",
bgneal@312 42 image_list:"Image list"
bgneal@312 43 });