forked from expo/troggle
ed345f2576
Used modified versions of django-registration and django-profiles , both on bitbucket. The Person model is now set up as the profile for auth.User s. I set up a requestcontext so that settings is automatically passed to every template, no need to repeat ourselves in views. However, this needs to be refined: I will soon change it to only pass a subset of settings. E.G. we do not need to be passing the DB login and password! Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8231 by aaron @ 1/29/2009 11:02 PM
84 lines
2.2 KiB
Plaintext
84 lines
2.2 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) 2008 Leonardo Manuel Rocha
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <l e o m a r o at g m a i l dot c o m>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2007-09-19 19:30-0500\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"
|
|
|
|
#: forms.py:38
|
|
msgid "username"
|
|
msgstr "nombre de usuario"
|
|
|
|
#: forms.py:41
|
|
msgid "email address"
|
|
msgstr "dirección de e-mail"
|
|
|
|
#: forms.py:43
|
|
msgid "password"
|
|
msgstr "contraseña"
|
|
|
|
#: forms.py:45
|
|
msgid "password (again)"
|
|
msgstr "contraseña (nuevamente)"
|
|
|
|
#: forms.py:54
|
|
msgid "Usernames can only contain letters, numbers and underscores"
|
|
msgstr "El nombre de usuario solo puede contener letras, números y guiones bajos"
|
|
|
|
#: forms.py:59
|
|
msgid "This username is already taken. Please choose another."
|
|
msgstr "Ese nombre de usuario ya está asignado. Por favor elija otro."
|
|
|
|
#: forms.py:68
|
|
msgid "You must type the same password each time"
|
|
msgstr "Debe tipear la misma contraseña cada vez"
|
|
|
|
#: forms.py:96
|
|
msgid "I have read and agree to the Terms of Service"
|
|
msgstr "He leído y estoy de acuerdo con las Condiciones de Servicio"
|
|
|
|
#: forms.py:105
|
|
msgid "You must agree to the terms to register"
|
|
msgstr "Debe estar de acuerdo con las Condiciones para poder registrarse"
|
|
|
|
#: forms.py:124
|
|
msgid ""
|
|
"This email address is already in use. Please supply a different email "
|
|
"address."
|
|
msgstr "Esa dirección de e-mail ya está en uso. Por favor provea otra "
|
|
"dirección."
|
|
|
|
#: forms.py:149
|
|
msgid ""
|
|
"Registration using free email addresses is prohibited. Please supply a "
|
|
"different email address."
|
|
msgstr "La registración con un e-mail gratuito está prohibida. Por favor "
|
|
"de una dirección de e-mail diferente."
|
|
|
|
#: models.py:188
|
|
msgid "user"
|
|
msgstr "usuario"
|
|
|
|
#: models.py:189
|
|
msgid "activation key"
|
|
msgstr "clave de activación"
|
|
|
|
#: models.py:194
|
|
msgid "registration profile"
|
|
msgstr "perfil de registro"
|
|
|
|
#: models.py:195
|
|
msgid "registration profiles"
|
|
msgstr "perfiles de registro"
|