+#: forum_modules/oauthauth/settings.py:6
+msgid "Twitter consumer key"
+msgstr ""
+
+#: forum_modules/oauthauth/settings.py:7
+msgid ""
+"\n"
+"Get this key at the <a href=\"http://twitter.com/apps/\">Twitter apps</a> to "
+"enable\n"
+"authentication in your site through Twitter.\n"
+msgstr ""
+
+#: forum_modules/oauthauth/settings.py:14
+msgid "Twitter consumer secret"
+msgstr ""
+
+#: forum_modules/oauthauth/settings.py:15
+msgid ""
+"\n"
+"This your Twitter consumer secret that you'll get in the same place as the "
+"consumer key.\n"
+msgstr ""
+
+#: forum_modules/oauthauth/settings.py:21
+msgid "Twitter auto-callback redirect"
+msgstr ""
+
+#: forum_modules/oauthauth/settings.py:22
+msgid ""
+"\n"
+"Automatically redirect to the Twitter authentication done page, pass the "
+"oauth_callback parameter.\n"
+msgstr ""
+
+#: forum_modules/oauthauth/lib/oauth2/httplib2/__init__.py:393
+#, python-format
+msgid "Content purported to be compressed with %s but failed to decompress."
+msgstr ""
+
+#: forum_modules/oauthauth/lib/oauth2/httplib2/__init__.py:503
+#, python-format
+msgid "Unsupported value for qop: %s."
+msgstr ""
+
+#: forum_modules/oauthauth/lib/oauth2/httplib2/__init__.py:506
+#: forum_modules/oauthauth/lib/oauth2/httplib2/__init__.py:567
+#, python-format
+msgid "Unsupported value for algorithm: %s."
+msgstr ""
+
+#: forum_modules/oauthauth/lib/oauth2/httplib2/__init__.py:564
+msgid "The challenge doesn't contain a server nonce, or this one is empty."
+msgstr ""
+
+#: forum_modules/oauthauth/lib/oauth2/httplib2/__init__.py:570
+#, python-format
+msgid "Unsupported value for pw-algorithm: %s."
+msgstr ""
+
+#: forum_modules/oauthauth/lib/oauth2/httplib2/__init__.py:1211
+msgid "Redirected but the response is missing a Location: header."
+msgstr ""
+
+#: forum_modules/openidauth/consumer.py:61