Skip to content

Commit 7b4fff8

Browse files
authored
Merge pull request #4 from taggart/templates
riseup fixes to templates
2 parents 65e30c3 + 875be75 commit 7b4fff8

8 files changed

+19
-17
lines changed

default/mail_tt2/helpfile.tt2

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Subject: [% FILTER qencode %][%|loc%]User guide[%END%][%END%]
4949
[%|loc%]DEL <list> user@host * To delete a user from a list[%END%]
5050
[%|loc%]STATS <list> * To consult the statistics for <list>[%END%]
5151

52-
[%|loc%]REMIND <list> * Send a reminder message to each subscriber (this is a way to inform anyone what is his real subscribing email).[%END%]
52+
[%|loc%]REMIND <list> * Send a reminder message to each subscriber (this is a way to inform anyone what is their real subscribing email).[%END%]
5353
[%END#wrap%][% END %]
5454
[% IF is_editor -%]
5555
[%|wrap(0,39)%]

default/mail_tt2/listmaster_notification.tt2

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Subject: [% FILTER qencode %][%|loc(param0)%]list %1 in status error_config[%END
226226
[% ELSIF type == 'listowner_email_changed' -%]
227227
Subject: [% FILTER qencode %][%|loc(param0)%]List owner/editor email changes[%END%][%END%]
228228

229-
[%|loc(previous_email,new_email)%]Member %1 has changed his owner/editor email address to %2. This change has been performed for the following lists:[%END%]
229+
[%|loc(previous_email,new_email)%]Member %1 has changed their owner/editor email address to %2. This change has been performed for the following lists:[%END%]
230230
[% FOREACH updated_list IN updated_lists -%]
231231
[% updated_list %]
232232
[% END %]
@@ -235,7 +235,7 @@ Subject: [% FILTER qencode %][%|loc(param0)%]List owner/editor email changes[%EN
235235
[% ELSIF type == 'failed_to_change_included_admin' -%]
236236
Subject: [% FILTER qencode %][%|loc(list.name)%]List %1: Failed to change admin email address[%END%][%END%]
237237

238-
[%|loc(current_email,new_email,datasource)%]Admin %1 could not change his admin email address (new email address is %2) because he is included via a the following data sources: %3.
238+
[%|loc(current_email,new_email,datasource)%]Admin %1 could not change their admin email address (new email address is %2) because he is included via a the following data sources: %3.
239239

240240
If you are able to do so, you should probably update these data sources with this person's new email address.[%END%]
241241

default/mail_tt2/listowner_notification.tt2

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This list has been closed.[%END%]
3030
[% ELSIF type == 'warn-signoff' -%]
3131
Subject: [% FILTER qencode %][%|loc(type,list.name,who,gecos)%]FYI: %1 List "%2" from %3 %4[%END%][%END%]
3232

33-
[%|loc(who,gecos,list.name)%]WARNING: %1 %2 failed to unsubscribe from %3 because his address was not found in the list.
33+
[%|loc(who,gecos,list.name)%]WARNING: %1 %2 failed to unsubscribe from %3 because their address was not found in the list.
3434
You may help this person looking for similar email in subscriber list using the following link :[%END%]
3535

3636
[% 'ticket' | url_abs([one_time_ticket]) %]
@@ -135,7 +135,7 @@ X-Sympa-Attach: yes
135135
[% ELSIF type == 'failed_to_change_included_member' -%]
136136
Subject: [% FILTER qencode %][%|loc(list.name)%]List %1: Failed to change member email address[%END%][%END%]
137137

138-
[%|loc(current_email,new_email,datasource)%]User %1 could not change his member email address (new email address is %2) because he is included via a the following data sources: %3.
138+
[%|loc(current_email,new_email,datasource)%]User %1 could not change their member email address (new email address is %2) because he is included via a the following data sources: %3.
139139

140140
If you are able to do so, you should probably update these data sources with this person's new email address.[%END%]
141141

default/mail_tt2/remind.tt2

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
From: [% fromlist %]
33
Subject: [% FILTER qencode %][%|loc(list.name)%]Reminder of your subscription to %1[%END%][%END%]
44

5-
[%|loc(list.name,list.host,user.email,user.password)%]Your are subscriber of list %1@%2 with email %3[%END%]
5+
[%|loc(list.name,list.host,user.email,user.password)%]You are receiving this mail because you are subscribed to the mailing list %1@%2 with email address %3.[%END%]
66

7-
[%|loc%]Everything about this list: [%END%][% 'info' | url_abs([list.name]) %]
7+
It is important to us to not send mail to people that don't want to receive it. If you do not want to be on this mailing list, please follow the instructions below to remove yourself.
8+
9+
[%|loc%]List information: [%END%][% conf.wwsympa_url %]/info/[% list.name %]
810
[% IF subscriber.included != 1 %]
9-
[%|loc%]Unsubscription:[%END%]
11+
[%|loc%]To unsubscribe:[%END%]
1012
[% | mailtourl({subject => "sig ${list.name} ${user.email}"}) ~%]
1113
[% conf.email %]@[% conf.host %]
1214
[%~ END %]

default/mail_tt2/sendpasswd.tt2

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Subject: [% FILTER qencode %][%|loc(conf.title)%]%1 / your environment[%END%][%E
1010

1111
[% IF action == 'subrequest' -%]
1212

13-
[%|loc(list,conf.host,request_from_host)%]Someone, probably you, requested to subscribe to list %1@%2. (This request came from host %3).[%END%]
13+
[%|loc(list,conf.host)%]Someone, probably you, requested to subscribe to list %1@%2.
1414
[%|loc%]You may ignore this subscription request or click on the following link in order to confirm it [%END%]: [% 'ticket' | url_abs([one_time_ticket]) %]
1515

1616
[% ELSIF action == 'sigrequest' -%]
@@ -22,7 +22,7 @@ Subject: [% FILTER qencode %][%|loc(conf.title)%]%1 / your environment[%END%][%E
2222

2323
[% ELSE -%]
2424

25-
[%|loc(conf.host,request_from_host)%]Someone, probably you, requested to allocate or renew your password for your list server account %1. (This request came from host %2).[%END%]
25+
[%|loc(conf.host)%]Someone, probably you, requested to allocate or renew your password for your list server account %1.[%END%]
2626
[%|loc%]You may ignore this request or click on the following link in order to choose your password. [%END%]: [% 'ticket' | url_abs([one_time_ticket]) %]
2727

2828
[%END%]

default/mail_tt2/user_notification.tt2

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If this problem persists, you will be automatically unsubscribed from the list.[
1111

1212

1313
[% ELSIF type == 'deleted_msg_topics' -%]
14-
Subject: [% FILTER qencode %][%|loc(list.name)%]Topics udpating in list %1[%END%][%END%]
14+
Subject: [% FILTER qencode %][%|loc(list.name)%]Topics updated in list %1[%END%][%END%]
1515

1616
[%|loc(list.name)%]Some of the topics you are subscribed to in the list '%1' have been deleted.
1717
Deleted topic(s) is(are):[%END%]

default/web_tt2/skinsedit.tt2

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<h2>[%|loc%]Cascading Style Sheet[%END%]</h2>
44

55
[% IF css_result %]
6-
<p><strong>[%|loc%]static css installation succeed. Reload the current page and/or check sympa logs to be sure that static css a really in use.[%END%]</strong></p>
6+
<p><strong>[%|loc%]static css installation succeed. Reload the current page and/or check sympa logs to be sure that static css a really in use.[%END%]</strong></p>
77
[% END %]
88

99
<h2>[%|loc%]Colors[%END%]</h2>
1010

1111
<p>
12-
[%|loc%]Use the color editor in order to change defined colors. First select the color you want to change and pick a color,then apply it using the test button. The new color is not really installed but it is used only for your own session. When happy with the different colors you choosen, you may save them in a new static CSS.
12+
[%|loc%]Use the color editor in order to change defined colors. First select the color you want to change and pick a color,then apply it using the test button. The new color is not really installed but it is used only for your own session. When happy with the different colors you chosen, you may save them in a new static CSS.
1313
[%END%]
1414
</p>
1515

1616
<p>
1717
[%|loc%]
18-
Be careful: the CSS file is overwritten using css.tt2 template, usually this file is comming from Sympa distribution so your CSS customization may be erased when doing this.[% END %]
18+
Be careful: the CSS file is overwritten using css.tt2 template, usually this file is coming from Sympa distribution so your CSS customization may be erased when doing this.[% END %]
1919
[%|loc%]So if you want to preserve some site customization from being overwriten when starting a new sympa version, css_path and css_url should not point to the same directory.[%END%]
2020
</p>
2121

@@ -54,7 +54,7 @@ Be careful: the CSS file is overwritten using css.tt2 template, usually this fil
5454
<p>[%|loc%]Please note that these indications don't cover the exact usage of each color parameter, as it would be far too long to describe. What lies in this table should however give you a correct snapshot of what the color parameters are used for. For more details on rendering, feel free to try changing the colors in your session to see how well all that works.[%END%]</p>
5555

5656
<table id="color_table" class="responsive">
57-
<caption>[%|loc%]This table display every colors used in Sympa, with their hexadecimal code [%END%]</caption>
57+
<caption>[%|loc%]This table displays every color used in Sympa, with their hexadecimal code [%END%]</caption>
5858
<tr id="color_table_title">
5959
<th>[%|loc%]parameter[%END%]</th>
6060
<th>[%|loc%]parameter value[%END%]</th>

default/web_tt2/subindex.tt2

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!-- $Id$ -->
22

3-
<h2>[%|loc%]Listing subscription to moderate[%END%]</h2>
3+
<h2>[%|loc%]List of subscriptions to moderate[%END%]</h2>
44
[% IF mod_subscription %]
55
<form class="noborder toggleContainer" data-toggle-selector="input[name='id']"
66
action="[% path_cgi %]" method="POST" name="myform">
77
<fieldset>
88
<input type="hidden" name="list" value="[% list %]" />
99
<table class="responsive listOfItems">
10-
<caption>[%|loc%]Listing subscription to moderate[%END%]</caption>
10+
<caption>[%|loc%]List of subscriptions to moderate[%END%]</caption>
1111
<tr>
1212
<th><a href="#"
1313
data-tooltip aria-haspopup="true"

0 commit comments

Comments
 (0)