aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/email/fixamingata/inactive-account.html26
-rw-r--r--templates/email/fixamingata/inactive-account.txt17
-rw-r--r--templates/web/base/js/translation_strings.html2
3 files changed, 44 insertions, 1 deletions
diff --git a/templates/email/fixamingata/inactive-account.html b/templates/email/fixamingata/inactive-account.html
new file mode 100644
index 000000000..20c309095
--- /dev/null
+++ b/templates/email/fixamingata/inactive-account.html
@@ -0,0 +1,26 @@
+[%
+
+email_summary = "Ditt inaktiva konto på " _ site_name;
+email_columns = 1;
+
+PROCESS '_email_settings.html';
+
+INCLUDE '_email_top.html';
+
+%]
+
+<th style="[% td_style %][% only_column_style %]">
+ <h1 style="[% h1_style %]">Ditt inaktiva konto</h1>
+ <p style="[% p_style %]">
+Ditt konto på [% site_name %] har varit inaktivt i [% email_from %]
+[% nget('month', 'months', email_from) %], och vi tar automatiskt bort
+konton som har varit inaktiva i [% anonymize_from %]
+[% nget('month', 'months', anonymize_from) %]. Om du vill behålla ditt
+konto, vänligen logga in för att hålla kontot aktivt:
+</p>
+ <p style="margin: 20px auto; text-align: center">
+ <a style="[% button_style %]" href="[% url %]">Besök [% site_name %]</a>
+ </p>
+ <p style="[% p_style %]">Tack för att du använder [% site_name %]!</p>
+
+[% INCLUDE '_email_bottom.html' %]
diff --git a/templates/email/fixamingata/inactive-account.txt b/templates/email/fixamingata/inactive-account.txt
new file mode 100644
index 000000000..b7b74c077
--- /dev/null
+++ b/templates/email/fixamingata/inactive-account.txt
@@ -0,0 +1,17 @@
+Subject: Ditt inaktiva konto på [% site_name %]
+
+Hej [% user.name %],
+
+Ditt konto på [% site_name %] har varit inaktivt i [% email_from %]
+[% nget('month', 'months', email_from) %], och vi tar automatiskt bort
+konton som har varit inaktiva i [% anonymize_from %]
+[% nget('month', 'months', anonymize_from) %]. Om du vill behålla ditt
+konto, vänligen logga in för att hålla kontot aktivt:
+
+[% url %]
+
+Tack för att du använder [% site_name %]!
+
+[% INCLUDE 'signature.txt' %]
+
+Det går inte att svara på detta mail.
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html
index 1b0735919..af3073f91 100644
--- a/templates/web/base/js/translation_strings.html
+++ b/templates/web/base/js/translation_strings.html
@@ -65,7 +65,7 @@ fixmystreet.password_minimum_length = [% c.cobrand.password_minimum_length %];
show_pins: '[% loc('Show pins') | replace("'", "\\'") %]',
hide_pins: '[% loc('Hide pins') | replace("'", "\\'") %]',
- upload_max_files_exceeded: '[% loc ('Whoa there Testino! Three photos are enough.') | replace("'", "\\'") %]',
+ upload_max_files_exceeded: '[% loc ('Sorry! You’ve hit the limit of images that can be attached to one report.') | replace("'", "\\'") %]',
upload_default_message: '[% loc ('Drag and drop photos here or <u>click to upload</u>') | replace("'", "\\'") %]',
upload_cancel_confirmation: '[% loc ('Are you sure you want to cancel this upload?') | replace("'", "\\'") %]',
upload_invalid_file_type: '[% loc ('Please upload an image only') | replace("'", "\\'") %]',