annotate media/js/tiny_mce/plugins/advimage/langs/en_dlg.js @ 145:71cb4208dc98
Tweak to #30, admin dashboard. Because of a bug in Django (9568), my dashboard appears on the login page. To get around this, pass in the user to the templatetag, so it can do a 'if user.is_staff' check. Also tweaked the HTML and CSS to show non-zero pending items in red. Shortened the pending item titles for readability.
author |
Brian Neal <bgneal@gmail.com> |
date |
Wed, 09 Dec 2009 00:03:10 +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 }); |