Ticket #11271: mark-for-translation.patch
File mark-for-translation.patch, 791 bytes (added by , 16 years ago) |
---|
-
contrib/admin/templates/admin/pagination.html
8 8 {% endif %} 9 9 {{ cl.result_count }} {% ifequal cl.result_count 1 %}{{ cl.opts.verbose_name }}{% else %}{{ cl.opts.verbose_name_plural }}{% endifequal %} 10 10 {% if show_all_url %} <a href="{{ show_all_url }}" class="showall">{% trans 'Show all' %}</a>{% endif %} 11 {% if cl.formset and cl.result_count %}<input type="submit" name="_save" class="default" value=" Save"/>{% endif %}11 {% if cl.formset and cl.result_count %}<input type="submit" name="_save" class="default" value="{% trans "Save" %}"/>{% endif %} 12 12 </p>