123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- #
- # Translators:
- # Nicola Larosa <transifex@teknico.net>, 2012-2013
- msgid ""
- msgstr ""
- "Project-Id-Version: Mezzanine\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-11-09 10:32-0430\n"
- "PO-Revision-Date: 2013-11-09 20:10+0000\n"
- "Last-Translator: Nicola Larosa <transifex@teknico.net>\n"
- "Language-Team: Italian (http://www.transifex.com/projects/p/mezzanine/language/it/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Language: it\n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- #: templates/mobile/404.html:6
- msgid "Page not found"
- msgstr "Pagina non trovata"
- #: templates/mobile/404.html:10
- msgid "The page you requested does not exist."
- msgstr "La pagina richiesta non esiste."
- #: templates/mobile/500.html:6
- msgid "Error"
- msgstr "Errore"
- #: templates/mobile/500.html:10
- msgid "Sorry, an error occurred."
- msgstr "Spiacenti, si è verificato un errore."
- #: templates/mobile/base.html:41 templates/mobile/index.html:6
- msgid "Home"
- msgstr "Pagina principale"
- #: templates/mobile/base.html:53
- msgid "Powered by"
- msgstr "Realizzato con"
- #: templates/mobile/base.html:54
- msgid "View Full Site"
- msgstr "Vedi il sito completo"
- #: templates/mobile/index.html:10
- msgid "This is the mobile homepage."
- msgstr "Questa è la pagina principale mobile."
- #: templates/mobile/search_results.html:5
- #: templates/mobile/search_results.html:6
- msgid "Search Results"
- msgstr "Risultati della ricerca"
- #: templates/mobile/search_results.html:12
- msgid "No results were found matching your query: "
- msgstr "La ricerca non ha prodotto risultati: "
- #: templates/mobile/search_results.html:14
- msgid "Showing"
- msgstr "Mostrato"
- #: templates/mobile/search_results.html:14
- msgid "to"
- msgstr "a"
- #: templates/mobile/search_results.html:14
- msgid "of"
- msgstr "di"
- #: templates/mobile/search_results.html:15
- msgid "results matching your query:"
- msgstr "risultati della ricerca:"
- #: templates/mobile/search_results.html:23
- msgid "read more"
- msgstr "leggi il resto"
- #: templates/mobile/blog/blog_post_detail.html:23
- msgid "Posted by"
- msgstr "Inserito da"
- #: templates/mobile/blog/blog_post_detail.html:30
- #: templates/mobile/blog/blog_post_list.html:28
- #, python-format
- msgid "%(sometime)s ago"
- msgstr "%(sometime)s fa"
- #: templates/mobile/blog/blog_post_detail.html:41
- msgid "Tags"
- msgstr "Tag"
- #: templates/mobile/blog/blog_post_detail.html:52
- msgid "Share this on:"
- msgstr "Condividi su:"
- #: templates/mobile/blog/blog_post_detail.html:54
- msgid "or"
- msgstr "o"
- #: templates/mobile/blog/blog_post_list.html:4
- #: templates/mobile/blog/blog_post_list.html:19
- msgid "Blog"
- msgstr "Blog"
- #: templates/mobile/includes/pagination.html:6
- msgid "Previous"
- msgstr "Precedenti"
- #: templates/mobile/includes/pagination.html:9
- msgid "Next"
- msgstr "Seguenti"
- #: templates/mobile/includes/search.html:4
- msgid "Search"
- msgstr "Ricerca"
- #: templates/mobile/includes/search.html:5
- msgid "Use "
- msgstr "Usa "
- #: templates/mobile/includes/search.html:5
- msgid "quotes"
- msgstr "citazioni"
- #: templates/mobile/includes/search.html:5
- msgid ""
- " for exact phrases, + to make a word or phrase required, and - to exclude a "
- "word or phrase."
- msgstr " per frasi esatte, + per rendere una parola o frase obbligatoria, e - per escludere una parola o frase."
|