From 7a7644bc1ac99f9c5227263a93e9306c14c823af Mon Sep 17 00:00:00 2001 From: skibson Date: Sun, 5 Feb 2017 23:26:20 +0100 Subject: [PATCH 1/4] Create pl.html.erb for test email (#727) --- app/views/mailer/test_ticket/pl.html.erb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/views/mailer/test_ticket/pl.html.erb 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
From d3f2f10ca6d0608f31d9c08288bba1a0666a0ca2 Mon Sep 17 00:00:00 2001 From: skibson Date: Sun, 5 Feb 2017 23:26:51 +0100 Subject: [PATCH 2/4] Create pl.html.erb for password reset email (#726) Polish translation --- app/views/mailer/password_reset/pl.html.erb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/views/mailer/password_reset/pl.html.erb 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}
From 34164bc4dcf909d076b22420a7e9c2b0b901fcec Mon Sep 17 00:00:00 2001 From: skibson Date: Sun, 5 Feb 2017 23:27:20 +0100 Subject: [PATCH 3/4] Create pl.html.erb for password changed email (#725) Polish translation --- app/views/mailer/password_change/pl.html.erb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/views/mailer/password_change/pl.html.erb 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}

From 19abfe61045756ad06691ef0e52132dc3700273f Mon Sep 17 00:00:00 2001 From: skibson Date: Sun, 5 Feb 2017 23:47:13 +0100 Subject: [PATCH 4/4] Create pl.html.erb for signup email (#724) Polish version --- app/views/mailer/signup/pl.html.erb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/views/mailer/signup/pl.html.erb 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}