diff --git a/src/postorius/templates/postorius/login.html b/src/postorius/templates/postorius/login.html index bb013dd..018019c 100644 --- a/src/postorius/templates/postorius/login.html +++ b/src/postorius/templates/postorius/login.html @@ -23,7 +23,7 @@

{% trans "Mozilla Persona is an easy way to sign into multiple websites, while still controlling your personal data. For more information see the mozilla website" %}.

+href='http://www.mozilla.org/en-US/persona'>see the Mozilla website" %}.

diff --git a/src/postorius/templates/postorius/user_address_activation_sent.html b/src/postorius/templates/postorius/user_address_activation_sent.html index 58c6d09..72cb84f 100644 --- a/src/postorius/templates/postorius/user_address_activation_sent.html +++ b/src/postorius/templates/postorius/user_address_activation_sent.html @@ -5,6 +5,6 @@ {% include 'postorius/menu/user_nav.html' %}

{% trans 'Email address activation sent' %}

-

A confirmation link has been sent to the email address you submitted. Please check your email account an click on the confirmation link to add this address for your account.

+

{% trans "A confirmation link has been sent to the email address you submitted. Please check your email account and click on the confirmation link to add this address for your account." %}

{% endblock main %} diff --git a/src/postorius/templates/postorius/user_address_preferences.html b/src/postorius/templates/postorius/user_address_preferences.html index 96e4141..71b1789 100644 --- a/src/postorius/templates/postorius/user_address_preferences.html +++ b/src/postorius/templates/postorius/user_address_preferences.html @@ -21,7 +21,7 @@ - + {% for form,address in zipped_data %} {% endfor %} @@ -29,8 +29,8 @@ @@ -40,8 +40,8 @@ @@ -51,8 +51,8 @@ @@ -62,8 +62,8 @@ @@ -73,8 +73,8 @@ @@ -84,8 +84,8 @@ diff --git a/src/postorius/templates/postorius/user_mailmansettings.html b/src/postorius/templates/postorius/user_mailmansettings.html index 1f442d6..12a709d 100644 --- a/src/postorius/templates/postorius/user_mailmansettings.html +++ b/src/postorius/templates/postorius/user_mailmansettings.html @@ -19,59 +19,59 @@
Preferences {% trans 'Preferences' %} {{address}}
-

Mail Delivery:

-

[More info{{ helperform.delivery_status.help_text }} +

{% trans 'Mail Delivery' %}:

+

[{% trans 'More info' %}{{ helperform.delivery_status.help_text }} ]

-

Select a Mode of Delivery:

-

[More info{{ helperform.delivery_mode.help_text }} +

{% trans 'Select a Mode of Delivery' %}:

+

[{% trans 'More info' %}{{ helperform.delivery_mode.help_text }} ]

-

Receive your own posts to the list?

-

[More info{{ helperform.receive_own_postings.help_text }} +

{% trans 'Receive your own posts to the list?' %}

+

[{% trans 'More info' %}{{ helperform.receive_own_postings.help_text }} ]

-

Receive acknowledgement mails?

-

[More info{{ helperform.acknowledge_posts.help_text }} +

{% trans 'Receive acknowledgement mails?' %}

+

[{% trans 'More info' %}{{ helperform.acknowledge_posts.help_text }} ]

-

Conceal yourself from the subscriber list?

-

[More info{{ helperform.hide_address.help_text }} +

{% trans 'Conceal yourself from the subscriber list?' %}

+

[{% trans 'More info' %}{{ helperform.hide_address.help_text }} ]

-

Avoid duplicate copies of messages?

-

[More info{{ helperform.receive_list_copy.help_text }} +

{% trans 'Avoid duplicate copies of messages?' %}

+

[{% trans 'More info' %}{{ helperform.receive_list_copy.help_text }} ]

- - + +
Preferences Global {% trans "Preferences" %} {% trans "Global" %}
-

Mail Delivery:

+

{% trans "Mail Delivery" %}:

- [More info{{ settingsform.delivery_status.help_text }} + [{% trans 'More info' %}{{ settingsform.delivery_status.help_text }} ]

{{settingsform.delivery_status }}
-

Select a Mode of Delivery:

+

{% trans "Select a Mode of Delivery" %}:

- [More info{{ settingsform.delivery_mode.help_text }} + [{% trans 'More info' %}{{ settingsform.delivery_mode.help_text }} ]

{{settingsform.delivery_mode }}
-

Receive your own posts to the list?

+

{% trans "Receive your own posts to the list?" %}

- [More info{{ settingsform.receive_own_postings.help_text }} + [{% trans 'More info' %}{{ settingsform.receive_own_postings.help_text }} ]

{{settingsform.receive_own_postings }}
-

Receive acknowledgement mails?

+

{% trans "Receive acknowledgement mails?" %}

- [More info{{ settingsform.acknowledge_posts.help_text }} + [{% trans 'More info' %}{{ settingsform.acknowledge_posts.help_text }} ]

{{settingsform.acknowledge_posts }}
-

Conceal yourself from the subscriber list?

+

{% trans "Conceal yourself from the subscriber list?" %}

- [More info{{ settingsform.hide_address.help_text }} + [{% trans 'More info' %}{{ settingsform.hide_address.help_text }} ]

{{settingsform.hide_address }}
-

Avoid duplicate copies of messages?

-

[More info{{ settingsform.receive_list_copy.help_text }} +

{% trans "Avoid duplicate copies of messages?" %}

+

[{% trans 'More info' %}{{ settingsform.receive_list_copy.help_text }} ]

{{settingsform.receive_list_copy }}