Merge pull request #692 from wojtekszymala/master

Adding Polish translation for notification templates sending by email
This commit is contained in:
Garret Wassermann 2019-01-17 09:05:39 -05:00 committed by GitHub
commit 2918ed1dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1552 additions and 1348 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,9 @@
<h1 style='font-family: "Trebuchet MS", Arial, sans-serif; font-size: 14pt; color: #6593C0'>{% block header %}Helpdesk{% endblock %}</h1>
{% block content %}{% endblock %}
<p style='font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11pt;'>Pozdrawiamy,</p>
<p style='font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11pt;'><b>{{ queue.title }}</b>{% if queue.email_address %}<br><a href='mailto:{{ queue.email_address }}'>{{ queue.email_address }}</a>{% endif %}</p>
<p style='font-family: "Trebuchet MS", Arial, sans-serif; font-size: 9pt; color: #808080;'>Ten e-mail został wysłany do Ciebie jako użytkownika naszej usługi pomocy technicznej, zgodnie z naszą polityką prywatności. Powiadom nas, jeśli uważasz, że otrzymałeś ten adres e-mail przez pomyłkę.</p>

View File

@ -0,0 +1,6 @@
Pozdrawiamy,
{{ queue.title }}{% if queue.email_address %}
{{ queue.email_address }}{% endif %}
Ten e-mail został wysłany do Ciebie jako użytkownika naszej usługi pomocy technicznej, zgodnie z naszą polityką prywatności. Powiadom nas, jeśli uważasz, że otrzymałeś ten adres e-mail przez pomyłkę.