commit
32382dce22
|
@ -8,5 +8,5 @@
|
|||
"download": "Scarica",
|
||||
"restore-backup": "Ripristina Backup",
|
||||
"delete-backup": "Elimina Backup",
|
||||
"there-are-no-backups-for-the-moment": "There are no backups for the moment"
|
||||
}
|
||||
"there-are-no-backups-for-the-moment": "Non ci sono backup al momento"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"plugin-data":
|
||||
{
|
||||
"name": "Canonical",
|
||||
"description": "L'utilizzo degli URLS canonici può aiutare i motori di ricerca quali URL hanno un contenuto identico."
|
||||
}
|
||||
}
|
|
@ -5,8 +5,8 @@
|
|||
"description": "Disqus è un servizio di hosting per i commenti sui siti web.<br>E' neccesario essere resitrati su <a href=\"https://disqus.com\">Disqus</a> per utilizzare questo servizio."
|
||||
},
|
||||
"disqus-shortname": "Nome Breve Disqus ",
|
||||
"enable-disqus-on-pages": "Disqus on pages",
|
||||
"enable-disqus-on-static-pages": "Disqus on static pages",
|
||||
"enable-disqus-on-sticky-pages": "Disqus on sticky pages",
|
||||
"get-the-shortname-from-the-disqus-general-settings": "Get the shortname from the Disqus general settings"
|
||||
}
|
||||
"enable-disqus-on-pages": "Disqus sulle pagine",
|
||||
"enable-disqus-on-static-pages": "Disqus sulle pagine statiche",
|
||||
"enable-disqus-on-sticky-pages": "Disqus sulle pagine sticky",
|
||||
"get-the-shortname-from-the-disqus-general-settings": "Acquisisci il nome utente da utilizzare dalle impostazioni generali di Disqus"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"plugin-data":
|
||||
{
|
||||
"name": "Contatore visite",
|
||||
"description": "Mostra il numero di visite o di visitatori unici nella barra laterale del tuo sito."
|
||||
}
|
||||
}
|
|
@ -4,6 +4,6 @@
|
|||
"name": "Open Graph",
|
||||
"description": "Il protocollo Open Graph permette a qualsiasi pagina web di diventare un rich object in un social graph."
|
||||
},
|
||||
"set-a-default-image-for-content": "Set a default image for the content without pictures.",
|
||||
"set-your-facebook-app-id": "Set your Facebook App ID."
|
||||
}
|
||||
"set-a-default-image-for-content": "Imposta un'immagine predefinita per il contenuto senza foto.",
|
||||
"set-your-facebook-app-id": "Imposta il tuo Facebook App ID."
|
||||
}
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"plugin-data":
|
||||
{
|
||||
"name": "Contenuto remoto",
|
||||
"description": "Questo plugin offre un modo semplice di avere il contenuto del proprio sito su Github e simili e di tenerli sincronizzati con Bludit."
|
||||
},
|
||||
"webhook": "Webhook",
|
||||
"source": "Sorgente",
|
||||
"try-webhook": "Prova webhook",
|
||||
"complete-url-of-the-zip-file": "URL completo del file zipe."
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"plugin-data":
|
||||
{
|
||||
"name": "Robot",
|
||||
"description": "Puoi usare uno speciale meta tag HTML per direi ai robot di non indicizzare il contenuto di una pagina, e/o di non scansionarla per i link."
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"plugin-data":
|
||||
{
|
||||
"name": "Cerca",
|
||||
"description": "Offre un campo di ricerca ai tuoi utenti per poter cercare tra il contenuto del tuo sito."
|
||||
},
|
||||
"search": "Cerca",
|
||||
"show-button-search": "Mostra pulsante cerca"
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"plugin-data":
|
||||
{
|
||||
"name": "Statistiche semplici",
|
||||
"description": "Mostra il numero di vivitatori per giorno sulla tua dashboard."
|
||||
},
|
||||
"visits": "Visite",
|
||||
"visits-today": "Visite oggi",
|
||||
"unique-visitors-today": "Visitatori unici oggi",
|
||||
"chart": "Grafico",
|
||||
"table": "Tabella"
|
||||
}
|
Loading…
Reference in New Issue