mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +01:00
Merge 0.2.13 polish email templates
This commit is contained in:
commit
d7a8cb0de7
File diff suppressed because it is too large
Load Diff
9
helpdesk/templates/helpdesk/pl/email_html_base.html
Normal file
9
helpdesk/templates/helpdesk/pl/email_html_base.html
Normal 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>
|
6
helpdesk/templates/helpdesk/pl/email_text_footer.txt
Normal file
6
helpdesk/templates/helpdesk/pl/email_text_footer.txt
Normal 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ę.
|
Loading…
Reference in New Issue
Block a user