root/trunk/default_templates/commenter_confirm.mtml

Revision 3219, 0.9 kB (checked in by fumiakiy, 12 months ago)

Merging the latest of fireball branch to trunk. svn merge -r3095:3215 http://code.sixapart.com/svn/movabletype/branches/fireball . (two conflicts resolved; MT.pm, mt.php and mt-check.cgi merged manually.)

Line 
1<__trans phrase="Thank you registering for an account to comment on [_1]." params="<$mt:BlogName$>"> 
2
3<__trans phrase="For your own security and to prevent fraud, we ask that you please confirm your account and email address before continuing. Once confirmed you will immediately be allowed to comment on [_1]." params="<$mt:BlogName$>">
4
5<__trans phrase="To confirm your account, please click on or cut and paste the following URL into a web browser:">
6
7<$mt:Var name="confirm_url"$>
8
9<__trans phrase="If you did not make this request, or you don't want to register for an account to comment on [_1], then no further action is required." params="<$mt:BlogName$>">
10
11<__trans phrase="Thank you very much for your understanding.">
12
13<__trans phrase="Sincerely,">
14<mt:If tag="AuthorDisplayName"><$mt:AuthorDisplayName encode_html="1"$><mt:Else>Movable Type</mt:If>
15
16<$mt:Include module="<__trans phrase="Mail Footer">"$>
Note: See TracBrowser for help on using the browser.