<li><ahref="{{ object.get_update_url }}"title="{% trans "Pullchangesfromremoterepository"%}"{%ifnotperms.trans.update_translation%}class="disabled"{%endif%}>{% trans "Pull" %}</a></li>
<li><ahref="{{ object.get_push_url }}"title="{% trans "Pushchangestoremoterepository"%}"{%ifnotperms.trans.push_translationornotobject.can_push%}class="disabled"{%endif%}>{% trans "Push" %}</a></li>
{% if perms.trans.reset_translation %}
<li><ahref="{{ object.get_reset_url }}"title="{% trans "Resetallchangesinlocalrepository"%}">{% trans "Reset" %}</a></li>
<li><ahref="{{ object.get_reset_url }}"title="{% trans "Resetallchangesinlocalrepository"%}"class="confirm-reset">{% trans "Reset" %}</a></li>
$('<div title="'+gettext('Confirm reseting repository')+'"><p>'+gettext('Reseting the repository will throw away all local changes!')+'</p></div>').dialog({