/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po
Unknown | 80 lines | 67 code | 13 blank | 0 comment | 0 complexity | 3d2cad985eb645dbd27917002c1e90cb MD5 | raw file
Possible License(s): BSD-3-Clause
1# This file is distributed under the same license as the Django package. 2# 3msgid "" 4msgstr "" 5"Project-Id-Version: Django\n" 6"Report-Msgid-Bugs-To: \n" 7"POT-Creation-Date: 2011-03-15 13:15-0400\n" 8"PO-Revision-Date: 2011-03-08 17:27+0000\n" 9"Last-Translator: teknico <transifex@teknico.net>\n" 10"Language-Team: Italian <>\n" 11"MIME-Version: 1.0\n" 12"Content-Type: text/plain; charset=UTF-8\n" 13"Content-Transfer-Encoding: 8bit\n" 14"Language: it\n" 15"Plural-Forms: nplurals=2; plural=(n != 1)\n" 16 17#: admin.py:8 models.py:7 18msgid "URL" 19msgstr "URL" 20 21#: admin.py:9 22msgid "" 23"Example: '/about/contact/'. Make sure to have leading and trailing slashes." 24msgstr "" 25"Esempio: '/about/contact/'. Assicurati di inserire le barre diagonali " 26"iniziali e finali." 27 28#: admin.py:11 29msgid "" 30"This value must contain only letters, numbers, dots, underscores, dashes, " 31"slashes or tildes." 32msgstr "" 33"Questo valore deve contenere solo lettere, numeri, punti, underscore, " 34"trattini, barre diagonali o tilde." 35 36#: admin.py:22 37msgid "Advanced options" 38msgstr "Opzioni avanzate" 39 40#: models.py:8 41msgid "title" 42msgstr "titolo" 43 44#: models.py:9 45msgid "content" 46msgstr "contenuto" 47 48#: models.py:10 49msgid "enable comments" 50msgstr "abilita commenti" 51 52#: models.py:11 53msgid "template name" 54msgstr "nome template" 55 56#: models.py:12 57msgid "" 58"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " 59"will use 'flatpages/default.html'." 60msgstr "" 61"Esempio: 'flatpages/contact_page.html'. Se non specificato, il sistema user? " 62"'flatpages/default.html'." 63 64#: models.py:13 65msgid "registration required" 66msgstr "registrazione obbligatoria" 67 68#: models.py:13 69msgid "If this is checked, only logged-in users will be able to view the page." 70msgstr "" 71"Se selezionato, solo gli utenti che hanno effettuato l'accesso potranno " 72"vedere la pagina." 73 74#: models.py:18 75msgid "flat page" 76msgstr "flat page" 77 78#: models.py:19 79msgid "flat pages" 80msgstr "flat page"