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

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112460 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-10-15 01:45:13 +00:00
parent e43a2409cd
commit 5f393e761c
2 changed files with 4 additions and 1 deletions

View File

@ -406,6 +406,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> |