annotate media/js/tiny_mce/plugins/advimage/langs/en_dlg.js @ 197:2baadae33f2e

Got autocomplete working for the member search. Updated django and ran into a bug where url tags with comma separated kwargs starting consuming tons of CPU throughput. The work-around is to cut over to using spaces between arguments. This is now allowed to be consistent with other tags. Did some query optimization for the news app.
author Brian Neal <bgneal@gmail.com>
date Sat, 10 Apr 2010 04:32:24 +0000
parents a5b4c5ce0658
children
rev   line source
bgneal@45 1 tinyMCE.addI18n('en.advimage_dlg',{
bgneal@45 2 tab_general:"General",
bgneal@45 3 tab_appearance:"Appearance",
bgneal@45 4 tab_advanced:"Advanced",
bgneal@45 5 general:"General",
bgneal@45 6 title:"Title",
bgneal@45 7 preview:"Preview",
bgneal@45 8 constrain_proportions:"Constrain proportions",
bgneal@45 9 langdir:"Language direction",
bgneal@45 10 langcode:"Language code",
bgneal@45 11 long_desc:"Long description link",
bgneal@45 12 style:"Style",
bgneal@45 13 classes:"Classes",
bgneal@45 14 ltr:"Left to right",
bgneal@45 15 rtl:"Right to left",
bgneal@45 16 id:"Id",
bgneal@45 17 map:"Image map",
bgneal@45 18 swap_image:"Swap image",
bgneal@45 19 alt_image:"Alternative image",
bgneal@45 20 mouseover:"for mouse over",
bgneal@45 21 mouseout:"for mouse out",
bgneal@45 22 misc:"Miscellaneous",
bgneal@45 23 example_img:"Appearance preview image",
bgneal@45 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@45 25 dialog_title:"Insert/edit image",
bgneal@45 26 src:"Image URL",
bgneal@45 27 alt:"Image description",
bgneal@45 28 list:"Image list",
bgneal@45 29 border:"Border",
bgneal@45 30 dimensions:"Dimensions",
bgneal@45 31 vspace:"Vertical space",
bgneal@45 32 hspace:"Horizontal space",
bgneal@45 33 align:"Alignment",
bgneal@45 34 align_baseline:"Baseline",
bgneal@45 35 align_top:"Top",
bgneal@45 36 align_middle:"Middle",
bgneal@45 37 align_bottom:"Bottom",
bgneal@45 38 align_texttop:"Text top",
bgneal@45 39 align_textbottom:"Text bottom",
bgneal@45 40 align_left:"Left",
bgneal@45 41 align_right:"Right",
bgneal@45 42 image_list:"Image list"
bgneal@45 43 });