MINOR Translations in PageCommentInterface.ss (fixes #5598, thanks Pike)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@104970 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-05-17 00:23:53 +00:00 committed by Sam Minnee
parent 97c1ff1e18
commit 4ff657e03f
2 changed files with 4 additions and 1 deletions

View File

@ -456,6 +456,7 @@ $lang['en_US']['PageComment']['SINGULARNAME'] = array(
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['PageCommentInterface']['COMMENTERURL'] = 'Your website URL';
$lang['en_US']['PageCommentInterface']['DELETEALLCOMMENTS'] = 'Delete all comments on this page';
$lang['en_US']['PageCommentInterface']['POST'] = 'Post';
$lang['en_US']['PageCommentInterface']['SPAMQUESTION'] = 'Spam protection question: %s';
$lang['en_US']['PageCommentInterface']['YOURCOMMENT'] = 'Comments';

View File

@ -54,7 +54,9 @@
<% end_if %>
</div>
<% if DeleteAllLink %>
<p id="DeleteComments"><a href="$DeleteAllLink">Delete all comments on this page</a></p>
<p id="DeleteComments"><a href="$DeleteAllLink">
<% _t('PageCommentInterface.DELETEALLCOMMENTS','Delete all comments on this page' %>
</a></p>
<% end_if %>
<p id="CommentsRSSFeed">
<a class="commentrss" href="$CommentRssLink"><% _t('RSSFEEDCOMMENTS', 'RSS feed for comments on this page') %></a> |