|
Revision 2603, 0.7 kB
(checked in by bsmith, 18 months ago)
|
|
bugzid:79938 - Normalizing Template Tags
|
| Line | |
|---|
| 1 | <mt:SetVarBlock name="message"><__trans phrase="If this was a mistake, you can unblock the IP address and allow the visitor to add it again by logging in to your Movable Type installation, going to Blog Config - IP Banning, and deleting the IP address [_1] from the list of banned addresses." params="<$mt:Var name="throttled_ip"$>"></mt:SetVarBlock> |
|---|
| 2 | <__trans phrase="A visitor to your blog [_1] has automatically been banned by adding more than the allowed number of comments in the last [_2] seconds." params="<$mt:BlogName$>%%<$mt:Var name="throttle_seconds"$>"> |
|---|
| 3 | |
|---|
| 4 | <__trans phrase="This has been done to prevent a malicious script from overwhelming your weblog with comments. The banned IP address is"> |
|---|
| 5 | |
|---|
| 6 | <$mt:Var name="throttled_ip"$> |
|---|
| 7 | |
|---|
| 8 | <$mt:Var name="message"$> |
|---|