##// 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:

r7091:2d6ec8b9 default
r8092:7fef5132 default
Show More
pull_request.txt
32 lines | 932 B | text/plain | TextLexer
<%block name="header">\
<% title = _('Mention on Pull Request %s "%s" by %s') % (pr_nice_id, pr_title, pr_user_created) if is_mention else _('Added as Reviewer of Pull Request %s "%s" by %s') % (pr_nice_id, pr_title, pr_user_created) %>\
<%include file="header.txt" args="title=title,link=pr_url"/>\
</%block>\
${_('Pull request')|n,unicode} \
${pr_nice_id|n,unicode} \
"${pr_title|n,unicode}" \
${_('by')|n,unicode} \
${pr_owner.full_name_and_username|n,unicode}
${_('from')} \
${pr_source_repo|n,unicode} \
${_('branch')|n,unicode} \
${pr_source_branch|n,unicode}
${_('to')|n,unicode} \
${pr_target_repo|n,unicode} \
${_('branch')|n,unicode} \
${pr_target_branch|n,unicode}
${_('Description')|n,unicode}:
${body|n,unicode}
${_('Changesets')|n,unicode}:
%for revision, desc in pr_revisions:
${h.shorter(desc, 80, firstline=True)|n,unicode}
%endfor
<%include file="button.txt" args="url=pr_url,title='View Pull Request'"/>\