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.
276 lines
6.2 KiB
276 lines
6.2 KiB
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
#
|
|
# Translators:
|
|
# Iacopo Spalletti, 2014
|
|
# yakky <i.spalletti@nephila.it>, 2014
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: djangocms-blog\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2014-11-30 12:49+0100\n"
|
|
"PO-Revision-Date: 2014-11-30 11:51+0000\n"
|
|
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
|
|
"Language-Team: Italian (http://www.transifex.com/projects/p/djangocms-blog/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"
|
|
"X-Generator: Lokalize 1.5\n"
|
|
|
|
#: cms_app.py:8 cms_plugins.py:32 cms_plugins.py:45 cms_plugins.py:56
|
|
#: cms_plugins.py:67 cms_toolbar.py:18
|
|
msgid "Blog"
|
|
msgstr "Blog"
|
|
|
|
#: cms_plugins.py:20
|
|
msgid "Latest Blog Articles"
|
|
msgstr "Ultimi articoli"
|
|
|
|
#: cms_plugins.py:33
|
|
msgid "Author Blog Articles"
|
|
msgstr "Articoli per autore"
|
|
|
|
#: cms_plugins.py:46 templates/djangocms_blog/plugins/tags.html:4
|
|
msgid "Tags"
|
|
msgstr "Tag"
|
|
|
|
#: cms_plugins.py:57 templates/djangocms_blog/plugins/categories.html:4
|
|
msgid "Categories"
|
|
msgstr "Categorie"
|
|
|
|
#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:12
|
|
#: templates/djangocms_blog/plugins/archive.html:4
|
|
msgid "Archive"
|
|
msgstr "Archivio"
|
|
|
|
#: cms_toolbar.py:20
|
|
msgid "Post list"
|
|
msgstr "Lista degli articoli"
|
|
|
|
#: cms_toolbar.py:22
|
|
msgid "Add post"
|
|
msgstr "Aggiungi articolo"
|
|
|
|
#: cms_toolbar.py:26
|
|
msgid "Edit Post"
|
|
msgstr "Modifica articolo"
|
|
|
|
#: feeds.py:16
|
|
#, python-format
|
|
msgid "Blog articles on %(site_name)s"
|
|
msgstr "Articoli del blog su %(site_name)s"
|
|
|
|
#: models.py:31
|
|
msgid "parent"
|
|
msgstr "superiore"
|
|
|
|
#: models.py:33
|
|
msgid "created at"
|
|
msgstr "creato il"
|
|
|
|
#: models.py:34
|
|
msgid "modified at"
|
|
msgstr "modificato il"
|
|
|
|
#: models.py:37
|
|
msgid "name"
|
|
msgstr "nome"
|
|
|
|
#: models.py:38 models.py:105
|
|
msgid "slug"
|
|
msgstr "slug"
|
|
|
|
#: models.py:45
|
|
msgid "blog category"
|
|
msgstr "categoria del blog"
|
|
|
|
#: models.py:46
|
|
msgid "blog categories"
|
|
msgstr "categorie del blog"
|
|
|
|
#: models.py:70
|
|
msgid "Author"
|
|
msgstr "Autore"
|
|
|
|
#: models.py:75
|
|
msgid "Published Since"
|
|
msgstr "Pubblicato il"
|
|
|
|
#: models.py:77
|
|
msgid "Published Until"
|
|
msgstr "fino al"
|
|
|
|
#: models.py:79
|
|
msgid "Publish"
|
|
msgstr "Pubblicato"
|
|
|
|
#: models.py:80
|
|
msgid "category"
|
|
msgstr "categoria"
|
|
|
|
#: models.py:82
|
|
msgid "Main image"
|
|
msgstr "Immagine"
|
|
|
|
#: models.py:85
|
|
msgid "Main image thumbnail"
|
|
msgstr "Dimensione miniatura"
|
|
|
|
#: models.py:89
|
|
msgid "Main image full"
|
|
msgstr "Dimensione piena"
|
|
|
|
#: models.py:93
|
|
msgid "Enable comments on post"
|
|
msgstr "Abilita commenti sul post"
|
|
|
|
#: models.py:96
|
|
msgid "Site(s)"
|
|
msgstr "Sito/i"
|
|
|
|
#: models.py:98
|
|
msgid ""
|
|
"Select sites in which to show the post. If none is set it will be visible in"
|
|
" all the configured sites."
|
|
msgstr "Seleziona i siti in cui deve apparire l'articolo. Se non è selezionato nessun sito, l'articolo comparirà in tutti i siti configurati."
|
|
|
|
#: models.py:104
|
|
msgid "Title"
|
|
msgstr "Titolo"
|
|
|
|
#: models.py:106
|
|
msgid "Abstract"
|
|
msgstr "Riassunto"
|
|
|
|
#: models.py:107
|
|
msgid "Post meta description"
|
|
msgstr "Descrizione SEO dell'articolo"
|
|
|
|
#: models.py:109
|
|
msgid "Post meta keywords"
|
|
msgstr "Keyword SEO dell'articolo"
|
|
|
|
#: models.py:111
|
|
msgid "Post meta title"
|
|
msgstr "Titolo SEO dell'articolo"
|
|
|
|
#: models.py:112
|
|
msgid "used in title tag and social sharing"
|
|
msgstr "Usato nel tag title e nei titoli per le condivisioni sui social network"
|
|
|
|
#: models.py:115
|
|
msgid "Text"
|
|
msgstr "Test"
|
|
|
|
#: models.py:178
|
|
msgid "blog article"
|
|
msgstr "articolo del blog"
|
|
|
|
#: models.py:179
|
|
msgid "blog articles"
|
|
msgstr "articoli del blog"
|
|
|
|
#: models.py:222 models.py:250
|
|
msgid "Articles"
|
|
msgstr "Articoli"
|
|
|
|
#: models.py:223
|
|
msgid "The number of latests articles to be displayed."
|
|
msgstr "Il numero di articoli da mostrare."
|
|
|
|
#: models.py:225
|
|
msgid "Show only the blog articles tagged with chosen tags."
|
|
msgstr "Mostra solo gli articoli marcati con i tag selezionati."
|
|
|
|
#: models.py:227
|
|
msgid "Show only the blog articles tagged with chosen categories."
|
|
msgstr "Mostra solo gli articoli marcati con i categorie selezionati."
|
|
|
|
#: models.py:246 templates/djangocms_blog/plugins/authors.html:3
|
|
msgid "Authors"
|
|
msgstr "Autori"
|
|
|
|
#: models.py:251
|
|
msgid "The number of author articles to be displayed."
|
|
msgstr "Numero di elementi per autore da mostrare."
|
|
|
|
#: templates/djangocms_blog/post_detail.html:18
|
|
#: templates/djangocms_blog/includes/blog_item.html:11
|
|
msgid "by"
|
|
msgstr "di"
|
|
|
|
#: templates/djangocms_blog/post_list.html:11
|
|
msgid "Articles by"
|
|
msgstr "Articoli di"
|
|
|
|
#: templates/djangocms_blog/post_list.html:13
|
|
msgid "Tag"
|
|
msgstr "Tag"
|
|
|
|
#: templates/djangocms_blog/post_list.html:14
|
|
msgid "Category"
|
|
msgstr "Categoria"
|
|
|
|
#: templates/djangocms_blog/post_list.html:21
|
|
#: templates/djangocms_blog/plugins/archive.html:27
|
|
#: templates/djangocms_blog/plugins/authors.html:15
|
|
#: templates/djangocms_blog/plugins/categories.html:16
|
|
#: templates/djangocms_blog/plugins/latest_entries.html:7
|
|
#: templates/djangocms_blog/plugins/tags.html:16
|
|
msgid "No article found."
|
|
msgstr "Nessun articolo trovato."
|
|
|
|
#: templates/djangocms_blog/post_list.html:24
|
|
msgid "Back"
|
|
msgstr "Indietro"
|
|
|
|
#: templates/djangocms_blog/post_list.html:30
|
|
msgid "previous"
|
|
msgstr "precedente"
|
|
|
|
#: templates/djangocms_blog/post_list.html:33
|
|
msgid "Page"
|
|
msgstr "Pagina"
|
|
|
|
#: templates/djangocms_blog/post_list.html:33
|
|
msgid "of"
|
|
msgstr "di"
|
|
|
|
#: templates/djangocms_blog/post_list.html:36
|
|
msgid "next"
|
|
msgstr "successivo"
|
|
|
|
#: templates/djangocms_blog/includes/blog_item.html:46
|
|
msgid "read more"
|
|
msgstr "leggi"
|
|
|
|
#: templates/djangocms_blog/plugins/archive.html:18
|
|
#: templates/djangocms_blog/plugins/authors.html:10
|
|
#: templates/djangocms_blog/plugins/categories.html:11
|
|
#: templates/djangocms_blog/plugins/tags.html:11
|
|
#, python-format
|
|
msgid "1 article"
|
|
msgid_plural "%(articles)s articles"
|
|
msgstr[0] "1 articolo"
|
|
msgstr[1] "%(articles)s articoli"
|
|
|
|
#: templates/djangocms_blog/plugins/archive.html:19
|
|
#: templates/djangocms_blog/plugins/authors.html:11
|
|
#: templates/djangocms_blog/plugins/categories.html:12
|
|
#: templates/djangocms_blog/plugins/tags.html:12
|
|
msgid "0 articles"
|
|
msgstr "0 articoli"
|
|
|
|
#~ msgid "blog post"
|
|
#~ msgstr "blog post"
|
|
|
|
#~ msgid "Posts"
|
|
#~ msgstr "Posts"
|
|
|
|
#~ msgid "Entries by"
|
|
#~ msgstr "Entries by"
|
|
|
|
#~ msgid "No entry found."
|
|
#~ msgstr "No entry found."
|
|
|