Mark strings as translatable.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 31 Jul 2008 22:36:18 +0000 (00:36 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 31 Jul 2008 22:36:18 +0000 (00:36 +0200)
templates/influences/influence_detail_block.html

index e9e33d0aa7376378fb39dd05975e5c474d35d6e8..21d3755d08d4bb57c5574c3ead730a36d387bdaf 100644 (file)
         <div style="margin-left: {{ comment.depth }}em;" class="comment">
             {{ comment.user }} said:<br/>
             {% auto_transform_markup comment %}
-                       <p style="display:none;" id="replyLink{{comment.id}}"><a href="javascript:showReply('{{comment.id}}');">Reply to this comment</a></p>
+                       <p style="display:none;" id="replyLink{{comment.id}}">
+                               <a href="javascript:showReply('{{comment.id}}');">{% trans "Reply to this comment" %}</a>
+                       </p>
                        <div id="replyForm{{comment.id}}" class="commentReplyForm">
                                <script>hideReply('{{comment.id}}');</script>
                                <form method="POST" action="{% get_comment_url object comment %}">
-                                       <p><a href="javascript:hideReply('{{comment.id}}');">Cancel reply</a></p>
+                                       <p><a href="javascript:hideReply('{{comment.id}}');">{% trans "Cancel reply" %}</a></p>
                                        <ul>
                                                <table>
                                                {{ comment.get_reply_form.as_table }}