X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/waiter/templates/waiter/wait.html diff --git a/src/waiter/templates/waiter/wait.html b/src/waiter/templates/waiter/wait.html index 0cee1df4c..52b292b26 100644 --- a/src/waiter/templates/waiter/wait.html +++ b/src/waiter/templates/waiter/wait.html @@ -7,12 +7,12 @@ {% load title %} {% if file_url %} - {% trans "The file is ready for download!" as title %} + {% trans "Plik jest gotowy do pobrania!" as title %} {% else %} {% if waiting %} - {% trans "Your file is being prepared, please wait." as title %} + {% trans "Plik jest generowany, proszę czekać." as title %} {% else %} - {% trans "Something went wrong." as title %} + {% trans "Coś poszło nie tak." as title %} {% endif %} {% endif %} @@ -35,40 +35,46 @@ {% block body %} {% if file_url %} -

{% trans "The file is ready for download!" %}

+

{% trans "Plik jest gotowy do pobrania!" %}

- {% blocktrans %}Your file is ready! - If the download doesn't start in a few seconds, - feel free to use this direct link.{% endblocktrans %} + {% blocktrans trimmed %} + Twój plik jest gotowy! + Jeśli pobieranie nie zacznie się w ciągu kilku sekund, + skorzystaj z tego bezpośredniego linku. + {% endblocktrans %}

{% else %} {% if waiting %}

- {% trans "Your file is being prepared, please wait." %} + {% trans "Plik jest generowany, proszę czekać." %}

- {% trans 'Please wait' %} - {% blocktrans with d=waiting.description %}The file you requested was: {{d}}.{% endblocktrans %} + {% trans 'Proszę czekać' %} + {% blocktrans with d=waiting.description %}Zamówiony plik to: {{d}}.{% endblocktrans %}

- {% blocktrans %}Be aware: Generating the file can take a while. - Please be patient, or bookmark this page and come back later.{% endblocktrans %} + {% blocktrans trimmed%} + Uwaga: Generowanie pliku może trwać dłuższą chwilę. + Poczekaj cierpliwie, albo dodaj tę stronę do zakładek i wróć później. + {% endblocktrans %}

{% else %} -

{% trans "Something went wrong." %}

+

{% trans "Coś poszło nie tak." %}

{% url 'suggest' as s %}

- {% blocktrans %}Something seems to have gone wrong while generating your file. - Please order it again or complain to us about it.{% endblocktrans %} + {% blocktrans trimmed %} + Wygląda na to, że coś poszło źle podczas generowania Twojego pliku. + Spróbuj zamówić go jeszcze raz albo napisz do nas. + {% endblocktrans %}

{% endif %}