From f28cc6bed73c25132ab7047f0693115db934975b Mon Sep 17 00:00:00 2001 From: Ben Schmidt Date: Mon, 9 Jan 2012 09:00:20 +1100 Subject: [PATCH] Make use of %^% directive for better formatting in English texts. --- en/confirm | 4 ++-- en/deny | 10 +++++----- en/deny-post | 6 +++--- en/finish | 12 ++++++------ en/finish-sub | 4 ++-- en/notify | 4 ++-- en/subrelease | 6 +++--- en/wait-post | 2 +- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/en/confirm b/en/confirm index bb12ff4..2b6b482 100644 --- a/en/confirm +++ b/en/confirm @@ -4,7 +4,7 @@ %text prologue% %ifaction sub% -%wrap% + %^%%wrap% %ifreason admin% An administrator %endif% @@ -31,7 +31,7 @@ %endif% %ifaction unsub% -%wrap% + %^%%wrap% %ifreason admin% An administrator %endif% diff --git a/en/deny b/en/deny index d3e8b28..49608ae 100644 --- a/en/deny +++ b/en/deny @@ -6,7 +6,7 @@ %text prologue% %ifaction sub% -%wrap% + %^%%wrap% You were unable to be subscribed to the list %ifreason disabled% because the @@ -30,12 +30,12 @@ %endif% %ifaction unsub% -%wrap% + %^%%wrap% You were unable to be unsubscribed from the list %ifreason unsubbed% because you are not subscribed. -%wrap% + %^%%wrap% If you are receiving messages, perhaps a different email address is subscribed. To find out which address you are subscribed with, refer to the message welcoming you to the list, or look at the envelope @@ -44,7 +44,7 @@ %endif% %ifaction release reject% -%wrap% + %^%%wrap% %ifaction release% You were unable to release the specified post to the list %endif% @@ -61,7 +61,7 @@ %endif% %ifaction permit obstruct% -%wrap% + %^%%wrap% %ifaction permit% You were unable to permit the specified subscription request %endif% diff --git a/en/deny-post b/en/deny-post index d15d328..e4d3303 100644 --- a/en/deny-post +++ b/en/deny-post @@ -32,17 +32,17 @@ to be delivered to the list because you are not a list subscriber. %ifncontrol closedlist%%ifncontrol closedlistsub% - %text subrelease% + %^%%text subrelease% %endif%%endif% %ifcontrol closedlist closedlistsub% -%wrap% + %^%%wrap% If you wish to become a subscriber, you will need to contact a list administrator. You can email $list+$owner@$domain$ to contact the list owner. %endif% -%wrap% + %^%%wrap% If you believe you are a subscriber, you are probably subscribed with a different email address. To find out which address you are subscribed with, refer to the message welcoming you to the list, or look at the diff --git a/en/finish b/en/finish index 307fde5..2714088 100644 --- a/en/finish +++ b/en/finish @@ -6,7 +6,7 @@ %text prologue% %ifaction unsub% -%wrap% + %^%%wrap% %ifreason request% %endif% %ifreason confirm% @@ -20,29 +20,29 @@ %endif% %ifaction release% -%wrap% + %^%%wrap% You have successfully released the message from $posteraddr$ with subject "$subject$" to the list. %endif% %ifaction reject% -%wrap% + %^%%wrap% You have successfully rejected the message from $posteraddr$ with subject "$subject$". %endif% %ifaction permit% -%wrap% + %^%%wrap% You have successfully permitted $subaddr$ to join the list. %endif% %ifaction obstruct% -%wrap% + %^%%wrap% You have successfully obstructed $subaddr$ from joining the list. %endif% %ifaction post% -%wrap% + %^%%wrap% %ifreason confirm% Thank you for confirming %endif% diff --git a/en/finish-sub b/en/finish-sub index f6fe8cf..e809a3b 100644 --- a/en/finish-sub +++ b/en/finish-sub @@ -29,12 +29,12 @@ version of the list. The email address you are subscribed with is $reqaddr$. %ifcontrol closedlist% -%wrap% + %^%%wrap% If you ever wish to unsubscribe, you will need to contact a list administrator. You can email $list+$owner@$domain$ to contact the list owner. %else% -%wrap% + %^%%wrap% If you ever wish to unsubscribe, send a message to $list+$unsubscribe@$domain$ using this email address. The subject and the body of the message can be diff --git a/en/notify b/en/notify index 5b4481c..251e925 100644 --- a/en/notify +++ b/en/notify @@ -4,7 +4,7 @@ %text prologue% %ifaction sub% -%wrap% + %^%%wrap% The address $subaddr$ has been subscribed to the %iftype normal% normal %endif% %iftype digest% digest %endif% @@ -25,7 +25,7 @@ %endif% %ifaction unsub% -%wrap% + %^%%wrap% The address $subaddr$ has been unsubscribed from %iftype normal%%endif% %iftype digest% the digest version of %endif% diff --git a/en/subrelease b/en/subrelease index 8f761cd..14c7337 100644 --- a/en/subrelease +++ b/en/subrelease @@ -1,11 +1,11 @@ -%wrap% + %^%%wrap% However, this is an open list. If you wish, you can simultaneously subscribe and release your post by sending a message to $listsubreleaseaddr$ which can usually be done simply by replying to this message. The subject and the body of the message can be anything. %ifncontrol nodigestsub% -%wrap% + %^%%wrap% Or you can simultaneously subscribe to the digest version of the list and release your post by sending a message to $digestsubreleaseaddr$ and you will receive multiple posts in a single message, at regular @@ -13,7 +13,7 @@ %endif% %ifncontrol nonomailsub% -%wrap% + %^%%wrap% Or you can simultaneously subscribe to the no-mail version of the list and release your post by sending a message to $nomailsubreleaseaddr$ and you will not receive posts sent to the list. This means you diff --git a/en/wait-post b/en/wait-post index 637f307..1b7aa40 100644 --- a/en/wait-post +++ b/en/wait-post @@ -23,7 +23,7 @@ because of an access rule. because you are not a subscriber. %ifncontrol closedlist%%ifncontrol closedlistsub% - %text subrelease% + %^%%text subrelease% %endif%%endif% %endif% -- 2.44.0