diff --git a/bl-plugins/about/languages/it.json b/bl-plugins/about/languages/it.json
new file mode 100644
index 00000000..8a2a8042
--- /dev/null
+++ b/bl-plugins/about/languages/it.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "Informazioni",
+ "description": "Visualizza una breve descrizione sul tuo sito o su te stesso."
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/api/languages/it.json b/bl-plugins/api/languages/it.json
new file mode 100644
index 00000000..30824264
--- /dev/null
+++ b/bl-plugins/api/languages/it.json
@@ -0,0 +1,11 @@
+{
+ "plugin-data":
+ {
+ "name": "API",
+ "description": "Interfaccia per interagire con Bludit utilizzando il protocollo HTTP.
Leggi di più su questo plugin su API Introduction."
+ },
+ "api-token": "Token API",
+ "amount-of-pages": "Quantità di pagine",
+ "this-is-the-maximum-of-pages-to-return-when-you-call-to": "Questo è il numero di pagine di ritorno quando effetui una chiamata /api/pages",
+ "this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Questo token è di sola lettura e viene rigenerato ogni volta che installi il plugin"
+}
\ No newline at end of file
diff --git a/bl-plugins/backup/languages/it.json b/bl-plugins/backup/languages/it.json
new file mode 100644
index 00000000..e73a3cf1
--- /dev/null
+++ b/bl-plugins/backup/languages/it.json
@@ -0,0 +1,11 @@
+{
+ "plugin-data":
+ {
+ "name": "Backup",
+ "description": "Il modo semplice per fare il backup di Bludit."
+ },
+ "create-backup": "Crea Backup",
+ "download": "Scarica",
+ "restore-backup": "Ripristina Backup",
+ "delete-backup": "Elimina Backup"
+}
\ No newline at end of file
diff --git a/bl-plugins/categories/languages/it.json b/bl-plugins/categories/languages/it.json
new file mode 100644
index 00000000..c9743635
--- /dev/null
+++ b/bl-plugins/categories/languages/it.json
@@ -0,0 +1,8 @@
+{
+ "plugin-data":
+ {
+ "name": "Categorie",
+ "description": "Visualizza tutte le categorie nella barra laterale."
+ },
+ "hide-categories-without-content": "Nascondi categorie senza contenuto"
+}
diff --git a/bl-plugins/disqus/languages/it.json b/bl-plugins/disqus/languages/it.json
new file mode 100644
index 00000000..0b7defde
--- /dev/null
+++ b/bl-plugins/disqus/languages/it.json
@@ -0,0 +1,10 @@
+{
+ "plugin-data":
+ {
+ "name": "Disqus",
+ "description": "Disqus è un servizio di hosting per i commenti sui siti web.
E' neccesario essere resitrati su Disqus per utilizzare questo servizio."
+ },
+ "disqus-shortname": "Nome Breve Disqus ",
+ "enable-disqus-on-pages": "Disqus su statico",
+ "enable-disqus-on-posts": "Disqus su pubblicato"
+}
diff --git a/bl-plugins/google/languages/it.json b/bl-plugins/google/languages/it.json
new file mode 100644
index 00000000..199d6819
--- /dev/null
+++ b/bl-plugins/google/languages/it.json
@@ -0,0 +1,14 @@
+{
+ "plugin-data":
+ {
+ "name": "Google",
+ "description": "Questo plugin genera il codice necessario per i seguenti strumenti di Google: Google Analytics, Google Tag Manager e Google Site Verification HTML Tag."
+ },
+
+ "google-webmasters-tools": "Google Webmasters tools",
+ "google-analytics-tracking-id": "Google Analytics Tracking ID",
+ "google-tag-manager": "Google Tag Manager",
+ "complete-this-field-with-the-google-site-verification": "Completa questo campo con il Google Site verification per verificare il proprietario del sito.",
+ "complete-this-field-with-the-tracking-id": "Completa questo campo con il Tracking ID per generare il codice Javascript di tracciamento per Google Analytics.",
+ "complete-this-field-with-the-tracking-id-google-tag": "Completa questo campo con il Tracking ID per generare il codice Javascript di tracciamento per Google Tag Manager."
+}
\ No newline at end of file
diff --git a/bl-plugins/html-code/languages/it.json b/bl-plugins/html-code/languages/it.json
new file mode 100644
index 00000000..816448dd
--- /dev/null
+++ b/bl-plugins/html-code/languages/it.json
@@ -0,0 +1,10 @@
+{
+ "plugin-data":
+ {
+ "name": "Codice HTML",
+ "description": "Aggiungi codice HTML, CSS o Javascript nel metadata head, nel header o nel footer del tuo sito."
+ },
+ "insert-code-in-the-theme-inside-the-tag-head": "Inserisci il codice nel tema all'interno del tag <head> </head>",
+ "insert-code-in-the-theme-at-the-top": "Inserisci il codice in alto nel tema.",
+ "insert-code-in-the-theme-at-the-bottom": "Inserisci il codice in basso nel tema."
+}
diff --git a/bl-plugins/links/languages/it.json b/bl-plugins/links/languages/it.json
new file mode 100644
index 00000000..6d521639
--- /dev/null
+++ b/bl-plugins/links/languages/it.json
@@ -0,0 +1,8 @@
+{
+ "plugin-data":
+ {
+ "name": "Link",
+ "description": "Visualizza un elenco di link nella barra laterale, puoi modificare questi link nelle impostazioni."
+ },
+ "add-a-new-link": "Aggiungi un nuovo link"
+}
diff --git a/bl-plugins/maintenance-mode/languages/it.json b/bl-plugins/maintenance-mode/languages/it.json
new file mode 100644
index 00000000..552f0de9
--- /dev/null
+++ b/bl-plugins/maintenance-mode/languages/it.json
@@ -0,0 +1,10 @@
+{
+ "plugin-data":
+ {
+ "name": "Modalità Manutenzione",
+ "description": "Imposta il tuo sito in modalità manutenzione, puoi accedere all'area di amministrazione."
+ },
+
+ "enable-maintenance-mode": "Abilita modalità di manutenzione",
+ "message": "Messaggio"
+}
diff --git a/bl-plugins/navigation/languages/it.json b/bl-plugins/navigation/languages/it.json
new file mode 100644
index 00000000..eaaf07e2
--- /dev/null
+++ b/bl-plugins/navigation/languages/it.json
@@ -0,0 +1,10 @@
+{
+ "plugin-data":
+ {
+ "name": "Navigazione",
+ "description": "Crea il tuo menu di navigazione con le ultime pagine o con le pagine statiche."
+ },
+ "home-link": "Link Home",
+ "show-the-home-link-on-the-sidebar": "Mostra il collegamento alla home nella barra laterale.",
+ "amount-of-items": "Quantità di voci"
+}
\ No newline at end of file
diff --git a/bl-plugins/opengraph/languages/it.json b/bl-plugins/opengraph/languages/it.json
new file mode 100644
index 00000000..81d68ea2
--- /dev/null
+++ b/bl-plugins/opengraph/languages/it.json
@@ -0,0 +1,8 @@
+{
+ "plugin-data":
+ {
+ "name": "Open Graph",
+ "description": "Il protocollo Open Graph permette a qualsiasi pagina web di diventare un rich object in un social graph."
+ },
+ "default-image": "Immagine predefinita"
+}
\ No newline at end of file
diff --git a/bl-plugins/rss/languages/it.json b/bl-plugins/rss/languages/it.json
new file mode 100644
index 00000000..67a12fc0
--- /dev/null
+++ b/bl-plugins/rss/languages/it.json
@@ -0,0 +1,9 @@
+{
+ "plugin-data":
+ {
+ "name": "Feed RSS",
+ "description": "Questo plugin genera un feed RSS del tuo sito.
Il feed si trova all' URL https://esempio.com/rss.xml"
+ },
+ "amount-of-items-to-show-on-the-feed": "Quantità di voci da mostrare nel feed.",
+ "rss-url": "URL RSS"
+}
diff --git a/bl-plugins/simplemde/languages/en.json b/bl-plugins/simplemde/languages/en.json
index cae2eb60..856db1dd 100644
--- a/bl-plugins/simplemde/languages/en.json
+++ b/bl-plugins/simplemde/languages/en.json
@@ -2,11 +2,11 @@
"plugin-data":
{
"name": "SimpleMDE",
- "description": "Markdown editor, cleaned interface to create markup language."
+ "description": "Editor Markdown, interfaccia pulita per creare linguaggio markup."
},
- "toolbar": "Toolbar",
- "tab-size": "Tab size",
- "autosave": "Autosave",
- "spell-checker": "Spell Checker",
- "content-here-supports-markdown-and-html-code": "Content here supports Markdown and HTML code"
+ "toolbar": "Barra degli strumenti",
+ "tab-size": "Dimensione Tab",
+ "autosave": "Salvataggio Automatico",
+ "spell-checker": "Correttore",
+ "content-here-supports-markdown-and-html-code": "Il contenuto qui supporta il codice Markdown e HTML"
}
diff --git a/bl-plugins/sitemap/languages/it.json b/bl-plugins/sitemap/languages/it.json
new file mode 100644
index 00000000..21770132
--- /dev/null
+++ b/bl-plugins/sitemap/languages/it.json
@@ -0,0 +1,8 @@
+{
+ "plugin-data":
+ {
+ "name": "Sitemap",
+ "description": "Questo plugin genera un file sitemap.xml, Che offre l'elenco delle pagine sul tuo sito web, questo aiuya i motori di ricerca ad organizzare e filtrare il contenuto del proprio sito web."
+ },
+ "sitemap-url": "URL sitemap"
+}
diff --git a/bl-plugins/static-pages/languages/it.json b/bl-plugins/static-pages/languages/it.json
new file mode 100644
index 00000000..8bebdc62
--- /dev/null
+++ b/bl-plugins/static-pages/languages/it.json
@@ -0,0 +1,9 @@
+{
+ "plugin-data":
+ {
+ "name": "Pagine Statiche",
+ "description": "Crea il tuo menu du navigazione con le pagine statiche."
+ },
+ "home-link": "Collegamento Home",
+ "show-the-home-link-on-the-sidebar": "Visualizza il collegamento della home nella barra laterale."
+}
\ No newline at end of file
diff --git a/bl-plugins/tags/languages/it.json b/bl-plugins/tags/languages/it.json
new file mode 100644
index 00000000..e98a8c6c
--- /dev/null
+++ b/bl-plugins/tags/languages/it.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "Elenco tag",
+ "description": "Visualizza tutti i tag nella barra laterale."
+ }
+}
diff --git a/bl-plugins/tinymce/languages/it.json b/bl-plugins/tinymce/languages/it.json
new file mode 100644
index 00000000..89981978
--- /dev/null
+++ b/bl-plugins/tinymce/languages/it.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "TinyMCE",
+ "description": "Editor HTML per formattare il contenuto. Raccomandato per gli utenti che non voglio lavorare con il codice Markdown."
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/twitter-cards/languages/it.json b/bl-plugins/twitter-cards/languages/it.json
new file mode 100644
index 00000000..b2408307
--- /dev/null
+++ b/bl-plugins/twitter-cards/languages/it.json
@@ -0,0 +1,8 @@
+{
+ "plugin-data":
+ {
+ "name": "Twitter Cards",
+ "description": "Con Twitter Cards, puoi aggiungere foto, video e media ai tuoi tweet, aiutando a guidare il traffico sul tuo sito."
+ },
+ "default-image": "Immagine predefinita"
+}
\ No newline at end of file
diff --git a/bl-plugins/version/languages/it.json b/bl-plugins/version/languages/it.json
new file mode 100644
index 00000000..4ec6b67c
--- /dev/null
+++ b/bl-plugins/version/languages/it.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "Versione",
+ "description": "Visualizza la versione corrente in basso a destra nel pannello di amministrazione, e controlla periodicamente i nuovi rilasci di Bludit."
+ }
+}
\ No newline at end of file
diff --git a/bl-themes/alternative/languages/it.json b/bl-themes/alternative/languages/it.json
new file mode 100644
index 00000000..2d053591
--- /dev/null
+++ b/bl-themes/alternative/languages/it.json
@@ -0,0 +1,7 @@
+{
+ "theme-data":
+ {
+ "name": "Alternative",
+ "description": "Tema elegante e semplice per siti web e blog. Barra di navigazione con social media e pagine statiche."
+ }
+}
\ No newline at end of file
diff --git a/bl-themes/blogx/languages/en.json b/bl-themes/blogx/languages/en.json
index ad936cd5..8fe089a5 100644
--- a/bl-themes/blogx/languages/en.json
+++ b/bl-themes/blogx/languages/en.json
@@ -2,6 +2,6 @@
"theme-data":
{
"name": "Blog X",
- "description": "Theme for bloggers, with right sidebar, reading time and navbar with social icons and static pages."
+ "description": "Tema per blogger, con barra laterale a destra, tempo di lettura e barra di navigazione con icone social e pagine statiche."
}
}
\ No newline at end of file