##// END OF EJS Templates
i18n: updated translation for Polish...
i18n: updated translation for Polish Currently translated at 56.5% (614 of 1087 strings)

File last commit:

r6098:8b75085c default
r8092:7fef5132 default
Show More
changeset_comment.txt
16 lines | 710 B | text/plain | TextLexer
<%block name="header">\
<% title = _('Mention in Comment on Changeset "%s"') % h.shorter(message, 200, firstline=True) if is_mention else _('Comment on Changeset "%s"') % h.shorter(message, 200, firstline=True) %>\
<%include file="header.txt" args="title=title,link=cs_comment_url"/>\
</%block>\
<%include file="comment.txt" args="text=body,author=cs_comment_user,status=status_change"/>\
${_('Changeset on')|n,unicode} \
${cs_target_repo|n,unicode} \
${_('branch')|n,unicode} \
${branch|n,unicode}:
"${h.shorter(message, 60, firstline=True)|n,unicode}" \
${_('by')|n,unicode} \
${cs_author.full_name_and_username|n,unicode}.
<%include file="button.txt" args="url=cs_comment_url,title=_('View Comment')"/>\