diff --git a/templates/PageCommentInterface.ss b/templates/PageCommentInterface.ss index de288f65..f3e08211 100755 --- a/templates/PageCommentInterface.ss +++ b/templates/PageCommentInterface.ss @@ -5,10 +5,13 @@ <% if CanPostComment %> $PostCommentForm <% else %> -

You can't post comments until you have logged in<% if PostingRequiresPermission %>, and that you have an appropriate permission level<% end_if %>. Please login by clicking here.

+

<% _t('COMMENTLOGINERROR', 'You cannot post comments until you have logged in') %>, + <% if PostingRequiresPermission %><% _t('COMMENTPERMISSIONERROR', 'and that you have an appropriate permission level') %><% end_if %>. + <% _t('COMMENTPOSTLOGIN', 'Login Here') %>. +

<% end_if %> <% else %> -

<% _t('COMMENTSDISABLED', 'Posting Comments has been Disabled') %>.

+

<% _t('COMMENTSDISABLED', 'Posting Comments has been disabled') %>.

<% end_if %>

<% _t('COMMENTS','Comments') %>