You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
2.5 KiB
89 lines
2.5 KiB
# translation of django.po to Italian
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
#
|
|
# Nicola Larosa <nico@tekNico.net>, 2008.
|
|
# Flavio Curella <flavio.curella@gmail.com>, 2011
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: django-registration 0.8 alpha-1\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2010-07-01 14:33+0200\n"
|
|
"PO-Revision-Date: 2011-08-04 12:41-0600\n"
|
|
"Last-Translator: Flavio Curella <flavio.curella@gmail.com>\n"
|
|
"Language-Team: Italiano <it@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
"X-Poedit-Language: Italian\n"
|
|
"X-Poedit-Country: ITALY\n"
|
|
|
|
#: .\admin.py:23
|
|
msgid "Activate users"
|
|
msgstr "Attiva utenti"
|
|
|
|
#: .\admin.py:43
|
|
msgid "Re-send activation emails"
|
|
msgstr "Re-invia email di attivazione"
|
|
|
|
#: .\forms.py:35
|
|
msgid "Username"
|
|
msgstr "Nome utente"
|
|
|
|
#: .\forms.py:36
|
|
msgid "This value must contain only letters, numbers and underscores."
|
|
msgstr "Questo valore può contenere solo lettere, numeri e sottolineature."
|
|
|
|
#: .\forms.py:39
|
|
msgid "Email address"
|
|
msgstr "indirizzo email"
|
|
|
|
#: .\forms.py:41
|
|
msgid "Password"
|
|
msgstr "Password"
|
|
|
|
#: .\forms.py:43
|
|
msgid "Password (again)"
|
|
msgstr "Password (di nuovo)"
|
|
|
|
#: .\forms.py:55
|
|
msgid "A user with that username already exists."
|
|
msgstr "Questo nome utente è già usato."
|
|
|
|
#: .\forms.py:67
|
|
msgid "The two password fields didn't match."
|
|
msgstr "Le password inserite non coincidono."
|
|
|
|
#: .\forms.py:78
|
|
msgid "I have read and agree to the Terms of Service"
|
|
msgstr "Dichiaro di aver letto e di approvare le Condizioni di Servizio"
|
|
|
|
#: .\forms.py:79
|
|
msgid "You must agree to the terms to register"
|
|
msgstr "Per registrarsi bisogna approvare le condizioni"
|
|
|
|
#: .\forms.py:95
|
|
msgid "This email address is already in use. Please supply a different email address."
|
|
msgstr "Questo indirizzo email è già in uso. Inserisci un altro indirizzo email."
|
|
|
|
#: .\forms.py:122
|
|
msgid "Registration using free email addresses is prohibited. Please supply a different email address."
|
|
msgstr "La registrazione con indirizzi email gratis non è permessa. Inserisci un altro indirizzo email."
|
|
|
|
#: .\models.py:165
|
|
msgid "user"
|
|
msgstr "utente"
|
|
|
|
#: .\models.py:166
|
|
msgid "activation key"
|
|
msgstr "chiave di attivazione"
|
|
|
|
#: .\models.py:171
|
|
msgid "registration profile"
|
|
msgstr "profilo di registrazione"
|
|
|
|
#: .\models.py:172
|
|
msgid "registration profiles"
|
|
msgstr "profili di registrazione"
|
|
|
|
|