Changed phrasing, spelling, and added translations
authorCaleb Forbes Davis V <caldavis@gmail.com>
Mon, 29 Aug 2011 03:46:21 +0000 (22:46 -0500)
committerCaleb Forbes Davis V <caldavis@gmail.com>
Mon, 29 Aug 2011 03:46:21 +0000 (22:46 -0500)
mediagoblin/templates/mediagoblin/auth/change_fp.html
mediagoblin/templates/mediagoblin/auth/forgot_password.html
mediagoblin/templates/mediagoblin/auth/fp_changed_success.html
mediagoblin/templates/mediagoblin/auth/fp_email_sent.html
mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt
mediagoblin/templates/mediagoblin/auth/login.html

index 0a3c76f6e21955bbe2b5eca47693a0516c91e045..4be7e065acbc844c0f0d6f80826d2ffe652182d9 100644 (file)
@@ -23,8 +23,8 @@
 
   <form action="{{ request.urlgen('mediagoblin.auth.verify_forgot_password') }}"
         method="POST" enctype="multipart/form-data">
-    <div class="login_box form_box">
-      <h1>Enter your new password</h1>
+    <div class="grid_6 prefix_1 suffix_1 form_box">
+      <h1>{% trans %}Enter your new password{% endtrans %}</h1>
 
       {{ wtforms_util.render_divs(cp_form) }}
       <div class="form_submit_buttons">
index 1708874f51c519ce6ad053e23f82462003a9df58..23fa9eb547a095c9408b16b500570554f364c0b2 100644 (file)
@@ -23,8 +23,8 @@
 
   <form action="{{ request.urlgen('mediagoblin.auth.forgot_password') }}"
         method="POST" enctype="multipart/form-data">
-    <div class="login_box form_box">
-      <h1>Enter your username or email</h1>
+    <div class="grid_6 prefix_1 suffix_1 form_box">
+      <h1>{% trans %}Enter your username or email{% endtrans %}</h1>
 
       {{ wtforms_util.render_divs(fp_form) }}
       <div class="form_submit_buttons">
index dfce14237c62041d7bdff54804ca63a714fd51b6..d6633ec6da6d388749817f486f5eec24b78dd411 100644 (file)
@@ -19,7 +19,9 @@
 
 {% block mediagoblin_content %}
   <p>
-    Your password have been changed. Now you can <a href="{{ request.urlgen('mediagoblin.auth.login') }}">Login</a>
+    {% trans %}
+      Your password has been changed. Try to log in now.
+    {% endtrans %}
   </p>
 {% endblock %}
 
index d7fad7227f24a55b29a55743d00580afcb796eb6..bc79b9703ba9d45c2f9513d02ada8d72a6cdd902 100644 (file)
@@ -19,7 +19,9 @@
 
 {% block mediagoblin_content %}
   <p>
-    Please check your email. We send an email whit an url to change your password.
+    {% trans %}
+      Check your inbox. We sent an email with a URL for changing your password.
+    {% endtrans %}
   </p>
 
 {% endblock %}
index 1b2dbe2f41b3adce552d02427fab2615b3b57613..fb5e1674b0bfeaa5c243af41ae465e689a2a39be 100644 (file)
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #}
+
+{% trans username=username, verification_url=verification_url|safe -%}
 Hi {{ username }},
 
-to change your GNU MediaGoblin password, open the following URL in your web browser
+to change your GNU MediaGoblin password, open the following URL in 
+your web browser:
 
-{{ verification_url|safe }}
+{{ verification_url }}
 
-If you think this is an error, just ignore this email and continue being a happy goblin!
+If you think this is an error, just ignore this email and continue being
+a happy goblin!
+{%- endtrans %}
 
index 75e6eed1d43f561712dfb212be5489b0dfff57b6..538e5c089f9fe5028116393aee2612620cabbf00 100644 (file)
@@ -48,7 +48,7 @@
           {% trans %}Forgot your password?{% endtrans %}
           <br />
           <a href="{{ request.urlgen('mediagoblin.auth.forgot_password') }}">
-            {%- trans %}Send a reminder!{% endtrans %}</a>
+            {%- trans %}Send yourself a reminder!{% endtrans %}</a>
         </p>
       {% endif %}
     </div>