Add basic functionality for self-registration.
[cas.git] / src / cas / locale-contrib / django.pot
diff --git a/src/cas/locale-contrib/django.pot b/src/cas/locale-contrib/django.pot
new file mode 100644 (file)
index 0000000..306bfb3
--- /dev/null
@@ -0,0 +1,621 @@
+# Translations template for PROJECT.
+# Copyright (C) 2013 ORGANIZATION
+# This file is distributed under the same license as the PROJECT project.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PROJECT VERSION\n"
+"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
+"POT-Creation-Date: 2013-08-05 13:14+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
+"Generated-By: Babel 0.9.6\n"
+
+#: allauth/account/adapter.py:167
+msgid "Usernames can only contain letters, digits and @/./+/-/_."
+msgstr ""
+
+#: allauth/account/adapter.py:172
+msgid "Username can not be used. Please use other username."
+msgstr ""
+
+#: allauth/account/forms.py:33
+#: allauth/account/forms.py:51
+#: allauth/account/forms.py:237
+#: allauth/account/forms.py:343
+msgid "Password"
+msgstr ""
+
+#: allauth/account/forms.py:43
+msgid "Password must be a minimum of {0} characters."
+msgstr ""
+
+#: allauth/account/forms.py:53
+msgid "Remember Me"
+msgstr ""
+
+#: allauth/account/forms.py:64
+#: allauth/account/forms.py:178
+msgid "E-mail address"
+msgstr ""
+
+#: allauth/account/forms.py:65
+#: allauth/account/forms.py:189
+#: allauth/account/forms.py:292
+#: allauth/account/forms.py:360
+msgid "E-mail"
+msgstr ""
+
+#: allauth/account/forms.py:70
+#: allauth/account/forms.py:71
+#: allauth/account/forms.py:171
+#: allauth/account/forms.py:175
+msgid "Username"
+msgstr ""
+
+#: allauth/account/forms.py:78
+msgid "Username or e-mail"
+msgstr ""
+
+#: allauth/account/forms.py:111
+msgid "This account is currently inactive."
+msgstr ""
+
+#: allauth/account/forms.py:115
+msgid "The e-mail address and/or password you specified are not correct."
+msgstr ""
+
+#: allauth/account/forms.py:119
+msgid "The username and/or password you specified are not correct."
+msgstr ""
+
+#: allauth/account/forms.py:122
+msgid "The login and/or password you specified are not correct."
+msgstr ""
+
+#: allauth/account/forms.py:192
+msgid "E-mail (optional)"
+msgstr ""
+
+#: allauth/account/forms.py:207
+msgid "This username is already taken. Please choose another."
+msgstr ""
+
+#: allauth/account/forms.py:216
+msgid "A user is already registered with this e-mail address."
+msgstr ""
+
+#: allauth/account/forms.py:238
+#: allauth/account/forms.py:344
+msgid "Password (again)"
+msgstr ""
+
+#: allauth/account/forms.py:256
+#: allauth/account/forms.py:333
+#: allauth/account/forms.py:349
+#: allauth/account/forms.py:418
+msgid "You must type the same password each time."
+msgstr ""
+
+#: allauth/account/forms.py:301
+msgid "This e-mail address is already associated with this account."
+msgstr ""
+
+#: allauth/account/forms.py:302
+msgid "This e-mail address is already associated with another account."
+msgstr ""
+
+#: allauth/account/forms.py:321
+msgid "Current Password"
+msgstr ""
+
+#: allauth/account/forms.py:322
+#: allauth/account/forms.py:406
+msgid "New Password"
+msgstr ""
+
+#: allauth/account/forms.py:323
+#: allauth/account/forms.py:407
+msgid "New Password (again)"
+msgstr ""
+
+#: allauth/account/forms.py:327
+msgid "Please type your current password."
+msgstr ""
+
+#: allauth/account/forms.py:371
+msgid "The e-mail address is not assigned to any user account"
+msgstr ""
+
+#: allauth/account/models.py:31
+msgid "email address"
+msgstr ""
+
+#: allauth/account/models.py:32
+msgid "email addresses"
+msgstr ""
+
+#: allauth/account/models.py:82
+msgid "email confirmation"
+msgstr ""
+
+#: allauth/account/models.py:83
+msgid "email confirmations"
+msgstr ""
+
+#: allauth/account/utils.py:290
+#, python-format
+msgid "Confirmation e-mail sent to %(email)s"
+msgstr ""
+
+#: allauth/socialaccount/adapter.py:74
+msgid "Your account has no password set up."
+msgstr ""
+
+#: allauth/socialaccount/adapter.py:78
+msgid "Your account has no verified e-mail address."
+msgstr ""
+
+#: allauth/socialaccount/providers/oauth/client.py:78
+#, python-format
+msgid "Invalid response while obtaining request token from \"%s\"."
+msgstr ""
+
+#: allauth/socialaccount/providers/oauth/client.py:102
+#, python-format
+msgid "Invalid response while obtaining access token from \"%s\"."
+msgstr ""
+
+#: allauth/socialaccount/providers/oauth/client.py:115
+#, python-format
+msgid "No request token saved for \"%s\"."
+msgstr ""
+
+#: allauth/socialaccount/providers/oauth/client.py:159
+#, python-format
+msgid "No access token saved for \"%s\"."
+msgstr ""
+
+#: allauth/socialaccount/providers/oauth/client.py:177
+#, python-format
+msgid "No access to private resources at \"%s\"."
+msgstr ""
+
+#: allauth/templates/account/email.html:6
+msgid "Account"
+msgstr ""
+
+#: allauth/templates/account/email.html:9
+msgid "E-mail Addresses"
+msgstr ""
+
+#: allauth/templates/account/email.html:11
+msgid "The following e-mail addresses are associated with your account:"
+msgstr ""
+
+#: allauth/templates/account/email.html:25
+msgid "Verified"
+msgstr ""
+
+#: allauth/templates/account/email.html:27
+msgid "Unverified"
+msgstr ""
+
+#: allauth/templates/account/email.html:29
+msgid "Primary"
+msgstr ""
+
+#: allauth/templates/account/email.html:35
+msgid "Make Primary"
+msgstr ""
+
+#: allauth/templates/account/email.html:36
+msgid "Re-send Verification"
+msgstr ""
+
+#: allauth/templates/account/email.html:37
+#: allauth/templates/socialaccount/connections.html:35
+msgid "Remove"
+msgstr ""
+
+#: allauth/templates/account/email.html:44
+msgid "Warning:"
+msgstr ""
+
+#: allauth/templates/account/email.html:44
+msgid ""
+"You currently do not have any e-mail address set up. You should really "
+"add an e-mail address so you can receive notifications, reset your "
+"password, etc."
+msgstr ""
+
+#: allauth/templates/account/email.html:49
+msgid "Add E-mail Address"
+msgstr ""
+
+#: allauth/templates/account/email.html:54
+msgid "Add E-mail"
+msgstr ""
+
+#: allauth/templates/account/email.html:63
+msgid "Do you really want to remove the selected e-mail address?"
+msgstr ""
+
+#: allauth/templates/account/email_confirm.html:7
+#: allauth/templates/account/email_confirm.html:11
+#: allauth/templates/account/email_confirmed.html:6
+#: allauth/templates/account/email_confirmed.html:11
+#: allauth/templates/account/email/email_confirmation_subject.txt:3
+msgid "Confirm E-mail Address"
+msgstr ""
+
+#: allauth/templates/account/email_confirm.html:17
+#, python-format
+msgid ""
+"Please confirm that <a href=\"mailto:%(email)s\">%(email)s</a> is an "
+"e-mail address for user %(user_display)s."
+msgstr ""
+
+#: allauth/templates/account/email_confirm.html:21
+msgid "Confirm"
+msgstr ""
+
+#: allauth/templates/account/email_confirm.html:28
+#, python-format
+msgid ""
+"This e-mail confirmation link expired or is invalid. Please <a "
+"href=\"%(email_url)s\">issue a new e-mail confirmation request</a>."
+msgstr ""
+
+#: allauth/templates/account/email_confirmed.html:15
+#, python-format
+msgid ""
+"You have confirmed that <a href=\"mailto:%(email)s\">%(email)s</a> is an "
+"e-mail address for user %(user_display)s."
+msgstr ""
+
+#: allauth/templates/account/login.html:7
+#: allauth/templates/account/login.html:11
+#: allauth/templates/account/login.html:39
+msgid "Sign In"
+msgstr ""
+
+#: allauth/templates/account/login.html:16
+#, python-format
+msgid ""
+"Please sign in with one\n"
+"of your existing third party accounts. Or, <a "
+"href=\"%(signup_url)s\">sign up</a> \n"
+"for a %(site_name)s account and sign in below:"
+msgstr ""
+
+#: allauth/templates/account/login.html:24
+msgid "or"
+msgstr ""
+
+#: allauth/templates/account/login.html:38
+msgid "Forgot Password?"
+msgstr ""
+
+#: allauth/templates/account/logout.html:6
+#: allauth/templates/account/logout.html:9
+#: allauth/templates/account/logout.html:18
+msgid "Sign Out"
+msgstr ""
+
+#: allauth/templates/account/logout.html:11
+msgid "Are you sure you want to sign out?"
+msgstr ""
+
+#: allauth/templates/account/password_change.html:4
+#: allauth/templates/account/password_change.html:7
+#: allauth/templates/account/password_change.html:12
+#: allauth/templates/account/password_reset_from_key.html:5
+#: allauth/templates/account/password_reset_from_key.html:8
+msgid "Change Password"
+msgstr ""
+
+#: allauth/templates/account/password_delete.html:5
+#: allauth/templates/account/password_delete.html:8
+msgid "Delete Password"
+msgstr ""
+
+#: allauth/templates/account/password_delete.html:9
+msgid ""
+"You may delete your password since you are currently logged in using "
+"OpenID."
+msgstr ""
+
+#: allauth/templates/account/password_delete.html:12
+msgid "delete my password"
+msgstr ""
+
+#: allauth/templates/account/password_delete_done.html:5
+#: allauth/templates/account/password_delete_done.html:8
+msgid "Password Deleted"
+msgstr ""
+
+#: allauth/templates/account/password_delete_done.html:9
+msgid "Your password has been deleted."
+msgstr ""
+
+#: allauth/templates/account/password_reset.html:6
+#: allauth/templates/account/password_reset.html:10
+#: allauth/templates/account/password_reset_done.html:6
+#: allauth/templates/account/password_reset_done.html:9
+msgid "Password Reset"
+msgstr ""
+
+#: allauth/templates/account/password_reset.html:15
+msgid ""
+"Forgotten your password? Enter your e-mail address below, and we'll send "
+"you an e-mail allowing you to reset it."
+msgstr ""
+
+#: allauth/templates/account/password_reset.html:20
+msgid "Reset My Password"
+msgstr ""
+
+#: allauth/templates/account/password_reset.html:23
+msgid "Please contact us if you have any trouble resetting your password."
+msgstr ""
+
+#: allauth/templates/account/password_reset_done.html:15
+msgid ""
+"We have sent you an e-mail. Please contact us if you do not receive it "
+"within a few minutes."
+msgstr ""
+
+#: allauth/templates/account/password_reset_from_key.html:8
+msgid "Bad Token"
+msgstr ""
+
+#: allauth/templates/account/password_reset_from_key.html:12
+#, python-format
+msgid ""
+"The password reset link was invalid, possibly because it has already been"
+" used.  Please request a <a href=\"%(passwd_reset_url)s\">new password "
+"reset</a>."
+msgstr ""
+
+#: allauth/templates/account/password_reset_from_key.html:18
+msgid "change password"
+msgstr ""
+
+#: allauth/templates/account/password_reset_from_key.html:21
+msgid "Your password is now changed."
+msgstr ""
+
+#: allauth/templates/account/password_set.html:5
+#: allauth/templates/account/password_set.html:8
+#: allauth/templates/account/password_set.html:13
+msgid "Set Password"
+msgstr ""
+
+#: allauth/templates/account/signup.html:6
+#: allauth/templates/socialaccount/signup.html:5
+msgid "Signup"
+msgstr ""
+
+#: allauth/templates/account/signup.html:9
+#: allauth/templates/account/signup.html:19
+#: allauth/templates/socialaccount/signup.html:8
+#: allauth/templates/socialaccount/signup.html:19
+msgid "Sign Up"
+msgstr ""
+
+#: allauth/templates/account/signup.html:11
+#, python-format
+msgid ""
+"Already have an account? Then please <a href=\"%(login_url)s\">sign "
+"in</a>."
+msgstr ""
+
+#: allauth/templates/account/signup_closed.html:6
+#: allauth/templates/account/signup_closed.html:9
+msgid "Sign Up Closed"
+msgstr ""
+
+#: allauth/templates/account/signup_closed.html:11
+msgid "We are sorry, but the sign up is currently closed."
+msgstr ""
+
+#: allauth/templates/account/verification_sent.html:5
+#: allauth/templates/account/verification_sent.html:8
+#: allauth/templates/account/verified_email_required.html:6
+#: allauth/templates/account/verified_email_required.html:9
+msgid "Verify Your E-mail Address"
+msgstr ""
+
+#: allauth/templates/account/verification_sent.html:10
+#, python-format
+msgid ""
+"We have sent an e-mail to <a href=\"mailto:%(email)s\">%(email)s</a> for "
+"verification. Follow the link provided to finalize the signup process. "
+"Please contact us if you do not receive it within a few minutes."
+msgstr ""
+
+#: allauth/templates/account/verified_email_required.html:15
+msgid ""
+"This part of the site requires us to verify that\n"
+"you are who you claim to be. For this purpose, we require that you\n"
+"verify ownership of your e-mail address. "
+msgstr ""
+
+#: allauth/templates/account/verified_email_required.html:19
+msgid ""
+"We have sent an e-mail to you for\n"
+"verification. Please click on the link inside this e-mail. Please\n"
+"contact us if you do not receive it within a few minutes."
+msgstr ""
+
+#: allauth/templates/account/verified_email_required.html:21
+#, python-format
+msgid ""
+"<strong>Note:</strong> you can still <a href=\"%(email_url)s\">change "
+"your e-mail address</a>."
+msgstr ""
+
+#: allauth/templates/account/email/email_confirmation_message.txt:4
+#, python-format
+msgid ""
+"User %(user_display)s at %(site_name)s has given this as an email "
+"address.\n"
+"\n"
+"To confirm this is correct, go to %(activate_url)s\n"
+msgstr ""
+
+#: allauth/templates/account/email/password_reset_key_message.txt:9
+#, python-format
+msgid ""
+"You're receiving this e-mail because you or someone else has requested a "
+"password for your user account at %(site_domain)s.\n"
+"It can be safely ignored if you did not request a password reset. Click "
+"the link below to reset your password.\n"
+"\n"
+"%(password_reset_url)s\n"
+"\n"
+"In case you forgot, your username is %(username)s.\n"
+"\n"
+"Thanks for using our site!\n"
+msgstr ""
+
+#: allauth/templates/account/email/password_reset_key_subject.txt:3
+msgid "Password Reset E-mail"
+msgstr ""
+
+#: allauth/templates/account/messages/cannot_delete_primary_email.txt:2
+#, python-format
+msgid "You cannot remove your primary e-mail address (%(email)s)."
+msgstr ""
+
+#: allauth/templates/account/messages/email_confirmation_sent.txt:2
+#, python-format
+msgid "Confirmation e-mail sent to %(email)s."
+msgstr ""
+
+#: allauth/templates/account/messages/email_confirmed.txt:2
+#, python-format
+msgid "You have confirmed %(email)s."
+msgstr ""
+
+#: allauth/templates/account/messages/email_deleted.txt:2
+#, python-format
+msgid "Removed e-mail address %(email)s."
+msgstr ""
+
+#: allauth/templates/account/messages/logged_in.txt:4
+#, python-format
+msgid "Successfully signed in as %(name)s."
+msgstr ""
+
+#: allauth/templates/account/messages/logged_out.txt:2
+msgid "You have signed out."
+msgstr ""
+
+#: allauth/templates/account/messages/password_changed.txt:2
+msgid "Password successfully changed."
+msgstr ""
+
+#: allauth/templates/account/messages/password_set.txt:2
+msgid "Password successfully set."
+msgstr ""
+
+#: allauth/templates/account/messages/primary_email_set.txt:2
+msgid "Primary e-mail address set."
+msgstr ""
+
+#: allauth/templates/account/messages/unverified_primary_email.txt:2
+msgid "Your primary e-mail address must be verified."
+msgstr ""
+
+#: allauth/templates/account/snippets/already_logged_in.html:5
+msgid "Note"
+msgstr ""
+
+#: allauth/templates/account/snippets/already_logged_in.html:5
+#, python-format
+msgid "you are already logged in as %(user_display)s."
+msgstr ""
+
+#: allauth/templates/openid/login.html:10
+msgid "OpenID Sign In"
+msgstr ""
+
+#: allauth/templates/socialaccount/account_inactive.html:5
+#: allauth/templates/socialaccount/account_inactive.html:8
+msgid "Account Inactive"
+msgstr ""
+
+#: allauth/templates/socialaccount/account_inactive.html:10
+msgid "This account is inactive."
+msgstr ""
+
+#: allauth/templates/socialaccount/authentication_error.html:5
+#: allauth/templates/socialaccount/authentication_error.html:8
+msgid "Social Network Login Failure"
+msgstr ""
+
+#: allauth/templates/socialaccount/authentication_error.html:10
+msgid ""
+"An error occurred while attempting to login via your social network "
+"account."
+msgstr ""
+
+#: allauth/templates/socialaccount/connections.html:5
+#: allauth/templates/socialaccount/connections.html:8
+msgid "Account Connections"
+msgstr ""
+
+#: allauth/templates/socialaccount/connections.html:11
+msgid ""
+"You can sign in to your account using any of the following third party "
+"accounts:"
+msgstr ""
+
+#: allauth/templates/socialaccount/connections.html:43
+msgid "You currently have no social network accounts connected to this account."
+msgstr ""
+
+#: allauth/templates/socialaccount/connections.html:46
+msgid "Add a 3rd Party Account"
+msgstr ""
+
+#: allauth/templates/socialaccount/login_cancelled.html:6
+#: allauth/templates/socialaccount/login_cancelled.html:10
+msgid "Login Cancelled"
+msgstr ""
+
+#: allauth/templates/socialaccount/login_cancelled.html:14
+#, python-format
+msgid ""
+"You decided to cancel logging in to our site using one of your existing "
+"accounts. If this was a mistake, please proceed to <a "
+"href=\"%(login_url)s\">sign in</a>."
+msgstr ""
+
+#: allauth/templates/socialaccount/signup.html:11
+#, python-format
+msgid ""
+"You are about to use your %(provider_name)s account to login to \n"
+"%(site_name)s. As a final step, please complete the following form:"
+msgstr ""
+
+#: allauth/templates/socialaccount/messages/account_connected.txt:2
+msgid "The social account has been connected."
+msgstr ""
+
+#: allauth/templates/socialaccount/messages/account_connected_other.txt:2
+msgid "The social account is already connected to a different account."
+msgstr ""
+
+#: allauth/templates/socialaccount/messages/account_disconnected.txt:2
+msgid "The social account has been disconnected."
+msgstr ""
+