nephila/djangocms-blog

View on GitHub
djangocms_blog/locale/it/LC_MESSAGES/django.po

Summary

Maintainability
Test Coverage
# SOME DESCRIPTIVE TITLE.
# 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-2020
# Leonardo Cavallucci, 2023
msgid ""
msgstr ""
"Project-Id-Version: djangocms-blog\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-30 11:04+0200\n"
"PO-Revision-Date: 2014-03-29 15:29+0000\n"
"Last-Translator: Leonardo Cavallucci, 2023\n"
"Language-Team: Italian (http://app.transifex.com/nephila/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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"X-Generator: Lokalize 1.5\n"

#: admin.py:65
msgid "site"
msgstr "Sito"

#: admin.py:131
msgid "Info"
msgstr "Info"

#: admin.py:138
msgid "Images"
msgstr "Immagini"

#: admin.py:141
msgid "SEO"
msgstr "SEO"

#: admin.py:172
msgid "Publish selection"
msgstr "Pubblica gli articoli selezionati"

#: admin.py:194
msgid "Unpublish selection"
msgstr "Spubblica gli articoli selezionati"

#: admin.py:207
msgid "Enable comments for selection"
msgstr "Abilita i commenti per gli articoli selezionati"

#: admin.py:221
msgid "Disable comments for selection "
msgstr "Disabilita i commenti per gli articoli selezionati"

#: admin.py:235
msgid "Enable liveblog for selection"
msgstr "Abilita il liveblog per gli articoli selezionati"

#: admin.py:249
msgid "Disable liveblog for selection "
msgstr "Disabilita il liveblog per gli articoli selezionati"

#: admin.py:473
msgid "Generic"
msgstr "Generale"

#: admin.py:485
msgid "Layout"
msgstr "Layout"

#: admin.py:499
msgid "Notifications"
msgstr "Notifiche"

#: admin.py:503
msgid "Sitemap"
msgstr "Sitemap"

#: admin.py:512
msgid "Meta"
msgstr "Meta"

#: admin.py:524 admin.py:535 admin.py:545
msgid "You can provide plain strings, Post model attribute or method names"
msgstr "Puoi inserire stringhe, attributi o metodi del model Post"

#: apps.py:7
msgid "django CMS Blog"
msgstr "django CMS Blog"

#: cms_appconfig.py:19
msgid "application title"
msgstr "Titolo applicazione"

#: cms_appconfig.py:20
msgid "object name"
msgstr "Nome oggetto"

#: cms_appconfig.py:24
msgid "blog config"
msgstr "Configurazione del blog"

#: cms_appconfig.py:25
msgid "blog configs"
msgstr "Configurazioni del blog"

#: cms_appconfig.py:28
msgid "untitled"
msgstr "Senza titolo"

#: cms_appconfig.py:54
msgid "Post published by default"
msgstr "Articoli pubblicati di default"

#: cms_appconfig.py:58
msgid "Default size of full images"
msgstr "Dimensione standard immagine principale"

#: cms_appconfig.py:61
msgid ""
"If left empty the image size will have to be set for every newly created "
"post."
msgstr "Se vuoto, la dimensione dell'immagine principale dovrà essere impostata per ogni nuovo articolo."

#: cms_appconfig.py:65
msgid "Default size of thumbnail images"
msgstr "Dimensione standard immagine ridotta"

#: cms_appconfig.py:68
msgid ""
"If left empty the thumbnail image size will have to be set for every newly "
"created post."
msgstr "Se vuoto, la dimensione dell'immagine ridotta dovrà essere impostata per ogni nuovo articolo."

#: cms_appconfig.py:72
msgid "Permalink structure"
msgstr "Struttura permalink"

#: cms_appconfig.py:79
msgid "Use placeholder and plugins for article body"
msgstr "Usa placeholder e plugin per il contenuto"

#: cms_appconfig.py:83
msgid "Use abstract field"
msgstr "Usa campo abstract"

#: cms_appconfig.py:87
msgid "Enable related posts"
msgstr "Abilita articoli collegati"

#: cms_appconfig.py:91
msgid "Set author"
msgstr "Imposta autore"

#: cms_appconfig.py:93
msgid "Set author by default"
msgstr "Imposta autore di default"

#: cms_appconfig.py:98
msgid "Paginate size"
msgstr "Dimensione paginazione"

#: cms_appconfig.py:101
msgid "When paginating list views, how many articles per page?"
msgstr "Se la lista è paginata, quanti articoli visualizzati per pagina?"

#: cms_appconfig.py:105
msgid "Template prefix"
msgstr "Prefisso template"

#: cms_appconfig.py:108
msgid "Alternative directory to load the blog templates from"
msgstr "Directory alternativa da cui caricare i template"

#: cms_appconfig.py:112
msgid "Menu structure"
msgstr "Struttura del menu"

#: cms_appconfig.py:116
msgid "Structure of the django CMS menu"
msgstr "Struttura del menu django CMS"

#: cms_appconfig.py:120
msgid "Show empty categories in menu"
msgstr "Mostra categorie vuote nel menù"

#: cms_appconfig.py:123
msgid "Show categories with no post attached in the menu"
msgstr "Mostra categorie senza post nel menù"

#: cms_appconfig.py:128
msgid "Sitemap changefreq"
msgstr "Frequenza aggiornamento Sitemap"

#: cms_appconfig.py:132
msgid "Changefreq attribute for sitemap items"
msgstr "Attributo Changefreq per gli oggetti della sitemap"

#: cms_appconfig.py:136
msgid "Sitemap priority"
msgstr "Priorità sitemap"

#: cms_appconfig.py:139
msgid "Priority attribute for sitemap items"
msgstr "Attributo priorità per gli oggetti nella sitemap"

#: cms_appconfig.py:143
msgid "Object type"
msgstr "Tipo oggetto"

#: cms_appconfig.py:147
msgid "Facebook type"
msgstr "Tipo oggetto Facebook"

#: cms_appconfig.py:151
msgid "Facebook application ID"
msgstr "ID Applicazione Facebook"

#: cms_appconfig.py:155
msgid "Facebook profile ID"
msgstr "ID Profilo Facebook"

#: cms_appconfig.py:159
msgid "Facebook page URL"
msgstr "URL Pagina Facebook"

#: cms_appconfig.py:163
msgid "Facebook author URL"
msgstr "URL Autore Facebook"

#: cms_appconfig.py:167
msgid "Facebook author"
msgstr "Autore Facebook"

#: cms_appconfig.py:171
msgid "Twitter type"
msgstr "Tipo oggetto Twitter"

#: cms_appconfig.py:178
msgid "Twitter site handle"
msgstr "Nome Twitter del sito"

#: cms_appconfig.py:182
msgid "Twitter author handle"
msgstr "Nome Twitter autore"

#: cms_appconfig.py:186
msgid "Schema.org type"
msgstr "Tipo Schema.org"

#: cms_appconfig.py:193
msgid "Schema.org author name"
msgstr "Nome autore Schema.org"

#: cms_appconfig.py:197
msgid "Send notifications on post publish"
msgstr "Invia notifiche alla pubblicazione dell'articolo"

#: cms_appconfig.py:200
msgid "Emits a desktop notification -if enabled- when publishing a new post"
msgstr "Invia notifiche desktop -se abilitate- quando viene pubblicato un articolo"

#: cms_appconfig.py:204
msgid "Send notifications on post update"
msgstr "Invia notifiche all'aggiornamento dell'articolo"

#: cms_appconfig.py:207
msgid ""
"Emits a desktop notification -if enabled- when editing a published post"
msgstr "Invia notifiche desktop -se abilitate- quando viene aggiornato un articolo"

#: cms_apps.py:13 cms_toolbars.py:17 settings.py:485
msgid "Blog"
msgstr "Blog"

#: cms_menus.py:26
msgid "Blog menu"
msgstr "Menu del blog"

#: cms_toolbars.py:20
msgid "Post list"
msgstr "Lista degli articoli"

#: cms_toolbars.py:23
msgid "Category list"
msgstr "Lista categorie"

#: cms_toolbars.py:26
msgid "Tag list"
msgstr "Lista tag"

#: cms_toolbars.py:29
msgid "Add post"
msgstr "Aggiungi articolo"

#: cms_toolbars.py:33
msgid "Edit configuration"
msgstr "Modifica configurazione"

#: cms_toolbars.py:38
msgid "Edit Post"
msgstr "Modifica articolo"

#: cms_toolbars.py:53
#, python-brace-format
msgid "Publish {0} now"
msgstr "Pubblica {0}"

#: cms_wizards.py:22
msgid "Slug"
msgstr "Slug"

#: cms_wizards.py:25
msgid "Leave empty for automatic slug, or override as required."
msgstr "Lascia vuoto per generare lo slug automaticamente"

#: cms_wizards.py:105
#, python-brace-format
msgid "New {0}"
msgstr "Nuovo {0}"

#: cms_wizards.py:109
#, python-brace-format
msgid "Create a new {0} in {1}"
msgstr "Crea un nuovo {0} in {1}"

#: feeds.py:39
#, python-format
msgid "Blog articles on %(site_name)s"
msgstr "Articoli del blog su %(site_name)s"

#: liveblog/apps.py:7
msgid "Liveblog"
msgstr "Liveblog"

#: liveblog/cms_plugins.py:13
msgid "Liveblog item"
msgstr "Elemento liveblog"

#: liveblog/models.py:27
msgid "publish liveblog entry"
msgstr "Pubblica elemento liveblog"

#: liveblog/models.py:28
msgid "post date"
msgstr "Data del post"

#: liveblog/models.py:31 liveblog/models.py:111
msgid "liveblog entry"
msgstr "Elemento liveblog"

#: liveblog/models.py:32 liveblog/models.py:112
msgid "liveblog entries"
msgstr "Elementi liveblog"

#: liveblog/models.py:93 models.py:252
msgid "title"
msgstr "titolo"

#: liveblog/models.py:95
msgid "image"
msgstr "Immagine"

#: liveblog/models.py:103
msgid "thumbnail size"
msgstr "Dimensione miniatura"

#: models.py:95
msgid "parent"
msgstr "superiore"

#: models.py:97
msgid "created at"
msgstr "creato il"

#: models.py:98
msgid "modified at"
msgstr "modificato il"

#: models.py:99 models.py:249 models.py:491
msgid "app. config"
msgstr "config. app."

#: models.py:102
msgid "name"
msgstr "nome"

#: models.py:103 models.py:254
msgid "slug"
msgstr "slug"

#: models.py:104
msgid "category meta description"
msgstr "metatag descrizione"

#: models.py:132
msgid "blog category"
msgstr "categoria del blog"

#: models.py:133
msgid "blog categories"
msgstr "categorie del blog"

#: models.py:169
msgid "BlogCategory (no translation)"
msgstr "Categoria (nessuna traduzione)"

#: models.py:196
msgid "author"
msgstr "autore"

#: models.py:203
msgid "created"
msgstr "creato"

#: models.py:204
msgid "last modified"
msgstr "ultima modifica"

#: models.py:205
msgid "published since"
msgstr "Pubblicato il"

#: models.py:206
msgid "published until"
msgstr "fino al"

#: models.py:207
msgid "featured date"
msgstr "Data visualizzata"

#: models.py:208
msgid "publish"
msgstr "pubblica"

#: models.py:209
msgid "include in RSS feed"
msgstr "includi nel feed RSS"

#: models.py:211
msgid "category"
msgstr "categoria"

#: models.py:214
msgid "main image"
msgstr "immagine principale"

#: models.py:222
msgid "main image thumbnail"
msgstr "dimensioni miniatura immagine"

#: models.py:230
msgid "main image full"
msgstr "dimensioni immagine"

#: models.py:237
msgid "enable comments on post"
msgstr "abilita commenti sull'articolo"

#: models.py:241
msgid "Site(s)"
msgstr "Sito/i"

#: models.py:244
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:256
msgid "subtitle"
msgstr "sottotitolo"

#: models.py:257
msgid "abstract"
msgstr "abstract"

#: models.py:258
msgid "post meta description"
msgstr "metatag descrizione"

#: models.py:259
msgid "post meta keywords"
msgstr "metatag keyword"

#: models.py:261
msgid "post meta title"
msgstr "metatag titolo"

#: models.py:262
msgid "used in title tag and social sharing"
msgstr "Usato nel tag title e nei titoli per le condivisioni sui social network"

#: models.py:267
msgid "text"
msgstr "testo"

#: models.py:273
msgid "enable liveblog on post"
msgstr "Attiva liveblog sul post"

#: models.py:279
msgid ""
"Type a tag and hit tab, or start typing and select from autocomplete list."
msgstr "Scrivi un tag e premi il task tab, o comincia a scrivere e seleziona il tag dalla lista che comparirà"

#: models.py:282
msgid "Related Posts"
msgstr "Articoli collegati"

#: models.py:314
msgid "blog article"
msgstr "articolo del blog"

#: models.py:315
msgid "blog articles"
msgstr "articoli del blog"

#: models.py:320
msgid "Post (no translation)"
msgstr "Articolo (nessuna translation)"

#: models.py:493
msgid "current site"
msgstr "Sito corrente"

#: models.py:493
msgid "Select items from the current site only"
msgstr "Seleziona gli elementi per il solo sito corrente"

#: models.py:497
msgid "Plugin template"
msgstr "Template del plugin"

#: models.py:498
msgid "Select plugin template to load for this instance"
msgstr "Seleziona il template da usare per questa istanza"

#: models.py:536 models.py:578
msgid "articles"
msgstr "articoli"

#: models.py:538
msgid "The number of latests articles to be displayed."
msgstr "Il numero di articoli da mostrare."

#: models.py:541
msgid "filter by tag"
msgstr "filtra per tag"

#: models.py:543
msgid "Show only the blog articles tagged with chosen tags."
msgstr "Mostra solo gli articoli marcati con i tag selezionati."

#: models.py:549
msgid "filter by category"
msgstr "filtra per categoria"

#: models.py:550
msgid "Show only the blog articles tagged with chosen categories."
msgstr "Mostra solo gli articoli marcati con i categorie selezionati."

#: models.py:554
#, python-format
msgid "%s latest articles by tag"
msgstr "ultimi %s articoli per tag"

#: models.py:574
msgid "authors"
msgstr "autori"

#: models.py:580
msgid "The number of author articles to be displayed."
msgstr "Numero di elementi per autore da mostrare."

#: models.py:584
#, python-format
msgid "%s latest articles by author"
msgstr "ultimi %s articoli per autore"

#: models.py:605 models.py:608
msgid "Featured posts"
msgstr "Articoli in evidenza"

#: models.py:623
msgid "generic blog plugin"
msgstr "plugin blog"

#: settings.py:26
msgid "Full date"
msgstr "Data completa"

#: settings.py:27
msgid "Year /  Month"
msgstr "Anno / Mese"

#: settings.py:28 templates/djangocms_blog/post_list.html:14
msgid "Category"
msgstr "Categoria"

#: settings.py:29
msgid "Just slug"
msgstr "Solo slug"

#: settings.py:59
msgid "Categories and posts"
msgstr "Categorie e articoli"

#: settings.py:60
msgid "Categories only"
msgstr "Solo categorie"

#: settings.py:61
msgid "Posts only"
msgstr "Solo articoli"

#: settings.py:62
msgid "None"
msgstr "Niente"

#: settings.py:71
msgid "always"
msgstr "sempre"

#: settings.py:72
msgid "hourly"
msgstr "ogni ora"

#: settings.py:73
msgid "daily"
msgstr "ogni giorno"

#: settings.py:74
msgid "weekly"
msgstr "ogni settimana"

#: settings.py:75
msgid "monthly"
msgstr "ogni mese"

#: settings.py:76
msgid "yearly"
msgstr "ogni anno"

#: settings.py:77
msgid "never"
msgstr "mai"

#: settings.py:492
msgid "Latest Blog Articles"
msgstr "Ultimi articoli"

#: settings.py:499
msgid "Latest Blog Articles - Cache"
msgstr "Ultimi articoli del blog - in cache"

#: settings.py:506
msgid "Author Blog Articles"
msgstr "Articoli per autore"

#: settings.py:513
msgid "Author Blog Articles List"
msgstr "Lista autori articoli"

#: settings.py:520 templates/djangocms_blog/plugins/tags.html:5
msgid "Tags"
msgstr "Tag"

#: settings.py:527 templates/djangocms_blog/plugins/categories.html:3
msgid "Categories"
msgstr "Categorie"

#: settings.py:534 templates/djangocms_blog/plugins/archive.html:3
#: templates/djangocms_blog/post_list.html:12
msgid "Archive"
msgstr "Archivio"

#: settings.py:541
msgid "Featured Posts"
msgstr "Articoli in evidenza"

#: settings.py:548
msgid "Featured Posts - Cache"
msgstr "Articoli in evidenza - Cache"

#: settings.py:590
msgid "Default template"
msgstr "Template standard"

#: templates/djangocms_blog/includes/blog_item.html:32
msgid "read more"
msgstr "leggi"

#: templates/djangocms_blog/includes/blog_meta.html:6
msgid "by"
msgstr "di"

#: templates/djangocms_blog/plugins/archive.html:17
#: templates/djangocms_blog/plugins/authors.html:10
#: templates/djangocms_blog/plugins/categories.html:10
#: templates/djangocms_blog/plugins/tags.html:12
#, python-format
msgid "1 article"
msgid_plural "%(articles)s articles"
msgstr[0] "1 articolo"
msgstr[1] "%(articles)s articoli"
msgstr[2] "%(articles)s articoli"

#: templates/djangocms_blog/plugins/archive.html:18
#: templates/djangocms_blog/plugins/authors.html:11
#: templates/djangocms_blog/plugins/categories.html:11
#: templates/djangocms_blog/plugins/tags.html:13
msgid "0 articles"
msgstr "0 articoli"

#: templates/djangocms_blog/plugins/archive.html:26
#: templates/djangocms_blog/plugins/authors_posts.html:12
#: templates/djangocms_blog/plugins/latest_entries.html:7
#: templates/djangocms_blog/plugins/tags.html:17
#: templates/djangocms_blog/post_list.html:21
msgid "No article found."
msgstr "Nessun articolo trovato."

#: templates/djangocms_blog/plugins/authors.html:3
#: templates/djangocms_blog/plugins/authors_posts.html:3
msgid "Authors"
msgstr "Autori"

#: templates/djangocms_blog/plugins/authors.html:15
msgid "No author found."
msgstr "Nessun autore trovato"

#: templates/djangocms_blog/plugins/authors_posts.html:7
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Articoli di"

#: templates/djangocms_blog/plugins/categories.html:15
msgid "No categories found."
msgstr "Nessuna categoria trovata."

#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Tag"

#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Indietro"

#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "precedente"

#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Pagina"

#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "di"

#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "successivo"