X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..c8e137630abd8b9721e42787c8ebf49abec600eb:/wolnelektury/templates/catalogue/fragment_sets.html diff --git a/wolnelektury/templates/catalogue/fragment_sets.html b/wolnelektury/templates/catalogue/fragment_sets.html index c7d641ca2..b270636e9 100644 --- a/wolnelektury/templates/catalogue/fragment_sets.html +++ b/wolnelektury/templates/catalogue/fragment_sets.html @@ -1,17 +1,18 @@ -<h2>PóÅki zawierajÄ ce fragment</h2> +{% load i18n %} +<h2>{% trans "Shelves containing fragment" %}</h2> {% if not user.tag_set.count %} - <p>Nie posiadasz żadnych póÅek. JeÅli chcesz, możesz utworzyÄ nowÄ póÅkÄ poniżej.</p> + <p>{% trans "You do not own any shelves. You can create one below, if you want to." %}</p> {% else %} <form action="{% url catalogue.views.fragment_sets fragment.id %}" method="POST" accept-charset="utf-8" class="cuteform"> <ol> <li>{{ form.set_ids }}</li> - <li><input type="submit" value="Zapisz póÅki"/></li> + <li><input type="submit" value="{% trans "Save all shelves" %}"/></li> </ol> </form> {% endif %} <hr /> <form action="{% url catalogue.views.new_set %}" method="POST" accept-charset="utf-8" class="cuteform"> <ol> - <li>{{ new_set_form.name }} <input type="submit" value="Utwórz nowÄ póÅkÄ"/></li> + <li>{{ new_set_form.name }} <input type="submit" value="{% trans "Create new shelf" %}"/></li> </ol> </form> \ No newline at end of file