]> git.openstreetmap.org Git - osqa.git/commitdiff
Added a new optional setting for "support" URL that gets shown in the footer
authorrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 13 May 2010 21:36:57 +0000 (21:36 +0000)
committerrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 13 May 2010 21:36:57 +0000 (21:36 +0000)
Changed "provacy policy" to "privacy"
Added a new optional setting for "contact us" to show in footer instead of oled "give feedback"

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@265 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/context.py
forum/settings/basic.py
forum/skins/default/templates/footer.html
forum/urls.py
locale/en/LC_MESSAGES/django.mo
locale/en/LC_MESSAGES/django.po

index 6048261aaf8471edbd5cd9f2704edd375592f2d2..e93781089ae6cd6bb505c11a41cc5ff22e805f13 100644 (file)
@@ -12,7 +12,8 @@ def application_settings(context):
         'APP_INTRO' : settings.APP_INTRO,
         'APP_LOGO' : settings.APP_LOGO,
         'EMAIL_VALIDATION': 'off',
-        'FEEDBACK_SITE_URL': settings.FEEDBACK_SITE_URL,
+               'SUPPORT_URL': settings.SUPPORT_URL,
+               'CONTACT_URL': settings.CONTACT_URL,
         'FORUM_SCRIPT_ALIAS': djsettings.FORUM_SCRIPT_ALIAS,
         'LANGUAGE_CODE': djsettings.LANGUAGE_CODE,
         'GOOGLE_SITEMAP_CODE':settings.GOOGLE_SITEMAP_CODE,
index a3382b1898b271f04087a810c818001e13abe6ce..ec4d1418d806c57a687ce2de6e2ca256f416c523 100644 (file)
@@ -39,8 +39,14 @@ APP_COPYRIGHT = Setting('APP_COPYRIGHT', u'Copyright OSQA, 2010. Some rights res
 label = _("Copyright notice"),\r
 help_text = _("The copyright notice visible at the footer of your page.")))\r
 \r
-FEEDBACK_SITE_URL = Setting('FEEDBACK_SITE_URL', '', BASIC_SET, dict(\r
-label = _("Feedback site url"),\r
-help_text = _("If you have a specific place to get feedback from your users, use this field and the fedback link on the footer will point there."),\r
+SUPPORT_URL = Setting('SUPPORT_URL', '', BASIC_SET, dict(\r
+label = _("Support URL"),\r
+help_text = _("The URL provided for users to get support. It can be http: or mailto: or whatever your preferred support scheme is."),\r
 required=False))\r
 \r
+CONTACT_URL = Setting('CONTACT_URL', '', BASIC_SET, dict(\r
+label = _("Contact URL"),\r
+help_text = _("The URL provided for users to contact you. It can be http: or mailto: or whatever your preferred contact scheme is."),\r
+required=False))\r
+\r
+\r
index 907669af2ace14078ecda574903c4daf46bd7ba8..b92f06b873901bb01ddd1f43ba3e86b890196336 100644 (file)
@@ -6,16 +6,19 @@
                        <div class="footerLinks" >
                                <a href="{% url about %}">{% trans "about" %}</a><span class="link-separator"> |</span>
                                <a href="{% url faq %}">{% trans "faq" %}</a><span class="link-separator"> |</span>
-                               <a href="{% url privacy %}">{% trans "privacy policy" %}</a><span class="link-separator"> |</span>
+                               <a href="{% url privacy %}">{% trans "privacy" %}</a><span class="link-separator"> |</span>
+                {% if settings.SUPPORT_URL %}
+                    <a href="{{settings.SUPPORT_URL}}" target="_blank">{% trans "support" %}</a><span class="link-separator"> |</span>
+                {% endif %}
                 {% spaceless %}
                                <a href=
-                    {% if settings.FEEDBACK_SITE_URL %}
-                        "{{settings.FEEDBACK_SITE_URL}}"
+                    {% if settings.CONTACT_URL %}
+                        "{{settings.CONTACT_URL}}"
                         target="_blank">
                     {% else %}
                         "{% url feedback %}?next={{request.path}}">
                     {% endif %}
-                    {% trans "give feedback" %}
+                    {% trans "contact us" %}
                 </a>
                 {% endspaceless %}
                        </div>
index 71f414947d050227f3c2f936ac130fc9ce9648e2..d6f320a0dacdca87bf7a99abbdcbf6b0e64c68c8 100644 (file)
@@ -109,7 +109,7 @@ urlpatterns += patterns('',
     url(r'^feeds/(?P<url>.*)/$', 'django.contrib.syndication.views.feed', {'feed_dict': feeds}, name='feeds'),
     url(r'^%s$' % _('upload/'), app.writers.upload, name='upload'),
     url(r'^%s$' % _('search/'), app.readers.search, name='search'),
-    url(r'^%s$' % _('feedback/'), app.meta.feedback, name='feedback'),
+    url(r'^%s$' % _('contact/'), app.meta.feedback, name='feedback'),
 
     (r'^i18n/', include('django.conf.urls.i18n')),
 
index 9578baa6db924e88f6a4b663cc62fb824a8c2294..bd7c3c45224540258fd1e1d8c87aa7c951584097 100644 (file)
Binary files a/locale/en/LC_MESSAGES/django.mo and b/locale/en/LC_MESSAGES/django.mo differ
index b6945702ef5353f525aca43f6679dddb26124711..f62d47bfc75a9b08a24a4f5eeb327ddf9d549b5d 100644 (file)
@@ -2,19 +2,19 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2010-04-28 16:53-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2010-05-13 17:06\n"
+"Last-Translator: Rick Ross <rick@dzone.com>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Translated-Using: django-rosetta 0.5.3\n"
 
 #: forum/const.py:8
 msgid "duplicate question"
@@ -210,8 +210,7 @@ msgid "tags"
 msgstr ""
 
 #: forum/forms.py:54
-msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
+msgid "Tags are short keywords, with no spaces within. Up to five tags can be used."
 msgstr ""
 
 #: forum/forms.py:61 forum/skins/default/templates/question_retag.html:43
@@ -227,9 +226,7 @@ msgid "tags must be shorter than 20 characters"
 msgstr ""
 
 #: forum/forms.py:74
-msgid ""
-"please use following characters in tags: letters 'a-z', numbers, and "
-"characters '.-_#'"
+msgid "please use following characters in tags: letters 'a-z', numbers, and characters '.-_#'"
 msgstr ""
 
 #: forum/forms.py:84
@@ -240,9 +237,7 @@ msgid "community wiki"
 msgstr ""
 
 #: forum/forms.py:85
-msgid ""
-"if you choose community wiki option, the question and answer do not generate "
-"points and name of author will not be shown"
+msgid "if you choose community wiki option, the question and answer do not generate points and name of author will not be shown"
 msgstr ""
 
 #: forum/forms.py:101
@@ -250,9 +245,7 @@ msgid "update summary:"
 msgstr ""
 
 #: forum/forms.py:102
-msgid ""
-"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
-"improved style, this field is optional)"
+msgid "enter a brief summary of your revision (e.g. fixed spelling, grammar, improved style, this field is optional)"
 msgstr ""
 
 #: forum/forms.py:105
@@ -587,9 +580,7 @@ msgstr ""
 #: forum/authentication/forms.py:21
 #, fuzzy
 msgid "Your account email"
-msgstr ""
-"<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
-"anyone, must be valid)"
+msgstr "<strong>Your new Email:</strong> (will <strong>not</strong> be shown to anyone, must be valid)"
 
 #: forum/authentication/forms.py:23
 msgid "You cannot leave this field blank"
@@ -620,9 +611,7 @@ msgid "Current password"
 msgstr ""
 
 #: forum/authentication/forms.py:62
-msgid ""
-"Old password is incorrect.                     Please enter the correct "
-"password."
+msgid "Old password is incorrect.                     Please enter the correct password."
 msgstr ""
 
 #: forum/management/commands/send_email_alerts.py:56
@@ -724,9 +713,7 @@ msgstr ""
 #: forum/settings/basic.py:13
 #, fuzzy
 msgid "Your site main logo."
-msgstr ""
-"<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
-"anyone, must be valid)"
+msgstr "<strong>Your new Email:</strong> (will <strong>not</strong> be shown to anyone, must be valid)"
 
 #: forum/settings/basic.py:17
 msgid "Favicon"
@@ -759,9 +746,7 @@ msgstr ""
 #: forum/settings/basic.py:34
 #, fuzzy
 msgid "Application description"
-msgstr ""
-"Gold badge is the highest award in this community. To obtain it have to show "
-"profound knowledge and ability in addition to your active participation."
+msgstr "Gold badge is the highest award in this community. To obtain it have to show profound knowledge and ability in addition to your active participation."
 
 #: forum/settings/basic.py:35
 msgid "The description of your application"
@@ -772,8 +757,7 @@ msgid "Application intro"
 msgstr ""
 
 #: forum/settings/basic.py:40
-msgid ""
-"The introductory page that is visible in the sidebar for anonymous users."
+msgid "The introductory page that is visible in the sidebar for anonymous users."
 msgstr ""
 
 #: forum/settings/basic.py:44
@@ -813,9 +797,7 @@ msgid "Email Port"
 msgstr ""
 
 #: forum/settings/email.py:14
-msgid ""
-"The port on which your SMTP server is listening to. Usually this is 25, but "
-"can be something else."
+msgid "The port on which your SMTP server is listening to. Usually this is 25, but can be something else."
 msgstr ""
 
 #: forum/settings/email.py:18
@@ -848,9 +830,7 @@ msgid "Site 'from' email address"
 msgstr "Your email <i>(never shared)</i>"
 
 #: forum/settings/email.py:35
-msgid ""
-"The address that will show up on the 'from' field on emails sent by your "
-"website."
+msgid "The address that will show up on the 'from' field on emails sent by your website."
 msgstr ""
 
 #: forum/settings/email.py:39
@@ -859,10 +839,7 @@ msgid "Email subject prefix"
 msgstr "Welcome to the Q&A forum"
 
 #: forum/settings/email.py:40
-msgid ""
-"Every email sent through your website will have the subject prefixed by this "
-"string. It's usually a good idea to have such a prefix so your users can "
-"easilly set up a filter on theyr email clients."
+msgid "Every email sent through your website will have the subject prefixed by this string. It's usually a good idea to have such a prefix so your users can easilly set up a filter on theyr email clients."
 msgstr ""
 
 #: forum/settings/extkeys.py:4
@@ -870,8 +847,7 @@ msgid "External Keys"
 msgstr ""
 
 #: forum/settings/extkeys.py:4
-msgid ""
-"Keys for various external providers that your application may optionally use."
+msgid "Keys for various external providers that your application may optionally use."
 msgstr ""
 
 #: forum/settings/extkeys.py:7
@@ -879,9 +855,7 @@ msgid "Google sitemap code"
 msgstr ""
 
 #: forum/settings/extkeys.py:8
-msgid ""
-"This is the code you get when you register your site at <a href='https://www."
-"google.com/webmasters/tools/'>Google webmaster central</a>."
+msgid "This is the code you get when you register your site at <a href='https://www.google.com/webmasters/tools/'>Google webmaster central</a>."
 msgstr ""
 
 #: forum/settings/extkeys.py:12
@@ -889,9 +863,7 @@ msgid "Google analytics key"
 msgstr ""
 
 #: forum/settings/extkeys.py:13
-msgid ""
-"Your Google analytics key. You can get one at the <a href='http://www.google."
-"com/analytics/'>Google analytics official website</a>"
+msgid "Your Google analytics key. You can get one at the <a href='http://www.google.com/analytics/'>Google analytics official website</a>"
 msgstr ""
 
 #: forum/settings/forms.py:40
@@ -905,9 +877,7 @@ msgid "Minimum reputation config"
 msgstr "karma"
 
 #: forum/settings/minrep.py:4
-msgid ""
-"Configure the minimum reputation required to perform certain actions on your "
-"site."
+msgid "Configure the minimum reputation required to perform certain actions on your site."
 msgstr ""
 
 #: forum/settings/minrep.py:7
@@ -941,8 +911,7 @@ msgid "Minimum reputation to comment"
 msgstr "user karma"
 
 #: forum/settings/minrep.py:20
-msgid ""
-"The minimum reputation an user must have to be allowed to comment a post."
+msgid "The minimum reputation an user must have to be allowed to comment a post."
 msgstr ""
 
 #: forum/settings/minrep.py:23
@@ -951,8 +920,7 @@ msgid "Minimum reputation to like a comment"
 msgstr "user karma"
 
 #: forum/settings/minrep.py:24
-msgid ""
-"The minimum reputation an user must have to be allowed to \"like\" a comment."
+msgid "The minimum reputation an user must have to be allowed to \"like\" a comment."
 msgstr ""
 
 #: forum/settings/minrep.py:27
@@ -960,8 +928,7 @@ msgid "Minimum reputation to upload"
 msgstr ""
 
 #: forum/settings/minrep.py:28
-msgid ""
-"The minimum reputation an user must have to be allowed to upload a file."
+msgid "The minimum reputation an user must have to be allowed to upload a file."
 msgstr ""
 
 #: forum/settings/minrep.py:31
@@ -969,9 +936,7 @@ msgid "Minimum reputation to close own question"
 msgstr ""
 
 #: forum/settings/minrep.py:32
-msgid ""
-"The minimum reputation an user must have to be allowed to close his own "
-"question."
+msgid "The minimum reputation an user must have to be allowed to close his own question."
 msgstr ""
 
 #: forum/settings/minrep.py:35
@@ -979,9 +944,7 @@ msgid "Minimum reputation to reopen own question"
 msgstr ""
 
 #: forum/settings/minrep.py:36
-msgid ""
-"The minimum reputation an user must have to be allowed to reopen his own "
-"question."
+msgid "The minimum reputation an user must have to be allowed to reopen his own question."
 msgstr ""
 
 #: forum/settings/minrep.py:39
@@ -989,9 +952,7 @@ msgid "Minimum reputation to retag others questions"
 msgstr ""
 
 #: forum/settings/minrep.py:40
-msgid ""
-"The minimum reputation an user must have to be allowed to retag others "
-"questions."
+msgid "The minimum reputation an user must have to be allowed to retag others questions."
 msgstr ""
 
 #: forum/settings/minrep.py:43
@@ -999,9 +960,7 @@ msgid "Minimum reputation to edit wiki posts"
 msgstr ""
 
 #: forum/settings/minrep.py:44
-msgid ""
-"The minimum reputation an user must have to be allowed to edit community "
-"wiki posts."
+msgid "The minimum reputation an user must have to be allowed to edit community wiki posts."
 msgstr ""
 
 #: forum/settings/minrep.py:47
@@ -1009,8 +968,7 @@ msgid "Minimum reputation to edit others posts"
 msgstr ""
 
 #: forum/settings/minrep.py:48
-msgid ""
-"The minimum reputation an user must have to be allowed to edit others posts."
+msgid "The minimum reputation an user must have to be allowed to edit others posts."
 msgstr ""
 
 #: forum/settings/minrep.py:51
@@ -1018,8 +976,7 @@ msgid "Minimum reputation to close others posts"
 msgstr ""
 
 #: forum/settings/minrep.py:52
-msgid ""
-"The minimum reputation an user must have to be allowed to close others posts."
+msgid "The minimum reputation an user must have to be allowed to close others posts."
 msgstr ""
 
 #: forum/settings/minrep.py:55
@@ -1028,8 +985,7 @@ msgid "Minimum reputation to delete comments"
 msgstr "user karma"
 
 #: forum/settings/minrep.py:56
-msgid ""
-"The minimum reputation an user must have to be allowed to delete comments."
+msgid "The minimum reputation an user must have to be allowed to delete comments."
 msgstr ""
 
 #: forum/settings/minrep.py:59
@@ -1045,8 +1001,7 @@ msgid "Reputation gains and losses config"
 msgstr ""
 
 #: forum/settings/repgain.py:4
-msgid ""
-"Configure the reputation points a user may gain or lose upon certain actions."
+msgid "Configure the reputation points a user may gain or lose upon certain actions."
 msgstr ""
 
 #: forum/settings/repgain.py:7
@@ -1075,8 +1030,7 @@ msgid "Rep lost bu upvote canceled"
 msgstr ""
 
 #: forum/settings/repgain.py:20
-msgid ""
-"Reputation a user loses for having one of the upvotes on his posts canceled."
+msgid "Reputation a user loses for having one of the upvotes on his posts canceled."
 msgstr ""
 
 #: forum/settings/repgain.py:23
@@ -1100,9 +1054,7 @@ msgid "Rep gain by downvote canceled"
 msgstr ""
 
 #: forum/settings/repgain.py:32
-msgid ""
-"Reputation a user gains for having one of the downvotes on his posts "
-"canceled."
+msgid "Reputation a user gains for having one of the downvotes on his posts canceled."
 msgstr ""
 
 #: forum/settings/repgain.py:35
@@ -1126,8 +1078,7 @@ msgid "Rep lost by accepted canceled"
 msgstr ""
 
 #: forum/settings/repgain.py:44
-msgid ""
-"Reputation a user loses for having one of his accepted answers canceled."
+msgid "Reputation a user loses for having one of his accepted answers canceled."
 msgstr ""
 
 #: forum/settings/repgain.py:47
@@ -1135,8 +1086,7 @@ msgid "Rep gain by accepting answer"
 msgstr ""
 
 #: forum/settings/repgain.py:48
-msgid ""
-"Reputation a user gains for accepting an answer to one of his questions."
+msgid "Reputation a user gains for accepting an answer to one of his questions."
 msgstr ""
 
 #: forum/settings/repgain.py:51
@@ -1160,9 +1110,7 @@ msgid "Rep lost by post flagged and hidden"
 msgstr ""
 
 #: forum/settings/repgain.py:60
-msgid ""
-"Reputation a user loses by having the last revision of one of his posts "
-"flagged the enough number of times to hide the post."
+msgid "Reputation a user loses by having the last revision of one of his posts flagged the enough number of times to hide the post."
 msgstr ""
 
 #: forum/settings/repgain.py:63
@@ -1170,9 +1118,7 @@ msgid "Rep lost by post flagged and deleted"
 msgstr ""
 
 #: forum/settings/repgain.py:64
-msgid ""
-"Reputation a user loses by having the last revision of one of his posts "
-"flagged the enough number of times to delete the post."
+msgid "Reputation a user loses by having the last revision of one of his posts flagged the enough number of times to delete the post."
 msgstr ""
 
 #: forum/settings/upload.py:5
@@ -1188,9 +1134,7 @@ msgid "Uploaded files folder"
 msgstr ""
 
 #: forum/settings/upload.py:9
-msgid ""
-"The filesystem path where uploaded files will be stored. Please note that "
-"this folder must exist."
+msgid "The filesystem path where uploaded files will be stored. Please note that this folder must exist."
 msgstr ""
 
 #: forum/settings/upload.py:12
@@ -1198,9 +1142,7 @@ msgid "Uploaded files alias"
 msgstr ""
 
 #: forum/settings/upload.py:13
-msgid ""
-"The url alias for uploaded files. Notice that if you change this setting, "
-"you'll need to restart your site."
+msgid "The url alias for uploaded files. Notice that if you change this setting, you'll need to restart your site."
 msgstr ""
 
 #: forum/settings/upload.py:16
@@ -1248,8 +1190,7 @@ msgid "Flag count to hide post"
 msgstr ""
 
 #: forum/settings/voting.py:20
-msgid ""
-"How many times a post needs to be flagged to be hidden from the main page."
+msgid "How many times a post needs to be flagged to be hidden from the main page."
 msgstr ""
 
 #: forum/settings/voting.py:23
@@ -1285,9 +1226,7 @@ msgid "url has error - please check it;"
 msgstr ""
 
 #: forum/skins/default/templates/404.html:30
-msgid ""
-"the page you tried to visit is protected or you don't have sufficient "
-"points, see"
+msgid "the page you tried to visit is protected or you don't have sufficient points, see"
 msgstr ""
 
 #: forum/skins/default/templates/404.html:31
@@ -1565,12 +1504,7 @@ msgstr ""
 
 #: forum/skins/default/templates/ask.html:64
 msgid "login to post question info"
-msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
+msgstr "<span class=\"strong big\">You are welcome to start submitting your question anonymously</span>. When you submit the post, you will be redirected to the login/signup page. Your question will be saved in the current session and will be published after you log in. Login/signup process is very simple. Login takes about 30 seconds, initial signup takes a minute or less."
 
 #: forum/skins/default/templates/ask.html:70
 #, python-format
@@ -1578,12 +1512,7 @@ msgid ""
 "must have valid %(email)s to post, \n"
 "                            see %(email_validation_faq_url)s\n"
 "                            "
-msgstr ""
-"<span class='strong big'>Looks like your email address, %(email)s has not "
-"yet been validated.</span> To post messages you must verify your email, "
-"please see <a href='%(email_validation_faq_url)s'>more details here</a>."
-"<br>You can submit your question now and validate email after that. Your "
-"question will saved as pending meanwhile. "
+msgstr "<span class='strong big'>Looks like your email address, %(email)s has not yet been validated.</span> To post messages you must verify your email, please see <a href='%(email_validation_faq_url)s'>more details here</a>.<br>You can submit your question now and validate email after that. Your question will saved as pending meanwhile. "
 
 #: forum/skins/default/templates/ask.html:108
 msgid "(required)"
@@ -1616,24 +1545,15 @@ msgstr ""
 
 #: forum/skins/default/templates/badges.html:21
 msgid "Community gives you awards for your questions, answers and votes."
-msgstr ""
-"If your questions and answers are highly voted, your contribution to this "
-"Q&amp;A community will be recognized with the variety of badges."
+msgstr "If your questions and answers are highly voted, your contribution to this Q&amp;A community will be recognized with the variety of badges."
 
 #: forum/skins/default/templates/badges.html:22
 #, python-format
 msgid ""
 "Below is the list of available badges and number \n"
-"    of times each type of badge has been awarded. Give us feedback at %"
-"(feedback_faq_url)s.\n"
+"    of times each type of badge has been awarded. Give us feedback at %(feedback_faq_url)s.\n"
 "    "
-msgstr ""
-"Currently badges differ only by their level: <strong>gold</strong>, "
-"<strong>silver</strong> and <strong>bronze</strong> (their meanings are "
-"described on the right). In the future there will be many types of badges at "
-"each level. <strong>Please give us your <a href='%(feedback_faq_url)"
-"s'>feedback</a></strong> - what kinds of badges would you like to see and "
-"suggest the activity for which those badges might be awarded."
+msgstr "Currently badges differ only by their level: <strong>gold</strong>, <strong>silver</strong> and <strong>bronze</strong> (their meanings are described on the right). In the future there will be many types of badges at each level. <strong>Please give us your <a href='%(feedback_faq_url)s'>feedback</a></strong> - what kinds of badges would you like to see and suggest the activity for which those badges might be awarded."
 
 #: forum/skins/default/templates/badges.html:50
 msgid "Community badges"
@@ -1641,15 +1561,11 @@ msgstr "Badge levels"
 
 #: forum/skins/default/templates/badges.html:56
 msgid "gold badge description"
-msgstr ""
-"Gold badge is the highest award in this community. To obtain it have to show "
-"profound knowledge and ability in addition to your active participation."
+msgstr "Gold badge is the highest award in this community. To obtain it have to show profound knowledge and ability in addition to your active participation."
 
 #: forum/skins/default/templates/badges.html:64
 msgid "silver badge description"
-msgstr ""
-"Obtaining silver badge requires significant patience. If you have received "
-"one, that means you have greatly contributed to this community."
+msgstr "Obtaining silver badge requires significant patience. If you have received one, that means you have greatly contributed to this community."
 
 #: forum/skins/default/templates/badges.html:67
 msgid "bronze badge: often given as a special honor"
@@ -1657,9 +1573,7 @@ msgstr ""
 
 #: forum/skins/default/templates/badges.html:71
 msgid "bronze badge description"
-msgstr ""
-"If you are an active participant in this community, you will be recognized "
-"with this badge."
+msgstr "If you are an active participant in this community, you will be recognized with this badge."
 
 #: forum/skins/default/templates/book.html:7
 msgid "reading channel"
@@ -1769,27 +1683,19 @@ msgid "What kinds of questions can I ask here?"
 msgstr ""
 
 #: forum/skins/default/templates/faq.html:17
-msgid ""
-"Most importantly - questions should be <strong>relevant</strong> to this "
-"community."
+msgid "Most importantly - questions should be <strong>relevant</strong> to this community."
 msgstr ""
 
 #: forum/skins/default/templates/faq.html:18
-msgid ""
-"Before asking the question - please make sure to use search to see whether "
-"your question has alredy been answered."
-msgstr ""
-"Before you ask - please make sure to search for a similar question. You can "
-"search questions by their title or tags."
+msgid "Before asking the question - please make sure to use search to see whether your question has alredy been answered."
+msgstr "Before you ask - please make sure to search for a similar question. You can search questions by their title or tags."
 
 #: forum/skins/default/templates/faq.html:21
 msgid "What questions should I avoid asking?"
 msgstr "What kinds of questions should be avoided?"
 
 #: forum/skins/default/templates/faq.html:22
-msgid ""
-"Please avoid asking questions that are not relevant to this community, too "
-"subjective and argumentative."
+msgid "Please avoid asking questions that are not relevant to this community, too subjective and argumentative."
 msgstr ""
 
 #: forum/skins/default/templates/faq.html:27
@@ -1797,15 +1703,8 @@ msgid "What should I avoid in my answers?"
 msgstr ""
 
 #: forum/skins/default/templates/faq.html:28
-msgid ""
-"is a Q&A site, not a discussion group. Therefore - please avoid having "
-"discussions in your answers, comment facility allows some space for brief "
-"discussions."
-msgstr ""
-"is a <strong>question and answer</strong> site - <strong>it is not a "
-"discussion group</strong>. Please avoid holding debates in your answers as "
-"they tend to dilute the essense of questions and answers. For the brief "
-"discussions please use commenting facility."
+msgid "is a Q&A site, not a discussion group. Therefore - please avoid having discussions in your answers, comment facility allows some space for brief discussions."
+msgstr "is a <strong>question and answer</strong> site - <strong>it is not a discussion group</strong>. Please avoid holding debates in your answers as they tend to dilute the essense of questions and answers. For the brief discussions please use commenting facility."
 
 #: forum/skins/default/templates/faq.html:32
 msgid "Who moderates this community?"
@@ -1820,12 +1719,8 @@ msgid "This website is moderated by the users."
 msgstr ""
 
 #: forum/skins/default/templates/faq.html:35
-msgid ""
-"The reputation system allows users earn the authorization to perform a "
-"variety of moderation tasks."
-msgstr ""
-"Karma system allows users to earn rights to perform a variety of moderation "
-"tasks"
+msgid "The reputation system allows users earn the authorization to perform a variety of moderation tasks."
+msgstr "Karma system allows users to earn rights to perform a variety of moderation tasks"
 
 #: forum/skins/default/templates/faq.html:40
 msgid "How does reputation system work?"
@@ -1833,21 +1728,10 @@ msgstr "How does karma system work?"
 
 #: forum/skins/default/templates/faq.html:41
 msgid "Rep system summary"
-msgstr ""
-"When a question or answer is upvoted, the user who posted them will gain "
-"some points, which are called \"karma points\". These points serve as a "
-"rough measure of the community trust to him/her. Various moderation tasks "
-"are gradually assigned to the users based on those points."
+msgstr "When a question or answer is upvoted, the user who posted them will gain some points, which are called \"karma points\". These points serve as a rough measure of the community trust to him/her. Various moderation tasks are gradually assigned to the users based on those points."
 
 #: forum/skins/default/templates/faq.html:42
-msgid ""
-"For example, if you ask an interesting question or give a helpful answer, "
-"your input will be upvoted. On the other hand if the answer is misleading - "
-"it will be downvoted. Each vote in favor will generate <strong>10</strong> "
-"points, each vote against will subtract <strong>2</strong> points. There is "
-"a limit of <strong>200</strong> points that can be accumulated per question "
-"or answer. The table below explains reputation point requirements for each "
-"type of moderation task."
+msgid "For example, if you ask an interesting question or give a helpful answer, your input will be upvoted. On the other hand if the answer is misleading - it will be downvoted. Each vote in favor will generate <strong>10</strong> points, each vote against will subtract <strong>2</strong> points. There is a limit of <strong>200</strong> points that can be accumulated per question or answer. The table below explains reputation point requirements for each type of moderation task."
 msgstr ""
 
 #: forum/skins/default/templates/faq.html:53
@@ -1904,21 +1788,8 @@ msgstr "How to validate email and why?"
 
 #: forum/skins/default/templates/faq.html:105
 #, python-format
-msgid ""
-"how to validate email info with %(send_email_key_url)s %(gravatar_faq_url)s"
-msgstr ""
-"<form style='margin:0;padding:0;' action='%(send_email_key_url)s'><p><span "
-"class=\"bigger strong\">How?</span> If you have just set or changed your "
-"email address - <strong>check your email and click the included link</"
-"strong>.<br>The link contains a key generated specifically for you. You can "
-"also <button style='display:inline' type='submit'><strong>get a new key</"
-"strong></button> and check your email again.</p></form><span class=\"bigger "
-"strong\">Why?</span> Email validation is required to make sure that "
-"<strong>only you can post messages</strong> on your behalf and to "
-"<strong>minimize spam</strong> posts.<br>With email you can "
-"<strong>subscribe for updates</strong> on the most interesting questions. "
-"Also, when you sign up for the first time - create a unique <a href='%"
-"(gravatar_faq_url)s'><strong>gravatar</strong></a> personal image.</p>"
+msgid "how to validate email info with %(send_email_key_url)s %(gravatar_faq_url)s"
+msgstr "<form style='margin:0;padding:0;' action='%(send_email_key_url)s'><p><span class=\"bigger strong\">How?</span> If you have just set or changed your email address - <strong>check your email and click the included link</strong>.<br>The link contains a key generated specifically for you. You can also <button style='display:inline' type='submit'><strong>get a new key</strong></button> and check your email again.</p></form><span class=\"bigger strong\">Why?</span> Email validation is required to make sure that <strong>only you can post messages</strong> on your behalf and to <strong>minimize spam</strong> posts.<br>With email you can <strong>subscribe for updates</strong> on the most interesting questions. Also, when you sign up for the first time - create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> personal image.</p>"
 
 #: forum/skins/default/templates/faq.html:110
 msgid "what is gravatar"
@@ -1926,23 +1797,14 @@ msgstr "What is gravatar?"
 
 #: forum/skins/default/templates/faq.html:111
 msgid "gravatar faq info"
-msgstr ""
-"<strong>Gravatar</strong> means <strong>g</strong>lobally <strong>r</"
-"strong>ecognized <strong>avatar</strong> - your unique avatar image "
-"associated with your email address. It's simply a picture that shows next to "
-"your posts on the websites that support gravatar protocol. By default gravar "
-"appears as a square filled with a snowflake-like figure. You can <strong>set "
-"your image</strong> at <a href='http://gravatar.com'><strong>gravatar.com</"
-"strong></a>"
+msgstr "<strong>Gravatar</strong> means <strong>g</strong>lobally <strong>r</strong>ecognized <strong>avatar</strong> - your unique avatar image associated with your email address. It's simply a picture that shows next to your posts on the websites that support gravatar protocol. By default gravar appears as a square filled with a snowflake-like figure. You can <strong>set your image</strong> at <a href='http://gravatar.com'><strong>gravatar.com</strong></a>"
 
 #: forum/skins/default/templates/faq.html:114
 msgid "To register, do I need to create new password?"
 msgstr ""
 
 #: forum/skins/default/templates/faq.html:115
-msgid ""
-"No, you don't have to. You can login through any service that supports "
-"OpenID, e.g. Google, Yahoo, AOL, etc."
+msgid "No, you don't have to. You can login through any service that supports OpenID, e.g. Google, Yahoo, AOL, etc."
 msgstr ""
 
 #: forum/skins/default/templates/faq.html:116
@@ -1958,10 +1820,7 @@ msgid "Goal of this site is..."
 msgstr ""
 
 #: forum/skins/default/templates/faq.html:122
-msgid ""
-"So questions and answers can be edited like wiki pages by experienced users "
-"of this site and this improves the overall quality of the knowledge base "
-"content."
+msgid "So questions and answers can be edited like wiki pages by experienced users of this site and this improves the overall quality of the knowledge base content."
 msgstr ""
 
 #: forum/skins/default/templates/faq.html:123
@@ -1974,12 +1833,8 @@ msgstr ""
 
 #: forum/skins/default/templates/faq.html:128
 #, python-format
-msgid ""
-"Please ask your question at %(ask_question_url)s, help make our community "
-"better!"
-msgstr ""
-"Please <a href='%(ask_question_url)s'>ask</a> your question, help make our "
-"community better!"
+msgid "Please ask your question at %(ask_question_url)s, help make our community better!"
+msgstr "Please <a href='%(ask_question_url)s'>ask</a> your question, help make our community better!"
 
 #: forum/skins/default/templates/faq.html:130
 #: forum/skins/default/templates/header.html:30
@@ -2003,8 +1858,7 @@ msgstr ""
 #, python-format
 msgid ""
 "\n"
-"            <span class='big strong'>Dear %(user_name)s</span>, we look "
-"forward to hearing your feedback. \n"
+"            <span class='big strong'>Dear %(user_name)s</span>, we look forward to hearing your feedback. \n"
 "            Please type and send us your message below.\n"
 "            "
 msgstr ""
@@ -2012,8 +1866,7 @@ msgstr ""
 #: forum/skins/default/templates/feedback.html:24
 msgid ""
 "\n"
-"            <span class='big strong'>Dear visitor</span>, we look forward to "
-"hearing your feedback.\n"
+"            <span class='big strong'>Dear visitor</span>, we look forward to hearing your feedback.\n"
 "            Please type and send us your message below.\n"
 "            "
 msgstr ""
@@ -2041,7 +1894,7 @@ msgstr ""
 
 #: forum/skins/default/templates/footer.html:9
 msgid "privacy policy"
-msgstr ""
+msgstr "privacy"
 
 #: forum/skins/default/templates/footer.html:18
 msgid "give feedback"
@@ -2099,13 +1952,8 @@ msgid "Logout"
 msgstr ""
 
 #: forum/skins/default/templates/logout.html:19
-msgid ""
-"As a registered user you can login with your OpenID, log out of the site or "
-"permanently remove your account."
-msgstr ""
-"Clicking <strong>Logout</strong> will log you out from the forumbut will not "
-"sign you off from your OpenID provider.</p><p>If you wish to sign off "
-"completely - please make sure to log out from your OpenID provider as well."
+msgid "As a registered user you can login with your OpenID, log out of the site or permanently remove your account."
+msgstr "Clicking <strong>Logout</strong> will log you out from the forumbut will not sign you off from your OpenID provider.</p><p>If you wish to sign off completely - please make sure to log out from your OpenID provider as well."
 
 #: forum/skins/default/templates/logout.html:20
 msgid "Logout now"
@@ -2174,10 +2022,7 @@ msgstr ""
 
 #: forum/skins/default/templates/privacy.html:15
 msgid "general message about privacy"
-msgstr ""
-"Respecting users privacy is an important core principle of this Q&amp;A "
-"forum. Information on this page details how this forum protects your "
-"privacy, and what type of information is collected."
+msgstr "Respecting users privacy is an important core principle of this Q&amp;A forum. Information on this page details how this forum protects your privacy, and what type of information is collected."
 
 #: forum/skins/default/templates/privacy.html:18
 msgid "Site Visitors"
@@ -2185,10 +2030,7 @@ msgstr ""
 
 #: forum/skins/default/templates/privacy.html:20
 msgid "what technical information is collected about visitors"
-msgstr ""
-"Information on question views, revisions of questions and answers - both "
-"times and content are recorded for each user in order to correctly count "
-"number of views, maintain data integrity and report relevant updates."
+msgstr "Information on question views, revisions of questions and answers - both times and content are recorded for each user in order to correctly count number of views, maintain data integrity and report relevant updates."
 
 #: forum/skins/default/templates/privacy.html:23
 msgid "Personal Information"
@@ -2196,10 +2038,7 @@ msgstr ""
 
 #: forum/skins/default/templates/privacy.html:25
 msgid "details on personal information policies"
-msgstr ""
-"Members of this community may choose to display personally identifiable "
-"information in their profiles. Forum will never display such information "
-"without a request from the user."
+msgstr "Members of this community may choose to display personally identifiable information in their profiles. Forum will never display such information without a request from the user."
 
 #: forum/skins/default/templates/privacy.html:28
 msgid "Other Services"
@@ -2207,16 +2046,11 @@ msgstr ""
 
 #: forum/skins/default/templates/privacy.html:30
 msgid "details on sharing data with third parties"
-msgstr ""
-"None of the data that is not openly shown on the forum by the choice of the "
-"user is shared with any third party."
+msgstr "None of the data that is not openly shown on the forum by the choice of the user is shared with any third party."
 
 #: forum/skins/default/templates/privacy.html:35
 msgid "cookie policy details"
-msgstr ""
-"Forum software relies on the internet cookie technology to keep track of "
-"user sessions. Cookies must be enabled in your browser so that forum can "
-"work for you."
+msgstr "Forum software relies on the internet cookie technology to keep track of user sessions. Cookies must be enabled in your browser so that forum can work for you."
 
 #: forum/skins/default/templates/privacy.html:37
 msgid "Policy Changes"
@@ -2224,10 +2058,7 @@ msgstr ""
 
 #: forum/skins/default/templates/privacy.html:38
 msgid "how privacy policies can be changed"
-msgstr ""
-"These policies may be adjusted to improve protection of user's privacy. "
-"Whenever such changes occur, users will be notified via the internal "
-"messaging system. "
+msgstr "These policies may be adjusted to improve protection of user's privacy. Whenever such changes occur, users will be notified via the internal messaging system. "
 
 #: forum/skins/default/templates/question.html:70
 #: forum/skins/default/templates/sidebar/recent_tags.html:9
@@ -2237,8 +2068,7 @@ msgstr ""
 
 #: forum/skins/default/templates/question.html:87
 #, python-format
-msgid ""
-"The question has been closed for the following reason \"%(close_reason)s\" by"
+msgid "The question has been closed for the following reason \"%(close_reason)s\" by"
 msgstr ""
 
 #: forum/skins/default/templates/question.html:89
@@ -2293,32 +2123,15 @@ msgstr ""
 
 #: forum/skins/default/templates/question.html:165
 msgid "you can answer anonymously and then login"
-msgstr ""
-"<span class='strong big'>Please start posting your answer anonymously</span> "
-"- your answer will be saved within the current session and published after "
-"you log in or create a new account. Please try to give a <strong>substantial "
-"answer</strong>, for discussions, <strong>please use comments</strong> and "
-"<strong>please do remember to vote</strong> (after you log in)!"
+msgstr "<span class='strong big'>Please start posting your answer anonymously</span> - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a <strong>substantial answer</strong>, for discussions, <strong>please use comments</strong> and <strong>please do remember to vote</strong> (after you log in)!"
 
 #: forum/skins/default/templates/question.html:169
 msgid "answer your own question only to give an answer"
-msgstr ""
-"<span class='big strong'>You are welcome to answer your own question</span>, "
-"but please make sure to give an <strong>answer</strong>. Remember that you "
-"can always <strong>revise your original question</strong>. Please "
-"<strong>use comments for discussions</strong>  and <strong>please don't "
-"forget to vote :)</strong> for the answers that you liked (or perhaps did "
-"not like)! "
+msgstr "<span class='big strong'>You are welcome to answer your own question</span>, but please make sure to give an <strong>answer</strong>. Remember that you can always <strong>revise your original question</strong>. Please <strong>use comments for discussions</strong>  and <strong>please don't forget to vote :)</strong> for the answers that you liked (or perhaps did not like)! "
 
 #: forum/skins/default/templates/question.html:171
 msgid "please only give an answer, no discussions"
-msgstr ""
-"<span class='big strong'>Please try to give a substantial answer</span>. If "
-"you wanted to comment on the question or answer, just <strong>use the "
-"commenting tool</strong>. Please remember that you can always <strong>revise "
-"your answers</strong> - no need to answer the same question twice. Also, "
-"please <strong>don't forget to vote</strong> - it really helps to select the "
-"best questions and answers!"
+msgstr "<span class='big strong'>Please try to give a substantial answer</span>. If you wanted to comment on the question or answer, just <strong>use the commenting tool</strong>. Please remember that you can always <strong>revise your answers</strong> - no need to answer the same question twice. Also, please <strong>don't forget to vote</strong> - it really helps to select the best questions and answers!"
 
 #: forum/skins/default/templates/question.html:207
 msgid "Login/Signup to Post Your Answer"
@@ -2480,17 +2293,14 @@ msgstr ""
 #, python-format
 msgid ""
 "\n"
-"            (you can adjust your notification settings on your <a href=\"%"
-"(profile_url)s?sort=email_subscriptions\">profile</a>)\n"
+"            (you can adjust your notification settings on your <a href=\"%(profile_url)s?sort=email_subscriptions\">profile</a>)\n"
 "        "
 msgstr ""
 
 #: forum/skins/default/templates/subscription_status.html:29
 #, fuzzy
 msgid "Once you sign in you will be able to subscribe for any updates here"
-msgstr ""
-"<span class='strong'>Here</span> (once you log in) you will be able to sign "
-"up for the periodic email updates about this question."
+msgstr "<span class='strong'>Here</span> (once you log in) you will be able to sign up for the periodic email updates about this question."
 
 #: forum/skins/default/templates/tag_selector.html:4
 #: forum/skins/default/templates/question_list/tag_selector.html:6
@@ -2574,9 +2384,7 @@ msgid "Authentication settings"
 msgstr ""
 
 #: forum/skins/default/templates/auth/auth_settings.html:9
-msgid ""
-"These are the external authentication providers currently associated with "
-"your account."
+msgid "These are the external authentication providers currently associated with your account."
 msgstr ""
 
 #: forum/skins/default/templates/auth/auth_settings.html:12
@@ -2584,9 +2392,7 @@ msgid "remove"
 msgstr ""
 
 #: forum/skins/default/templates/auth/auth_settings.html:17
-msgid ""
-"You currently have no external authentication provider associated with your "
-"account."
+msgid "You currently have no external authentication provider associated with your account."
 msgstr ""
 
 #: forum/skins/default/templates/auth/auth_settings.html:19
@@ -2595,14 +2401,10 @@ msgstr ""
 
 #: forum/skins/default/templates/auth/auth_settings.html:21
 msgid "This is where you can change your password. Make sure you remember it!"
-msgstr ""
-"<span class='strong'>To change your password</span> please fill out and "
-"submit this form"
+msgstr "<span class='strong'>To change your password</span> please fill out and submit this form"
 
 #: forum/skins/default/templates/auth/auth_settings.html:24
-msgid ""
-"You can set up a password for your account, so you can login using standard "
-"username and password!"
+msgid "You can set up a password for your account, so you can login using standard username and password!"
 msgstr ""
 
 #: forum/skins/default/templates/auth/auth_settings.html:31
@@ -2623,10 +2425,7 @@ msgid "You are here for the first time with "
 msgstr ""
 
 #: forum/skins/default/templates/auth/complete.html:13
-msgid ""
-"Please create your screen name and save your email address. Saved email "
-"address will let you subscribe for the updates on the most interesting "
-"questions and will be used to create and retrieve your unique avatar image. "
+msgid "Please create your screen name and save your email address. Saved email address will let you subscribe for the updates on the most interesting questions and will be used to create and retrieve your unique avatar image. "
 msgstr ""
 
 #: forum/skins/default/templates/auth/complete.html:15
@@ -2643,19 +2442,12 @@ msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
 
 #: forum/skins/default/templates/auth/complete.html:54
 msgid "Email address label"
-msgstr ""
-"<strong>Email Address</strong> (<i>will <strong>not</strong> be shared with "
-"anyone, must be valid</i>)"
+msgstr "<strong>Email Address</strong> (<i>will <strong>not</strong> be shared with anyone, must be valid</i>)"
 
 #: forum/skins/default/templates/auth/complete.html:60
 #: forum/skins/default/templates/auth/signup.html:18
 msgid "receive updates motivational blurb"
-msgstr ""
-"<strong>Receive forum updates by email</strong> - this will help our "
-"community grow and become more useful.<br/>By default <span "
-"class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per "
-"week</strong>  - only when there is anything new.<br/>If you like, please "
-"adjust this now or any time later from your user account."
+msgstr "<strong>Receive forum updates by email</strong> - this will help our community grow and become more useful.<br/>By default <span class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per week</strong>  - only when there is anything new.<br/>If you like, please adjust this now or any time later from your user account."
 
 #: forum/skins/default/templates/auth/complete.html:64
 #: forum/skins/default/templates/auth/signup.html:22
@@ -2742,13 +2534,7 @@ msgstr ""
 
 #: forum/skins/default/templates/auth/signin.html:39
 msgid "Click to sign in through any of these services."
-msgstr ""
-"<p><span class=\"big strong\">Please select your favorite login method below."
-"</span></p><p><font color=\"gray\">External login services use <a href="
-"\"http://openid.net\"><b>OpenID</b></a> technology, where your password "
-"always stays confidential between you and your login provider and you don't "
-"have to remember another one. CNPROG option requires your login name and "
-"password entered here.</font></p>"
+msgstr "<p><span class=\"big strong\">Please select your favorite login method below.</span></p><p><font color=\"gray\">External login services use <a href=\"http://openid.net\"><b>OpenID</b></a> technology, where your password always stays confidential between you and your login provider and you don't have to remember another one. CNPROG option requires your login name and password entered here.</font></p>"
 
 #: forum/skins/default/templates/auth/signin.html:44
 msgid "Validate my email after I login."
@@ -2780,9 +2566,7 @@ msgstr "You can safely re-use the same login for all OpenID-enabled websites."
 
 #: forum/skins/default/templates/auth/signin.html:163
 msgid "openid is widely adopted"
-msgstr ""
-"There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-"
-"enabled."
+msgstr "There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-enabled."
 
 #: forum/skins/default/templates/auth/signin.html:166
 msgid "openid is supported open standard"
@@ -2806,12 +2590,7 @@ msgstr ""
 
 #: forum/skins/default/templates/auth/signup.html:10
 msgid "Traditional signup info"
-msgstr ""
-"<span class='strong big'>If you prefer, create your forum login name and "
-"password here. However</span>, please keep in mind that we also support "
-"<strong>OpenID</strong> login method. With <strong>OpenID</strong> you can "
-"simply reuse your external login (e.g. Gmail or AOL) without ever sharing "
-"your login details with anyone and having to remember yet another password."
+msgstr "<span class='strong big'>If you prefer, create your forum login name and password here. However</span>, please keep in mind that we also support <strong>OpenID</strong> login method. With <strong>OpenID</strong> you can simply reuse your external login (e.g. Gmail or AOL) without ever sharing your login details with anyone and having to remember yet another password."
 
 #: forum/skins/default/templates/auth/signup.html:31
 msgid "Create Account"
@@ -2844,12 +2623,9 @@ msgstr ""
 #: forum/skins/default/templates/auth/temp_login_request.html:8
 msgid ""
 "\n"
-"    If you're experiencing problems accessing your account, or if you forgot "
-"your password,\n"
-"    here you can request a temporary login key. Fill out your account email "
-"and we'll send you a temporary access link that\n"
-"    will enable you to access your account. This token is valid only once "
-"and for a limited period of time.\n"
+"    If you're experiencing problems accessing your account, or if you forgot your password,\n"
+"    here you can request a temporary login key. Fill out your account email and we'll send you a temporary access link that\n"
+"    will enable you to access your account. This token is valid only once and for a limited period of time.\n"
 " "
 msgstr ""
 
@@ -2904,8 +2680,7 @@ msgstr "post a comment"
 #, python-format
 msgid ""
 "\n"
-"                have <span class=\"comments-char-left-count\">%(max_length)"
-"s</span> characters left\n"
+"                have <span class=\"comments-char-left-count\">%(max_length)s</span> characters left\n"
 "            "
 msgstr ""
 
@@ -2943,8 +2718,7 @@ msgstr ""
 #, python-format
 msgid ""
 "\n"
-"        Just to let you know that %(accepter)s has just accepted %"
-"(answer_author)s's answer on his question\n"
+"        Just to let you know that %(accepter)s has just accepted %(answer_author)s's answer on his question\n"
 "        <a href=\"%(app_url)s%(question_url)s\">%(question_title)s</a>:\n"
 "        "
 msgstr ""
@@ -2961,8 +2735,7 @@ msgstr ""
 #, python-format
 msgid ""
 "\n"
-"            %(nusers_count)s new user%(nusers_count_pluralize)s joined the %"
-"(app_title)s community:\n"
+"            %(nusers_count)s new user%(nusers_count_pluralize)s joined the %(app_title)s community:\n"
 "        "
 msgstr ""
 
@@ -2993,8 +2766,7 @@ msgstr ""
 #, fuzzy, python-format
 msgid ""
 "\n"
-"                    %(comment_count)s new comment%(comment_count_pluralize)"
-"s\n"
+"                    %(comment_count)s new comment%(comment_count_pluralize)s\n"
 "                "
 msgstr ""
 "\n"
@@ -3065,8 +2837,7 @@ msgstr ""
 #, python-format
 msgid ""
 "\n"
-"        %(author_name)s has just posted a new answer on %(app_title)s to the "
-"question\n"
+"        %(author_name)s has just posted a new answer on %(app_title)s to the question\n"
 "        <a href=\"%(app_url)s%(question_url)s\">%(question_title)s\"</a>:\n"
 "        "
 msgstr ""
@@ -3088,15 +2859,13 @@ msgid ""
 "        "
 msgstr ""
 "\n"
-"<div class=\"questions-count\">%(q_num)s</div><p>question tagged</p><p><span "
-"class=\"tag\">%(tagname)s</span></p>"
+"<div class=\"questions-count\">%(q_num)s</div><p>question tagged</p><p><span class=\"tag\">%(tagname)s</span></p>"
 
 #: forum/skins/default/templates/notifications/newcomment.html:14
 #, python-format
 msgid ""
 "\n"
-"                the answer posted by <a href=\"%(app_url)s%(poster_url)s\">%"
-"(poster_name)s</a> to\n"
+"                the answer posted by <a href=\"%(app_url)s%(poster_url)s\">%(poster_name)s</a> to\n"
 "            "
 msgstr ""
 
@@ -3104,8 +2873,7 @@ msgstr ""
 #, python-format
 msgid ""
 "\n"
-"             the question  <a href=\"%(app_url)s%(question_url)s\">%"
-"(question_title)s</a>\n"
+"             the question  <a href=\"%(app_url)s%(question_url)s\">%(question_title)s</a>\n"
 "        "
 msgstr ""
 
@@ -3113,10 +2881,8 @@ msgstr ""
 #, python-format
 msgid ""
 "\n"
-"        %(newmember_name)s has just joined %(app_title)s. You can visit %"
-"(newmember_name)s's profile using the following link: <br />\n"
-"        <a href=\"%(app_url)s%(newmember_url)s\">%(newmember_name)s profile</"
-"a>\n"
+"        %(newmember_name)s has just joined %(app_title)s. You can visit %(newmember_name)s's profile using the following link: <br />\n"
+"        <a href=\"%(app_url)s%(newmember_url)s\">%(newmember_name)s profile</a>\n"
 "        "
 msgstr ""
 
@@ -3124,10 +2890,8 @@ msgstr ""
 #, python-format
 msgid ""
 "\n"
-"        %(author_name)s has just posted a new question on %(app_title)s, "
-"with title\n"
-"        <a href=\"%(app_url)s%(question_url)s\">%(question_title)s</a> and "
-"tagged <em>%(question_tags)s</em>:\n"
+"        %(author_name)s has just posted a new question on %(app_title)s, with title\n"
+"        <a href=\"%(app_url)s%(question_url)s\">%(question_title)s</a> and tagged <em>%(question_tags)s</em>:\n"
 "        "
 msgstr ""
 
@@ -3169,21 +2933,15 @@ msgid "Site status"
 msgstr ""
 
 #: forum/skins/default/templates/osqaadmin/index.html:42
-msgid ""
-"Your site is running in bootstrap mode, click the button bellow to revert to "
-"defaults."
+msgid "Your site is running in bootstrap mode, click the button bellow to revert to defaults."
 msgstr ""
 
 #: forum/skins/default/templates/osqaadmin/index.html:45
-msgid ""
-"Your site is running in standard mode, click the button bellow to run in "
-"bootstrap mode."
+msgid "Your site is running in standard mode, click the button bellow to run in bootstrap mode."
 msgstr ""
 
 #: forum/skins/default/templates/osqaadmin/index.html:47
-msgid ""
-"Your site is running with some customized settings, click the buttons bellow "
-"to run with defaults or in bootstrap mode"
+msgid "Your site is running with some customized settings, click the buttons bellow to run with defaults or in bootstrap mode"
 msgstr ""
 
 #: forum/skins/default/templates/osqaadmin/index.html:51
@@ -3455,8 +3213,7 @@ msgstr[1] ""
 
 #: forum/skins/default/templates/users/stats.html:97
 #, python-format
-msgid ""
-"see other questions with %(view_user)s's contributions tagged '%(tag_name)s' "
+msgid "see other questions with %(view_user)s's contributions tagged '%(tag_name)s' "
 msgstr ""
 
 #: forum/skins/default/templates/users/stats.html:112
@@ -3475,35 +3232,26 @@ msgstr[1] ""
 #: forum/skins/default/templates/users/subscriptions.html:8
 #, fuzzy
 msgid "Notifications and subscription settings"
-msgstr ""
-"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
-"updates on interesting questions by email, <strong><br/>help the community</"
-"strong> by answering questions of your colleagues. If you do not wish to "
-"receive emails - select 'no email' on all items below.<br/>Updates are only "
-"sent when there is any new activity on selected items."
+msgstr "<span class='big strong'>Adjust frequency of email updates.</span> Receive updates on interesting questions by email, <strong><br/>help the community</strong> by answering questions of your colleagues. If you do not wish to receive emails - select 'no email' on all items below.<br/>Updates are only sent when there is any new activity on selected items."
 
 #: forum/skins/default/templates/users/subscriptions.html:10
 msgid ""
 "\n"
-"        Here you can decide which types of notifications you wish to "
-"receive, and it's frequency.<br />\n"
+"        Here you can decide which types of notifications you wish to receive, and it's frequency.<br />\n"
 "        "
 msgstr ""
 
 #: forum/skins/default/templates/users/subscriptions.html:14
 msgid ""
 "\n"
-"        Currently you have notifications enabled. You can always stop all "
-"notifications without loosing your settings and restart them afterwards.<br /"
-">\n"
+"        Currently you have notifications enabled. You can always stop all notifications without loosing your settings and restart them afterwards.<br />\n"
 "        "
 msgstr ""
 
 #: forum/skins/default/templates/users/subscriptions.html:18
 msgid ""
 "\n"
-"        Currently you have notifications disabled. You can enable them "
-"clicking on the <strong>Start notifications</strong> button bellow.<br />\n"
+"        Currently you have notifications disabled. You can enable them clicking on the <strong>Start notifications</strong> button bellow.<br />\n"
 "        "
 msgstr ""
 
@@ -3583,9 +3331,7 @@ msgid "More:"
 msgstr ""
 
 #: forum/skins/default/templates/users/subscriptions.html:111
-msgid ""
-"Notify me when someone replys to one of my comments on any post using the "
-"<pre>@username</pre> notation"
+msgid "Notify me when someone replys to one of my comments on any post using the <pre>@username</pre> notation"
 msgstr ""
 
 #: forum/skins/default/templates/users/subscriptions.html:118
@@ -3718,8 +3464,7 @@ msgid "flag"
 msgstr ""
 
 #: forum/templatetags/node_tags.py:79
-msgid ""
-"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
+msgid "report as offensive (i.e containing spam, advertising, malicious text, etc.)"
 msgstr ""
 
 #: forum/templatetags/node_tags.py:82
@@ -3830,9 +3575,7 @@ msgid "All values recalculated"
 msgstr ""
 
 #: forum/views/auth.py:103 forum/views/auth.py:112
-msgid ""
-"Sorry, these login credentials belong to anoother user. Plese terminate your "
-"current session and try again."
+msgid "Sorry, these login credentials belong to anoother user. Plese terminate your current session and try again."
 msgstr ""
 
 #: forum/views/auth.py:105
@@ -3848,8 +3591,7 @@ msgid "The new credentials are now associated with your account"
 msgstr ""
 
 #: forum/views/auth.py:157
-msgid ""
-"Oops, something went wrong in the middle of this process. Please try again."
+msgid "Oops, something went wrong in the middle of this process. Please try again."
 msgstr ""
 
 #: forum/views/auth.py:219
@@ -3861,9 +3603,7 @@ msgid "An email has been sent with your temporary login key"
 msgstr ""
 
 #: forum/views/auth.py:239
-msgid ""
-"You are logged in with a temporary access key, please take the time to fix "
-"your issue with authentication."
+msgid "You are logged in with a temporary access key, please take the time to fix your issue with authentication."
 msgstr ""
 
 #: forum/views/auth.py:245
@@ -3897,8 +3637,7 @@ msgstr ""
 #, python-format
 msgid ""
 "\n"
-"            Sorry, but you don't have enough reputation points to %(action)s."
-"<br />\n"
+"            Sorry, but you don't have enough reputation points to %(action)s.<br />\n"
 "            Please check the <a href'%(faq_url)s'>faq</a>\n"
 "            "
 msgstr ""
@@ -3917,8 +3656,7 @@ msgstr ""
 msgid ""
 "\n"
 "            Sorry but anonymous users cannot %(action)s.<br />\n"
-"            Please login or create an account <a href'%(signin_url)s'>here</"
-"a>.\n"
+"            Please login or create an account <a href'%(signin_url)s'>here</a>.\n"
 "            "
 msgstr ""
 
@@ -3926,8 +3664,7 @@ msgstr ""
 #, python-format
 msgid ""
 "\n"
-"            Sorry, but you don't have enough %(action)s left for today..<br /"
-">\n"
+"            Sorry, but you don't have enough %(action)s left for today..<br />\n"
 "            The limit is %(limit)s per day..<br />\n"
 "            Please check the <a href'%(faq_url)s'>faq</a>\n"
 "            "
@@ -3951,9 +3688,7 @@ msgstr[1] ""
 
 #: forum/views/commands.py:89
 #, python-format
-msgid ""
-"Sorry but you cannot cancel a vote after %(ndays)d %(tdays)s from the "
-"original vote"
+msgid "Sorry but you cannot cancel a vote after %(ndays)d %(tdays)s from the original vote"
 msgstr ""
 
 #: forum/views/commands.py:90
@@ -4090,12 +3825,7 @@ msgstr ""
 #: forum/views/users.py:220
 #, fuzzy
 msgid "subscription settings"
-msgstr ""
-"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
-"updates on interesting questions by email, <strong><br/>help the community</"
-"strong> by answering questions of your colleagues. If you do not wish to "
-"receive emails - select 'no email' on all items below.<br/>Updates are only "
-"sent when there is any new activity on selected items."
+msgstr "<span class='big strong'>Adjust frequency of email updates.</span> Receive updates on interesting questions by email, <strong><br/>help the community</strong> by answering questions of your colleagues. If you do not wish to receive emails - select 'no email' on all items below.<br/>Updates are only sent when there is any new activity on selected items."
 
 #: forum/views/users.py:220
 #, fuzzy
@@ -4113,12 +3843,7 @@ msgstr ""
 #: forum/views/users.py:239
 #, fuzzy
 msgid "New subscription settings are now saved"
-msgstr ""
-"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
-"updates on interesting questions by email, <strong><br/>help the community</"
-"strong> by answering questions of your colleagues. If you do not wish to "
-"receive emails - select 'no email' on all items below.<br/>Updates are only "
-"sent when there is any new activity on selected items."
+msgstr "<span class='big strong'>Adjust frequency of email updates.</span> Receive updates on interesting questions by email, <strong><br/>help the community</strong> by answering questions of your colleagues. If you do not wish to receive emails - select 'no email' on all items below.<br/>Updates are only sent when there is any new activity on selected items."
 
 #: forum/views/writers.py:68
 msgid "uploading images is limited to users with >60 reputation points"
@@ -4135,8 +3860,7 @@ msgstr ""
 
 #: forum/views/writers.py:74
 #, python-format
-msgid ""
-"Error uploading file. Please contact the site administrator. Thank you. %s"
+msgid "Error uploading file. Please contact the site administrator. Thank you. %s"
 msgstr ""
 
 #: forum/views/writers.py:85
@@ -4234,13 +3958,7 @@ msgstr ""
 #: forum_modules/default_badges/badges.py:192
 #, fuzzy, python-format
 msgid "Answered your own question with at least %s up votes"
-msgstr ""
-"<span class='big strong'>You are welcome to answer your own question</span>, "
-"but please make sure to give an <strong>answer</strong>. Remember that you "
-"can always <strong>revise your original question</strong>. Please "
-"<strong>use comments for discussions</strong>  and <strong>please don't "
-"forget to vote :)</strong> for the answers that you liked (or perhaps did "
-"not like)! "
+msgstr "<span class='big strong'>You are welcome to answer your own question</span>, but please make sure to give an <strong>answer</strong>. Remember that you can always <strong>revise your original question</strong>. Please <strong>use comments for discussions</strong>  and <strong>please don't forget to vote :)</strong> for the answers that you liked (or perhaps did not like)! "
 
 #: forum_modules/default_badges/badges.py:205
 msgid "Strunk & White"
@@ -4271,9 +3989,7 @@ msgstr ""
 
 #: forum_modules/default_badges/badges.py:282
 #, python-format
-msgid ""
-"Answered a question more than %(dif_days)s days later with at least %"
-"(up_votes)s votes"
+msgid "Answered a question more than %(dif_days)s days later with at least %(up_votes)s votes"
 msgstr ""
 
 #: forum_modules/default_badges/badges.py:295
@@ -4288,8 +4004,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:7
 msgid ""
 "\n"
-"Number of question views required to award a Popular Question badge to the "
-"question author\n"
+"Number of question views required to award a Popular Question badge to the question author\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:12
@@ -4299,8 +4014,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:13
 msgid ""
 "\n"
-"Number of question views required to award a Notable Question badge to the "
-"question author\n"
+"Number of question views required to award a Notable Question badge to the question author\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:18
@@ -4310,8 +4024,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:19
 msgid ""
 "\n"
-"Number of question views required to award a Famous Question badge to the "
-"question author\n"
+"Number of question views required to award a Famous Question badge to the question author\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:24
@@ -4321,8 +4034,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:25
 msgid ""
 "\n"
-"Number of up votes required to award a Nice Answer badge to the answer "
-"author\n"
+"Number of up votes required to award a Nice Answer badge to the answer author\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:30
@@ -4333,8 +4045,7 @@ msgstr "Tags"
 #: forum_modules/default_badges/settings.py:31
 msgid ""
 "\n"
-"Number of up votes required to award a Nice Question badge to the question "
-"author\n"
+"Number of up votes required to award a Nice Question badge to the question author\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:36
@@ -4344,8 +4055,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:37
 msgid ""
 "\n"
-"Number of up votes required to award a Good Answer badge to the answer "
-"author\n"
+"Number of up votes required to award a Good Answer badge to the answer author\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:42
@@ -4356,8 +4066,7 @@ msgstr "Tags"
 #: forum_modules/default_badges/settings.py:43
 msgid ""
 "\n"
-"Number of up votes required to award a Good Question badge to the question "
-"author\n"
+"Number of up votes required to award a Good Question badge to the question author\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:48
@@ -4367,8 +4076,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:49
 msgid ""
 "\n"
-"Number of up votes required to award a Great Answer badge to the answer "
-"author\n"
+"Number of up votes required to award a Great Answer badge to the answer author\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:54
@@ -4379,8 +4087,7 @@ msgstr "Tags"
 #: forum_modules/default_badges/settings.py:55
 msgid ""
 "\n"
-"Number of up votes required to award a Great Question badge to the question "
-"author\n"
+"Number of up votes required to award a Great Question badge to the question author\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:60
@@ -4390,8 +4097,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:61
 msgid ""
 "\n"
-"How many times a question needs to be favorited by other users to award a "
-"Favorite Question badge to the question author\n"
+"How many times a question needs to be favorited by other users to award a Favorite Question badge to the question author\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:66
@@ -4401,8 +4107,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:67
 msgid ""
 "\n"
-"How many times a question needs to be favorited by other users to award a "
-"Stellar Question badge to the question author\n"
+"How many times a question needs to be favorited by other users to award a Stellar Question badge to the question author\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:72
@@ -4412,8 +4117,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:73
 msgid ""
 "\n"
-"Minimum score a question needs to have to award the Disciplined badge to an "
-"author of a question who deletes it.\n"
+"Minimum score a question needs to have to award the Disciplined badge to an author of a question who deletes it.\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:78
@@ -4423,8 +4127,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:79
 msgid ""
 "\n"
-"Maximum score a question needs to have to award the Peer Pressure badge to "
-"an author of a question who deletes it.\n"
+"Maximum score a question needs to have to award the Peer Pressure badge to an author of a question who deletes it.\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:84
@@ -4454,8 +4157,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:97
 msgid ""
 "\n"
-"Number of up votes an answer from the question author needs to have for the "
-"author to be awarded the Self Learner badge.\n"
+"Number of up votes an answer from the question author needs to have for the author to be awarded the Self Learner badge.\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:102
@@ -4465,8 +4167,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:103
 msgid ""
 "\n"
-"Number of question or answer updates an user needs to make to be awarded the "
-"Strunk & White badge.\n"
+"Number of question or answer updates an user needs to make to be awarded the Strunk & White badge.\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:108
@@ -4476,8 +4177,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:109
 msgid ""
 "\n"
-"Number of up votes an accepted answer needs to have for the author to be "
-"awarded the Enlightened badge.\n"
+"Number of up votes an accepted answer needs to have for the author to be awarded the Enlightened badge.\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:114
@@ -4487,8 +4187,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:115
 msgid ""
 "\n"
-"Number of up votes an accepted answer needs to have for the author to be "
-"awarded the Guru badge.\n"
+"Number of up votes an accepted answer needs to have for the author to be awarded the Guru badge.\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:120
@@ -4498,8 +4197,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:121
 msgid ""
 "\n"
-"Number of up votes an answer needs to have for the author to be awarded the "
-"Necromancer badge.\n"
+"Number of up votes an answer needs to have for the author to be awarded the Necromancer badge.\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:126
@@ -4509,8 +4207,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:127
 msgid ""
 "\n"
-"Difference in days betwen the posted date of a question and an answer for "
-"the answer author to be awarded the Necromancer badge.\n"
+"Difference in days betwen the posted date of a question and an answer for the answer author to be awarded the Necromancer badge.\n"
 msgstr ""
 
 #: forum_modules/default_badges/settings.py:132
@@ -4520,8 +4217,7 @@ msgstr ""
 #: forum_modules/default_badges/settings.py:133
 msgid ""
 "\n"
-"How many usages a tag needs to have for the tag creator to be awarded the "
-"Taxonomist badge. \n"
+"How many usages a tag needs to have for the tag creator to be awarded the Taxonomist badge. \n"
 msgstr ""
 
 #: forum_modules/facebookauth/authentication.py:31
@@ -4529,14 +4225,11 @@ msgid "Sorry, your Facebook session has expired, please try again"
 msgstr ""
 
 #: forum_modules/facebookauth/authentication.py:33
-msgid ""
-"The authentication with Facebook connect failed due to an invalid signature"
+msgid "The authentication with Facebook connect failed due to an invalid signature"
 msgstr ""
 
 #: forum_modules/facebookauth/authentication.py:35
-msgid ""
-"The authentication with Facebook connect failed, cannot find authentication "
-"tokens"
+msgid "The authentication with Facebook connect failed, cannot find authentication tokens"
 msgstr ""
 
 #: forum_modules/localauth/forms.py:75
@@ -4661,24 +4354,12 @@ msgstr ""
 #~ msgstr "news from Q&A forum"
 
 #~ msgid "%(name)s, this is an update message header for a question"
-#~ msgid_plural ""
-#~ "%(name)s, this is an update message header for %(num)d questions"
-#~ msgstr[0] ""
-#~ "<p>Dear %(name)s,</p></p>The following question has been updated on the "
-#~ "Q&A forum:</p>"
-#~ msgstr[1] ""
-#~ "<p>Dear %(name)s,</p><p>The following %(num)d questions have been updated "
-#~ "on the Q&A forum:</p>"
+#~ msgid_plural "%(name)s, this is an update message header for %(num)d questions"
+#~ msgstr[0] "<p>Dear %(name)s,</p></p>The following question has been updated on the Q&A forum:</p>"
+#~ msgstr[1] "<p>Dear %(name)s,</p><p>The following %(num)d questions have been updated on the Q&A forum:</p>"
 
-#~ msgid ""
-#~ "go to %(link)s to change frequency of email updates or %(email)s "
-#~ "administrator"
-#~ msgstr ""
-#~ "<p>Please remember that you can always <a href='%(link)s'>adjust</a> "
-#~ "frequency of the email updates or turn them off entirely.<br/>If you "
-#~ "believe that this message was sent in an error, please email about it the "
-#~ "forum administrator at %(email)s.</p><p>Sincerely,</p><p>Your friendly "
-#~ "Q&A forum server.</p>"
+#~ msgid "go to %(link)s to change frequency of email updates or %(email)s administrator"
+#~ msgstr "<p>Please remember that you can always <a href='%(link)s'>adjust</a> frequency of the email updates or turn them off entirely.<br/>If you believe that this message was sent in an error, please email about it the forum administrator at %(email)s.</p><p>Sincerely,</p><p>Your friendly Q&A forum server.</p>"
 
 #~ msgid "Account: change password"
 #~ msgstr "Change your password"
@@ -4687,67 +4368,51 @@ msgstr ""
 #~ msgstr "unanswered questions"
 
 #~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> once a day by email when there are any new "
-#~ "answers or updates"
+#~ msgstr "<strong>Notify me</strong> once a day by email when there are any new answers or updates"
 
 #~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> weekly when there are any new answers or "
-#~ "updates"
+#~ msgstr "<strong>Notify me</strong> weekly when there are any new answers or updates"
 
 #~ msgid ""
 #~ "\n"
-#~ "                You can always adjust frequency of email updates from "
-#~ "your %(profile_url)s\n"
+#~ "                You can always adjust frequency of email updates from your %(profile_url)s\n"
 #~ "                "
 #~ msgstr ""
 #~ "\n"
-#~ "(note: you can always <a href='%(profile_url)s?"
-#~ "sort=email_subscriptions'>adjust frequency</a> of email updates)"
+#~ "(note: you can always <a href='%(profile_url)s?sort=email_subscriptions'>adjust frequency</a> of email updates)"
 
 #~ msgid "please ask a relevant question"
 #~ msgstr "ask a question relevant to the CNPROG community"
 
 #~ msgid ""
 #~ "\n"
-#~ "                    have total %(q_num)s questions containing %"
-#~ "(searchtitle)s in full text\n"
+#~ "                    have total %(q_num)s questions containing %(searchtitle)s in full text\n"
 #~ "                    "
 #~ msgid_plural ""
 #~ "\n"
-#~ "                    have total %(q_num)s questions containing %"
-#~ "(searchtitle)s in full text\n"
+#~ "                    have total %(q_num)s questions containing %(searchtitle)s in full text\n"
 #~ "                    "
 #~ msgstr[0] ""
 #~ "\n"
-#~ "<div class=\"questions-count\">%(q_num)s</div><p>question containing "
-#~ "<strong><span class=\"darkred\">%(searchtitle)s</span></strong></p>"
+#~ "<div class=\"questions-count\">%(q_num)s</div><p>question containing <strong><span class=\"darkred\">%(searchtitle)s</span></strong></p>"
 #~ msgstr[1] ""
 #~ "\n"
-#~ "<div class=\"questions-count\">%(q_num)s</div><p>questions containing "
-#~ "<strong><span class=\"darkred\">%(searchtitle)s</span></strong></p>"
+#~ "<div class=\"questions-count\">%(q_num)s</div><p>questions containing <strong><span class=\"darkred\">%(searchtitle)s</span></strong></p>"
 
 #~ msgid ""
 #~ "\n"
-#~ "                    have total %(q_num)s questions containing %"
-#~ "(searchtitle)s\n"
+#~ "                    have total %(q_num)s questions containing %(searchtitle)s\n"
 #~ "                    "
 #~ msgid_plural ""
 #~ "\n"
-#~ "                    have total %(q_num)s questions containing %"
-#~ "(searchtitle)s\n"
+#~ "                    have total %(q_num)s questions containing %(searchtitle)s\n"
 #~ "                    "
 #~ msgstr[0] ""
 #~ "\n"
-#~ "<div class=\"questions-count\">%(q_num)s</div><p>question with title "
-#~ "containing <strong><span class=\"darkred\">%(searchtitle)s</span></"
-#~ "strong></p>"
+#~ "<div class=\"questions-count\">%(q_num)s</div><p>question with title containing <strong><span class=\"darkred\">%(searchtitle)s</span></strong></p>"
 #~ msgstr[1] ""
 #~ "\n"
-#~ "<div class=\"questions-count\">%(q_num)s</div><p>questions with title "
-#~ "containing <strong><span class=\"darkred\">%(searchtitle)s</span></"
-#~ "strong></p>"
+#~ "<div class=\"questions-count\">%(q_num)s</div><p>questions with title containing <strong><span class=\"darkred\">%(searchtitle)s</span></strong></p>"
 
 #~ msgid ""
 #~ "\n"
@@ -4759,12 +4424,10 @@ msgstr ""
 #~ "                    "
 #~ msgstr[0] ""
 #~ "\n"
-#~ "<div class=\"questions-count\">%(q_num)s</div><p>question without an "
-#~ "accepted answer</p>"
+#~ "<div class=\"questions-count\">%(q_num)s</div><p>question without an accepted answer</p>"
 #~ msgstr[1] ""
 #~ "\n"
-#~ "<div class=\"questions-count\">%(q_num)s</div><p>questions without an "
-#~ "accepted answer</p>"
+#~ "<div class=\"questions-count\">%(q_num)s</div><p>questions without an accepted answer</p>"
 
 #~ msgid "latest questions info"
 #~ msgstr "<strong>Newest</strong> questions are shown first."
@@ -4776,122 +4439,49 @@ msgstr ""
 #~ msgstr "Stop Email"
 
 #~ msgid "change %(email)s info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Enter your new email into the box below</span> "
-#~ "if you'd like to use another email for <strong>update subscriptions</"
-#~ "strong>.<br>Currently you are using <strong>%(email)s</strong>"
+#~ msgstr "<span class=\"strong big\">Enter your new email into the box below</span> if you'd like to use another email for <strong>update subscriptions</strong>.<br>Currently you are using <strong>%(email)s</strong>"
 
 #~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<span class='strong big'>Please enter your email address in the box below."
-#~ "</span> Valid email address is required on this Q&amp;A forum. If you "
-#~ "like, you can <strong>receive updates</strong> on interesting questions "
-#~ "or entire forum via email. Also, your email is used to create a unique <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
-#~ "account. Email addresses are never shown or otherwise shared with anybody "
-#~ "else."
+#~ msgstr "<span class='strong big'>Please enter your email address in the box below.</span> Valid email address is required on this Q&amp;A forum. If you like, you can <strong>receive updates</strong> on interesting questions or entire forum via email. Also, your email is used to create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your account. Email addresses are never shown or otherwise shared with anybody else."
 
 #~ msgid "Your Email"
-#~ msgstr ""
-#~ "<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+#~ msgstr "<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
 
 #~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">An email with a validation link has been sent "
-#~ "to %(email)s.</span> Please <strong>follow the emailed link</strong> with "
-#~ "your web browser. Email validation is necessary to help insure the proper "
-#~ "use of email on <span class=\"orange\">Q&amp;A</span>. If you would like "
-#~ "to use <strong>another email</strong>, please <a href='%(change_email_url)"
-#~ "s'><strong>change it again</strong></a>."
+#~ msgstr "<span class=\"strong big\">An email with a validation link has been sent to %(email)s.</span> Please <strong>follow the emailed link</strong> with your web browser. Email validation is necessary to help insure the proper use of email on <span class=\"orange\">Q&amp;A</span>. If you would like to use <strong>another email</strong>, please <a href='%(change_email_url)s'><strong>change it again</strong></a>."
 
 #~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your email address %(email)s has not been "
-#~ "changed.</span> If you decide to change it later - you can always do it "
-#~ "by editing it in your user profile or by using the <a href='%"
-#~ "(change_email_url)s'><strong>previous form</strong></a> again."
+#~ msgstr "<span class=\"strong big\">Your email address %(email)s has not been changed.</span> If you decide to change it later - you can always do it by editing it in your user profile or by using the <a href='%(change_email_url)s'><strong>previous form</strong></a> again."
 
 #~ msgid "your current %(email)s can be used for this"
-#~ msgstr ""
-#~ "<span class='big strong'>Your email address is now set to %(email)s.</"
-#~ "span> Updates on the questions that you like most will be sent to this "
-#~ "address. Email notifications are sent once a day or less frequently - "
-#~ "only when there are any news."
+#~ msgstr "<span class='big strong'>Your email address is now set to %(email)s.</span> Updates on the questions that you like most will be sent to this address. Email notifications are sent once a day or less frequently - only when there are any news."
 
 #~ msgid "thanks for verifying email"
-#~ msgstr ""
-#~ "<span class=\"big strong\">Thank you for verifying your email!</span> Now "
-#~ "you can <strong>ask</strong> and <strong>answer</strong> questions. Also "
-#~ "if you find a very interesting question you can <strong>subscribe for the "
-#~ "updates</strong> - then will be notified about changes <strong>once a "
-#~ "day</strong> or less frequently."
+#~ msgstr "<span class=\"big strong\">Thank you for verifying your email!</span> Now you can <strong>ask</strong> and <strong>answer</strong> questions. Also if you find a very interesting question you can <strong>subscribe for the updates</strong> - then will be notified about changes <strong>once a day</strong> or less frequently."
 
 #~ msgid "email key not sent"
 #~ msgstr "Validation email not sent"
 
 #~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr ""
-#~ "<span class='big strong'>Your current email address %(email)s has been "
-#~ "validated before</span> so the new key was not sent. You can <a href='%"
-#~ "(change_link)s'>change</a> email used for update subscriptions if "
-#~ "necessary."
+#~ msgstr "<span class='big strong'>Your current email address %(email)s has been validated before</span> so the new key was not sent. You can <a href='%(change_link)s'>change</a> email used for update subscriptions if necessary."
 
 #~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your %"
-#~ "(provider)s login.</span> Please create your <strong>screen name</strong> "
-#~ "and save your <strong>email</strong> address. Saved email address will "
-#~ "let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>"
+#~ msgstr "<p><span class=\"big strong\">You are here for the first time with your %(provider)s login.</span> Please create your <strong>screen name</strong> and save your <strong>email</strong> address. Saved email address will let you <strong>subscribe for the updates</strong> on the most interesting questions and will be used to create and retrieve your unique avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
 
 #~ msgid ""
 #~ "%(username)s already exists, choose another name for \n"
-#~ "                            %(provider)s. Email is required too, see %"
-#~ "(gravatar_faq_url)s\n"
+#~ "                            %(provider)s. Email is required too, see %(gravatar_faq_url)s\n"
 #~ "                        "
-#~ msgstr ""
-#~ "<p><span class='strong big'>Oops... looks like screen name %(username)s "
-#~ "is already used in another account.</span></p><p>Please choose another "
-#~ "screen name to use with your %(provider)s login. Also, a valid email "
-#~ "address is required on the <span class='orange'>Q&amp;A</span> forum. "
-#~ "Your email is used to create a unique <a href='%(gravatar_faq_url)"
-#~ "s'><strong>gravatar</strong></a> image for your account. If you like, you "
-#~ "can <strong>receive updates</strong> on the interesting questions or "
-#~ "entire forum by email. Email addresses are never shown or otherwise "
-#~ "shared with anybody else.</p>"
+#~ msgstr "<p><span class='strong big'>Oops... looks like screen name %(username)s is already used in another account.</span></p><p>Please choose another screen name to use with your %(provider)s login. Also, a valid email address is required on the <span class='orange'>Q&amp;A</span> forum. Your email is used to create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your account. If you like, you can <strong>receive updates</strong> on the interesting questions or entire forum by email. Email addresses are never shown or otherwise shared with anybody else.</p>"
 
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your %"
-#~ "(provider)s login.</span></p><p>You can either keep your <strong>screen "
-#~ "name</strong> the same as your %(provider)s login name  or choose some "
-#~ "other nickname.</p><p>Also, please save a valid <strong>email</strong> "
-#~ "address. With the email you can <strong>subscribe for the updates</"
-#~ "strong> on the most interesting questions. Email address is also used to "
-#~ "create and retrieve your unique avatar image - <a href='%"
-#~ "(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+#~ msgid "register new external %(provider)s account info, see %(gravatar_faq_url)s"
+#~ msgstr "<p><span class=\"big strong\">You are here for the first time with your %(provider)s login.</span></p><p>You can either keep your <strong>screen name</strong> the same as your %(provider)s login name  or choose some other nickname.</p><p>Also, please save a valid <strong>email</strong> address. With the email you can <strong>subscribe for the updates</strong> on the most interesting questions. Email address is also used to create and retrieve your unique avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
 
 #~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "Facebook login.</span> Please create your <strong>screen name</strong> "
-#~ "and save your <strong>email</strong> address. Saved email address will "
-#~ "let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>"
+#~ msgstr "<p><span class=\"big strong\">You are here for the first time with your Facebook login.</span> Please create your <strong>screen name</strong> and save your <strong>email</strong> address. Saved email address will let you <strong>subscribe for the updates</strong> on the most interesting questions and will be used to create and retrieve your unique avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
 
 #~ msgid "password recovery information"
-#~ msgstr ""
-#~ "<span class='big strong'>Forgot you password? No problems - just get a "
-#~ "new one!</span><br/>Please follow the following steps:<br/>&bull; submit "
-#~ "your user name below and check your email<br/>&bull; <strong>follow the "
-#~ "activation link</strong> for the new password - sent to you by email and "
-#~ "login with the suggested password<br/>&bull; at this you might want to "
-#~ "change your password to something you can remember better"
+#~ msgstr "<span class='big strong'>Forgot you password? No problems - just get a new one!</span><br/>Please follow the following steps:<br/>&bull; submit your user name below and check your email<br/>&bull; <strong>follow the activation link</strong> for the new password - sent to you by email and login with the suggested password<br/>&bull; at this you might want to change your password to something you can remember better"
 
 #~ msgid "Reset password"
 #~ msgstr "Send me a new password"
@@ -4903,60 +4493,39 @@ msgstr ""
 #~ "To change your password, please follow these steps:\n"
 #~ "* visit this link: %(key_link)s\n"
 #~ "* login with user name %(username)s and password %(password)s\n"
-#~ "* go to your user profile and set the password to something you can "
-#~ "remember"
+#~ "* go to your user profile and set the password to something you can remember"
 
 #~ msgid ""
 #~ "\n"
-#~ "                Your answer to %(title)s %(summary)s will be posted once "
-#~ "you log in\n"
+#~ "                Your answer to %(title)s %(summary)s will be posted once you log in\n"
 #~ "                "
 #~ msgstr ""
 #~ "\n"
-#~ "<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+#~ "<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be posted once you log in.</span>"
 
 #~ msgid ""
 #~ "Your question \n"
 #~ "                %(title)s %(summary)s will be posted once you log in\n"
 #~ "                "
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+#~ msgstr "<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be posted once you log in.</span>"
 
 #~ msgid "Enter your <span id=\"enter_your_what\">Provider user name</span>"
-#~ msgstr ""
-#~ "<span class=\"big strong\">Enter your </span><span id=\"enter_your_what\" "
-#~ "class='big strong'>Provider user name</span><br/><span class='grey'>(or "
-#~ "select another login method above)</span>"
+#~ msgstr "<span class=\"big strong\">Enter your </span><span id=\"enter_your_what\" class='big strong'>Provider user name</span><br/><span class='grey'>(or select another login method above)</span>"
 
-#~ msgid ""
-#~ "Enter your <a class=\"openid_logo\" href=\"http://openid.net\">OpenID</a> "
-#~ "web address"
-#~ msgstr ""
-#~ "<span class=\"big strong\">Enter your <a class=\"openid_logo\" href="
-#~ "\"http://openid.net\">OpenID</a> web address</span><br/><span "
-#~ "class='grey'>(or choose another login method above)</span>"
+#~ msgid "Enter your <a class=\"openid_logo\" href=\"http://openid.net\">OpenID</a> web address"
+#~ msgstr "<span class=\"big strong\">Enter your <a class=\"openid_logo\" href=\"http://openid.net\">OpenID</a> web address</span><br/><span class='grey'>(or choose another login method above)</span>"
 
 #~ msgid "Enter your login name and password"
-#~ msgstr ""
-#~ "<span class='big strong'>Enter your CNPROG login and password</span><br/"
-#~ "><span class='grey'>(or select your OpenID provider above)</span>"
+#~ msgstr "<span class='big strong'>Enter your CNPROG login and password</span><br/><span class='grey'>(or select your OpenID provider above)</span>"
 
 #~ msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
-#~ msgstr ""
-#~ "Your subscription is saved, but email address %(email)s needs to be "
-#~ "validated, please see <a href='%(details_url)s'>more details here</a>"
+#~ msgstr "Your subscription is saved, but email address %(email)s needs to be validated, please see <a href='%(details_url)s'>more details here</a>"
 
 #~ msgid "Incorrect username."
 #~ msgstr "sorry, there is no such user name"
 
 #~ msgid "your email needs to be validated see %(details_url)s"
-#~ msgstr ""
-#~ "Your email needs to be validated. Please see details <a "
-#~ "id='validate_email_alert' href='%(details_url)s'>here</a>."
+#~ msgstr "Your email needs to be validated. Please see details <a id='validate_email_alert' href='%(details_url)s'>here</a>."
 
 #~ msgid "Email verification subject line"
 #~ msgstr "Verification Email from Q&A forum"
@@ -4965,9 +4534,7 @@ msgstr ""
 #~ msgstr "Hello and welcome to OSQA - <a href='%(url)s'>please join us</a>!"
 
 #~ msgid "have %(num_q)s unanswered questions"
-#~ msgstr ""
-#~ "<div class=\"questions-count\">%(num_q)s</div>questions <strong>without "
-#~ "accepted answers</strong>"
+#~ msgstr "<div class=\"questions-count\">%(num_q)s</div>questions <strong>without accepted answers</strong>"
 
 #~ msgid ""
 #~ "\n"