Italian translation

This commit is contained in:
Bruno Santeramo 2017-02-13 16:00:54 +01:00 committed by Grant McConnaughey
parent ccaafe492c
commit 5ffa8a443a
2 changed files with 161 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,161 @@
# SOME DESCRIPTIVE TITLE.
# 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.
#
msgid ""
msgstr ""
"Project-Id-Version: 3.1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-13 16:00+0200\n"
"PO-Revision-Date: 2013-08-27 00:21-0600\n"
"Last-Translator: Bruno Santeramo <bruno.santeramo@gmail.com>\n"
"Language-Team: it <bruno.santeramo@gmail.com>\n"
"Language: it\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-Generator: po2mo.net\n"
#: admin.py:26
msgid "Avatar"
msgstr "Avatar"
#: forms.py:24 models.py:84 models.py:97
msgid "avatar"
msgstr "avatar"
#: forms.py:37
#, python-format
msgid ""
"%(ext)s is an invalid file extension. Authorized extensions are : "
"%(valid_exts_list)s"
msgstr ""
"%(ext)s non è una estensione valida. Le estensioni accettate sono : "
"%(valid_exts_list)s"
#: forms.py:44
#, python-format
msgid ""
"Your file is too big (%(size)s), the maximum allowed size is "
"%(max_valid_size)s"
msgstr ""
"Il file è troppo grande (%(size)s), la massima dimensione consentita "
"è %(max_valid_size)s"
#: forms.py:54
#, python-format
msgid ""
"You already have %(nb_avatars)d avatars, and the maximum allowed is "
"%(nb_max_avatars)d."
msgstr ""
"Hai già %(nb_avatars)d avatar, e il massimo numero consentito è "
"%(nb_max_avatars)d."
#: forms.py:71 forms.py:84
msgid "Choices"
msgstr "Opzioni"
#: models.py:77
msgid "user"
msgstr "utente"
#: models.py:80
msgid "primary"
msgstr "principale"
#: models.py:91
msgid "uploaded at"
msgstr "caricato su"
#: models.py:98
#, fuzzy
#| msgid "avatar"
msgid "avatars"
msgstr "avatar"
#: templates/avatar/add.html:5 templates/avatar/change.html:5
msgid "Your current avatar: "
msgstr "Il tuo attuale avatar è:"
#: templates/avatar/add.html:8 templates/avatar/change.html:8
msgid "You haven't uploaded an avatar yet. Please upload one now."
msgstr "Non hai ancora caricato un avatar. Per favore, carica uno adesso."
#: templates/avatar/add.html:12 templates/avatar/change.html:19
msgid "Upload New Image"
msgstr "Carica una Nuova Immagine"
#: templates/avatar/change.html:14
msgid "Choose new Default"
msgstr "Scegli un nuovo predefinito"
#: templates/avatar/confirm_delete.html:5
msgid "Please select the avatars that you would like to delete."
msgstr "Per favore, seleziona gli avatar che vuoi eliminare."
#: templates/avatar/confirm_delete.html:8
#, python-format
msgid ""
"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
"\">upload one</a> now."
msgstr ""
"Non hai avatar da eliminare. Per favore <a href=\"%(avatar_change_url)s"
"\">carica uno </a> adesso."
#: templates/avatar/confirm_delete.html:14
msgid "Delete These"
msgstr "Elimina Questi"
#: templates/notification/avatar_friend_updated/full.txt:1
#, python-format
msgid ""
"%(avatar_creator)s has updated their avatar %(avatar)s.\n"
"\n"
"http://%(current_site)s%(avatar_url)s\n"
msgstr ""
"%(avatar_creator)s ha aggiornato i suoi avatar %(avatar)s.\n"
"\n"
"http://%(current_site)s%(avatar_url)s\n"
#: templates/notification/avatar_friend_updated/notice.html:2
#, python-format
msgid ""
"<a href=\"%(user_url)s\">%(avatar_creator)s</a> has updated their avatar <a "
"href=\"%(avatar_url)s\">%(avatar)s</a>."
msgstr ""
"<a href=\"%(user_url)s\">%(avatar_creator)s</a> ha aggiornato i suoi avatar <a "
"href=\"%(avatar_url)s\">%(avatar)s</a>."
#: templates/notification/avatar_updated/full.txt:1
#, python-format
msgid ""
"Your avatar has been updated. %(avatar)s\n"
"\n"
"http://%(current_site)s%(avatar_url)s\n"
msgstr ""
"Il tuo avatar è stato aggiornato. %(avatar)s\n"
"\n"
"http://%(current_site)s%(avatar_url)s\n"
#: templates/notification/avatar_updated/notice.html:2
#, python-format
msgid "You have updated your avatar <a href=\"%(avatar_url)s\">%(avatar)s</a>."
msgstr "Hai aggiornato il tuo avatar <a href=\"%(avatar_url)s\">%(avatar)s</a>."
#: templatetags/avatar_tags.py:69
msgid "Default Avatar"
msgstr "Avatar Predefinito"
#: views.py:73
msgid "Successfully uploaded a new avatar."
msgstr "Nuovo avatar caricato con successo"
#: views.py:111
msgid "Successfully updated your avatar."
msgstr "Il tuo avatar è stato aggiornato con successo."
#: views.py:150
msgid "Successfully deleted the requested avatars."
msgstr "Gli avatar selezionati sono stati eliminati con successo."