diff --git a/app/views/mailer/password_change/pl.html.erb b/app/views/mailer/password_change/pl.html.erb new file mode 100644 index 000000000..5a4dbc44c --- /dev/null +++ b/app/views/mailer/password_change/pl.html.erb @@ -0,0 +1,9 @@ +Twoje hasło #{config.product_name} zostało zmienione + +

Witaj #{user.firstname},

+
+

Hasło dla twego konta #{config.product_name} #{user.login} zostało ostatnio zmienione.

+
+

Nie rozpoznajesz tej zmiany? Skontaktuj się z administratorem #{config.product_name}.

+
+

Zespół #{config.product_name}

diff --git a/app/views/mailer/password_reset/pl.html.erb b/app/views/mailer/password_reset/pl.html.erb new file mode 100644 index 000000000..e6e2b71d2 --- /dev/null +++ b/app/views/mailer/password_reset/pl.html.erb @@ -0,0 +1,15 @@ +Odzyskiwanie hasła #{config.product_name} + +
Witaj #{user.firstname},
+
+
Otrzymaliśmy zgłoszenie odnosnie zmiany twojego hasła #{config.product_name} do konta #{user.login}.
+
+
Jeżeli chcesz zresetować swoje hasło kliknij link ponizej (lub skopiuj link poniżej i wklej go w miejscu paska adresu swojej przeglądarki):
+
+
#{config.http_type}://#{config.fqdn}/#password_reset_verify/#{token.name}
+
+
Link przeniesie Cię na witryne na której możliwa jest zmiana hasła.
+
+
Jeżeli nie chcesz zmieniać swego hasła, zignoruj tego maila. Twoje hasło nie zostanie zmienione.
+
+
Zespół #{config.product_name}
diff --git a/app/views/mailer/signup/pl.html.erb b/app/views/mailer/signup/pl.html.erb new file mode 100644 index 000000000..376951ef8 --- /dev/null +++ b/app/views/mailer/signup/pl.html.erb @@ -0,0 +1,9 @@ +Potwierdź swoje konto na #{config.product_name}, #{user.firstname} #{user.lastname} + +
Witaj #{user.firstname},
+
+
Potwierdź swój adres email aby aktywować swoje konto #{config.product_name}. To proste, użyj linku ponizej.
+
+
#{config.http_type}://#{config.fqdn}/#email_verify/#{token.name}
+
+
Zespół #{config.product_name}
diff --git a/app/views/mailer/test_ticket/pl.html.erb b/app/views/mailer/test_ticket/pl.html.erb new file mode 100644 index 000000000..3b5efdf30 --- /dev/null +++ b/app/views/mailer/test_ticket/pl.html.erb @@ -0,0 +1,9 @@ +Testowe zgłosznie! + +
Drogi #{agent.firstname},
+
+
To jest testowe zgłoszenie. Jestem twoim pierwszym klientem i potrzebuję twojej pomocy! :)
+
+
#{customer.fullname}
+
+
The Zammad Project