##// END OF EJS Templates
Improved i18n of the changeset inline comment section.
Vincent Duvert -
r2302:66fa6c43 beta
parent child Browse files
Show More
@@ -35,10 +35,10 b''
35 <div class="overlay"><div class="overlay-text">${_('Submitting...')}</div></div>
35 <div class="overlay"><div class="overlay-text">${_('Submitting...')}</div></div>
36 ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=changeset.raw_id),class_='inline-form')}
36 ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=changeset.raw_id),class_='inline-form')}
37 <div class="clearfix">
37 <div class="clearfix">
38 <div class="comment-help">${_('Commenting on line')} {1}. ${_('Comments parsed using')}
38 <div class="comment-help">${(_('Commenting on line {1}. Comments parsed using %s syntax with %s support.')
39 <a href="${h.url('rst_help')}">RST</a> ${_('syntax')} ${_('with')}
39 % (('<a href="%s">RST</a>' % h.url('rst_help')),
40 <span style="color:#003367" class="tooltip" title="${_('Use @username inside this text to send notification to this RhodeCode user')}">@mention</span> ${_('support')}
40 '<span style="color:#003367" class="tooltip" title="%s">@mention</span>' %
41 </div>
41 _('Use @username inside this text to send notification to this RhodeCode user')))|n}</div>
42 <textarea id="text_{1}" name="text"></textarea>
42 <textarea id="text_{1}" name="text"></textarea>
43 </div>
43 </div>
44 <div class="comment-button">
44 <div class="comment-button">
@@ -52,7 +52,7 b''
52 ${h.form('')}
52 ${h.form('')}
53 <div class="clearfix">
53 <div class="clearfix">
54 <div class="comment-help">
54 <div class="comment-help">
55 ${'You need to be logged in to comment.'} <a href="${h.url('login_home',came_from=h.url.current())}">${_('Login now')}</a>
55 ${_('You need to be logged in to comment.')} <a href="${h.url('login_home',came_from=h.url.current())}">${_('Login now')}</a>
56 </div>
56 </div>
57 </div>
57 </div>
58 <div class="comment-button">
58 <div class="comment-button">
General Comments 0
You need to be logged in to leave comments. Login now