diff --git a/wp-content/languages/admin-it_IT.mo b/wp-content/languages/admin-it_IT.mo
index 1c6514892841b5c119ae9a85ffdfdf9eac9be393..8c4b65a86189f8c45d36f822ae83858428ddf26a 100644
Binary files a/wp-content/languages/admin-it_IT.mo and b/wp-content/languages/admin-it_IT.mo differ
diff --git a/wp-content/languages/admin-it_IT.po b/wp-content/languages/admin-it_IT.po
index 6f922e1df5c0c8d6a209592899b2e35bcb68d79a..9c7265dc712e5cf4f9835594c3e99911b432b2dd 100644
--- a/wp-content/languages/admin-it_IT.po
+++ b/wp-content/languages/admin-it_IT.po
@@ -1,15 +1,15 @@
-# Translation of WordPress - 4.6.x - Administration in Italian
-# This file is distributed under the same license as the WordPress - 4.6.x - Administration package.
+# Translation of WordPress - Development - Administration in Italian
+# This file is distributed under the same license as the WordPress - Development - Administration package.
 msgid ""
 msgstr ""
-"PO-Revision-Date: 2016-10-07 18:40:48+0000\n"
+"PO-Revision-Date: 2016-12-19 12:29:16+0000\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: GlotPress/2.3.0-alpha\n"
 "Language: it\n"
-"Project-Id-Version: WordPress - 4.6.x - Administration\n"
+"Project-Id-Version: WordPress - Development - Administration\n"
 
 #. translators: default GMT offset or timezone string. Must be either a valid
 #. offset (-12 to 14) 	   or a valid timezone string (America/New_York). See
@@ -26,121 +26,311 @@ msgctxt "start of week"
 msgid "1"
 msgstr "1"
 
-#. translators: 1: WP_Site_Query, 2: WP_Network_Query
-#: wp-admin/about.php:196
-msgid "Cached and comprehensive site queries improve your network admin experience. The addition of %1$s and %2$s help craft advanced queries with less effort."
-msgstr "Le query al sito globali e tenute in cache migliorano l'esperienza di amministrazione del vostro network. L'aggiunta di %1$s e %2$s aiutano la creazione in maniera più semplice di query complesse."
+#: wp-admin/about.php:223
+msgid "Customize changesets make changes in the customizer persistent, like autosave drafts. They also make exciting new features like starter content possible."
+msgstr "Personalizzare i changeset rende i cambiamenti in Personalizza duraturi, come i salvataggi automatici delle bozze. Essi rendono anche entusiasmanti alcune nuove caratteristiche come la possibilità di contenuti iniziali precaricati."
 
-#: wp-admin/about.php:192
-msgid "Multisite, now faster than ever"
-msgstr "Il multisito è più veloce che mai"
+#: wp-admin/about.php:222
+msgid "Customize Changesets"
+msgstr "Personalizza i changeset"
 
-#: wp-admin/about.php:189
-msgid "Settings now have an <a href=\"https://make.wordpress.org/core/2016/07/05/customizer-apis-in-4-6-for-setting-validation-and-notifications/\">API for enforcing validation constraints</a>. Likewise, customizer controls now support notifications, which are used to display validation errors instead of failing silently."
-msgstr "Le Impostazioni ora hanno una <a href=\"https://make.wordpress.org/core/2016/07/05/customizer-apis-in-4-6-for-setting-validation-and-notifications/\">API per far rispettare i vincoli di validazione</a>. Allo stesso modo controlli di personalizza ora supportano le notifiche che vengono utilizzate per visualizzare gli errori di validazione invece che terminare silenziosamente."
+#. translators: 1: register_setting(), 2:
+#. https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/
+#: wp-admin/about.php:215
+msgid "%1$s <a href=\"%2$s\">has been enhanced</a> to include type, description, and REST API visibility."
+msgstr "%1$s <a href=\"%2$s\">è stato potenziato</a> per includere il tipo, la descrizione, e la visibilità delle REST API."
 
-#: wp-admin/about.php:188
-msgid "Customizer APIs for Setting Validation and Notifications"
-msgstr "API di Personalizza per le impostazioni di validazione e le notifiche"
+#: wp-admin/about.php:211
+msgid "Settings Registration API"
+msgstr "Impostazioni della registrazione delle API"
 
-#: wp-admin/about.php:182
-msgid "Masonry 3.3.2, imagesLoaded 3.2.0, MediaElement.js 2.22.0, TinyMCE 4.4.1, and Backbone.js 1.3.3 are bundled."
-msgstr "Sono disponibili Masonry 3.3.2, imagesLoaded 3.2.0, MediaElement.js 2.22.0, TinyMCE 4.4.1 e Backbone.js 1.3.3."
+#. translators: %s:
+#. https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/
+#: wp-admin/about.php:205
+msgid "The code that lies beneath actions and filters has been overhauled and modernized, fixing bugs along the way."
+msgstr "Il codice alla base di azioni e filtri è stato rivisto e modernizzato, mentre sono stati corretti alcuni bug."
 
-#: wp-admin/about.php:178
-msgid "WordPress will install and use the newest language packs for your plugins and themes as soon as they&#8217;re available from <a href=\"https://translate.wordpress.org/\">WordPress.org&#8217;s community of translators</a>."
-msgstr "WordPress installerà ed utilizzerà i nuovi pacchetti di lingua per i tuoi temi e plugin, appena questi saranno resi disponibili dalla <a href=\"https://translate.wordpress.org/\">comunità di traduttori di WordPress.org</a>."
+#: wp-admin/about.php:195
+msgid "List tables, now with more than bulk edit and delete."
+msgstr "Tabelle con gli elenchi: ora con più possibilità di azioni di gruppo, non solo modifiche e eliminazioni."
 
-#: wp-admin/about.php:177
-msgid "Translations On Demand"
-msgstr "Traduzioni su richiesta"
+#: wp-admin/about.php:194
+msgid "Custom Bulk Actions"
+msgstr "Personalizza le Azioni di gruppo"
 
 #. translators: %s:
-#. https://make.wordpress.org/core/2016/07/08/enhancing-register_meta-in-4-6/
-#: wp-admin/about.php:171
-msgid "The Meta Registration API <a href=\"%s\">has been expanded</a> to support types, descriptions, and REST API visibility."
-msgstr "L'API per la registrazione dei metadati <a href=\"%s\">è stata ampliata</a> per gestire i tipi, le descrizioni e la visibilità con la REST API."
+#. https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/
+#: wp-admin/about.php:188
+msgid "WordPress 4.7 includes <a href=\"%s\">new functions, hooks, and behavior</a> for theme developers."
+msgstr "WordPress 4.7 comprende <a href=\"%s\">nuove funzioni, hook e comportamenti</a> per gli sviluppatori dei temi."
 
-#: wp-admin/about.php:167
-msgid "Meta Registration API"
-msgstr "API Registrazione meta"
+#: wp-admin/about.php:184
+msgid "More Theme API Goodies"
+msgstr "Altre funzionalità API per i temi"
+
+#: wp-admin/about.php:181
+msgid "By opening up the page template functionality to all post types, theme developers have even more flexibility with the WordPress template hierarchy."
+msgstr "Aprendo le funzionalità dei template di pagina a tutti i post type, gli sviluppatori di temi hanno sempre più flessibilità con le gerchie dei template di WordPress."
 
-#. translators: 1: WP_Term_Query, 2: WP_Post_Type
-#: wp-admin/about.php:157
-msgid "A new %1$s class adds flexibility to query term information while a new %2$s object makes interacting with post types more predictable."
-msgstr "Una nuova classe %1$s aggiunge flessibilità alle query sulle informazioni dei termini mentre un nuovo oggetto %2$s rende l'interazione con i custom post type più prevedibile."
+#: wp-admin/about.php:180
+msgid "Post Type Templates"
+msgstr "Template dei post type"
 
-#. translators: 1: WP_Term_Query, 2: WP_Post_Type
-#: wp-admin/about.php:152
-msgid "%1$s and %2$s"
-msgstr "%1$s e %2$s"
+#. translators: %s: smiling face with smiling eyes emoji
+#: wp-admin/about.php:173
+msgid "Even More Developer Happiness %s"
+msgstr "Sviluppatori ancora più felici %s"
 
-#: wp-admin/about.php:147
-msgid "The HTTP API now leverages the Requests library, improving HTTP standard support and adding case-insensitive headers, parallel HTTP requests, and support for Internationalized Domain Names."
-msgstr "La API HTTP si appoggia ora alla libreria Requests, migliorando il supporto a HTTP standard ed aggiungendo header case-insensitive, richieste HTTP in parallelo ed il supporto ai nomi di dominio internazionalizzati."
+#. translators: %s: https://developer.wordpress.org/rest-api/
+#: wp-admin/about.php:161
+msgid "Content endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with sites through plugins, themes, apps, and beyond. Ready to get started with development? <a href=\"%s\">Check out the REST API reference.</a>"
+msgstr "I content endpoint forniscono un accesso esterno leggibile dal computer al tuo sito WordPress con un'interfaccia chiara e standard, che apre la strada a metodi nuovi e innovativi di interazione fra siti e plugin, temi, applicazioni e altro. Sei pronto a iniziare con lo sviluppo? <a href=\"%s\">Vai al manuale delle REST API (in inglese).</a>"
+
+#: wp-admin/about.php:156
+msgid "WordPress 4.7 comes with REST API endpoints for posts, comments, terms, users, meta, and settings."
+msgstr "WordPress 4.7 aggiunge gli endpoint REST API  per gli articoli, i commenti, i termini, gli utenti, i meta e le impostazioni."
+
+#: wp-admin/about.php:155
+msgid "Introducing REST API Content Endpoints"
+msgstr "Ti presentiamo i contenuti degli endpoint delle REST API"
+
+#: wp-admin/about.php:148
+msgid "Just because your site is in one language doesn&#8217;t mean that everybody helping manage it prefers that language for their admin. Add more languages to your site and a user language option will show up in your user&#8217;s profiles."
+msgstr "Sebbene il sito sia in una specifica lingua, non è detto che tutti coloro che lo gestiscono preferiscano quella lingua per la loro Bacheca. Aggiungi più lingue al tuo sito e l'opzione lingua per il singolo utente apparirà nel profilo utente."
 
 #: wp-admin/about.php:146
-msgid "Robust Requests"
-msgstr "Richieste più robuste"
+msgid "Dashboard in your language"
+msgstr "La bacheca nella tua lingua"
 
-#. translators: %s:
-#. https://make.wordpress.org/core/2016/07/06/resource-hints-in-4-6/
-#: wp-admin/about.php:140
-msgid "<a href=\"%s\">Resource hints help browsers</a> decide which resources to fetch and preprocess. WordPress 4.6 adds them automatically for your styles and scripts making your site even faster."
-msgstr "<a href=\"%s\">Il Suggerimento risorse aiuta i browser</a> a decidere quali risorse recuperare e pre-processare. WordPress 4.6 le aggiunge automaticamente ai tuoi stili e script rendendo il tuo sito ancora più veloce."
+#: wp-admin/about.php:143
+msgid "Managing your document collection is easier with WordPress 4.7. Uploading PDFs will generate thumbnail images so you can more easily distinguish between all your documents."
+msgstr "Gestire la raccolta dei tuoi documenti è più facile con WordPress 4.7. Caricando i pdf, saranno generate miniature, cosicché sia più facile distinguere i diversi tipi di documenti."
+
+#: wp-admin/about.php:141
+msgid "PDF Thumbnail Previews"
+msgstr "Miniature delle anteprime per i PDF"
+
+#: wp-admin/about.php:133
+msgid "Sometimes you just need a few visual tweaks to make your site perfect. WordPress 4.7 allows you to add custom CSS and instantly see how your changes affect your site. The live preview allows you to work quickly without page refreshes slowing you down."
+msgstr "A volte hai bisogno di fare delle piccole modifiche per rendere il tuo sito perfetto. WordPress 4.7 ti permette di aggiungere CSS personalizzati e vedere immediatamente quali cambiamenti producono sul sito. L'anteprima in tempo reale ti permette di lavorare velocemente senza bisogno di aggiornare le pagine."
+
+#: wp-admin/about.php:128
+msgid "Many menus for sites contain links to the pages of your site, but what happens when you don&#8217;t have any pages yet? Now you can add new pages while building menus instead of leaving the customizer and abandoning your changes. Once you&#8217;ve published your customizations, you&#8217;ll have new pages ready for you to fill with content."
+msgstr "Molti Menu per siti contengono link alle pagine del sito, ma cosa succede quando non hai ancora creato nessuna pagina? Ora puoi aggiungere nuove pagine direttamente mentre costruisci i Menu, senza bisogno di lasciare Personalizza e abbandonare i tuoi cambiamenti. Una volta che avrai pubblicato i Menu personalizzati, avrai nuove pagine pronte da riempire di contenuti."
+
+#: wp-admin/about.php:126
+msgid "Smoother Menu Building"
+msgstr "Costruzione del Menu più facile"
+
+#: wp-admin/about.php:120
+msgid "Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use."
+msgstr "A volte un grande video pieno di atmosfera, come un'immagine in movimento nell'header, è proprio quello che serve per mostrare i tuoi articoli; non esitare e provalo con il tema Twenty Seventeen. Hai bisogno di qualche ispirazione per i video? Prova a cercare nei siti con i video negli header disponibili per il download e utilizzali."
+
+#: wp-admin/about.php:108
+msgid "Video Headers"
+msgstr "Video negli header"
+
+#: wp-admin/about.php:105
+msgid "Visible icons appear to show you which parts of your site can be customized while live previewing. Click on a shortcut and get straight to editing. Paired with starter content, getting started with customizing your site is faster than ever."
+msgstr "Icone visibili vengono visualizzate per mostrare quali parti del tuo sito possono essere personalizzate durante l'anteprima in tempo reale. Fai clic su una scorciatoia e vai direttamente nell'area di modifica. Insieme ai contenuti iniziali precaricati, iniziare la personalizzazione del sito è più veloce che mai."
+
+#: wp-admin/about.php:93
+msgid "Edit Shortcuts"
+msgstr "Modifica attraverso le scorciatoie"
+
+#: wp-admin/about.php:74
+msgid "To help give you a solid base to build from, individual themes can provide starter content that appears when you go to customize your brand new site. This can range from placing a business information widget in the best location to providing a sample menu with social icon links to a static front page complete with beautiful images. Don&#8217;t worry - nothing new will appear on the live site until you&#8217;re ready to save and publish your initial theme setup."
+msgstr "Per aiutarti a costruire il tuo sito su solide basi, i singoli temi possono fornire contenuti iniziali precaricati che appaiono quando tu personalizzi un nuovo sito. Questi possono andare dall'inserimento nella migliore collocazione possibile di un widget per le informazioni di affari, al fornire un semplice menu per le icone dei social network, a una pagina principale statica con immagini bellissime. Non ti preoccupare - niente di nuovo apparirà sul sito fino a quando non sarai pronto per salvare e pubblicare le tue impostazioni iniziali del tema."
+
+#: wp-admin/about.php:73
+msgid "Theme Starter Content"
+msgstr "Contenuti iniziali preacaricati per il tema"
+
+#: wp-admin/about.php:68
+msgid "WordPress 4.7 adds new features to the customizer to help take you through the initial setup of a theme, with non-destructive live previews of all your changes in one uninterrupted workflow."
+msgstr "WordPress 4.7 aggiunge nuove funzionalità a Personalizza che ti aiutano nell'impostazione iniziale del tema, con anteprime non distruttive in tempo reale dei cambiamenti, in un flusso di lavoro ininterrotto."
+
+#: wp-admin/about.php:67
+msgid "Your Site, Your Way"
+msgstr "Il tuo sito, a modo tuo"
+
+#: wp-admin/about.php:61
+msgid "Twenty Seventeen focuses on business sites and features a customizable front page with multiple sections. Personalize it with widgets, navigation, social menus, a logo, custom colors, and more. Our default theme for 2017 works great in many languages, on any device, and for a wide range of users."
+msgstr "Twenty Seventeen si concentra sui siti per le attività commerciali e dispone di una pagina principale con più sezioni. Personalizzalo con widget, navigazione, menu dei social network, logo, colori personalizzati e molto altro ancora. Il nostro tema predefinito per il 2017 funziona perfettamente in molte lingue, su qualsiasi dispositivo e per una vasta gamma di utenti."
+
+#: wp-admin/about.php:55
+msgid "A brand new default theme brings your site to life with immersive featured images and video headers."
+msgstr "Un nuovo tema predefinito che rende il tuo sito vivo con le immagini che ti avvolgono completamente e i video nell'header."
+
+#: wp-admin/about.php:54
+msgid "Presenting Twenty Seventeen"
+msgstr "Ti presentiamo Twenty Seventeen"
+
+#: wp-admin/about.php:37 wp-admin/credits.php:23 wp-admin/freedoms.php:22
+msgid "Thank you for updating to the latest version! WordPress %s helps you get your site set up the way you want it."
+msgstr "Grazie per aver aggiornato all'ultima versione! WordPress %s ti permette di impostare il sito come lo desideri."
+
+#: wp-admin/users.php:167 wp-admin/users.php:207
+msgid "Sorry, you are not allowed to delete users."
+msgstr "Non hai il permesso per eliminare gli utenti."
+
+#: wp-admin/customize.php:163
+msgid "The Customizer allows you to preview changes to your site before publishing them. You can navigate to different pages on your site within the preview. Edit shortcuts are shown for some editable elements."
+msgstr "Il Personalizza ti permette di visualizzare le modifiche al sito prima di pubblicarle. Puoi navigare fra le varie pagine del tuo sito tramite l'anteprima. Vengono mostrate alcune scorciatoie per alcuni elementi modificabili"
+
+#: wp-admin/customize.php:196
+msgctxt "short (~12 characters) label for hide controls button"
+msgid "Hide Controls"
+msgstr "Chiudi controlli"
+
+#: wp-admin/theme-install.php:59
+msgid "Expand Sidebar"
+msgstr "Espandi la barra laterale"
+
+#: wp-admin/nav-menus.php:812
+msgid "Display location"
+msgstr "Posizione di visualizzazione"
+
+#. translators: 1: user id, 2: user login
+#: wp-admin/users.php:385
+msgid "ID #%1$s: %2$s <strong>Sorry, you are not allowed to remove this user.</strong>"
+msgstr "ID #%1$s: %2$s <strong>Non hai il permesso per rimuovere questo utente.</strong>"
 
-#: wp-admin/about.php:136
-msgid "Resource Hints"
-msgstr "Suggerimento risorse"
+#. translators: The user language selection field label
+#: wp-admin/user-edit.php:280
+msgid "Language"
+msgstr "Lingua"
 
-#: wp-admin/about.php:125
-msgid "As you type, WordPress saves your content to the browser. Recovering saved content is even easier with WordPress 4.6."
-msgstr "Mentre scrivi, WordPress salva il contenuto nel browser. Recuperare i contenuti salvati è ancora più facile con WordPress 4.6."
+#: wp-admin/user-edit.php:41
+msgid "You can select the language you wish to use while using the WordPress administration screen without affecting the language site visitors see."
+msgstr "Puoi selezionare la lingua che preferisci usare per la schermata di amministrazione senza modificare la lingua del sito che il visitatore vede."
 
-#: wp-admin/about.php:124
-msgid "Content Recovery"
-msgstr "Recupero dei contenuti"
+#. translators: 1: WordPress version number, 2: WordPress version number
+#. including locale if necessary
+#: wp-admin/update-core.php:81
+msgid "You can update to <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %2$s</a> automatically:"
+msgstr "Puoi aggiornare automaticamente a <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %2$s</a>:"
 
-#. translators: %s: Home URL appended with 'wordpress.org'
-#: wp-admin/about.php:117
-msgid "Ever accidentally made a link to %s? Now WordPress automatically checks to make sure you didn&#8217;t."
-msgstr "Hai mai fatto un link a %s? Ora WordPress verifica automaticamente i link per assicurarsi che tu non lo faccia."
+#: wp-admin/update-core.php:60
+msgid "If you need to re-install version %s, you can do so here:"
+msgstr "Se devi reinstallare la versione %s, puoi farlo qui:"
+
+#: wp-admin/update-core.php:57
+msgid "You are using a development version of WordPress. You can update to the latest nightly build automatically:"
+msgstr "Stai usando una versione in sviluppo di WordPress. Puoi aggiornare all'ultima versione \"nightly build\" in modo automatico:"
 
-#: wp-admin/about.php:103
-msgid "The WordPress dashboard now takes advantage of the fonts you already have, making it load faster and letting you feel more at home on whatever device you use."
-msgstr "La bacheca di WordPress trae ora vantaggio dai font che hai già disponibili, permettendone un caricamento più rapido e facendoti sentire a casa qualsiasi periferica tu stia utilizzando."
+#: wp-admin/themes.php:258 wp-admin/themes.php:388
+msgid "New version available."
+msgstr "Nuova versione disponibile."
 
-#: wp-admin/about.php:113
-msgid "Inline Link Checker"
-msgstr "Verifica dei link in linea"
+#: wp-admin/theme-install.php:213
+msgid "Edit Filters"
+msgstr "Modifica filtri"
+
+#: wp-admin/theme-install.php:188 wp-admin/theme-install.php:208
+msgid "Clear current filters"
+msgstr "Azzera i filtri attuali"
+
+#. translators: hidden accessibility text
+#: wp-admin/theme-install.php:61
+msgid "Select one or more Theme features to filter by"
+msgstr "Seleziona una o più caratteristiche del tema tra cui filtrare"
+
+#: wp-admin/options-general.php:153
+msgid "Choose either a city in the same timezone as you or a UTC timezone offset."
+msgstr "Scegli in alternativa una città nel tuo stesso fuso orario o una differenza rispetto al fuso orario UTC."
 
-#: wp-admin/about.php:102
-msgid "Native Fonts"
-msgstr "Font nativi"
+#: wp-admin/includes/template.php:1788
+msgid "Current Background Image"
+msgstr "Immagine di sfondo corrente."
 
-#: wp-admin/about.php:78
-msgid "Don&#8217;t lose your place: stay on the same page while you update, install, and delete your plugins and themes."
-msgstr "Non perderti: rimani nella stessa pagina mentre aggiorni, installi e cancelli plugin e temi."
+#: wp-admin/includes/template.php:1775
+msgid "Current Header Image"
+msgstr "Immagine attuale dell'header"
+
+#: wp-admin/includes/plugin-install.php:288
+msgid "Search plugins..."
+msgstr "Ricerca plugin in corso..."
+
+#: wp-admin/includes/meta-boxes.php:105
+msgid "Set status"
+msgstr "Imposta lo stato"
+
+#. translators: %s: post title
+#: wp-admin/includes/class-wp-posts-list-table.php:843
+msgid "&#8220;%s&#8221; is locked"
+msgstr "&#8220;%s&#8221; è bloccato"
+
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:566
+#: wp-admin/includes/plugin-install.php:593
+msgctxt "Active plugin installs"
+msgid "Less Than 10"
+msgstr "Meno di 10"
+
+#: wp-admin/includes/ajax-actions.php:2022
+msgid "Sorry, you are not allowed to attach files to this post."
+msgstr "Non è concesso allegare dei file a questo articolo."
+
+#: wp-admin/freedoms.php:45 wp-admin/includes/plugin-install.php:235
+#: wp-admin/includes/plugin-install.php:599 wp-admin/plugin-install.php:82
+#: wp-admin/plugins.php:392
+msgid "https://wordpress.org/plugins/"
+msgstr "https://it.wordpress.org/plugins/"
+
+#: wp-admin/customize.php:41
+msgid "Customize New Changes"
+msgstr "Apporta nuovi cambiamenti"
+
+#: wp-admin/customize.php:40
+msgid "This changeset has already been published and cannot be further modified."
+msgstr "Questi changeset sono già stati pubblicati e non possono essere modificati di nuovo."
+
+#: wp-admin/custom-background.php:410 wp-admin/custom-background.php:411
+msgctxt "Background Scroll"
+msgid "Scroll"
+msgstr "Scorri"
+
+#: wp-admin/custom-background.php:402 wp-admin/custom-background.php:403
+msgctxt "Background Repeat"
+msgid "Repeat"
+msgstr "Ripeti"
 
-#: wp-admin/about.php:77
-msgid "Streamlined Updates"
-msgstr "Aggiornamenti semplificati"
+#: wp-admin/custom-background.php:394
+msgctxt "Original Size"
+msgid "Original"
+msgstr "Originale"
 
-#: wp-admin/about.php:52 wp-admin/credits.php:23 wp-admin/freedoms.php:22
-msgid "Thank you for updating to the latest version. WordPress %s changes a lot behind the scenes to make your WordPress experience even better!"
-msgstr "Grazie per esserti aggiornato all'ultima versione. WordPress %s cambia molte cose dietro le quinte per rendere la tua esperienza con WordPress sempre migliore!"
+#: wp-admin/comment.php:52 wp-admin/custom-background.php:101
+#: wp-admin/custom-header.php:128 wp-admin/edit-comments.php:184
+#: wp-admin/edit-form-advanced.php:383 wp-admin/edit-form-advanced.php:399
+#: wp-admin/edit-form-advanced.php:415 wp-admin/edit-link-form.php:66
+#: wp-admin/edit-tags.php:270 wp-admin/edit.php:229 wp-admin/edit.php:250
+#: wp-admin/export.php:55 wp-admin/import.php:30 wp-admin/index.php:98
+#: wp-admin/link-manager.php:67 wp-admin/media-new.php:57 wp-admin/media.php:84
+#: wp-admin/my-sites.php:48 wp-admin/nav-menus.php:572
+#: wp-admin/options-discussion.php:29 wp-admin/options-general.php:46
+#: wp-admin/options-media.php:35 wp-admin/options-permalink.php:46
+#: wp-admin/options-reading.php:39 wp-admin/options-writing.php:46
+#: wp-admin/plugin-editor.php:157 wp-admin/plugin-install.php:99
+#: wp-admin/plugins.php:410 wp-admin/revision.php:121
+#: wp-admin/theme-editor.php:43 wp-admin/theme-install.php:115
+#: wp-admin/themes.php:119 wp-admin/tools.php:29 wp-admin/update-core.php:574
+#: wp-admin/upload.php:67 wp-admin/upload.php:211 wp-admin/user-edit.php:56
+#: wp-admin/user-new.php:214 wp-admin/users.php:69 wp-admin/widgets.php:75
+msgid "<a href=\"https://wordpress.org/support/\">Support Forums</a>"
+msgstr "<a href=\"https://it.wordpress.org/forums/\">Forum di supporto</a>"
 
 #. translators: %s: Number of failed updates
-#: wp-admin/includes/update.php:676
+#: wp-admin/includes/update.php:684
 msgid "%s updates failed."
 msgstr "%s aggiornamenti non sono andati a buon fine. "
 
 #. translators: %s: Number of failed updates
-#: wp-admin/includes/update.php:671
+#: wp-admin/includes/update.php:679
 msgid "%s update failed."
 msgstr "L'aggiornamento di %s non è andato a buon fine. "
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:369
+#: wp-admin/includes/class-wp-plugins-list-table.php:370
 msgid "Search installed plugins..."
 msgstr "Cerca tra i plugin installati..."
 
@@ -149,10 +339,10 @@ msgid "You can find new plugins to install by searching or browsing the director
 msgstr "Puoi trovare nuovi plugin da installare cercandoli o sfogliando la directory nella tua sezione Plugin."
 
 #: wp-admin/plugin-install.php:82
-msgid "Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from the core WordPress application by thousands of developers all over the world. All plugins in the official <a href=\"%s\" target=\"_blank\">WordPress Plugin Directory</a> are compatible with the license WordPress uses."
-msgstr "I plugin si agganciano a WordPress per estendere le sue funzionalità con caratteristiche personalizzate. I plugin sono sviluppati indipendentemente dal core di WordPress da migliaia di sviluppatori in tutto il mondo. Tutti i plugin nella <a href=\"%s\" target=\"_blank\">Directory ufficiale dei plugin di WordPress</a> sono compatibili con la licenza che utilizza WordPress."
+msgid "Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from the core WordPress application by thousands of developers all over the world. All plugins in the official <a href=\"%s\">WordPress Plugin Directory</a> are compatible with the license WordPress uses."
+msgstr "I plugin si agganciano a WordPress per estendere le sue funzionalità con caratteristiche personalizzate. I plugin sono sviluppati indipendentemente dal core di WordPress da migliaia di sviluppatori in tutto il mondo. Tutti i plugin nella <a href=\"%s\">Directory ufficiale dei plugin di WordPress</a> sono compatibili con la licenza che utilizza WordPress."
 
-#: wp-admin/includes/plugin-install.php:259
+#: wp-admin/includes/plugin-install.php:281
 msgid "Search plugins by:"
 msgstr "Cerca plugin per:"
 
@@ -189,47 +379,47 @@ msgid "Import posts, comments, and users from a Blogger blog."
 msgstr "Importa articoli, commenti e utenti da un blog Blogger."
 
 #. translators: %s: plugin name
-#: wp-admin/includes/class-wp-plugins-list-table.php:626
+#: wp-admin/includes/class-wp-plugins-list-table.php:627
 msgctxt "plugin"
 msgid "Deactivate %s"
 msgstr "Disattiva %s"
 
 #. translators: %s: plugin name
-#: wp-admin/includes/class-wp-plugins-list-table.php:612
-#: wp-admin/includes/class-wp-plugins-list-table.php:633
+#: wp-admin/includes/class-wp-plugins-list-table.php:613
+#: wp-admin/includes/class-wp-plugins-list-table.php:634
 msgctxt "plugin"
 msgid "Delete %s"
 msgstr "Elimina %s"
 
 #. translators: %s: plugin name
-#: wp-admin/includes/class-wp-plugins-list-table.php:603
+#: wp-admin/includes/class-wp-plugins-list-table.php:604
 msgctxt "plugin"
 msgid "Network Deactivate %s"
 msgstr "Disattiva nel network %s"
 
-#: wp-admin/user-new.php:180
+#: wp-admin/user-new.php:187
 msgid "By default, new users will receive an email letting them know they&#8217;ve been added as a user for your site. This email will also contain a password reset link. Uncheck the box if you don&#8217;t want to send the new user a welcome email."
 msgstr "Di norma, i nuovi utenti ricevono un’email che li mette a conoscenza del fatto che sono stati aggiunti come utenti al tuo sito. Questa email contiene anche un link per reimpostare la password. Lascia in bianco l’opzione, se non vuoi inviare un’email di benvenuto ai nuovi utenti."
 
-#: wp-admin/user-new.php:178
+#: wp-admin/user-new.php:185
 msgid "New users are automatically assigned a password, which they can change after logging in. You can view or edit the assigned password by clicking the Show Password button. The username cannot be changed once the user has been added."
 msgstr "Ai nuovi utenti viene assegnata automaticamente una password, che possono cambiare dopo essersi autenticati. Puoi vedere o modificare la password assegnata facendo clic sul pulsante Mostra Password. Lo username non può più essere cambiato dopo che l'utente è stato aggiunto."
 
 #. translators: %s: Plugin name
-#: wp-admin/includes/update.php:739
+#: wp-admin/includes/update.php:747
 msgctxt "plugin"
 msgid "%s was successfully deleted."
 msgstr "%s è stato eliminato."
 
-#: wp-admin/plugins.php:374
+#: wp-admin/plugins.php:388
 msgid "The search for installed plugins will search for terms in their name, description, or author."
 msgstr "La ricerca per installare i plugin  funziona per nome, descrizione  o autore.   "
 
-#: wp-admin/includes/theme.php:251
+#: wp-admin/includes/theme.php:253
 msgid "Custom Logo"
 msgstr "Logo personalizzato"
 
-#: wp-admin/user-new.php:23 wp-admin/user-new.php:110
+#: wp-admin/user-new.php:23 wp-admin/user-new.php:117
 msgid "Sorry, you are not allowed to create users."
 msgstr "Non hai il permesso di creare nuovi utenti."
 
@@ -237,26 +427,30 @@ msgstr "Non hai il permesso di creare nuovi utenti."
 msgid "Sorry, you are not allowed to add users to this network."
 msgstr "Non hai il permesso di aggiungere utenti a questa rete."
 
-#: wp-admin/user-edit.php:534
+#: wp-admin/user-edit.php:571
 msgid "Confirm use of potentially weak password"
 msgstr "Conferma l'uso di una password potenzialmente debole."
 
-#: wp-admin/includes/ajax-actions.php:3438 wp-admin/update.php:172
+#: wp-admin/customize.php:33
+msgid "Sorry, you are not allowed to edit this changeset."
+msgstr "Non hai il permesso di modificare questo changeset."
+
+#: wp-admin/includes/ajax-actions.php:3419 wp-admin/update.php:172
 #: wp-admin/update.php:193
 msgid "Sorry, you are not allowed to update themes for this site."
 msgstr "Non hai il permesso di aggiornare i temi per questo sito."
 
-#: wp-admin/update-core.php:23 wp-admin/update-core.php:626
-#: wp-admin/update-core.php:650 wp-admin/update-core.php:678
-#: wp-admin/update-core.php:708
+#: wp-admin/update-core.php:23 wp-admin/update-core.php:635
+#: wp-admin/update-core.php:663 wp-admin/update-core.php:696
+#: wp-admin/update-core.php:731
 msgid "Sorry, you are not allowed to update this site."
 msgstr "Non hai il permesso di aggiornare questo sito."
 
-#: wp-admin/themes.php:255 wp-admin/themes.php:381
+#: wp-admin/themes.php:256 wp-admin/themes.php:386
 msgid "New version available. <button class=\"button-link\" type=\"button\">Update now</button>"
 msgstr "È disponibile una nuova versione. <button class=\"button-link\" type=\"button\">Aggiorna ora</button>"
 
-#: wp-admin/theme-install.php:134
+#: wp-admin/theme-install.php:140
 msgid "The Theme Installer screen requires JavaScript."
 msgstr "La schermata di installazione del Tema richiede JavaScript."
 
@@ -264,7 +458,7 @@ msgstr "La schermata di installazione del Tema richiede JavaScript."
 msgid "Sorry, you are not allowed to edit templates for this site."
 msgstr "Non hai il permesso di modificare i template di questo sito."
 
-#: wp-admin/setup-config.php:284
+#: wp-admin/setup-config.php:282
 msgid "<strong>ERROR</strong>: \"Table Prefix\" is invalid."
 msgstr "<strong>ERRORE</strong>: \"Il prefisso della tabella\" non è valido."
 
@@ -290,141 +484,145 @@ msgstr "Non hai il permesso di modificare le impostazioni non registrate per que
 msgid "Sorry, you are not allowed to manage options for this site."
 msgstr "Non hai il permesso di gestire le opzioni di questo sito."
 
-#: wp-admin/nav-menus.php:588 wp-admin/widgets.php:360
+#: wp-admin/nav-menus.php:589 wp-admin/widgets.php:360
 msgid "Manage with Live Preview"
 msgstr "Gestisci con l'anteprima in tempo reale"
 
 #: wp-admin/ms-delete-site.php:16
 msgid "Sorry, you are not allowed to delete this site."
-msgstr "Non hai il permesso di cancellare questo sito."
+msgstr "Non hai il permesso di eliminare questo sito."
 
 #: wp-admin/link-add.php:13
 msgid "Sorry, you are not allowed to add links to this site."
 msgstr "Non hai il permesso di aggiungere link a questo sito."
 
 #. translators: %s: WordPress Planet URL
-#: wp-admin/index.php:82
+#: wp-admin/index.php:81
 msgid "<strong>WordPress News</strong> &mdash; Latest news from the official WordPress project and the <a href=\"%s\">WordPress Planet</a>."
 msgstr "<strong>WordPress News</strong> &mdash; Le ultime notizie dal progetto WordPress ufficiale e da <a href=\"%s\">WordPress Planet</a>."
 
 #. translators: %s: WordPress Planet URL
-#: wp-admin/index.php:76
+#: wp-admin/index.php:75
 msgid "<strong>WordPress News</strong> &mdash; Latest news from the official WordPress project, the <a href=\"%s\">WordPress Planet</a>, and popular plugins."
 msgstr "<strong>WordPress News</strong> &mdash; le ultime notizie dal progetto WordPress ufficiale, da <a href=\"%s\">WordPress Planet</a> e dai plugin più popolari."
 
-#: wp-admin/includes/upgrade.php:197
+#: wp-admin/includes/upgrade.php:200
 msgid ""
 "Hi, this is a comment.\n"
 "To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\n"
 "Commenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>."
 msgstr ""
 "Ciao, questo è un commento.\n"
-"Per iniziare a moderare, modificare e cancellare commenti, visita la schermata commenti nella bacheca.\n"
+"Per iniziare a moderare, modificare ed eliminare commenti, visita la schermata commenti nella bacheca.\n"
 "Gli avatar di chi lascia un commento sono forniti da <a href=\"https://gravatar.com\">Gravatar</a>."
 
-#: wp-admin/includes/upgrade.php:194
+#: wp-admin/includes/upgrade.php:197
 msgid "A WordPress Commenter"
 msgstr "Un commentatore di WordPress"
 
 #. translators: %s: Theme name
-#: wp-admin/includes/update.php:747
+#: wp-admin/includes/update.php:755
 msgctxt "theme"
 msgid "%s was successfully deleted."
 msgstr "%s è stato eliminato con successo."
 
 #. translators: %s: Number of themes
-#: wp-admin/includes/update.php:661
+#: wp-admin/includes/update.php:669
 msgid "%s themes successfully updated."
 msgstr "%s temi aggiornati con successo."
 
 #. translators: %s: Number of plugins
-#: wp-admin/includes/update.php:656
+#: wp-admin/includes/update.php:664
 msgid "%s plugins successfully updated."
 msgstr "%s plugin aggiornati con successo."
 
 #. translators: %s: Number of themes
-#: wp-admin/includes/update.php:649
+#: wp-admin/includes/update.php:657
 msgid "%s theme successfully updated."
 msgstr "%s tema aggiornato con successo."
 
 #. translators: %s: Number of plugins
-#: wp-admin/includes/update.php:644
+#: wp-admin/includes/update.php:652
 msgid "%s plugin successfully updated."
 msgstr "%s plugin aggiornato con successo."
 
 #. translators: 1: Codex URL to release notes, 2: new WordPress version
-#: wp-admin/includes/update.php:249
+#: wp-admin/includes/update.php:257
 msgid "<a href=\"%1$s\">WordPress %2$s</a> is available! Please notify the site administrator."
 msgstr "<a href=\"%1$s\">WordPress %2$s</a> è disponibile! Notifica l'amministratore del sito."
 
-#: wp-admin/includes/update.php:244
+#: wp-admin/includes/update.php:252
 msgid "Please update WordPress now"
 msgstr "Aggiorna WordPress ora"
 
 #. translators: %s: WordPress version
-#: wp-admin/includes/update.php:239 wp-admin/includes/update.php:252
+#: wp-admin/includes/update.php:247 wp-admin/includes/update.php:260
 msgid "https://codex.wordpress.org/Version_%s"
 msgstr "https://codex.wordpress.org/Version_%s"
 
 #. translators: 1: Codex URL to release notes, 2: new WordPress version, 3: URL
 #. to network admin, 4: accessibility text
-#: wp-admin/includes/update.php:236
+#: wp-admin/includes/update.php:244
 msgid "<a href=\"%1$s\">WordPress %2$s</a> is available! <a href=\"%3$s\" aria-label=\"%4$s\">Please update now</a>."
 msgstr "<a href=\"%1$s\">WordPress %2$s</a> è disponibile! <a href=\"%3$s\" aria-label=\"%4$s\">Aggiorna ora</a>."
 
-#: wp-admin/includes/theme.php:278
+#: wp-admin/includes/theme.php:280
 msgid "Portfolio"
 msgstr "Portfolio"
 
-#: wp-admin/includes/theme.php:277
+#: wp-admin/includes/theme.php:279
 msgid "Photography"
 msgstr "Fotografia"
 
-#: wp-admin/includes/theme.php:276
+#: wp-admin/includes/theme.php:278
 msgid "News"
 msgstr "Notizie"
 
-#: wp-admin/includes/theme.php:274
+#: wp-admin/includes/theme.php:276
 msgid "Food & Drink"
 msgstr "Cibo e bevande"
 
-#: wp-admin/includes/theme.php:273
+#: wp-admin/includes/theme.php:275
 msgid "Entertainment"
 msgstr "Intrattenimento"
 
-#: wp-admin/includes/theme.php:272
+#: wp-admin/includes/theme.php:274
 msgid "Education"
 msgstr "Istruzione"
 
-#: wp-admin/includes/theme.php:271
+#: wp-admin/includes/theme.php:273
 msgid "E-Commerce"
 msgstr "E-Commerce"
 
-#: wp-admin/includes/theme.php:270
+#: wp-admin/includes/theme.php:272
 msgid "Blog"
 msgstr "Blog"
 
-#: wp-admin/includes/theme.php:257
+#: wp-admin/includes/theme.php:259
 msgid "Footer Widgets"
 msgstr "Widget del footer"
 
-#: wp-admin/includes/theme.php:236
+#: wp-admin/includes/theme.php:238
 msgid "Grid Layout"
 msgstr "Layout a griglia"
 
-#: wp-admin/includes/template.php:2020
+#: wp-admin/includes/template.php:2046
 msgid "This will replace the current editor content with the last backup version. You can use undo and redo in the editor to get the old content back or to return to the restored version."
 msgstr "Sostituirai l'attuale contenuto dell'editor con l'ultima versione di backup. Puoi anche annullare e ritornare all'editor per recuperare il contenuto precedente o tornare ad una versione ripristinata."
 
-#: wp-admin/includes/template.php:1498
+#: wp-admin/includes/template.php:1501
 msgid "Close media attachment panel"
 msgstr "Chiudi il pannello allegati media"
 
-#: wp-admin/includes/ms.php:1067
+#: wp-admin/users.php:317 wp-admin/users.php:352
+msgid "Sorry, you are not allowed to remove users."
+msgstr "Non hai il permesso di rimuovere gli utenti."
+
+#: wp-admin/includes/ms.php:1084
 msgid "Info"
 msgstr "Informazioni"
 
-#: wp-admin/includes/meta-boxes.php:856
+#: wp-admin/includes/meta-boxes.php:866
 msgid "Need help? Use the Help tab above the screen title."
 msgstr "Hai bisogno di aiuto? Usa il tab di Aiuto sopra il titolo della schermata."
 
@@ -452,7 +650,7 @@ msgstr "Incorpora il template 404"
 msgid "Embed Template"
 msgstr "Incorpora template"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:476
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:472
 msgctxt "plugin"
 msgid "Active"
 msgstr "Attivo"
@@ -462,59 +660,59 @@ msgid "(Private post)"
 msgstr "(Post privato)"
 
 #: wp-admin/includes/bookmark.php:32 wp-admin/includes/bookmark.php:315
-#: wp-admin/link-manager.php:12 wp-admin/link-manager.php:71
+#: wp-admin/link-manager.php:12 wp-admin/link-manager.php:77
 msgid "Sorry, you are not allowed to edit the links for this site."
 msgstr "Non hai il permesso di modificare i link in questo sito."
 
-#: wp-admin/includes/ajax-actions.php:3857
-#: wp-admin/includes/ajax-actions.php:3900 wp-admin/plugins.php:13
+#: wp-admin/includes/ajax-actions.php:3842
+#: wp-admin/includes/ajax-actions.php:3885 wp-admin/plugins.php:13
 msgid "Sorry, you are not allowed to manage plugins for this site."
 msgstr "Non hai il permesso di gestire i plugin in questo sito."
 
-#: wp-admin/includes/ajax-actions.php:3827
+#: wp-admin/includes/ajax-actions.php:3812
 msgid "Plugin could not be deleted."
 msgstr "Il plugin non può essere eliminato."
 
-#: wp-admin/includes/ajax-actions.php:3789 wp-admin/plugins.php:231
+#: wp-admin/includes/ajax-actions.php:3774 wp-admin/plugins.php:231
 msgid "Sorry, you are not allowed to delete plugins for this site."
 msgstr "Non hai il permesso di eliminare i plugin in questo sito."
 
-#: wp-admin/includes/ajax-actions.php:3688 wp-admin/update.php:24
+#: wp-admin/includes/ajax-actions.php:3673 wp-admin/update.php:24
 #: wp-admin/update.php:50 wp-admin/update.php:71
 msgid "Sorry, you are not allowed to update plugins for this site."
 msgstr "Non hai il permesso di aggiornare i plugin di questo sito."
 
-#: wp-admin/includes/ajax-actions.php:3589 wp-admin/plugin-install.php:18
+#: wp-admin/includes/ajax-actions.php:3570 wp-admin/plugin-install.php:18
 #: wp-admin/update.php:96 wp-admin/update.php:144
 msgid "Sorry, you are not allowed to install plugins on this site."
 msgstr "Non hai il permesso di installare plugin in questo sito."
 
-#: wp-admin/includes/ajax-actions.php:3579
-#: wp-admin/includes/ajax-actions.php:3674
-#: wp-admin/includes/ajax-actions.php:3777
+#: wp-admin/includes/ajax-actions.php:3560
+#: wp-admin/includes/ajax-actions.php:3659
+#: wp-admin/includes/ajax-actions.php:3762
 msgid "No plugin specified."
 msgstr "Nessun plugin specificato."
 
-#: wp-admin/includes/ajax-actions.php:3558
+#: wp-admin/includes/ajax-actions.php:3539
 msgid "Theme could not be deleted."
-msgstr "Il tema non può essere cancellato."
+msgstr "Il tema non può essere eliminato."
 
-#: wp-admin/includes/ajax-actions.php:3522
+#: wp-admin/includes/ajax-actions.php:3503
 msgid "Sorry, you are not allowed to delete themes on this site."
-msgstr "Non hai il permesso di cancellare temi in questo sito."
+msgstr "Non hai il permesso di eliminare temi in questo sito."
 
-#: wp-admin/includes/ajax-actions.php:3493
+#: wp-admin/includes/ajax-actions.php:3474
 msgid "Update failed."
 msgstr "L'aggiornamento non è andato a buon fine."
 
-#: wp-admin/includes/ajax-actions.php:3331 wp-admin/theme-install.php:16
+#: wp-admin/includes/ajax-actions.php:3312 wp-admin/theme-install.php:16
 #: wp-admin/update.php:219 wp-admin/update.php:249
 msgid "Sorry, you are not allowed to install themes on this site."
 msgstr "Non hai il permesso di installare temi in questo sito."
 
-#: wp-admin/includes/ajax-actions.php:3319
-#: wp-admin/includes/ajax-actions.php:3426
-#: wp-admin/includes/ajax-actions.php:3511
+#: wp-admin/includes/ajax-actions.php:3300
+#: wp-admin/includes/ajax-actions.php:3407
+#: wp-admin/includes/ajax-actions.php:3492
 msgid "No theme specified."
 msgstr "Tema non specificato."
 
@@ -522,23 +720,23 @@ msgstr "Tema non specificato."
 msgid "Sorry, you are not allowed to export the content of this site."
 msgstr "Non hai il permesso di esportare il contenuto di questo sito."
 
-#: wp-admin/edit.php:197
+#: wp-admin/edit.php:201
 msgid "You can filter the list of posts by post status using the text links above the posts list to only show posts with that status. The default view is to show all posts."
 msgstr "Puoi filtrare l'elenco degli articoli per status dell'articolo usando i link testuali sopra l'elenco degli articoli per mostrare esclusivamente gli articoli con quello  status articolo. La visualizzazione predefinita mostra tutti gli articoli."
 
 #. translators: %s: taxonomy name
-#: wp-admin/edit-tag-form.php:79 wp-admin/edit-tag-form.php:84
+#: wp-admin/edit-tag-form.php:79
 msgctxt "admin screen"
 msgid "&larr; Back to %s"
 msgstr "&larr; Ritorna a %s"
 
-#: wp-admin/customize.php:126
+#: wp-admin/customize.php:149
 msgid "Close the Customizer and go back to the previous page"
 msgstr "Chiudi Personalizza e torna alla pagina precedente"
 
 #: wp-admin/custom-header.php:969
 msgid "Sorry, you are not allowed to customize headers."
-msgstr "Non hai il permesso di personalizzare la testata."
+msgstr "Non hai il permesso di personalizzare gli header. "
 
 #: wp-admin/admin.php:261 wp-admin/import.php:15
 msgid "Sorry, you are not allowed to import content."
@@ -552,95 +750,87 @@ msgstr "Release Deputy"
 msgid "Release Design Lead"
 msgstr "Release Design Lead"
 
-#: wp-admin/about.php:181
-msgid "JavaScript Library Updates"
-msgstr "Aggiornamenti della libreria JavaScript"
-
-#: wp-admin/about.php:110
-msgid "Editor Improvements"
-msgstr "Miglioramenti nell'editor"
-
 #. translators: %s: Codex URL
-#: wp-admin/includes/meta-boxes.php:664
+#: wp-admin/includes/meta-boxes.php:675
 msgid "Allow <a href=\"%s\">trackbacks and pingbacks</a> on this page."
 msgstr "Permetti <a href=\"%s\">trackback e pingback</a> in questa pagina."
 
-#: wp-admin/includes/meta-boxes.php:643
+#: wp-admin/includes/meta-boxes.php:654
 msgid "https://codex.wordpress.org/Using_Custom_Fields"
 msgstr "https://codex.wordpress.org/Using_Custom_Fields"
 
 #. translators: %s: Codex URL
-#: wp-admin/includes/meta-boxes.php:642
+#: wp-admin/includes/meta-boxes.php:653
 msgid "Custom fields can be used to add extra metadata to a post that you can <a href=\"%s\">use in your theme</a>."
 msgstr "I campi personalizzati possono essere utilizzati per aggiungere ulteriori dati ad un articolo ed essere poi <a href=\"%s\">usati nel tuo tema</a>."
 
 #. translators: %s: Codex URL
-#: wp-admin/includes/meta-boxes.php:610
+#: wp-admin/includes/meta-boxes.php:621
 msgid "Trackbacks are a way to notify legacy blog systems that you&#8217;ve linked to them. If you link other WordPress sites, they&#8217;ll be notified automatically using <a href=\"%s\">pingbacks</a>, no other action necessary."
 msgstr "I trackback sono un modo di inviare notifiche a sistemi di blog datati del fatto che hai inserito un link verso di loro. Se crei un link verso altri siti WordPress, saranno automaticamente notificati utilizzando un <a href=\"%s\">pingback</a>, senza bisogno di nessun'altra azione."
 
 #. translators: %s: Codex URL
-#: wp-admin/includes/meta-boxes.php:575
+#: wp-admin/includes/meta-boxes.php:586
 msgid "Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href=\"%s\">Learn more about manual excerpts</a>."
 msgstr "I riassunti sono riepiloghi del tuo contenuto creati manualmente e possono essere utilizzati nel tuo tema. <a href=\"%s\">Scopri di più sui riassunti manuali</a>."
 
-#: wp-admin/edit-form-advanced.php:367
+#: wp-admin/edit-form-advanced.php:368
 msgid "The Text mode allows you to enter HTML along with your post text. Note that &lt;p&gt; and &lt;br&gt; tags are converted to line breaks when switching to the Text editor to make it less cluttered. When you type, a single line break can be used instead of typing &lt;br&gt;, and two line breaks instead of paragraph tags. The line breaks are converted back to tags automatically."
 msgstr "La modalità testuale ti consente di immettere codice HTML assieme al testo del tuo articolo. Tieni a mente che i tag &lt;p&gt; e &lt;br&gt; sono automaticamente convertiti in interruzioni di riga quando si passa alla modalità testuale per renderla meno disordinata. Mentre scrivi, puoi usare un singolo a capo invece di scrivere &lt;br&gt; e due a capo al posto di un tag di paragrafo. Gli a capo sono automaticamente convertiti in tag."
 
-#: wp-admin/edit-form-advanced.php:366
+#: wp-admin/edit-form-advanced.php:367
 msgid "Visual mode gives you an editor that is similar to a word processor. Click the Toolbar Toggle button to get a second row of controls."
 msgstr "La modalità visuale ti fornisce un editor che è simile ad un programma di videoscrittura. Fai clic sul pulsante della barra degli strumenti per visualizzare una seconda riga di controlli."
 
-#: wp-admin/upload.php:299
+#: wp-admin/upload.php:302
 msgid "Error saving media file."
 msgstr "Errore nel salvataggio del file multimediale."
 
 #. translators: %s: number of media files
-#: wp-admin/upload.php:291
+#: wp-admin/upload.php:294
 msgid "%s media file restored from the trash."
 msgid_plural "%s media files restored from the trash."
 msgstr[0] "%s file multimediale ripristinato dal cestino."
 msgstr[1] "%s file multimediali ripristinati dal cestino."
 
 #. translators: %s: number of media files
-#: wp-admin/upload.php:279
+#: wp-admin/upload.php:282
 msgid "%s media file moved to the trash."
 msgid_plural "%s media files moved to the trash."
 msgstr[0] "%s file multimediale spostato nel cestino."
 msgstr[1] "%s file multimediali spostati nel cestino."
 
 #. translators: %s: number of media files
-#: wp-admin/upload.php:268
+#: wp-admin/upload.php:271
 msgid "%s media file permanently deleted."
 msgid_plural "%s media files permanently deleted."
-msgstr[0] "%s file multimediale cancellato definitivamente."
-msgstr[1] "%s file multimediali cancellati definitivamente."
+msgstr[0] "%s file multimediale eliminato definitivamente."
+msgstr[1] "%s file multimediali eliminati definitivamente."
 
 #. translators: %s: number of media files
-#: wp-admin/upload.php:257
+#: wp-admin/upload.php:260
 msgid "%s media file detached."
 msgid_plural "%s media files detached."
 msgstr[0] "%s file multimediale scollegato."
 msgstr[1] "%s file multimediali scollegati."
 
-#: wp-admin/upload.php:254
+#: wp-admin/upload.php:257
 msgid "Media file detached."
 msgstr "File multimediale scollegato."
 
 #. translators: %s: number of media files
-#: wp-admin/upload.php:246
+#: wp-admin/upload.php:249
 msgid "%s media file attached."
 msgid_plural "%s media files attached."
 msgstr[0] "%s file multimediale allegato."
 msgstr[1] "%s file multimediali allegati."
 
-#: wp-admin/upload.php:243
+#: wp-admin/upload.php:246
 msgid "Media file attached."
 msgstr "File multimediale allegato."
 
 #: wp-admin/edit-form-advanced.php:163 wp-admin/media.php:95
-#: wp-admin/upload.php:237 wp-admin/upload.php:297
+#: wp-admin/upload.php:240 wp-admin/upload.php:300
 msgid "Media file updated."
 msgstr "File multimediale aggiornato."
 
@@ -650,43 +840,43 @@ msgstr "File multimediale aggiornato."
 #. translators: 1: theme name, 2: version number
 #. translators: 1: theme name, 2: version number
 #. translators: 1: plugin name, 2: version number
-#: wp-admin/includes/theme.php:184 wp-admin/includes/theme.php:195
-#: wp-admin/includes/theme.php:206 wp-admin/includes/update.php:377
-#: wp-admin/includes/update.php:388 wp-admin/includes/update.php:399
-#: wp-admin/includes/update.php:522 wp-admin/includes/update.php:533
-#: wp-admin/includes/update.php:544 wp-admin/update-core.php:288
+#: wp-admin/includes/theme.php:186 wp-admin/includes/theme.php:197
+#: wp-admin/includes/theme.php:208 wp-admin/includes/update.php:385
+#: wp-admin/includes/update.php:396 wp-admin/includes/update.php:407
+#: wp-admin/includes/update.php:530 wp-admin/includes/update.php:541
+#: wp-admin/includes/update.php:552 wp-admin/update-core.php:285
 msgid "View %1$s version %2$s details"
 msgstr "Vedi dettagli di %1$s versione %2$s"
 
 #. translators: 1: relative date, 2: time
-#: wp-admin/includes/dashboard.php:860
+#: wp-admin/includes/dashboard.php:863
 msgctxt "dashboard"
 msgid "%1$s, %2$s"
 msgstr "%1$s, %2$s"
 
-#: wp-admin/edit-form-advanced.php:432
+#: wp-admin/edit-form-advanced.php:433
 msgid "<strong>Publish</strong> &mdash; You can set the terms of publishing your post in the Publish box. For Status, Visibility, and Publish (immediately), click on the Edit link to reveal more options. Visibility includes options for password-protecting a post or making it stay at the top of your blog indefinitely (sticky). The Password protected option allows you to set an arbitrary password for each post. The Private option hides the post from everyone except editors and administrators. Publish (immediately) allows you to set a future or past date and time, so you can schedule a post to be published in the future or backdate a post."
 msgstr "<strong>Pubblica</strong> &mdash; Puoi impostare i termini di pubblicazione del tuo articolo nel riquadro Pubblica. Per lo Stato, Visibilità e Pubblicazione (immediata), fai clic sul link Modifica per mostrare ulteriori opzioni. La visibilità include le opzioni per proteggere un articolo con una password o per mantenerlo in-definitivamente in cima al proprio blog (in evidenza). L'opzione di protezione con password permette di impostare una password differente per ciascun articolo. L'opzione Privato nasconde l'articolo a chiunque eccetto gli editori e gli amministratori. Pubblica (immediatamente) permette di impostare un a data ed un orario futuro o passato, così che sia possibile programmare un articolo per essere pubblicato in futuro o per pre-datare un articolo."
 
 #. translators: %s: edit page url
-#: wp-admin/user-new.php:251
+#: wp-admin/user-new.php:258
 msgid "User has been added to your site. <a href=\"%s\">Edit user</a>"
 msgstr "Un utente è stato aggiunto al sito. <a href=\"%s\">Modifica utente</a>"
 
 #. translators: %s: new email
-#: wp-admin/user-edit.php:403
+#: wp-admin/user-edit.php:438
 msgid "There is a pending change of your email to %s."
 msgstr "C'è in attesa una modifica alla tua email in %s."
 
-#: wp-admin/user-edit.php:191
+#: wp-admin/user-edit.php:192
 msgid "Error while saving the new email address. Please try again."
 msgstr "Errore nel salvataggio dell'indirizzo email. Riprovare."
 
-#: wp-admin/upload.php:189
+#: wp-admin/upload.php:192
 msgid "You can narrow the list by file type/status or by date using the dropdown menus above the media table."
 msgstr "Puoi limitare la lista per tipo/stato del file oppure per data utilizzando il menu a comparsa sopra la tabella degli elementi media."
 
-#: wp-admin/themes.php:306
+#: wp-admin/themes.php:310
 msgid "The following themes are installed but incomplete."
 msgstr "I seguenti temi sono installati ma incompleti."
 
@@ -698,23 +888,24 @@ msgstr "Nuovo tema attivato"
 msgid "Settings saved and theme activated."
 msgstr "Impostazioni salvate e tema attivato."
 
-#: wp-admin/theme-install.php:80
+#: wp-admin/freedoms.php:46 wp-admin/theme-install.php:86
+#: wp-admin/themes.php:92
 msgid "https://wordpress.org/themes/"
 msgstr "https://wordpress.org/themes/"
 
-#: wp-admin/term.php:38
-msgid "Sorry, you are not allowed to manage this item."
-msgstr "Non hai il permesso per gestire questo oggetto."
+#: wp-admin/users.php:174
+msgid "Sorry, you are not allowed to delete that user."
+msgstr "Non hai il permesso per eliminare questo utente."
 
-#: wp-admin/setup-config.php:203
+#: wp-admin/setup-config.php:201
 msgid "Your database password."
 msgstr "La tua password del database."
 
-#: wp-admin/setup-config.php:198
+#: wp-admin/setup-config.php:196
 msgid "Your database username."
 msgstr "Il tuo nome utente del database."
 
-#: wp-admin/setup-config.php:193
+#: wp-admin/setup-config.php:191
 msgid "The name of the database you want to use with WordPress."
 msgstr "Il nome del database che vuoi utilizzare con WordPress."
 
@@ -727,7 +918,7 @@ msgstr "%1$s di %2$s"
 #. translators: 1: plugin name, 2: plugin author
 #: wp-admin/plugins.php:306
 msgid "%1$s by %2$s (will also <strong>delete its data</strong>)"
-msgstr "%1$s di %2$s (procederà anche alla <strong>cancellazione dei suoi dati</strong>)"
+msgstr "%1$s di %2$s (procederà anche all'<strong>eliminazione dei suoi dati</strong>)"
 
 #. translators: 1: UTC abbreviation, 2: UTC time
 #: wp-admin/options-general.php:158
@@ -739,21 +930,21 @@ msgstr "L'orario universale (%1$s) è %2$s."
 msgid "There is a pending change of the admin email to %s."
 msgstr "C'è una richiesta pendente per un cambio di email di admin di %s."
 
-#: wp-admin/install.php:372
+#: wp-admin/install.php:390
 msgid "WordPress has been installed. Thank you, and enjoy!"
 msgstr "WordPress è stato installato. Grazie e buon divertimento!"
 
 #. translators: %s: DO_NOT_UPGRADE_GLOBAL_TABLES
-#: wp-admin/install.php:266
+#: wp-admin/install.php:270
 msgid "The constant %s cannot be defined when installing WordPress."
 msgstr "La costante %s non può essere definita quando si installa WordPress."
 
 #. translators: %s: wp-config.php
-#: wp-admin/install.php:253
+#: wp-admin/install.php:257
 msgid "Your %s file has an empty database table prefix, which is not supported."
 msgstr "Il tuo file %s ha un prefisso di tabella del database vuoto, tale possibilità non è supportata."
 
-#: wp-admin/index.php:119
+#: wp-admin/index.php:118
 msgid "Dismiss the welcome panel"
 msgstr "Rimuovi il pannello di benvenuto"
 
@@ -761,31 +952,31 @@ msgstr "Rimuovi il pannello di benvenuto"
 msgid "Theme zip file"
 msgstr "File zip del tema"
 
-#: wp-admin/includes/template.php:1497
+#: wp-admin/includes/template.php:1500
 msgid "Attach to existing content"
 msgstr "Allega al contenuto esistente"
 
-#: wp-admin/includes/post.php:1420
+#: wp-admin/includes/post.php:1454
 msgid "Click the image to edit or update"
 msgstr "Fai clic sull’immagine per modificare o aggiornare"
 
 #. translators: 1: number of stars (used to determine singular/plural), 2:
 #. number of reviews
-#: wp-admin/includes/plugin-install.php:590
+#: wp-admin/includes/plugin-install.php:620
 msgid "Reviews with %1$d star: %2$s. Opens in a new window."
 msgid_plural "Reviews with %1$d stars: %2$s. Opens in a new window."
 msgstr[0] "Recensioni con %1$d stella: %2$d. Si apre in una nuova finestra."
 msgstr[1] "Recensioni con %1$d stelle: %2$d. Si apre in una nuova finestra."
 
-#: wp-admin/includes/plugin-install.php:584
+#: wp-admin/includes/plugin-install.php:614
 msgid "Read all reviews on WordPress.org or write your own!"
 msgstr "Leggi le recensioni su WordPress.org oppure scrivi la tua!"
 
-#: wp-admin/includes/plugin-install.php:583
+#: wp-admin/includes/plugin-install.php:613
 msgid "Reviews"
 msgstr "Recensioni"
 
-#: wp-admin/includes/plugin-install.php:333
+#: wp-admin/includes/plugin-install.php:355
 msgid "You are using a development version of WordPress. These feature plugins are also under development. <a href=\"%s\">Learn more</a>."
 msgstr "Stai utilizzando una versione di sviluppo di WordPress. Inoltre questi plugin funzionali sono ancora in sviluppo. <a href=\"%s\">Maggiori informazioni</a>."
 
@@ -827,7 +1018,7 @@ msgstr "Nuove dimensioni:"
 
 #: wp-admin/includes/image-edit.php:50
 msgid "Scale Image Help"
-msgstr "Aiuto alla scalatura delle immagini"
+msgstr "Aiuto sul ridimensionamento delle immagini"
 
 #: wp-admin/includes/file.php:37
 msgid "Single Page"
@@ -845,22 +1036,22 @@ msgstr "Template data"
 msgid "Taxonomy Template"
 msgstr "Template tassonomia"
 
-#: wp-admin/includes/dashboard.php:1361
+#: wp-admin/includes/dashboard.php:1364
 msgid "Dismiss the browser warning panel"
 msgstr "Rimuovi il pannello di avvertimento del browser"
 
-#: wp-admin/includes/dashboard.php:924
+#: wp-admin/includes/dashboard.php:927
 msgid "View more comments"
 msgstr "Mostra più commenti"
 
 #. translators: 1: type of comment, 2: post link, 3: notification if the
 #. comment is pending
-#: wp-admin/includes/dashboard.php:724
+#: wp-admin/includes/dashboard.php:727
 msgctxt "dashboard"
 msgid "%1$s on %2$s %3$s"
 msgstr "%1$s in %2$s %3$s"
 
-#: wp-admin/includes/dashboard.php:641
+#: wp-admin/includes/dashboard.php:644
 msgid "View this comment"
 msgstr "Vedi questo commento"
 
@@ -877,7 +1068,7 @@ msgid "Another update is currently in progress."
 msgstr "Attualmente è in corso un altro aggiornamento."
 
 #: wp-admin/includes/class-plugin-upgrader-skin.php:46
-#: wp-admin/update-core.php:671 wp-admin/update-core.php:700
+#: wp-admin/update-core.php:684 wp-admin/update-core.php:718
 msgid "Update progress"
 msgstr "Avanzamento aggiornamento"
 
@@ -889,27 +1080,27 @@ msgstr "Vedi l'archivio di &#8220;%s&#8221;"
 #. translators: %s: taxonomy term name
 #: wp-admin/includes/class-wp-terms-list-table.php:457
 msgid "Delete &#8220;%s&#8221;"
-msgstr "Cancella &#8220;%s&#8221;"
+msgstr "Elimina &#8220;%s&#8221;"
 
 #. translators: %s: post title
 #. translators: %s: taxonomy term name
-#: wp-admin/includes/class-wp-posts-list-table.php:1219
+#: wp-admin/includes/class-wp-posts-list-table.php:1235
 #: wp-admin/includes/class-wp-terms-list-table.php:448
 msgid "Quick edit &#8220;%s&#8221; inline"
 msgstr "Modifica veloce &#8220;%s&#8221; in linea"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:336
+#: wp-admin/includes/class-wp-plugins-list-table.php:337
 msgid "Search for plugins in the WordPress Plugin Directory."
 msgstr "Cerca i plugin nella directory dei plugin di WordPress."
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:332
+#: wp-admin/includes/class-wp-plugins-list-table.php:333
 msgid "No plugins found for &#8220;%s&#8221;."
 msgstr "Nessun plugin trovato per &#8220;%s&#8221;."
 
 #. translators: %s: attachment title
 #. translators: %s: post title
 #: wp-admin/includes/class-wp-media-list-table.php:714
-#: wp-admin/includes/class-wp-posts-list-table.php:1230
+#: wp-admin/includes/class-wp-posts-list-table.php:1246
 msgid "Restore &#8220;%s&#8221; from the Trash"
 msgstr "Recupera &#8220;%s&#8221; dal cestino"
 
@@ -917,7 +1108,7 @@ msgstr "Recupera &#8220;%s&#8221; dal cestino"
 #. translators: %s: post title
 #: wp-admin/includes/class-wp-media-list-table.php:675
 #: wp-admin/includes/class-wp-media-list-table.php:733
-#: wp-admin/includes/class-wp-posts-list-table.php:1247
+#: wp-admin/includes/class-wp-posts-list-table.php:1263
 msgid "Delete &#8220;%s&#8221; permanently"
 msgstr "Elimina &#8220;%s&#8221; definitivamente"
 
@@ -925,7 +1116,7 @@ msgstr "Elimina &#8220;%s&#8221; definitivamente"
 #. translators: %s: post title
 #: wp-admin/includes/class-wp-media-list-table.php:665
 #: wp-admin/includes/class-wp-media-list-table.php:722
-#: wp-admin/includes/class-wp-posts-list-table.php:1238
+#: wp-admin/includes/class-wp-posts-list-table.php:1254
 msgid "Move &#8220;%s&#8221; to the Trash"
 msgstr "Sposta &#8220;%s&#8221; nel cestino"
 
@@ -944,8 +1135,8 @@ msgstr "Scollega da &#8220;%s&#8221;"
 #. translators: %s: post title
 #. translators: %s: taxonomy term name
 #: wp-admin/includes/class-wp-media-list-table.php:377
-#: wp-admin/includes/class-wp-posts-list-table.php:912
-#: wp-admin/includes/class-wp-terms-list-table.php:382
+#: wp-admin/includes/class-wp-posts-list-table.php:942
+#: wp-admin/includes/class-wp-terms-list-table.php:384
 msgid "&#8220;%s&#8221; (Edit)"
 msgstr "&#8220;%s&#8221; (Modifica)"
 
@@ -964,7 +1155,7 @@ msgid "Quick edit this comment inline"
 msgstr "Modifica veloce in linea del commento "
 
 #: wp-admin/includes/class-wp-comments-list-table.php:584
-#: wp-admin/includes/dashboard.php:631
+#: wp-admin/includes/dashboard.php:634
 msgid "Edit this comment"
 msgstr "Modifica questo commento"
 
@@ -973,7 +1164,7 @@ msgid "Restore this comment from the spam"
 msgstr "Ripristina il commento dallo spam"
 
 #. translators: 1: user_login, 2: user_email
-#: wp-admin/includes/ajax-actions.php:293
+#: wp-admin/includes/ajax-actions.php:291
 msgctxt "user autocomplete result"
 msgid "%1$s (%2$s)"
 msgstr "%1$s (%2$s)"
@@ -1017,52 +1208,52 @@ msgstr "%d pixel"
 msgid "Images should be at least %s wide."
 msgstr "Le immagini dovrebbero essere larghe almeno %s."
 
-#: wp-admin/user-new.php:458
+#: wp-admin/user-new.php:470
 msgid "Send the new user an email about their account."
 msgstr "Invia al nuovo utente un’email a proposito del suo account."
 
-#: wp-admin/user-new.php:457
+#: wp-admin/user-new.php:467
 msgid "Send User Notification"
 msgstr "Invia notifica all'utente"
 
 #. translators: %s: menu name
-#: wp-admin/nav-menus.php:817
+#: wp-admin/nav-menus.php:820
 msgctxt "menu location"
 msgid "(Currently set to: %s)"
 msgstr "(Attualmente impostato a: %s)"
 
 #. translators: %s: site link
-#: wp-admin/includes/schema.php:1010 wp-admin/includes/upgrade.php:160
+#: wp-admin/includes/schema.php:1010 wp-admin/includes/upgrade.php:163
 msgid "Welcome to %s. This is your first post. Edit or delete it, then start blogging!"
-msgstr "Benvenuto in %s. Questo è il tuo primo articolo. Modificalo o cancellalo, poi inizia a scrivere il tuo blog!"
+msgstr "Benvenuto in %s. Questo è il tuo primo articolo. Modificalo o eliminalo, poi inizia a scrivere il tuo blog!"
 
 #. translators: %s: WordPress version number
-#: wp-admin/about.php:234
+#: wp-admin/about.php:258
 msgid "<strong>Version %s</strong> addressed one security issue."
 msgstr "La <strong>versione %s</strong> corregge un problema di sicurezza."
 
-#: wp-admin/user-edit.php:466
+#: wp-admin/user-edit.php:501
 msgid "https://en.gravatar.com/"
 msgstr "https://en.gravatar.com/"
 
 #. translators: %s: Gravatar URL
-#: wp-admin/user-edit.php:465
+#: wp-admin/user-edit.php:500
 msgid "You can change your profile picture on <a href=\"%s\">Gravatar</a>."
 msgstr "Puoi cambiare la tua immagine profilo su <a href=\"%s\">Gravatar</a>."
 
-#: wp-admin/user-edit.php:459
+#: wp-admin/user-edit.php:494
 msgid "Profile Picture"
 msgstr "Immagine profilo"
 
-#: wp-admin/about.php:231
+#: wp-admin/about.php:255
 msgid "Maintenance and Security Releases"
 msgstr "Versioni di manutenzione e sicurezza"
 
-#: wp-admin/about.php:228
+#: wp-admin/about.php:252
 msgid "Security Releases"
 msgstr "Versioni di sicurezza"
 
-#: wp-admin/about.php:225
+#: wp-admin/about.php:249
 msgid "Maintenance Releases"
 msgstr "Versioni di manutenzione"
 
@@ -1079,32 +1270,32 @@ msgid "Permalinks can contain useful information, such as the post date, title,
 msgstr "I permalink possono contenere informazioni utili, come ad esempio la data di un articolo, un titolo o altri elementi. È possibile scegliere tra uno qualsiasi dei formati di permalink proposti, o si può creare il proprio selezionando struttura personalizzata."
 
 #. translators: %s: wp-config.php
-#: wp-admin/setup-config.php:367
+#: wp-admin/setup-config.php:364
 msgid "You can create the %s manually and paste the following text into it."
 msgstr "Puoi creare %s manualmente ed incollare il seguente testo in esso."
 
 #. translators: %s: wp-config.php
-#: wp-admin/setup-config.php:363
+#: wp-admin/setup-config.php:360
 msgid "Sorry, but I can&#8217;t write the %s file."
 msgstr "Non posso scrivere il file %s."
 
 #. translators: %s: localhost
-#: wp-admin/setup-config.php:210
+#: wp-admin/setup-config.php:208
 msgid "You should be able to get this info from your web host, if %s doesn&#8217;t work."
 msgstr "Se %s non funziona, puoi ottenere queste informazioni dal tuo provider di hosting."
 
 #. translators: %s: Codex URL
-#: wp-admin/setup-config.php:170
+#: wp-admin/setup-config.php:168
 msgid "Need more help? <a href=\"%s\">We got it</a>."
 msgstr "Bisogno di più aiuto? <a href=\"%s\">Ce l'abbiamo</a>."
 
 #. translators: 1: wp-config-sample.php, 2: wp-config.php
-#: wp-admin/setup-config.php:163
+#: wp-admin/setup-config.php:161
 msgid "If for any reason this automatic file creation doesn&#8217;t work, don&#8217;t worry. All this does is fill in the database information to a configuration file. You may also simply open %1$s in a text editor, fill in your information, and save it as %2$s."
 msgstr "Se per qualsiasi motivo la creazione automatica dei file non funziona, non ti preoccupare. Tutto questo non fa altro che inserire le informazioni nel database e in un file di configurazione. Puoi  aprire %1$s in un editor di testo, inserire i tuoi dati, e salvarlo come %2$s."
 
 #. translators: %s: wp-config.php
-#: wp-admin/setup-config.php:157
+#: wp-admin/setup-config.php:155
 msgid "We&#8217;re going to use this information to create a %s file."
 msgstr "Utilizzeremo queste informazioni per creare un file %s."
 
@@ -1119,25 +1310,25 @@ msgid "The language pack is missing either the %1$s or %2$s files."
 msgstr "Il file %1$s o %2$s mancano nel pacchetto lingua. "
 
 #. translators: %s: index.php
-#: wp-admin/includes/class-theme-upgrader.php:472
+#: wp-admin/includes/class-theme-upgrader.php:473
 msgid "The theme is missing the %s file."
 msgstr "Nel tema manca il file %s."
 
 #. translators: %s: style.css
-#: wp-admin/includes/class-theme-upgrader.php:462
+#: wp-admin/includes/class-theme-upgrader.php:463
 msgid "The %s stylesheet doesn&#8217;t contain a valid theme header."
 msgstr "Il foglio di stile %s non contiene un'intestazione del tema valida."
 
 #. translators: %s: style.css
-#: wp-admin/includes/class-theme-upgrader.php:451
+#: wp-admin/includes/class-theme-upgrader.php:452
 msgid "The theme is missing the %s stylesheet."
 msgstr "Nel tema manca il foglio di stile %s."
 
-#: wp-admin/theme-install.php:169
+#: wp-admin/theme-install.php:175
 msgid "If you have marked themes as favorites on WordPress.org, you can browse them here."
-msgstr "Se hai segnato dei temi tra i favoriti su WordPress.org, puoi sfogliarli qui. "
+msgstr "Se hai segnato dei temi come preferiti su WordPress.org, puoi sfogliarli qui. "
 
-#: wp-admin/theme-install.php:152
+#: wp-admin/theme-install.php:158
 msgctxt "themes"
 msgid "Favorites"
 msgstr "Preferiti"
@@ -1150,15 +1341,15 @@ msgstr "Risultati della riparazione del database"
 msgid "Allow automatic database repair"
 msgstr "Permetti la riparazione automatica del database"
 
-#: wp-admin/setup-config.php:404
+#: wp-admin/setup-config.php:401
 msgid "Successful database connection"
 msgstr "Connessione al database eseguita con successo"
 
-#: wp-admin/setup-config.php:186
+#: wp-admin/setup-config.php:184
 msgid "Set up your database connection"
 msgstr "Configura la connessione al database"
 
-#: wp-admin/setup-config.php:146
+#: wp-admin/setup-config.php:144
 msgid "Before getting started"
 msgstr "Prima di iniziare"
 
@@ -1171,17 +1362,17 @@ msgid "Check secret keys"
 msgstr "Controlla le chiavi segrete"
 
 #. translators: %s: nav menu title
-#: wp-admin/includes/nav-menu.php:1074
+#: wp-admin/includes/nav-menu.php:1084
 msgid "%s has been updated."
 msgstr "%s è stata aggiornata. "
 
 #. translators: %s: walker class name
-#: wp-admin/includes/nav-menu.php:925
+#: wp-admin/includes/nav-menu.php:935
 msgid "The Walker class named %s does not exist."
 msgstr "La classe Walker chiamata %s non esiste. "
 
 #. translators: 1: drop-in constant name, 2: wp-config.php
-#: wp-admin/includes/class-wp-plugins-list-table.php:583
+#: wp-admin/includes/class-wp-plugins-list-table.php:584
 msgid "Requires %1$s in %2$s file."
 msgstr "Richiede %1$s nel file %2$s."
 
@@ -1196,18 +1387,18 @@ msgid "Daylight saving time begins on: %s."
 msgstr "L'ora legale inizia il: %s. "
 
 #. translators: %s: file name
-#: wp-admin/includes/media.php:1496
+#: wp-admin/includes/media.php:1504
 msgid "You are about to delete %s."
-msgstr "Stai per cancellare %s."
+msgstr "Stai per eliminare %s."
 
 #. translators: %s: mu-plugins directory name
-#: wp-admin/includes/class-wp-plugins-list-table.php:502
+#: wp-admin/includes/class-wp-plugins-list-table.php:503
 msgid "Files in the %s directory are executed automatically."
 msgstr "I file nella directory %s sono eseguiti automaticamente."
 
-#: wp-admin/edit-tags.php:21 wp-admin/edit-tags.php:27 wp-admin/options.php:50
-msgid "Sorry, you are not allowed to manage these items."
-msgstr "Non sei autorizzato a gestire questi elementi. "
+#: wp-admin/options.php:50
+msgid "Sorry, you are not allowed to manage these options."
+msgstr "Non sei autorizzato a gestire queste opzioni."
 
 #: wp-admin/widgets.php:436
 msgid "This will clear all items from the inactive widgets list. You will not be able to restore any customizations."
@@ -1233,27 +1424,27 @@ msgstr "Navigazione lista degli utenti"
 msgid "Filter users list"
 msgstr "Filtra la lista degli utenti"
 
-#: wp-admin/upload.php:214
+#: wp-admin/upload.php:217
 msgid "Media items list"
 msgstr "Lista elementi multimediali"
 
-#: wp-admin/upload.php:213
+#: wp-admin/upload.php:216
 msgid "Media items list navigation"
 msgstr "Navigazione lista elementi multimendiali"
 
-#: wp-admin/upload.php:212
+#: wp-admin/upload.php:215
 msgid "Filter media items list"
 msgstr "Filtra la lista degli elementi media"
 
-#: wp-admin/themes.php:351
+#: wp-admin/themes.php:355
 msgid "Install Parent Theme"
 msgstr "Installa tema genitore"
 
-#: wp-admin/theme-install.php:207
+#: wp-admin/theme-install.php:217
 msgid "Themes list"
 msgstr "Lista dei temi"
 
-#: wp-admin/theme-install.php:141
+#: wp-admin/theme-install.php:147
 msgid "Filter themes list"
 msgstr "Filtra la lista dei temi"
 
@@ -1262,43 +1453,43 @@ msgstr "Filtra la lista dei temi"
 msgid "%s files"
 msgstr "%s files"
 
-#: wp-admin/plugins.php:476
+#: wp-admin/plugins.php:490
 msgid "All selected plugins are up to date."
 msgstr "Tutti i plugin selezionati sono aggiornati."
 
-#: wp-admin/plugins.php:459
+#: wp-admin/plugins.php:473
 msgid "The selected plugin has been <strong>deleted</strong>."
-msgstr "Il plugin selezionato è stato <strong>cancellato</strong>."
+msgstr "Il plugin selezionato è stato <strong>eliminato</strong>."
 
-#: wp-admin/plugin-install.php:105 wp-admin/plugins.php:402
+#: wp-admin/plugin-install.php:105 wp-admin/plugins.php:416
 msgid "Plugins list"
-msgstr "Elenco plugin"
+msgstr "Elenco dei plugin"
 
-#: wp-admin/plugin-install.php:104 wp-admin/plugins.php:401
+#: wp-admin/plugin-install.php:104 wp-admin/plugins.php:415
 msgid "Plugins list navigation"
 msgstr "Navigazione elenco plugin"
 
-#: wp-admin/plugin-install.php:103 wp-admin/plugins.php:400
+#: wp-admin/plugin-install.php:103 wp-admin/plugins.php:414
 msgid "Filter plugins list"
 msgstr "Elenco filtri plugin"
 
 #. translators: %s: plugin file name
-#: wp-admin/plugin-editor.php:205
+#: wp-admin/plugin-editor.php:217
 msgid "Browsing %s (inactive)"
 msgstr "Navigazione di %s (inattivo)"
 
 #. translators: %s: plugin file name
-#: wp-admin/plugin-editor.php:202
+#: wp-admin/plugin-editor.php:214
 msgid "Editing %s (inactive)"
 msgstr "Modifica di %s (inattivo)"
 
 #. translators: %s: plugin file name
-#: wp-admin/plugin-editor.php:197
+#: wp-admin/plugin-editor.php:209
 msgid "Browsing %s (active)"
 msgstr "Navigazione di %s (attivo)"
 
 #. translators: %s: plugin file name
-#: wp-admin/plugin-editor.php:194
+#: wp-admin/plugin-editor.php:206
 msgid "Editing %s (active)"
 msgstr "Modifica di %s (attivo)"
 
@@ -1311,28 +1502,28 @@ msgstr "<a href=\"https://codex.wordpress.org/Nginx\">Documentazione della confi
 msgid "Local time is %s."
 msgstr "L'ora locale è %s"
 
-#: wp-admin/my-sites.php:65
+#: wp-admin/my-sites.php:64
 msgctxt "site"
 msgid "Add New"
 msgstr "Aggiungi nuovo"
 
-#: wp-admin/link-manager.php:65
+#: wp-admin/link-manager.php:71
 msgid "Links list"
 msgstr "Elenco link"
 
-#: wp-admin/includes/update.php:206
+#: wp-admin/includes/update.php:214
 msgid "Get Version %s"
 msgstr "Ottieni la versione %s"
 
-#: wp-admin/includes/template.php:1039
+#: wp-admin/includes/template.php:1042
 msgid "Toggle panel: %s"
 msgstr "Commuta il pannello: %s"
 
-#: wp-admin/includes/post.php:1617
+#: wp-admin/includes/post.php:1651
 msgid "Saving revision&hellip;"
 msgstr "Salva revisione&hellip;"
 
-#: wp-admin/includes/post.php:1344
+#: wp-admin/includes/post.php:1380
 msgid "Edit permalink"
 msgstr "Modifica permalink"
 
@@ -1341,48 +1532,48 @@ msgstr "Modifica permalink"
 msgid "The %1$s plugin header is deprecated. Use %2$s instead."
 msgstr "L’intestazione del plugin %1$s è disapprovata. Utilizza %2$s invece."
 
-#: wp-admin/includes/ms.php:1000
+#: wp-admin/includes/ms.php:1017
 msgid "Once you hit &#8220;Confirm Deletion&#8221;, these users will be permanently removed."
-msgstr "Appena premi &#8220;Conferma cancellazione&#8221;, questi utenti saranno rimossi definitivamente."
+msgstr "Appena premi &#8220;Conferma eliminazione&#8221;, questi utenti saranno rimossi definitivamente."
 
-#: wp-admin/includes/ms.php:998
+#: wp-admin/includes/ms.php:1015
 msgid "Once you hit &#8220;Confirm Deletion&#8221;, the user will be permanently removed."
-msgstr "Appena premi &#8220;Conferma cancellazione&#8221;, l'utente sarà rimosso definitivamente."
+msgstr "Se scegli &#8220;Conferma eliminazione&#8221;, l'utente sarà rimosso definitivamente."
 
-#: wp-admin/includes/ms.php:984
+#: wp-admin/includes/ms.php:1001
 msgid "User has no sites or content and will be deleted."
-msgstr "L'utente non ha siti o contenuti e sarà cancellato."
+msgstr "L'utente non ha siti o contenuti e sarà eliminato."
 
-#: wp-admin/includes/ms.php:971
+#: wp-admin/includes/ms.php:988
 msgid "Site: %s"
 msgstr "Sito: %s"
 
-#: wp-admin/includes/ms.php:956
+#: wp-admin/includes/ms.php:973
 msgid "Select a user"
 msgstr "Seleziona un utente"
 
 #. translators: user login
-#: wp-admin/includes/ms.php:948
+#: wp-admin/includes/ms.php:965
 msgid "What should be done with content owned by %s?"
 msgstr "Cosa deve essere fatto con i contenuti posseduti da %s?"
 
-#: wp-admin/includes/ms.php:935
+#: wp-admin/includes/ms.php:952
 msgid "Warning! User cannot be deleted. The user %s is a network administrator."
-msgstr "Attenzione! L'utente non può essere cancellato. L'utente %s è un amministratore del network."
+msgstr "Attenzione! L'utente non può essere eliminato. L'utente %s è un amministratore del network."
 
-#: wp-admin/includes/ms.php:931
+#: wp-admin/includes/ms.php:948
 msgid "Warning! User %s cannot be deleted."
-msgstr "Attenzione! L'utente %s non può essere cancellato."
+msgstr "Attenzione! L'utente %s non può essere eliminato."
 
-#: wp-admin/includes/ms.php:916
+#: wp-admin/includes/ms.php:933
 msgid "You have chosen to delete the following users from all networks and sites."
-msgstr "Hai scelto di cancellare i seguenti utenti da tutti i network e tutti i siti."
+msgstr "Hai scelto di eliminare i seguenti utenti da tutti i network e tutti i siti."
 
-#: wp-admin/includes/ms.php:914
+#: wp-admin/includes/ms.php:931
 msgid "You have chosen to delete the user from all networks and sites."
-msgstr "Hai scelto di cancellare l'utente da tutti i network e i siti."
+msgstr "Hai scelto di eliminare l'utente da tutti i network e i siti."
 
-#: wp-admin/includes/media.php:860
+#: wp-admin/includes/media.php:868
 msgid "Invalid image URL"
 msgstr "URL immagine non valido"
 
@@ -1396,16 +1587,16 @@ msgstr "Piè di pagina del tema"
 
 #. translators: date and time format for recent posts on the dashboard, from a
 #. different calendar year, see https://secure.php.net/date
-#: wp-admin/includes/dashboard.php:847
+#: wp-admin/includes/dashboard.php:850
 msgid "M jS Y"
 msgstr "j M Y"
 
 #. translators: 1: comment author, 2: notification if the comment is pending
-#: wp-admin/includes/dashboard.php:695
+#: wp-admin/includes/dashboard.php:698
 msgid "From %1$s %2$s"
 msgstr "Da %1$s %2$s"
 
-#: wp-admin/includes/dashboard.php:565
+#: wp-admin/includes/dashboard.php:568
 msgid "View all drafts"
 msgstr "Visualizza tutte le bozze"
 
@@ -1457,19 +1648,19 @@ msgstr "Lista elementi di navigazione"
 msgid "Filter items list"
 msgstr "Filtra la lista degli elementi"
 
-#: wp-admin/includes/class-wp-press-this.php:1485
+#: wp-admin/includes/class-wp-press-this.php:1483
 msgid "Saving&hellip;"
 msgstr "Salva&hellip;"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:622
+#: wp-admin/includes/class-wp-plugins-list-table.php:623
 msgid "Network Only"
 msgstr "Solo sul network"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:618
+#: wp-admin/includes/class-wp-plugins-list-table.php:619
 msgid "Network Active"
 msgstr "Attivo sul network"
 
-#: wp-admin/includes/class-wp-list-table.php:686
+#: wp-admin/includes/class-wp-list-table.php:685
 msgid "No pending comments"
 msgstr "Nessun commento in attesa"
 
@@ -1524,7 +1715,7 @@ msgstr[0] "Tutto <span class=\"count\">(%s)</span>"
 msgstr[1] "Tutti <span class=\"count\">(%s)</span>"
 
 #. translators: %s: the new user
-#: wp-admin/includes/ajax-actions.php:1364
+#: wp-admin/includes/ajax-actions.php:1354
 msgid "User %s added"
 msgstr "Utente %s aggiunto"
 
@@ -1536,14 +1727,14 @@ msgstr "Data fine:"
 msgid "Content to export"
 msgstr "Contenuto da esportare"
 
-#: wp-admin/edit.php:198
+#: wp-admin/edit.php:202
 msgid "You can view posts in a simple title list or with an excerpt using the Screen Options tab."
 msgstr "Puoi visualizzare gli articoli in una semplice lista di titoli o con un riassunto utilizzando la linguetta impostazioni schermo."
 
 #. translators: %s: default category
-#: wp-admin/edit-tags.php:584
+#: wp-admin/edit-tags.php:538
 msgid "Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category %s."
-msgstr "Cancellando una categoria non si eliminano gli articoli in questa categoria. Viceversa, articoli assegnati solo a questa categoria cancellata sono assegnati alla categoria %s."
+msgstr "Eliminando una categoria non si eliminano gli articoli in questa categoria. Viceversa, articoli assegnati solo a questa categoria eliminata sono assegnati alla categoria %s."
 
 #. translators: %s: comment date
 #: wp-admin/edit-form-comment.php:98
@@ -1599,35 +1790,31 @@ msgstr "Pagina di anteprima"
 msgid "Preview post"
 msgstr "Anteprima articolo"
 
-#: wp-admin/edit-comments.php:174
+#: wp-admin/edit-comments.php:190
 msgid "Comments list"
 msgstr "Elenco commenti"
 
-#: wp-admin/edit-comments.php:173
+#: wp-admin/edit-comments.php:189
 msgid "Comments list navigation"
 msgstr "Elenco commenti"
 
-#: wp-admin/edit-comments.php:172
+#: wp-admin/edit-comments.php:188
 msgid "Filter comments list"
 msgstr "Filtra elenco commenti"
 
-#: wp-admin/edit-comments.php:159
+#: wp-admin/edit-comments.php:175
 msgid "In the <strong>Submitted On</strong> column, the date and time the comment was left on your site appears. Clicking on the date/time link will take you to that comment on your live site."
 msgstr "Nella colonna <strong>inviato il</strong>, appare la data e l'ora in cui il commento è stato scritto. Facendo clic sul link data/ora ti sarai portato a quel commento sul tuo sito."
 
-#: wp-admin/edit-comments.php:157
+#: wp-admin/edit-comments.php:173
 msgid "In the <strong>Comment</strong> column, hovering over any comment gives you options to approve, reply (and approve), quick edit, edit, spam mark, or trash that comment."
 msgstr "Nella colonna <strong>commento</strong>, spostare il mouse sopra ogni commento  ti da le opzioni per approvare, rispondere (e approvare), modificare velocemente, modificare, segnalare come spam, o spostare nel cestino quel commento."
 
 #. translators: 1: comments count 2: post title
-#: wp-admin/edit-comments.php:121
+#: wp-admin/edit-comments.php:137
 msgid "Comments (%1$s) on &#8220;%2$s&#8221;"
 msgstr "(%1$s) commenti per &#8220;%2$s&#8221;"
 
-#: wp-admin/edit-comments.php:14
-msgid "Sorry, you are not allowed to edit comments."
-msgstr "Non sei autorizzato a modificare i commenti."
-
 #: wp-admin/custom-header.php:893
 msgid "The current theme does not support a flexible sized header image."
 msgstr "Il tema attuale non supporta un immagine di testata con dimensione flessibile."
@@ -1642,7 +1829,7 @@ msgstr "Il tema attuale non prevede il caricamento di un immagine personalizzata
 msgid "In reply to %s."
 msgstr "In risposta a %s."
 
-#: wp-admin/includes/user.php:464
+#: wp-admin/includes/user.php:478
 msgid "You&rsquo;re using the auto-generated password for your account. Would you like to change it?"
 msgstr "Stai utilizzando la password auto generata per il tuo account. Vuoi cambiarla?"
 
@@ -1651,32 +1838,32 @@ msgid "You have specified this user for removal:"
 msgstr "Questo utente è stato contrassegnato per la rimozione:"
 
 #. translators: 1: User's display name.
-#: wp-admin/user-edit.php:569
+#: wp-admin/user-edit.php:606
 msgid "Log %s out of all locations."
 msgstr "Scollega %s da tutte le posizioni."
 
-#: wp-admin/user-edit.php:557
+#: wp-admin/user-edit.php:594
 msgid "Did you lose your phone or leave your account logged in at a public computer? You can log out everywhere else, and stay logged in here."
 msgstr "Hai perso il telefono oppure lasciato un account collegato su di un computer con accesso pubblico? Puoi scollegare tutti gli altri dispositivi, rimanendo autenticato qui."
 
-#: wp-admin/user-edit.php:506
+#: wp-admin/user-edit.php:543
 msgid "Generate Password"
 msgstr "Genera password"
 
-#: wp-admin/user-edit.php:500
+#: wp-admin/user-edit.php:537
 msgid "Account Management"
 msgstr "Gestione dell’account"
 
-#: wp-admin/user-edit.php:543 wp-admin/user-edit.php:553
-#: wp-admin/user-edit.php:563
+#: wp-admin/user-edit.php:580 wp-admin/user-edit.php:590
+#: wp-admin/user-edit.php:600
 msgid "Sessions"
 msgstr "Sessioni"
 
-#: wp-admin/user-edit.php:515 wp-admin/user-new.php:434
+#: wp-admin/user-edit.php:552 wp-admin/user-new.php:444
 msgid "Cancel password change"
 msgstr "Annulla il cambio password."
 
-#: wp-admin/user-edit.php:545 wp-admin/user-edit.php:555
+#: wp-admin/user-edit.php:582 wp-admin/user-edit.php:592
 msgid "Log Out Everywhere Else"
 msgstr "Scollegati da ogni postazione"
 
@@ -1686,49 +1873,45 @@ msgstr "Scollegati da ogni postazione"
 msgid "You will need this password to log&nbsp;in. Please store it in a secure location."
 msgstr "Avrai bisogno di questa password per accedere. Conservala in un posto sicuro."
 
-#: wp-admin/includes/class-wp-list-table.php:673
+#: wp-admin/includes/class-wp-list-table.php:672
 msgid "No approved comments"
 msgstr "Nessun commento approvato"
 
-#: wp-admin/includes/class-wp-list-table.php:661
-#: wp-admin/includes/class-wp-list-table.php:673
-#: wp-admin/includes/class-wp-list-table.php:686
+#: wp-admin/includes/class-wp-list-table.php:660
+#: wp-admin/includes/class-wp-list-table.php:672
+#: wp-admin/includes/class-wp-list-table.php:685
 msgid "No comments"
 msgstr "Nessun commento"
 
-#: wp-admin/includes/class-wp-list-table.php:656
+#: wp-admin/includes/class-wp-list-table.php:655
 msgid "%s pending comment"
 msgid_plural "%s pending comments"
 msgstr[0] "%s commento in sospeso"
 msgstr[1] "%s commenti in sospeso"
 
-#: wp-admin/includes/class-wp-list-table.php:655
+#: wp-admin/includes/class-wp-list-table.php:654
 msgid "%s approved comment"
 msgid_plural "%s approved comments"
 msgstr[0] "%s commento approvato"
 msgstr[1] "%s commenti approvati"
 
-#: wp-admin/includes/class-wp-list-table.php:654
+#: wp-admin/includes/class-wp-list-table.php:653
 msgid "%s comment"
 msgid_plural "%s comments"
 msgstr[0] "%s comment"
 msgstr[1] "%s commenti"
 
-#: wp-admin/includes/ajax-actions.php:3181
+#: wp-admin/includes/ajax-actions.php:3162
 msgid "Image could not be processed."
 msgstr "L'immagine non può essere elaborata."
 
 #. translators: %s: plugin name
-#: wp-admin/includes/class-wp-plugins-list-table.php:641
+#: wp-admin/includes/class-wp-plugins-list-table.php:642
 msgid "Edit %s"
 msgstr "Modifica %s"
 
-#: wp-admin/install.php:171 wp-admin/user-new.php:452
-msgid "Confirm use of weak password"
-msgstr "Confermare l’utilizzo di password debole"
-
-#: wp-admin/install.php:167 wp-admin/user-edit.php:530
-#: wp-admin/user-new.php:448
+#: wp-admin/install.php:167 wp-admin/user-edit.php:567
+#: wp-admin/user-new.php:458
 msgid "Confirm Password"
 msgstr "Conferma password"
 
@@ -1738,9 +1921,9 @@ msgid "While you are editing your %1$s file, take a moment to make sure you have
 msgstr "Mentre stai modificando il file %1$s, cogli l'occasione per verificare che di avere tutte le 8 chiavi e che queste siano univoche. Puoi generarle utilizzando il servizio <a href=\"%2$s\">Secret Key Generator di WordPress.org</a>"
 
 #: wp-admin/includes/class-wp-comments-list-table.php:616
-#: wp-admin/includes/class-wp-list-table.php:524
-#: wp-admin/includes/class-wp-list-table.php:1325
-#: wp-admin/includes/update.php:679
+#: wp-admin/includes/class-wp-list-table.php:523
+#: wp-admin/includes/class-wp-list-table.php:1324
+#: wp-admin/includes/update.php:687
 msgid "Show more details"
 msgstr "Mostra più dettagli"
 
@@ -1755,7 +1938,7 @@ msgstr[1] "%s articoli di questo autore"
 msgid "Live Preview &#8220;%s&#8221;"
 msgstr "Anteprima live &#8220;%s&#8221;"
 
-#: wp-admin/includes/class-wp-press-this.php:1488
+#: wp-admin/includes/class-wp-press-this.php:1486
 msgid "More actions"
 msgstr "Altre azioni"
 
@@ -1763,11 +1946,11 @@ msgstr "Altre azioni"
 msgid "This category already exists."
 msgstr "Questa categoria esiste già."
 
-#: wp-admin/includes/class-wp-list-table.php:842
+#: wp-admin/includes/class-wp-list-table.php:841
 msgid "Last page"
 msgstr "Ultima pagina"
 
-#: wp-admin/includes/class-wp-list-table.php:799
+#: wp-admin/includes/class-wp-list-table.php:798
 msgid "First page"
 msgstr "Prima pagina."
 
@@ -1781,7 +1964,7 @@ msgstr "In risposta a: %s"
 msgid "In response to: %s"
 msgstr "In risposta a: %s"
 
-#: wp-admin/edit-form-comment.php:104 wp-admin/includes/meta-boxes.php:206
+#: wp-admin/edit-form-comment.php:104 wp-admin/includes/meta-boxes.php:214
 msgid "Date and time"
 msgstr "Data e ora"
 
@@ -1793,19 +1976,19 @@ msgstr "Stato del commento"
 msgid "Enter the address here if you <a href=\"https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory\">want your site home page to be different from your WordPress installation directory.</a>"
 msgstr "Inserisci qui l'indirizzo se <a href=\"https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory\">vuoi che la home page del tuo sito sia diversa dalla directory di installazione di WordPress.</a>"
 
-#: wp-admin/revision.php:119
-msgid "<a href=\"https://codex.wordpress.org/Revision_Management\" target=\"_blank\">Revisions Management</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Revision_Management\" target=\"_blank\">Gestione delle revisioni</a>"
+#: wp-admin/revision.php:120
+msgid "<a href=\"https://codex.wordpress.org/Revision_Management\">Revisions Management</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Revision_Management\">Gestione delle revisioni</a>"
 
-#: wp-admin/edit-form-advanced.php:420
+#: wp-admin/edit-form-advanced.php:421
 msgid "You can also embed media from many popular websites including Twitter, YouTube, Flickr and others by pasting the media URL on its own line into the content of your post/page. Please refer to the Codex to <a href=\"https://codex.wordpress.org/Embeds\">learn more about embeds</a>."
 msgstr "Puoi incorporare gli oggetti multimediali da molti siti famosi come Twitter, YouTube, Flickr e altri incollando semplicemente la URL su una riga all'interno della pagina/articolo. Sul Codex troverai  <a href=\"https://codex.wordpress.org/Embeds\">maggiori informazioni sulle incorporazioni</a> (informazioni in inglese)."
 
-#: wp-admin/includes/dashboard.php:1502
+#: wp-admin/includes/dashboard.php:1501
 msgid "https://codex.wordpress.org/First_Steps_With_WordPress"
 msgstr "https://codex.wordpress.org/First_Steps_With_WordPress "
 
-#: wp-admin/edit-form-advanced.php:436
+#: wp-admin/edit-form-advanced.php:437
 msgid "<strong>Format</strong> &mdash; Post Formats designate how your theme will display a specific post. For example, you could have a <em>standard</em> blog post with a title and paragraphs, or a short <em>aside</em> that omits the title and contains a short text blurb. Please refer to the Codex for <a href=\"https://codex.wordpress.org/Post_Formats#Supported_Formats\">descriptions of each post format</a>. Your theme could enable all or some of 10 possible formats."
 msgstr "<strong>Formato</strong> - I Formati articolo determinano come il tuo tema visualizzerà un articolo specifico. Ad esempio puoi avere un articolo <em>standard</em> con un titolo e dei paragrafi oppure una <em>digressione</em> che omette il titolo e contiene solo un breve testo. Fai riferimento al Codex per <a href=\"https://codex.wordpress.org/Post_Formats#Supported_Formats\">una descrizione dei vari tipi di formato articolo</a> (in inglese). Il tuo tema pu&ograve; abilitare tutti o solo alcuni dei 10 possibili formati."
 
@@ -1813,232 +1996,242 @@ msgstr "<strong>Formato</strong> - I Formati articolo determinano come il tuo te
 msgid "WordPress is not notifying any <a href=\"https://codex.wordpress.org/Update_Services\">Update Services</a> because of your site&#8217;s <a href=\"%s\">visibility settings</a>."
 msgstr "WordPress non sta notificando alcun  <a href=\"https://codex.wordpress.org/Update_Services\"> Servizio di aggiornamento</a> a causa delle <a href=\"%s\">impostazioni di visibilità</a> del tuo sito."
 
-#: wp-admin/edit-tags.php:286
-msgid "<a href=\"https://codex.wordpress.org/Posts_Tags_Screen\" target=\"_blank\">Documentation on Tags</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Posts_Tags_Screen\" target=\"_blank\">Documentazione sui tag</a> (in inglese)"
+#: wp-admin/edit-tags.php:268
+msgid "<a href=\"https://codex.wordpress.org/Posts_Tags_Screen\">Documentation on Tags</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Posts_Tags_Screen\">Documentazione sui tag</a> (in inglese)"
 
 #: wp-admin/options-writing.php:45
-msgid "<a href=\"https://codex.wordpress.org/Settings_Writing_Screen\" target=\"_blank\">Documentation on Writing Settings</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Settings_Writing_Screen\" target=\"_blank\">Documentazione sulle impostazioni di scrittura</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Settings_Writing_Screen\">Documentation on Writing Settings</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Settings_Writing_Screen\">Documentazione sulle impostazioni di scrittura</a> (in inglese)"
 
-#: wp-admin/edit-form-advanced.php:396
-msgid "<a href=\"https://codex.wordpress.org/Pages_Add_New_Screen\" target=\"_blank\">Documentation on Adding New Pages</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Pages_Add_New_Screen\" target=\"_blank\">Documentazione sull’aggiunta di nuove pagine </a> (in inglese)"
+#: wp-admin/edit-form-advanced.php:397
+msgid "<a href=\"https://codex.wordpress.org/Pages_Add_New_Screen\">Documentation on Adding New Pages</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Pages_Add_New_Screen\">Documentazione sull’aggiunta di nuove pagine </a> (in inglese)"
 
-#: wp-admin/edit.php:245
-msgid "<a href=\"https://codex.wordpress.org/Pages_Screen\" target=\"_blank\">Documentation on Managing Pages</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Pages_Screen\" target=\"_blank\">Documentazione sulla gestione delle pagine</a> (in inglese)"
+#: wp-admin/edit.php:249
+msgid "<a href=\"https://codex.wordpress.org/Pages_Screen\">Documentation on Managing Pages</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Pages_Screen\">Documentazione sulla gestione delle pagine</a> (in inglese)"
 
-#: wp-admin/nav-menus.php:570
-msgid "<a href=\"https://codex.wordpress.org/Appearance_Menus_Screen\" target=\"_blank\">Documentation on Menus</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Appearance_Menus_Screen\" target=\"_blank\">Documentazione sui menu</a> (in inglese)"
+#: wp-admin/nav-menus.php:571
+msgid "<a href=\"https://codex.wordpress.org/Appearance_Menus_Screen\">Documentation on Menus</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Appearance_Menus_Screen\">Documentazione sui menu</a> (in inglese)"
 
 #: wp-admin/import.php:29
-msgid "<a href=\"https://codex.wordpress.org/Tools_Import_Screen\" target=\"_blank\">Documentation on Import</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Tools_Import_Screen\" target=\"_blank\">Documentazione sull’importazione</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Tools_Import_Screen\">Documentation on Import</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Tools_Import_Screen\">Documentazione sull’importazione</a> (in inglese)"
 
 #: wp-admin/custom-background.php:100
-msgid "<a href=\"https://codex.wordpress.org/Appearance_Background_Screen\" target=\"_blank\">Documentation on Custom Background</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Appearance_Background_Screen\" target=\"_blank\">Documentazione sullo sfondo personalizzato</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Appearance_Background_Screen\">Documentation on Custom Background</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Appearance_Background_Screen\">Documentazione sullo sfondo personalizzato</a> (in inglese)"
 
-#: wp-admin/plugin-editor.php:143
-msgid "<a href=\"https://codex.wordpress.org/Plugins_Editor_Screen\" target=\"_blank\">Documentation on Editing Plugins</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Plugins_Editor_Screen\" target=\"_blank\">Documentazione sulla modifica dei plugin</a> (in inglese)"
+#: wp-admin/plugin-editor.php:155
+msgid "<a href=\"https://codex.wordpress.org/Plugins_Editor_Screen\">Documentation on Editing Plugins</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Plugins_Editor_Screen\">Documentazione sulla modifica dei plugin</a> (in inglese)"
 
 #: wp-admin/widgets.php:74
-msgid "<a href=\"https://codex.wordpress.org/Appearance_Widgets_Screen\" target=\"_blank\">Documentation on Widgets</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Appearance_Widgets_Screen\" target=\"_blank\"> Documentazione sui widget</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Appearance_Widgets_Screen\">Documentation on Widgets</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Appearance_Widgets_Screen\"> Documentazione sui widget</a> (in inglese)"
 
-#: wp-admin/index.php:98
-msgid "<a href=\"https://codex.wordpress.org/Dashboard_Screen\" target=\"_blank\">Documentation on Dashboard</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Dashboard_Screen\" target=\"_blank\">Documentazione sulla bacheca</a> (in inglese)"
+#: wp-admin/index.php:97
+msgid "<a href=\"https://codex.wordpress.org/Dashboard_Screen\">Documentation on Dashboard</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Dashboard_Screen\">Documentazione sulla bacheca</a> (in inglese)"
 
-#: wp-admin/edit-tags.php:284
-msgid "<a href=\"https://codex.wordpress.org/Links_Link_Categories_Screen\" target=\"_blank\">Documentation on Link Categories</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Links_Link_Categories_Screen\" target=\"_blank\">Documentazione sulle categorie dei link</a> (in inglese)"
+#: wp-admin/edit-tags.php:266
+msgid "<a href=\"https://codex.wordpress.org/Links_Link_Categories_Screen\">Documentation on Link Categories</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Links_Link_Categories_Screen\">Documentazione sulle categorie dei link</a> (in inglese)"
 
-#: wp-admin/edit.php:224
-msgid "<a href=\"https://codex.wordpress.org/Posts_Screen\" target=\"_blank\">Documentation on Managing Posts</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Posts_Screen\" target=\"_blank\">Documentazione sulla gestione degli articoli</a> (in inglese)"
+#: wp-admin/edit.php:228
+msgid "<a href=\"https://codex.wordpress.org/Posts_Screen\">Documentation on Managing Posts</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Posts_Screen\">Documentazione sulla gestione degli articoli</a> (in inglese)"
 
-#: wp-admin/edit-tags.php:282
-msgid "<a href=\"https://codex.wordpress.org/Posts_Categories_Screen\" target=\"_blank\">Documentation on Categories</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Posts_Categories_Screen\" target=\"_blank\"> Documentazione sulle categorie</a> (in inglese) "
+#: wp-admin/edit-tags.php:264
+msgid "<a href=\"https://codex.wordpress.org/Posts_Categories_Screen\">Documentation on Categories</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Posts_Categories_Screen\"> Documentazione sulle categorie</a> (in inglese) "
 
 #: wp-admin/plugin-install.php:98
-msgid "<a href=\"https://codex.wordpress.org/Plugins_Add_New_Screen\" target=\"_blank\">Documentation on Installing Plugins</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Plugins_Add_New_Screen\" target=\"_blank\">Documentazione sull’installazione dei plugin</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Plugins_Add_New_Screen\">Documentation on Installing Plugins</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Plugins_Add_New_Screen\">Documentazione sull’installazione dei plugin</a> (in inglese)"
 
-#: wp-admin/user-new.php:206
-msgid "<a href=\"https://codex.wordpress.org/Users_Add_New_Screen\" target=\"_blank\">Documentation on Adding New Users</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Users_Add_New_Screen\" target=\"_blank\">Documentazione sull’aggiunta di nuovi utenti</a> (in inglese)"
+#: wp-admin/user-new.php:213
+msgid "<a href=\"https://codex.wordpress.org/Users_Add_New_Screen\">Documentation on Adding New Users</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Users_Add_New_Screen\">Documentazione sull’aggiunta di nuovi utenti</a> (in inglese)"
 
 #: wp-admin/options-reading.php:38
-msgid "<a href=\"https://codex.wordpress.org/Settings_Reading_Screen\" target=\"_blank\">Documentation on Reading Settings</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Settings_Reading_Screen\" target=\"_blank\">Documentazione sulle impostazioni di lettura</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Settings_Reading_Screen\">Documentation on Reading Settings</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Settings_Reading_Screen\">Documentazione sulle impostazioni di lettura</a> (in inglese)"
 
 #: wp-admin/edit-link-form.php:65
-msgid "<a href=\"https://codex.wordpress.org/Links_Add_New_Screen\" target=\"_blank\">Documentation on Creating Links</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Links_Add_New_Screen\" target=\"_blank\">Documentazione sulla creazione di collegamenti</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Links_Add_New_Screen\">Documentation on Creating Links</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Links_Add_New_Screen\">Documentazione sulla creazione di link</a> (in inglese)"
 
 #: wp-admin/options-discussion.php:28
-msgid "<a href=\"https://codex.wordpress.org/Settings_Discussion_Screen\" target=\"_blank\">Documentation on Discussion Settings</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Settings_Discussion_Screen\" target=\"_blank\">Documentazione sulle impostazioni delle discussioni</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Settings_Discussion_Screen\">Documentation on Discussion Settings</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Settings_Discussion_Screen\">Documentazione sulle impostazioni delle discussioni</a> (in inglese)"
 
 #: wp-admin/options-permalink.php:44
-msgid "<a href=\"https://codex.wordpress.org/Settings_Permalinks_Screen\" target=\"_blank\">Documentation on Permalinks Settings</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Settings_Permalinks_Screen\" target=\"_blank\"> Documentazione sulle impostazioni dei permalink</a> (in inglese) "
+msgid "<a href=\"https://codex.wordpress.org/Settings_Permalinks_Screen\">Documentation on Permalinks Settings</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Settings_Permalinks_Screen\"> Documentazione sulle impostazioni dei permalink</a> (in inglese) "
 
-#: wp-admin/user-edit.php:54
-msgid "<a href=\"https://codex.wordpress.org/Users_Your_Profile_Screen\" target=\"_blank\">Documentation on User Profiles</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Users_Your_Profile_Screen\" target=\"_blank\"> Documentazione sui profili utente</a> (in inglese)"
+#: wp-admin/user-edit.php:55
+msgid "<a href=\"https://codex.wordpress.org/Users_Your_Profile_Screen\">Documentation on User Profiles</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Users_Your_Profile_Screen\"> Documentazione sui profili utente</a> (in inglese)"
 
 #: wp-admin/media-new.php:56
-msgid "<a href=\"https://codex.wordpress.org/Media_Add_New_Screen\" target=\"_blank\">Documentation on Uploading Media Files</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Media_Add_New_Screen\" target=\"_blank\">Documentazione sul caricamento di file multimediali</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Media_Add_New_Screen\">Documentation on Uploading Media Files</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Media_Add_New_Screen\">Documentazione sul caricamento di file multimediali</a> (in inglese)"
 
 #: wp-admin/users.php:67
-msgid "<a href=\"https://codex.wordpress.org/Users_Screen\" target=\"_blank\">Documentation on Managing Users</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Users_Screen\" target=\"_blank\">Documentazione sulla gestione utenti</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Users_Screen\">Documentation on Managing Users</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Users_Screen\">Documentazione sulla gestione utenti</a> (in inglese)"
 
-#: wp-admin/comment.php:51 wp-admin/edit-comments.php:165
-msgid "<a href=\"https://codex.wordpress.org/Administration_Screens#Comments\" target=\"_blank\">Documentation on Comments</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Administration_Screens#Comments\" target=\"_blank\">Documentazione sui commenti</a> (in inglese)"
+#: wp-admin/comment.php:51 wp-admin/edit-comments.php:181
+msgid "<a href=\"https://codex.wordpress.org/Administration_Screens#Comments\">Documentation on Comments</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Administration_Screens#Comments\">Documentazione sui commenti</a> (in inglese)"
 
-#: wp-admin/edit-form-advanced.php:381
-msgid "<a href=\"https://codex.wordpress.org/Posts_Add_New_Screen\" target=\"_blank\">Documentation on Writing and Editing Posts</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Posts_Add_New_Screen\" target=\"_blank\">Documentazione sulla scrittura e modifica degli articoli</a> (in inglese)"
+#: wp-admin/edit-form-advanced.php:382
+msgid "<a href=\"https://codex.wordpress.org/Posts_Add_New_Screen\">Documentation on Writing and Editing Posts</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Posts_Add_New_Screen\">Documentazione sulla scrittura e modifica degli articoli</a> (in inglese)"
 
-#: wp-admin/update-core.php:576
-msgid "<a href=\"https://codex.wordpress.org/Dashboard_Updates_Screen\" target=\"_blank\">Documentation on Updating WordPress</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Dashboard_Updates_Screen\" target=\"_blank\">Documentazione sull’aggiornamento di WordPress</a> (in inglese)"
+#: wp-admin/update-core.php:573
+msgid "<a href=\"https://codex.wordpress.org/Dashboard_Updates_Screen\">Documentation on Updating WordPress</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Dashboard_Updates_Screen\">Documentazione sull’aggiornamento di WordPress</a> (in inglese)"
 
 #: wp-admin/options-media.php:34
-msgid "<a href=\"https://codex.wordpress.org/Settings_Media_Screen\" target=\"_blank\">Documentation on Media Settings</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Settings_Media_Screen\" target=\"_blank\">Documentazione sulle impostazioni dei media</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Settings_Media_Screen\">Documentation on Media Settings</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Settings_Media_Screen\">Documentazione sulle impostazioni dei media</a> (in inglese)"
 
 #: wp-admin/options-general.php:45
-msgid "<a href=\"https://codex.wordpress.org/Settings_General_Screen\" target=\"_blank\">Documentation on General Settings</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Settings_General_Screen\" target=\"_blank\">Documentazione sulle impostazioni generali</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Settings_General_Screen\">Documentation on General Settings</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Settings_General_Screen\">Documentazione sulle impostazioni generali</a> (in inglese)"
 
 #: wp-admin/export.php:54
-msgid "<a href=\"https://codex.wordpress.org/Tools_Export_Screen\" target=\"_blank\">Documentation on Export</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Tools_Export_Screen\" target=\"_blank\">Documentazione sull’esportazione</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Tools_Export_Screen\">Documentation on Export</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Tools_Export_Screen\">Documentazione sull’esportazione</a> (in inglese)"
 
-#: wp-admin/link-manager.php:60
-msgid "<a href=\"https://codex.wordpress.org/Links_Screen\" target=\"_blank\">Documentation on Managing Links</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Links_Screen\" target=\"_blank\">Documentazione sulla gestione dei collegamenti</a> (in inglese)"
+#: wp-admin/link-manager.php:66
+msgid "<a href=\"https://codex.wordpress.org/Links_Screen\">Documentation on Managing Links</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Links_Screen\">Documentazione sulla gestione dei collegamenti</a> (in inglese)"
 
 #: wp-admin/custom-header.php:127
-msgid "<a href=\"https://codex.wordpress.org/Appearance_Header_Screen\" target=\"_blank\">Documentation on Custom Header</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Appearance_Header_Screen\" target=\"_blank\">Documentazione sulla testata personalizzata</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Appearance_Header_Screen\">Documentation on Custom Header</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Appearance_Header_Screen\">Documentazione sulla testata personalizzata</a> (in inglese)"
 
 #: wp-admin/tools.php:28
-msgid "<a href=\"https://codex.wordpress.org/Tools_Screen\" target=\"_blank\">Documentation on Tools</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Tools_Screen\" target=\"_blank\">Documentazione sugli strumenti</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Tools_Screen\">Documentation on Tools</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Tools_Screen\">Documentazione sugli strumenti</a> (in inglese)"
 
-#: wp-admin/upload.php:66 wp-admin/upload.php:207
-msgid "<a href=\"https://codex.wordpress.org/Media_Library_Screen\" target=\"_blank\">Documentation on Media Library</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Media_Library_Screen\" target=\"_blank\">Documentazione sulla libreria dei media</a> (in inglese)"
+#: wp-admin/upload.php:66 wp-admin/upload.php:210
+msgid "<a href=\"https://codex.wordpress.org/Media_Library_Screen\">Documentation on Media Library</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Media_Library_Screen\">Documentazione sulla libreria dei media</a> (in inglese)"
 
-#: wp-admin/edit-form-advanced.php:397
-msgid "<a href=\"https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages\" target=\"_blank\">Documentation on Editing Pages</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages\" target=\"_blank\">Documentazione sulla modifica delle pagine</a> (in inglese)"
+#: wp-admin/edit-form-advanced.php:398
+msgid "<a href=\"https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages\">Documentation on Editing Pages</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages\">Documentazione sulla modifica delle pagine</a> (in inglese)"
 
-#: wp-admin/edit-form-advanced.php:413 wp-admin/media.php:83
-msgid "<a href=\"https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media\" target=\"_blank\">Documentation on Edit Media</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media\" target=\"_blank\">Documentazione sulla modifica dei media</a> (in inglese)"
+#: wp-admin/edit-form-advanced.php:414 wp-admin/media.php:83
+msgid "<a href=\"https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media\">Documentation on Edit Media</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media\">Documentazione sulla modifica dei media</a> (in inglese)"
 
 #: wp-admin/users.php:68
-msgid "<a href=\"https://codex.wordpress.org/Roles_and_Capabilities\" target=\"_blank\">Descriptions of Roles and Capabilities</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Roles_and_Capabilities\" target=\"_blank\">Descrizione di ruoli e capacità</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Roles_and_Capabilities\">Descriptions of Roles and Capabilities</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Roles_and_Capabilities\">Descrizione di ruoli e capacità</a> (in inglese)"
 
 #: wp-admin/options-permalink.php:45
-msgid "<a href=\"https://codex.wordpress.org/Using_Permalinks\" target=\"_blank\">Documentation on Using Permalinks</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Using_Permalinks\" target=\"_blank\">Documentazione sull’uso dei permalink</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Using_Permalinks\">Documentation on Using Permalinks</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Using_Permalinks\">Documentazione sull’uso dei permalink</a> (in inglese)"
 
-#: wp-admin/edit-comments.php:167
-msgid "<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\" target=\"_blank\">Documentation on Keyboard Shortcuts</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\" target=\"_blank\">Documentazione sulle scorciatoie tramite tastiera</a> (in inglese)"
+#: wp-admin/edit-comments.php:183
+msgid "<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\">Documentation on Keyboard Shortcuts</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\">Documentazione sulle scorciatoie tramite tastiera (shortcut)</a> (in inglese)"
 
-#: wp-admin/plugin-editor.php:144
-msgid "<a href=\"https://codex.wordpress.org/Writing_a_Plugin\" target=\"_blank\">Documentation on Writing Plugins</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Writing_a_Plugin\" target=\"_blank\">Documentazione sulla scrittura dei plugin</a> (in inglese)"
+#: wp-admin/plugin-editor.php:156
+msgid "<a href=\"https://codex.wordpress.org/Writing_a_Plugin\">Documentation on Writing Plugins</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Writing_a_Plugin\">Documentazione sulla scrittura dei plugin</a> (in inglese)"
 
-#: wp-admin/my-sites.php:48
-msgid "<a href=\"https://codex.wordpress.org/Dashboard_My_Sites_Screen\" target=\"_blank\">Documentation on My Sites</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Dashboard_My_Sites_Screen\" target=\"_blank\">Documentazione sui miei siti</a> (in inglese)"
+#: wp-admin/my-sites.php:47
+msgid "<a href=\"https://codex.wordpress.org/Dashboard_My_Sites_Screen\">Documentation on My Sites</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Dashboard_My_Sites_Screen\">Documentazione sui miei siti</a> (in inglese)"
 
-#: wp-admin/user-edit.php:260
+#: wp-admin/user-edit.php:261
 msgid "<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\" target=\"_blank\">More information</a>"
 msgstr "<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\" target=\"_blank\">Altre informazioni</a> (in inglese)"
 
-#: wp-admin/edit-comments.php:166
-msgid "<a href=\"https://codex.wordpress.org/Comment_Spam\" target=\"_blank\">Documentation on Comment Spam</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Comment_Spam\" target=\"_blank\">Documentazione sullo spam nei commenti</a> (in inglese)"
+#: wp-admin/edit-comments.php:182
+msgid "<a href=\"https://codex.wordpress.org/Comment_Spam\">Documentation on Comment Spam</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Comment_Spam\">Documentazione sullo spam nei commenti</a> (in inglese)"
 
 #: wp-admin/options-general.php:298
 msgid "<a href=\"https://codex.wordpress.org/Formatting_Date_and_Time\">Documentation on date and time formatting</a>."
 msgstr "<a href=\"https://codex.wordpress.org/Formatting_Date_and_Time\">Documentazione sulla formattazione della data</a>. (In inglese)"
 
-#: wp-admin/update-core.php:77
-msgid "You can update to <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %2$s</a> automatically or download the package and install it manually:"
-msgstr "Aggiorna automaticamente il sito a <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %2$s</a> oppure scarica il pacchetto e installalo manualmente:"
-
-#: wp-admin/update-core.php:181
+#: wp-admin/update-core.php:183
 msgid "<strong>Important:</strong> before updating, please <a href=\"https://codex.wordpress.org/WordPress_Backups\">back up your database and files</a>. For help with updates, visit the <a href=\"https://codex.wordpress.org/Updating_WordPress\">Updating WordPress</a> Codex page."
 msgstr "<strong>Importante:</strong> prima di aggiornare <a href=\"https://codex.wordpress.org/WordPress_Backups\">fai un backup del database e dei file</a>. Per ottenere aiuto con gli aggiornamenti visita la pagina del Codex: <a href=\"https://codex.wordpress.org/Updating_WordPress\">Aggiornare WordPress</a> (in inglese)."
 
-#: wp-admin/theme-install.php:108
-msgid "<a href=\"https://codex.wordpress.org/Using_Themes#Adding_New_Themes\" target=\"_blank\">Documentation on Adding New Themes</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Using_Themes#Adding_New_Themes\" target=\"_blank\">Documentazione sull'aggiunta di nuovi temi</a> (in inglese)"
+#: wp-admin/theme-install.php:114
+msgid "<a href=\"https://codex.wordpress.org/Using_Themes#Adding_New_Themes\">Documentation on Adding New Themes</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Using_Themes#Adding_New_Themes\">Documentazione sull'aggiunta di nuovi temi</a> (in inglese)"
 
 #: wp-admin/theme-editor.php:39
-msgid "<a href=\"https://codex.wordpress.org/Theme_Development\" target=\"_blank\">Documentation on Theme Development</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Theme_Development\" target=\"_blank\">Documentazione sullo sviluppo dei temi</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Theme_Development\">Documentation on Theme Development</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Theme_Development\">Documentazione sullo sviluppo dei temi</a> (in inglese)"
 
 #: wp-admin/theme-editor.php:40 wp-admin/themes.php:118
-msgid "<a href=\"https://codex.wordpress.org/Using_Themes\" target=\"_blank\">Documentation on Using Themes</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Using_Themes\" target=\"_blank\">Documentazione sull'uso dei temi</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Using_Themes\">Documentation on Using Themes</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Using_Themes\">Documentazione sull'uso dei temi</a> (in inglese)"
 
 #: wp-admin/theme-editor.php:41
-msgid "<a href=\"https://codex.wordpress.org/Editing_Files\" target=\"_blank\">Documentation on Editing Files</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Editing_Files\" target=\"_blank\">Documentazione sulla modifica dei file</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Editing_Files\">Documentation on Editing Files</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Editing_Files\">Documentazione sulla modifica dei file</a> (in inglese)"
 
 #: wp-admin/theme-editor.php:42
-msgid "<a href=\"https://codex.wordpress.org/Template_Tags\" target=\"_blank\">Documentation on Template Tags</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Template_Tags\" target=\"_blank\">Documentazione sui tag dei template</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Template_Tags\">Documentation on Template Tags</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Template_Tags\">Documentazione sui tag dei template</a> (in inglese)"
 
-#: wp-admin/plugins.php:395
-msgid "<a href=\"https://codex.wordpress.org/Managing_Plugins#Plugin_Management\" target=\"_blank\">Documentation on Managing Plugins</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Managing_Plugins#Plugin_Management\" target=\"_blank\">Documentazione sulla gestione dei plugin</a> (in inglese)"
+#: wp-admin/plugins.php:409
+msgid "<a href=\"https://codex.wordpress.org/Managing_Plugins#Plugin_Management\">Documentation on Managing Plugins</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Managing_Plugins#Plugin_Management\">Documentazione sulla gestione dei plugin</a> (in inglese)"
 
 #. translators: %s: the option/setting
-#: wp-admin/options.php:202
+#: wp-admin/options.php:204
 msgid "The %s setting is unregistered. Unregistered settings are deprecated. See https://codex.wordpress.org/Settings_API"
 msgstr "L'impostazione %s non è registrata. Le impostazioni non registrate sono deprecate. Controlla a https://codex.wordpress.org/Settings_API"
 
-#: wp-admin/update-core.php:71 wp-admin/upgrade.php:81
+#. translators: 1: WordPress version number, 2: Minimum required PHP version
+#. number, 3: Minimum required MySQL version number, 4: Current PHP version
+#. number, 5: Current MySQL version number
+#: wp-admin/update-core.php:72 wp-admin/upgrade.php:81
 msgid "You cannot update because <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s."
 msgstr "Non è possibile effettuare l&#8217;aggiornamento perché <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> richiede PHP versione %2$s o superiore e MySQL versione %3$s o superiore. Stai utilizzando PHP in versione %4$s e MySQL in versione %5$s."
 
-#: wp-admin/update-core.php:73 wp-admin/upgrade.php:83
+#. translators: 1: WordPress version number, 2: Minimum required PHP version
+#. number, 3: Current PHP version number
+#: wp-admin/update-core.php:75 wp-admin/upgrade.php:83
 msgid "You cannot update because <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> requires PHP version %2$s or higher. You are running version %3$s."
 msgstr "Non è possibile effettuare l'aggiornamento perché <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> richiede PHP versione %2$s o superiore. Stai utilizzando la versione %3$s."
 
-#: wp-admin/update-core.php:75 wp-admin/upgrade.php:85
+#. translators: 1: WordPress version number, 2: Minimum required MySQL version
+#. number, 3: Current MySQL version number
+#: wp-admin/update-core.php:78 wp-admin/upgrade.php:85
 msgid "You cannot update because <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> requires MySQL version %2$s or higher. You are running version %3$s."
 msgstr "Non è possibile effettuare l'aggiornamento perché <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> richiede MySQL versione %2$s o superiore. Stai utilizzando la versione %3$s."
 
-#: wp-admin/install.php:236
+#. translators: 1: WordPress version number, 2: Minimum required PHP version
+#. number, 3: Minimum required MySQL version number, 4: Current PHP version
+#. number, 5: Current MySQL version number
+#: wp-admin/install.php:237
 msgid "You cannot install because <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s."
 msgstr "L’aggiornamento non può essere installato perché <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> richiede la versione PHP  %2$s o superiore e la versione di MySQL  %3$s o superiore. Stai utilizzando la versione PHP %4$s e MySQL  %5$s."
 
-#: wp-admin/install.php:238
+#. translators: 1: WordPress version number, 2: Minimum required PHP version
+#. number, 3: Current PHP version number
+#: wp-admin/install.php:240
 msgid "You cannot install because <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> requires PHP version %2$s or higher. You are running version %3$s."
 msgstr "Non è possibile effettuare l’aggiornamento perché <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> richiede la versione PHP %2$s o superiore. Stai utilizzando la versione %3$s."
 
-#: wp-admin/install.php:240
+#. translators: 1: WordPress version number, 2: Minimum required MySQL version
+#. number, 3: Current MySQL version number
+#: wp-admin/install.php:243
 msgid "You cannot install because <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> requires MySQL version %2$s or higher. You are running version %3$s."
 msgstr "Non è possibile effettuare l’aggiornamento perché <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> richiede la versione MySQL %2$s o superiore. Stai utilizzando la versione %3$s."
 
@@ -2046,7 +2239,7 @@ msgstr "Non è possibile effettuare l’aggiornamento perché <a href=\"https://
 msgid "The theme you are currently using isn&#8217;t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please <a href=\"https://codex.wordpress.org/Widgetizing_Themes\">follow these instructions</a>."
 msgstr "Il tema attualmente in uso non è pronto per i widget, quindi non ha alcuna barra laterale che è possibile modificare. Per informazioni su come rendere un tema pronto per i widget <a href=\"https://codex.wordpress.org/Widgetizing_Themes\">fai riferimento a queste istruzioni</a>."
 
-#: wp-admin/plugin-editor.php:280 wp-admin/theme-editor.php:279
+#: wp-admin/plugin-editor.php:292 wp-admin/theme-editor.php:279
 msgid "You need to make this file writable before you can save your changes. See <a href=\"https://codex.wordpress.org/Changing_File_Permissions\">the Codex</a> for more information."
 msgstr "Occorre rendere questo file scrivibile prima di poter salvare i cambiamenti apportati. Vedi <a href=\"https://codex.wordpress.org/Changing_File_Permissions\">il Codex</a> per maggiori informazioni."
 
@@ -2066,7 +2259,7 @@ msgstr "Se la directory di root del proprio sito fosse <a href=\"https://codex.w
 msgid "If your <code>web.config</code> file were <a href=\"https://codex.wordpress.org/Changing_File_Permissions\">writable</a>, we could do this automatically, but it isn&#8217;t so this is the url rewrite rule you should have in your <code>web.config</code> file. Click in the field and press <kbd>CTRL + a</kbd> to select all. Then insert this rule inside of the <code>/&lt;configuration&gt;/&lt;system.webServer&gt;/&lt;rewrite&gt;/&lt;rules&gt;</code> element in <code>web.config</code> file."
 msgstr "Se il file <code>.htaccess</code> fosse <a href=\"https://codex.wordpress.org/Make_a_Directory_Writable\">scrivibile</a> potremmo aggiornarlo automaticamente, ma poiché non lo è queste sono le regole di riscrittura url che si dovranno inserire manualmente nel file <code>web.config</code>. Fare clic su questo campo e premere <kbd>CTRL + a</kbd> per selezionarle tutte. Quindi inserire queste regole nell'elemento <code>/&lt;configuration&gt;/&lt;system.webServer&gt;/&lt;rewrite&gt;/&lt;rules&gt;</code> del file <code>web.config</code>."
 
-#: wp-admin/includes/meta-boxes.php:611 wp-admin/includes/meta-boxes.php:665
+#: wp-admin/includes/meta-boxes.php:622 wp-admin/includes/meta-boxes.php:676
 msgid "https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments"
 msgstr "https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments"
 
@@ -2074,23 +2267,23 @@ msgstr "https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments"
 msgid "The <a href=\"https://codex.wordpress.org/Glossary#Character_set\">character encoding</a> of your site (UTF-8 is recommended)"
 msgstr "La <a href=\"https://codex.wordpress.org/Glossary#Character_set\">codifica dei caratteri</a> del tuo sito (è raccomandato il formato UTF-8)"
 
-#: wp-admin/includes/class-wp-press-this.php:1493
+#: wp-admin/includes/class-wp-press-this.php:1491
 msgid "Standard Editor"
 msgstr "Editor standard"
 
-#: wp-admin/includes/file.php:1206
+#: wp-admin/includes/file.php:1207
 msgid "example: www.wordpress.org"
 msgstr "esempio: www.wordpress.org"
 
-#: wp-admin/theme-install.php:52 wp-admin/themes.php:141
+#: wp-admin/theme-install.php:56 wp-admin/themes.php:141
 msgid "Number of Themes found: %d"
 msgstr "Temi trovati: %d"
 
-#: wp-admin/theme-install.php:82
+#: wp-admin/theme-install.php:88
 msgid "You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter."
 msgstr "Puoi effettuare la ricerca temi per parole chiave, autore o tag oppure essere maggiormente specifico e ricercare per i criteri elencati nel filtro in evidenza."
 
-#: wp-admin/theme-install.php:83
+#: wp-admin/theme-install.php:89
 msgid "Alternately, you can browse the themes that are Featured, Popular, or Latest. When you find a theme you like, you can preview it or install it."
 msgstr "In alternativa, puoi esplorare i temi in evidenza, popolari o recenti. Quando trovi un tema che ti piace lo puoi vedere in anteprima o installarlo."
 
@@ -2122,17 +2315,17 @@ msgstr "Formato ora personalizzato:"
 msgid "Plugins updated successfully."
 msgstr "I plugin sono stati aggiornati."
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:568
-#: wp-admin/includes/plugin-install.php:563
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:564
+#: wp-admin/includes/plugin-install.php:591
 msgctxt "Active plugin installs"
 msgid "1+ Million"
 msgstr "Oltre un milione"
 
-#: wp-admin/includes/plugin-install.php:561
+#: wp-admin/includes/plugin-install.php:589
 msgid "Active Installs:"
 msgstr "Installazioni attive:"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:572
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:570
 msgid "%s Active Installs"
 msgstr "%s Installazioni attive"
 
@@ -2144,19 +2337,19 @@ msgstr "Press This è un piccolo strumento che ti permette di raccogliere conten
 msgid "Detach"
 msgstr "Scollega"
 
-#: wp-admin/menu-header.php:244
+#: wp-admin/menu-header.php:246
 msgid "Main menu"
 msgstr "Menù principale"
 
-#: wp-admin/includes/file.php:1251
+#: wp-admin/includes/file.php:1252
 msgid "Enter the location on the server where the public and private keys are located. If a passphrase is needed, enter that in the password field above."
 msgstr "Inserire la posizione sul server dove si trovano le chiavi pubbliche e private. Se è necessaria una passphrase immetterla nel campo password sottostante."
 
-#: wp-admin/users.php:431
+#: wp-admin/users.php:442
 msgid "%s user deleted."
 msgid_plural "%s users deleted."
-msgstr[0] "%s utente cancellato."
-msgstr[1] "%s utenti cancellati."
+msgstr[0] "%s utente eliminato."
+msgstr[1] "%s utenti eliminati."
 
 #: wp-admin/users.php:269
 msgid "What should be done with content owned by these users?"
@@ -2164,13 +2357,13 @@ msgstr "Cosa si deve fare dei contenuti posseduti da questi utenti?"
 
 #: wp-admin/users.php:242
 msgid "You have specified these users for deletion:"
-msgstr "Hai specificato questi utenti per la cancellazione:"
+msgstr "Hai specificato questi utenti per l'eliminazione:"
 
-#: wp-admin/edit.php:270
+#: wp-admin/edit.php:274
 msgid "1 post not updated, somebody is editing it."
 msgstr "Un articolo non aggiornato, qualcuno lon sta modificando."
 
-#: wp-admin/edit.php:278
+#: wp-admin/edit.php:282
 msgid "1 page not updated, somebody is editing it."
 msgstr "Una pagina non aggiornata, qualcuno a sta modificando."
 
@@ -2178,9 +2371,9 @@ msgstr "Una pagina non aggiornata, qualcuno a sta modificando."
 msgid "These plugins may be active on other sites in the network."
 msgstr "Questi plugin potrebbero essere attivi in altri siti del network"
 
-#: wp-admin/includes/ajax-actions.php:435
-#: wp-admin/includes/class-wp-list-table.php:763
-#: wp-admin/includes/class-wp-list-table.php:1350
+#: wp-admin/includes/ajax-actions.php:433
+#: wp-admin/includes/class-wp-list-table.php:762
+#: wp-admin/includes/class-wp-list-table.php:1349
 msgid "%s item"
 msgid_plural "%s items"
 msgstr[0] "%s elemento"
@@ -2192,13 +2385,13 @@ msgstr "Stai per eliminare i seguenti plugin:"
 
 #: wp-admin/plugins.php:294
 msgid "Delete Plugins"
-msgstr "Cancella i plugin"
+msgstr "Elimina i plugin"
 
-#: wp-admin/includes/class-wp-press-this.php:1335
+#: wp-admin/includes/class-wp-press-this.php:1333
 msgid "Hide post options"
 msgstr "Nascondi opzioni articolo"
 
-#: wp-admin/plugin-editor.php:136 wp-admin/theme-editor.php:30
+#: wp-admin/plugin-editor.php:148 wp-admin/theme-editor.php:30
 msgid "In the editing area the Tab key enters a tab character. To move below this area by pressing Tab, press the Esc key followed by the Tab key. In some cases the Esc key will need to be pressed twice before the Tab key will allow you to continue."
 msgstr "Nell'area di modifica il tasto Tab inserisce un carattere tabulatore. Per spostarsi sotto questa area premendo il Tab, premere il tasto Esc seguito dal tasto Tab. In alcuni casi il tasto Esc necessita d'essere premuto due volte prima che il tasto Tab ti permetta di continuare."
 
@@ -2206,21 +2399,21 @@ msgstr "Nell'area di modifica il tasto Tab inserisce un carattere tabulatore. Pe
 msgid "Number of items per page:"
 msgstr "Numero di elementi per pagina:"
 
-#: wp-admin/includes/file.php:31 wp-admin/includes/template.php:1718
+#: wp-admin/includes/file.php:31 wp-admin/includes/template.php:1721
 msgid "Posts Page"
 msgstr "Pagina articoli"
 
-#: wp-admin/includes/template.php:2100
+#: wp-admin/includes/template.php:2126
 msgid "You are currently editing the page that shows your latest posts."
 msgstr "Stai modificando la pagina che mostra i tuoi ultimi articoli."
 
-#: wp-admin/includes/theme.php:618 wp-admin/themes.php:425
+#: wp-admin/includes/theme.php:643 wp-admin/themes.php:433
 msgid "Close details dialog"
 msgstr "Chiudi finestra dettagli"
 
 #. translators: Do not translate USERNAME, URL_DELETE, SITE_NAME: those are
 #. placeholders.
-#: wp-admin/ms-delete-site.php:46
+#: wp-admin/ms-delete-site.php:48
 msgid ""
 "Howdy ###USERNAME###,\n"
 "\n"
@@ -2255,7 +2448,7 @@ msgstr ""
 "Il webmaster di\n"
 "###SITE_NAME###"
 
-#: wp-admin/nav-menus.php:546
+#: wp-admin/nav-menus.php:547
 msgid "To add a custom link, <strong>expand the Custom Links section, enter a URL and link text, and click Add to Menu</strong>"
 msgstr "Per aggiungere un link personalizzato, <strong>espandi la sezione link personalizzati, inserisci un indirizzo e il testo del link, quindi fai clic su aggiungi al menu</strong>"
 
@@ -2288,7 +2481,7 @@ msgstr "Se non puoi trascinare il bookmarklet nei tuoi preferiti, copia il segue
 
 #: wp-admin/tools.php:67
 msgid "Direct link (best for mobile)"
-msgstr "Link diretto (meglio per il mobile)"
+msgstr "Link diretto (più adatto per dispositivi mobili)"
 
 #: wp-admin/tools.php:68
 msgid "Follow the link to open Press This. Then add it to your device&#8217;s bookmarks or home screen."
@@ -2298,19 +2491,19 @@ msgstr "Segui il collegamento per aprire Press This. Quindi aggiungilo ai prefer
 msgid "Open Press This"
 msgstr "Apri Press This"
 
-#: wp-admin/user-edit.php:42
+#: wp-admin/user-edit.php:43
 msgid "You can log out of other devices, such as your phone or a public computer, by clicking the Log Out Everywhere Else button."
 msgstr "Puoi disconnetterti da altri dispositivi, come il tuo telefono o un computer pubblico, facendo clic sul pulsante «Esci da tutte le altre sessioni»."
 
-#: wp-admin/update-core.php:422
+#: wp-admin/update-core.php:419
 msgid "New translations are available."
 msgstr "Sono disponibili nuove traduzioni."
 
-#: wp-admin/theme-install.php:309
+#: wp-admin/theme-install.php:319
 msgid "This theme has not been rated yet."
 msgstr "Questo tema non è stato ancora votato."
 
-#: wp-admin/includes/template.php:1714
+#: wp-admin/includes/template.php:1717
 msgid "Front Page"
 msgstr "Pagina iniziale"
 
@@ -2327,63 +2520,63 @@ msgstr "Questa categoria non può essere aggiunta. Cambia il nome e riprova."
 msgid "Error while adding the category. Please try again later."
 msgstr "Errore nell'aggiungere la categoria. Riprova nuovamente più tardi."
 
-#: wp-admin/includes/class-wp-press-this.php:862
+#: wp-admin/includes/class-wp-press-this.php:859
 msgid "Toggle add category"
 msgstr "Commuta aggiungi categoria"
 
-#: wp-admin/includes/class-wp-press-this.php:887
+#: wp-admin/includes/class-wp-press-this.php:884
 msgid "Search categories by name"
 msgstr "Cerca categorie per nome"
 
-#: wp-admin/includes/class-wp-press-this.php:889
+#: wp-admin/includes/class-wp-press-this.php:886
 msgid "Search categories"
 msgstr "Cerca categorie"
 
-#: wp-admin/includes/class-wp-press-this.php:1141
+#: wp-admin/includes/class-wp-press-this.php:1138
 msgctxt "Used in Press This to indicate where the content comes from."
 msgid "Source:"
 msgstr "Sorgente:"
 
-#: wp-admin/includes/class-wp-press-this.php:1333
+#: wp-admin/includes/class-wp-press-this.php:1331
 msgid "Show post options"
 msgstr "Mostra opzioni dell'articolo"
 
-#: wp-admin/includes/class-wp-press-this.php:1246
+#: wp-admin/includes/class-wp-press-this.php:1244
 msgid "Press This!"
 msgstr "Press This!"
 
-#: wp-admin/includes/class-wp-press-this.php:1341
+#: wp-admin/includes/class-wp-press-this.php:1339
 msgid "Scan site for content"
 msgstr "Scansiona sito per contenuto"
 
-#: wp-admin/includes/class-wp-press-this.php:1342
+#: wp-admin/includes/class-wp-press-this.php:1340
 msgid "Enter a URL to scan"
 msgstr "Inserisci un indirizzo da scansionare"
 
-#: wp-admin/includes/class-wp-press-this.php:1343
+#: wp-admin/includes/class-wp-press-this.php:1341
 msgid "Scan"
 msgstr "Eseguire la scansione"
 
-#: wp-admin/includes/class-wp-press-this.php:1369
+#: wp-admin/includes/class-wp-press-this.php:1367
 msgid "You should upgrade <a href=\"%s\" target=\"_blank\">your bookmarklet</a> to the latest version!"
 msgstr "Dovresti aggiornare <a href=\"%s\" target=\"_blank\">il tuo bookmarklet</a> all'ultima versione!"
 
-#: wp-admin/includes/class-wp-press-this.php:1378
-#: wp-admin/includes/class-wp-press-this.php:1379
+#: wp-admin/includes/class-wp-press-this.php:1376
+#: wp-admin/includes/class-wp-press-this.php:1377
 msgid "Post title"
 msgstr "Titolo dell'articolo"
 
-#: wp-admin/includes/class-wp-press-this.php:1383
+#: wp-admin/includes/class-wp-press-this.php:1381
 msgid "Suggested media"
 msgstr "Media suggeriti"
 
-#: wp-admin/includes/class-wp-press-this.php:1446
-#: wp-admin/includes/class-wp-press-this.php:1456
-#: wp-admin/includes/class-wp-press-this.php:1465
+#: wp-admin/includes/class-wp-press-this.php:1444
+#: wp-admin/includes/class-wp-press-this.php:1454
+#: wp-admin/includes/class-wp-press-this.php:1463
 msgid "Back to post options"
 msgstr "Torna alle opzioni articolo"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:847
+#: wp-admin/includes/class-wp-automatic-updater.php:838
 msgid ""
 "BETA TESTING?\n"
 "=============\n"
@@ -2407,7 +2600,7 @@ msgstr ""
 "\n"
 "Grazie! -- Il team di WordPress"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:865
+#: wp-admin/includes/class-wp-automatic-updater.php:856
 msgid ""
 "UPDATE LOG\n"
 "=========="
@@ -2417,7 +2610,7 @@ msgstr ""
 
 #. translators: Do not translate USERNAME, ADMIN_URL, EMAIL, SITENAME, SITEURL:
 #. those are placeholders.
-#: wp-admin/includes/ms.php:276
+#: wp-admin/includes/ms.php:280
 msgid ""
 "Howdy ###USERNAME###,\n"
 "\n"
@@ -2455,7 +2648,7 @@ msgstr ""
 
 #. translators: Do not translate USERNAME, ADMIN_URL, EMAIL, SITENAME, SITEURL:
 #. those are placeholders.
-#: wp-admin/includes/ms.php:357
+#: wp-admin/includes/ms.php:367
 msgid ""
 "Howdy ###USERNAME###,\n"
 "\n"
@@ -2489,11 +2682,11 @@ msgstr ""
 "###SITENAME###\n"
 "###SITEURL###"
 
-#: wp-admin/includes/ms.php:502
+#: wp-admin/includes/ms.php:519
 msgid "Site Upload Space Quota"
 msgstr "Limite di spazio disponibile per il caricamento di file"
 
-#: wp-admin/includes/ms.php:505
+#: wp-admin/includes/ms.php:522
 msgid "Size in megabytes"
 msgstr "Dimensione in megabyte"
 
@@ -2503,21 +2696,21 @@ msgstr "Manca l'ID dell'articolo."
 
 #. translators: Publish box date format, see https://secure.php.net/date
 #: wp-admin/edit-form-advanced.php:133 wp-admin/edit-form-comment.php:93
-#: wp-admin/includes/meta-boxes.php:174 wp-admin/includes/meta-boxes.php:300
+#: wp-admin/includes/meta-boxes.php:175 wp-admin/includes/meta-boxes.php:308
 #: wp-admin/includes/revision.php:207 wp-admin/includes/revision.php:249
 msgid "M j, Y @ H:i"
 msgstr "j M, Y @ H:i"
 
-#: wp-admin/includes/ajax-actions.php:3371
-#: wp-admin/includes/ajax-actions.php:3482
-#: wp-admin/includes/ajax-actions.php:3540
-#: wp-admin/includes/ajax-actions.php:3633
-#: wp-admin/includes/ajax-actions.php:3748
-#: wp-admin/includes/ajax-actions.php:3811
+#: wp-admin/includes/ajax-actions.php:3352
+#: wp-admin/includes/ajax-actions.php:3463
+#: wp-admin/includes/ajax-actions.php:3521
+#: wp-admin/includes/ajax-actions.php:3614
+#: wp-admin/includes/ajax-actions.php:3733
+#: wp-admin/includes/ajax-actions.php:3796
 msgid "Unable to connect to the filesystem. Please confirm your credentials."
 msgstr "Impossibilitato al collegamento al filesystem. Controlla le tue credenziali."
 
-#: wp-admin/includes/class-wp-posts-list-table.php:965
+#: wp-admin/includes/class-wp-posts-list-table.php:981
 msgid "Y/m/d g:i:s a"
 msgstr "d/m/Y g:i:s"
 
@@ -2531,28 +2724,30 @@ msgstr "In risposta a"
 msgid "Submitted on"
 msgstr "Inviato il"
 
-#: wp-admin/edit-form-advanced.php:369
+#: wp-admin/edit-form-advanced.php:370
 msgid "You can enable distraction-free writing mode using the icon to the right. This feature is not available for old browsers or devices with small screens, and requires that the full-height editor be enabled in Screen Options."
 msgstr "Puoi abilitare la modalità di scrittura senza distrazioni utilizzando l'icona sulla destra. Questa funzionalità non è disponibile per i vecchi browser o per le periferiche con uno schermo piccolo e richiede che l'editor a tutta altezza sia abilitato nelle Impostazioni schermata."
 
-#: wp-admin/includes/plugin-install.php:329
+#: wp-admin/includes/plugin-install.php:351
 msgid "These suggestions are based on the plugins you and other users have installed."
 msgstr "Questi suggerimenti sono basati sui plugin che tu ed altri utenti avete installato."
 
-#: wp-admin/user-edit.php:547
+#: wp-admin/user-edit.php:584
 msgid "You are only logged in at this location."
 msgstr "Sei collegato solo da questo luogo."
 
-#: wp-admin/user-edit.php:565
+#: wp-admin/user-edit.php:602
 msgid "Log Out Everywhere"
 msgstr "Disconnetti su ogni dispositivo"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:96
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:95
 msgctxt "Plugin Installer"
 msgid "Recommended"
 msgstr "Raccomandati"
 
-#: wp-admin/includes/upgrade.php:376
+#. translators: New site notification email. 1: New site URL, 2: User login, 3:
+#. User password or password reset link, 4: Login URL
+#: wp-admin/includes/upgrade.php:379
 msgid ""
 "Your new WordPress site has been successfully set up at:\n"
 "\n"
@@ -2588,7 +2783,7 @@ msgstr ""
 msgid "Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, and the @ symbol."
 msgstr "I nomi utente possono essere composti soltanto da caratteri alfanumerici, spazi, trattini bassi, trattini, punti e il simbolo @."
 
-#: wp-admin/options-discussion.php:223
+#: wp-admin/options-discussion.php:224
 msgid "Mystery Person"
 msgstr "Utente misterioso"
 
@@ -2598,7 +2793,7 @@ msgstr "Puoi impostare la lingua e i file per la traduzione saranno scaricati ed
 
 #: wp-admin/themes.php:173
 msgid "You cannot delete a theme while it has an active child theme."
-msgstr "Non puoi cancellare un tema quando un suo child theme è attualmente attivato."
+msgstr "Non puoi eliminare un tema quando un suo child theme è attualmente attivato."
 
 #: wp-admin/includes/class-wp-screen.php:923
 msgid "Enable full-height editor and distraction-free functionality."
@@ -2608,46 +2803,42 @@ msgstr "Abilita l'editor a tutta altezza con la funzionalità \"senza distrazion
 msgid "Untested with your version of WordPress"
 msgstr "Non testato con la tua versione di WordPress"
 
-#: wp-admin/includes/dashboard.php:1118 wp-admin/index.php:77
-#: wp-admin/index.php:83
+#: wp-admin/includes/dashboard.php:1121 wp-admin/index.php:76
+#: wp-admin/index.php:82
 msgid "https://planet.wordpress.org/"
 msgstr "https://it.wordpress.org/"
 
-#: wp-admin/includes/dashboard.php:1127
+#: wp-admin/includes/dashboard.php:1130
 msgid "https://planet.wordpress.org/feed/"
 msgstr "https://it.wordpress.org/feed"
 
-#: wp-admin/edit-form-advanced.php:365
+#: wp-admin/edit-form-advanced.php:366
 msgid "<strong>Post editor</strong> &mdash; Enter the text for your post. There are two modes of editing: Visual and Text. Choose the mode by clicking on the appropriate tab."
 msgstr "<strong>Editor articolo</strong> &mdash; Immetti il testo del tuo articolo. Vi sono due modalità di modifica: visuale e testo. Scegli la modalità facendo clic sulla linguetta specifica."
 
-#: wp-admin/edit-form-advanced.php:368
+#: wp-admin/edit-form-advanced.php:369
 msgid "You can insert media files by clicking the icons above the post editor and following the directions. You can align or edit images using the inline formatting toolbar available in Visual mode."
 msgstr "Puoi inserire i file media facendo clic sulle icone poste sopra l’editor degli articoli e seguendo le istruzioni. Puoi allineare o modificare le immagini utilizzando la barra degli strumenti in linea disponibile nella modalità visuale."
 
-#: wp-admin/edit-tag-form.php:156 wp-admin/edit-tags.php:426
+#: wp-admin/edit-tag-form.php:149 wp-admin/edit-tags.php:399
 msgctxt "term parent"
 msgid "Parent"
 msgstr "Genitore"
 
-#: wp-admin/includes/ajax-actions.php:2036
-msgid "You don't have permission to attach files to this post."
-msgstr "Non hai i permessi per allegare file a questo articolo."
-
-#: wp-admin/includes/ajax-actions.php:3020
+#: wp-admin/includes/ajax-actions.php:3011
 msgid "This preview is unavailable in the editor."
 msgstr "Questa anteprima non è disponibile nell'editor."
 
-#: wp-admin/includes/ajax-actions.php:3113
+#: wp-admin/includes/ajax-actions.php:3104
 msgid "Could not log out user sessions. Please try again."
 msgstr "Non è possibile scollegare le sessioni utente. Riprova."
 
 #. translators: 1: User's display name.
-#: wp-admin/includes/ajax-actions.php:3125
+#: wp-admin/includes/ajax-actions.php:3116
 msgid "%s has been logged out."
 msgstr "%s è stato disconnesso."
 
-#: wp-admin/includes/ajax-actions.php:3121
+#: wp-admin/includes/ajax-actions.php:3112
 msgid "You are now logged out everywhere else."
 msgstr "Ora sei scollegato dappertutto."
 
@@ -2660,7 +2851,7 @@ msgstr "Filtra per tipo di commento"
 msgid "Filter by category"
 msgstr "Filtra per categoria"
 
-#: wp-admin/custom-background.php:190
+#: wp-admin/custom-background.php:232
 msgid "You can now manage and live-preview Custom Backgrounds in the <a href=\"%1$s\">Customizer</a>."
 msgstr "Puoi gestire e vedere l’anteprima del tuo sfondo modificato in <a href=\"%1$s\">Personalizza</a>."
 
@@ -2706,7 +2897,7 @@ msgstr "Utilizza i pulsanti freccia in cima alla finestra di dialogo oppure util
 
 #: wp-admin/upload.php:61
 msgid "You can also delete individual items and access the extended edit screen from the details dialog."
-msgstr "Da questa finestra di dialogo puoi anche cancellare singoli elementi ed accedere alla schermata di modifica estesa."
+msgstr "Da questa finestra di dialogo puoi anche eliminare singoli elementi ed accedere alla schermata di modifica estesa."
 
 #: wp-admin/upload.php:59
 msgid "Clicking an item will display an Attachment Details dialog, which allows you to preview media and make quick edits. Any changes you make to the attachment details will be automatically saved."
@@ -2716,7 +2907,7 @@ msgstr "Facendo clic su un elemento verrà visualizzata la finestra di dialogo c
 msgid "To delete media items, click the Bulk Select button at the top of the screen. Select any items you wish to delete, then click the Delete Selected button. Clicking the Cancel Selection button takes you back to viewing your media."
 msgstr "Per cancellare elementi media, fare clic sul pulsante «Selezione multipla» in cima allo schermo. Selezionare gli elementi che desideri cancellare e quindi fai clic sul pulsante «Cancella selezionati». Facendo clic sul pulsante «Cancella selezione» si tornerà alla visualizzazione degli elementi media."
 
-#: wp-admin/upload.php:51 wp-admin/upload.php:190
+#: wp-admin/upload.php:51 wp-admin/upload.php:193
 msgid "You can view your media in a simple visual grid or a list with columns. Switch between these views using the icons to the left above the media."
 msgstr "Puoi visualizzare gli elementi media in una semplice vista a griglia o in una lista a colonne. Per passare da una vista all'altra utilizzare le icone poste a sinistra sopra gli elementi media."
 
@@ -2740,7 +2931,7 @@ msgstr "Aggiungi plugin"
 msgid "The %s constant in your %s file is no longer needed."
 msgstr "La costante %s nel file %s non è più necessaria."
 
-#: wp-admin/edit-tags.php:581 wp-admin/options-general.php:352
+#: wp-admin/edit-tags.php:535 wp-admin/options-general.php:352
 msgid "Note:"
 msgstr "Nota:"
 
@@ -2748,7 +2939,7 @@ msgstr "Nota:"
 msgid "Invalid translation type."
 msgstr "Tipologia di traduzione non valida."
 
-#: wp-admin/install.php:312
+#: wp-admin/install.php:316
 msgid "Welcome to the famous five-minute WordPress installation process! Just fill in the information below and you&#8217;ll be on your way to using the most extendable and powerful personal publishing platform in the world."
 msgstr "Benvenuto nella famosa installazione di WordPress in cinque minuti! Compila semplicemente le informazioni qua sotto e sarai già sulla strada per utilizzare la piattaforma di pubblicazione più estesa e potente del mondo."
 
@@ -2760,17 +2951,17 @@ msgstr "<strong>Compatibile</strong> con la tua versione di WordPress"
 msgid "<strong>Incompatible</strong> with your version of WordPress"
 msgstr "<strong>Incompatibile</strong> con la tua versione di WordPress"
 
-#: wp-admin/includes/plugin-install.php:597
+#: wp-admin/includes/plugin-install.php:627
 msgid "%d star"
 msgid_plural "%d stars"
 msgstr[0] "%d stella"
 msgstr[1] "%d stelle"
 
-#: wp-admin/includes/class-wp-list-table.php:462
+#: wp-admin/includes/class-wp-list-table.php:461
 msgid "Select bulk action"
 msgstr "Seleziona l'azione di gruppo"
 
-#: wp-admin/user-new.php:345 wp-admin/user-new.php:475
+#: wp-admin/user-new.php:354 wp-admin/user-new.php:490
 msgid "Add the user without sending an email that requires their confirmation."
 msgstr "Aggiungi l'utente senza inviare una mail che richieda la sua conferma."
 
@@ -2779,50 +2970,50 @@ msgstr "Aggiungi l'utente senza inviare una mail che richieda la sua conferma."
 msgid "The grid view for the Media Library requires JavaScript. <a href=\"%s\">Switch to the list view</a>."
 msgstr "La visualizzazione a griglia per la Libreria media richiede JavaScript. <a href=\"%s\">Passa alla visualizzazione ad elenco</a>."
 
-#: wp-admin/update-core.php:194
+#: wp-admin/update-core.php:196
 msgid "This site is set up to install updates of future beta versions automatically."
 msgstr "Questo sito è pronto per installare automaticamente gli aggiornamenti delle future versioni beta."
 
-#: wp-admin/update-core.php:194
+#: wp-admin/update-core.php:196
 msgid "BETA TESTERS:"
 msgstr "BETA TESTER:"
 
-#: wp-admin/theme-install.php:283
+#: wp-admin/theme-install.php:293
 msgctxt "Button label for a theme"
 msgid "Next"
 msgstr "Successivo"
 
-#: wp-admin/theme-install.php:282
+#: wp-admin/theme-install.php:292
 msgctxt "Button label for a theme"
 msgid "Previous"
 msgstr "Precedente"
 
-#: wp-admin/includes/template.php:726
+#: wp-admin/includes/template.php:727
 msgid "Minute"
 msgstr "Minuto"
 
-#: wp-admin/includes/template.php:725
+#: wp-admin/includes/template.php:726
 msgid "Hour"
 msgstr "Ora"
 
-#: wp-admin/includes/template.php:723
+#: wp-admin/includes/template.php:724
 msgid "Day"
 msgstr "Giorno"
 
-#: wp-admin/includes/template.php:713
+#: wp-admin/includes/template.php:714
 msgid "Month"
 msgstr "Mese"
 
-#: wp-admin/includes/plugin-install.php:607
+#: wp-admin/includes/plugin-install.php:637
 msgid "Contributors"
 msgstr "Contributori"
 
-#: wp-admin/includes/plugin-install.php:573
-#: wp-admin/includes/plugin-install.php:627
+#: wp-admin/includes/plugin-install.php:603
+#: wp-admin/includes/plugin-install.php:657
 msgid "Donate to this plugin &#187;"
 msgstr "Dona per questo plugin &#187;"
 
-#: wp-admin/includes/plugin-install.php:466
+#: wp-admin/includes/plugin-install.php:494
 msgctxt "Plugin installer section title"
 msgid "Reviews"
 msgstr "Recensioni"
@@ -2832,65 +3023,61 @@ msgctxt "themes"
 msgid "Recently Updated"
 msgstr "Aggiornati di recente"
 
-#: wp-admin/includes/class-wp-terms-list-table.php:185
+#: wp-admin/includes/class-wp-terms-list-table.php:188
 msgctxt "Number/count of items"
 msgid "Count"
 msgstr "Conteggio"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:790
+#: wp-admin/includes/class-wp-plugins-list-table.php:788
 msgid "View details"
 msgstr "Visualizza i dettagli"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:511
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:507
 msgid "More Details"
 msgstr "Maggiori dettagli"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:408
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:404
 msgctxt "Plugin installer group title"
 msgid "Tools"
 msgstr "Strumenti"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:407
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:403
 msgctxt "Plugin installer group title"
 msgid "Social"
 msgstr "Social"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:406
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:402
 msgctxt "Plugin installer group title"
 msgid "Performance"
 msgstr "Prestazioni"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:92
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:91
 msgctxt "Plugin Installer"
 msgid "Beta Testing"
 msgstr "Beta test"
 
-#: wp-admin/includes/ajax-actions.php:2990
+#: wp-admin/includes/ajax-actions.php:2981
 msgid "%s failed to embed."
 msgstr "%s ha fallito l'inclusione (embed)."
 
-#: wp-admin/includes/class-wp-automatic-updater.php:699
+#: wp-admin/includes/class-wp-automatic-updater.php:690
 msgid "The WordPress team is willing to help you. Forward this email to %s and the team will work with you to make sure your site is working."
 msgstr "Il team di WordPress desidera aiutarti. Inoltra questa mail a %s ed il team lavorerà con te per assicurarsi che il tuo sito sia funzionante."
 
-#: wp-admin/customize.php:140
-msgid "The Customizer allows you to preview changes to your site before publishing them. You can also navigate to different pages on your site to preview them."
-msgstr "Il menu «Personalizza» ti permette di visualizzare in anteprima le modifiche al tuo sito prima di pubblicarle. Puoi anche navigare fra le diverse pagine del sito per vederne un’anteprima."
-
-#: wp-admin/includes/class-wp-automatic-updater.php:712
+#: wp-admin/includes/class-wp-automatic-updater.php:703
 msgid "If you reach out to us, we'll also ensure you'll never have this problem again."
 msgstr "Se ci contatti vedremo di assicurarci che tu non abbia mai più questo problema."
 
-#: wp-admin/theme-install.php:53 wp-admin/theme-install.php:211
-#: wp-admin/themes.php:142 wp-admin/themes.php:297
+#: wp-admin/theme-install.php:57 wp-admin/theme-install.php:221
+#: wp-admin/themes.php:142 wp-admin/themes.php:301
 msgid "No themes found. Try a different search."
 msgstr "Nessun tema trovato. Prova una ricerca con termini differenti."
 
-#: wp-admin/theme-install.php:201
+#: wp-admin/theme-install.php:211
 msgid "Filtering by:"
 msgstr "Filtrati in base a:"
 
-#: wp-admin/includes/media.php:2809
+#: wp-admin/includes/media.php:2827
 msgid "Displayed on attachment pages."
 msgstr "Visualizzata nella pagina dell'allegato."
 
@@ -2906,11 +3093,11 @@ msgstr "Dopo aver fatto la tua selezione, puoi modificarla inserendo le dimensio
 msgid "The aspect ratio is the relationship between the width and height. You can preserve the aspect ratio by holding down the shift key while resizing your selection. Use the input box to specify the aspect ratio, e.g. 1:1 (square), 4:3, 16:9, etc."
 msgstr "Il rapporto dimensioni è la proporzione fra la larghezza e l’altezza. Puoi preservare questa proporzione tenendo premuto il tasto maiuscolo mentre ridimensioni la tua selezione. Utilizza il campo di input per specificare la proporzione, ad esempio 1:1 (quadrata), 4:3, 16:9, ecc."
 
-#: wp-admin/edit-form-advanced.php:370
+#: wp-admin/edit-form-advanced.php:371
 msgid "Keyboard users: When you&#8217;re working in the visual editor, you can use <kbd>Alt + F10</kbd> to access the toolbar."
 msgstr "Per gli utenti che utilizzano la tastiera: mentre lavorate nell&#8217;editor visuale, potete utilizzare la combinazione di tasti <kbd>Alt + F10</kbd> per accedere alla barra degli strumenti."
 
-#: wp-admin/edit-comments.php:155
+#: wp-admin/edit-comments.php:171
 msgid "A red bar on the left means the comment is waiting for you to moderate it."
 msgstr "Una barra rossa sulla sinistra indica che il commento è in attesa di essere moderato."
 
@@ -2927,39 +3114,39 @@ msgid "All comment types"
 msgstr "Tutti i tipi di commento"
 
 #: wp-admin/includes/class-wp-theme-install-list-table.php:66
-#: wp-admin/theme-install.php:151
+#: wp-admin/theme-install.php:157
 msgctxt "themes"
 msgid "Latest"
 msgstr "Più recenti"
 
-#: wp-admin/theme-install.php:150
+#: wp-admin/theme-install.php:156
 msgctxt "themes"
 msgid "Popular"
 msgstr "Popolari"
 
 #: wp-admin/includes/class-wp-theme-install-list-table.php:64
-#: wp-admin/theme-install.php:149
+#: wp-admin/theme-install.php:155
 msgctxt "themes"
 msgid "Featured"
 msgstr "In evidenza"
 
-#: wp-admin/includes/ms.php:975 wp-admin/users.php:275
+#: wp-admin/includes/ms.php:992 wp-admin/users.php:275
 msgid "Attribute all content to:"
-msgstr "Assegna tutto il contenuto a:"
+msgstr "Assegna tutti i contenuti a:"
 
-#: wp-admin/includes/ms.php:973 wp-admin/users.php:273
+#: wp-admin/includes/ms.php:990 wp-admin/users.php:273
 msgid "Delete all content."
-msgstr "Cancella tutto il contenuto"
+msgstr "Cancella tutti i contenuti"
 
 #: wp-admin/users.php:267
 msgid "What should be done with content owned by this user?"
-msgstr "Cosa si deve fare con il contenuto di questo utente?"
+msgstr "Cosa vuoi fare con i contenuti che appartengono a questo utente?"
 
 #: wp-admin/users.php:54
 msgid "Delete brings you to the Delete Users screen for confirmation, where you can permanently remove a user from your site and delete their content. You can also delete multiple users at once by using Bulk Actions."
 msgstr "Elimina ti porta alla pagina di conferma della eliminazione utente, dove puoi rimuovere definitivamente un utente dal tuo sito ed eliminare i suoi contenuti. Puoi anche eliminare più utenti in una volta sola utilizzando le azioni di gruppo."
 
-#: wp-admin/theme-install.php:240
+#: wp-admin/theme-install.php:250
 msgctxt "theme"
 msgid "Details &amp; Preview"
 msgstr "Dettagli &amp; anteprima"
@@ -2976,7 +3163,7 @@ msgstr "Cerca temi"
 msgid "Add Themes"
 msgstr "Aggiungi temi"
 
-#: wp-admin/revision.php:78
+#: wp-admin/revision.php:79
 msgid "&larr; Return to editor"
 msgstr "&larr; Torna all'editor"
 
@@ -2984,31 +3171,27 @@ msgstr "&larr; Torna all'editor"
 msgid "https://wordpress.org/support/forum/how-to-and-troubleshooting"
 msgstr "https://wordpress.org/support/forum/how-to-and-troubleshooting"
 
-#: wp-admin/index.php:69
+#: wp-admin/index.php:68
 msgid "<strong>At A Glance</strong> &mdash; Displays a summary of the content on your site and identifies which theme and version of WordPress you are using."
 msgstr "<strong>In sintesi</strong> &mdash; Visualizza un riassunto del contenuto del tuo sito e identifica il tema e la versione di WordPress in uso."
 
-#: wp-admin/index.php:59
+#: wp-admin/index.php:58
 msgid "<strong>Box Controls</strong> &mdash; Click the title bar of the box to expand or collapse it. Some boxes added by plugins may have configurable content, and will show a &#8220;Configure&#8221; link in the title bar if you hover over it."
 msgstr "<strong>Controlli del box</strong> &mdash; Fai clic sulla barra del titolo del box per aprirlo o chiuderlo. Alcuni box aggiunti dai plugin potrebbero avere dei contenuti configurabili e visualizzeranno un link &#8220;Configura&#8221; quando passi il cursore sopra la barra del titolo."
 
-#: wp-admin/edit-tags.php:74
-msgid "Sorry, you are not allowed to add this item."
-msgstr "Non sei autorizzato ad aggiungere questo elemento."
-
 #: wp-admin/users.php:52
 msgid "Remove allows you to remove a user from your site. It does not delete their content. You can also remove multiple users at once by using Bulk Actions."
-msgstr "Rimuovi ti permette di eliminare un utente dal tuo sito. Non cancella i suoi contenuti. Puoi rimuovere più utenti in una volta utilizzando le azioni di gruppo."
+msgstr "Rimuovi ti permette di eliminare un utente dal tuo sito. Non elimina i suoi contenuti. Puoi rimuovere più utenti in una volta utilizzando le azioni di gruppo."
 
-#: wp-admin/edit-form-comment.php:102 wp-admin/includes/meta-boxes.php:204
+#: wp-admin/edit-form-comment.php:102 wp-admin/includes/meta-boxes.php:212
 msgid "Edit date and time"
 msgstr "Modifica data e ora"
 
-#: wp-admin/includes/meta-boxes.php:196
+#: wp-admin/includes/meta-boxes.php:204
 msgid "Browse revisions"
 msgstr "Naviga nelle revisioni"
 
-#: wp-admin/includes/meta-boxes.php:147
+#: wp-admin/includes/meta-boxes.php:148
 msgid "Edit visibility"
 msgstr "Modifica visibilità"
 
@@ -3016,11 +3199,11 @@ msgstr "Modifica visibilità"
 msgid "Edit status"
 msgstr "Modifica stato"
 
-#: wp-admin/includes/dashboard.php:1495
+#: wp-admin/includes/dashboard.php:1494
 msgid "Manage menus"
 msgstr "Gestione menu"
 
-#: wp-admin/includes/dashboard.php:1493
+#: wp-admin/includes/dashboard.php:1492
 msgid "Manage widgets"
 msgstr "Gestione widget"
 
@@ -3028,31 +3211,11 @@ msgstr "Gestione widget"
 msgid "https://make.wordpress.org/"
 msgstr "https://make.wordpress.org/"
 
-#: wp-admin/comment.php:52 wp-admin/custom-background.php:101
-#: wp-admin/custom-header.php:128 wp-admin/edit-comments.php:168
-#: wp-admin/edit-form-advanced.php:382 wp-admin/edit-form-advanced.php:398
-#: wp-admin/edit-form-advanced.php:414 wp-admin/edit-link-form.php:66
-#: wp-admin/edit-tags.php:288 wp-admin/edit.php:225 wp-admin/edit.php:246
-#: wp-admin/export.php:55 wp-admin/import.php:30 wp-admin/index.php:99
-#: wp-admin/link-manager.php:61 wp-admin/media-new.php:57 wp-admin/media.php:84
-#: wp-admin/my-sites.php:49 wp-admin/nav-menus.php:571
-#: wp-admin/options-discussion.php:29 wp-admin/options-general.php:46
-#: wp-admin/options-media.php:35 wp-admin/options-permalink.php:46
-#: wp-admin/options-reading.php:39 wp-admin/options-writing.php:46
-#: wp-admin/plugin-editor.php:145 wp-admin/plugin-install.php:99
-#: wp-admin/plugins.php:396 wp-admin/revision.php:120
-#: wp-admin/theme-editor.php:43 wp-admin/theme-install.php:109
-#: wp-admin/themes.php:119 wp-admin/tools.php:29 wp-admin/update-core.php:577
-#: wp-admin/upload.php:67 wp-admin/upload.php:208 wp-admin/user-edit.php:55
-#: wp-admin/user-new.php:207 wp-admin/users.php:69 wp-admin/widgets.php:75
-msgid "<a href=\"https://wordpress.org/support/\" target=\"_blank\">Support Forums</a>"
-msgstr "<a href=\"https://it.wordpress.org/forums/\" target=\"_blank\">Forum di supporto</a>"
-
 #: wp-admin/admin-footer.php:34
 msgid "Thank you for creating with <a href=\"%s\">WordPress</a>."
 msgstr "Grazie per aver creato con  <a href=\"%s\">WordPress</a>."
 
-#: wp-admin/includes/ajax-actions.php:1787
+#: wp-admin/includes/ajax-actions.php:1773
 msgid "Type"
 msgstr "Tipo"
 
@@ -3060,57 +3223,57 @@ msgstr "Tipo"
 msgid "Search installed themes..."
 msgstr "Cerca tra i temi installati..."
 
-#: wp-admin/update-core.php:565
+#: wp-admin/update-core.php:562
 msgid "<strong>Translations</strong> &mdash; The files translating WordPress into your language are updated for you whenever any other updates occur. But if these files are out of date, you can <strong>click the &#8220;Update Translations&#8221;</strong> button."
 msgstr "<strong>Traduzioni</strong> &mdash; I file che traducono WordPress nella tua lingua sono aggiornati ogni volta che c'è un aggiornamento. Ma se questi file non sono aggiornati, <strong>puoi fare clic sul pulsante &#8220;Aggiorna traduzioni&#8221;</strong>."
 
-#: wp-admin/update-core.php:561
+#: wp-admin/update-core.php:558
 msgid "In most cases, WordPress will automatically apply maintenance and security updates in the background for you."
 msgstr "In molti casi, WordPress eseguirà automaticamente, al tuo posto ed in background, operazioni di manutenzione e aggiornamenti di sicurezza."
 
-#: wp-admin/update-core.php:561
+#: wp-admin/update-core.php:558
 msgid "<strong>WordPress</strong> &mdash; Updating your WordPress installation is a simple one-click procedure: just <strong>click on the &#8220;Update Now&#8221; button</strong> when you are notified that a new version is available."
 msgstr "<strong>WordPress</strong> &mdash; Per aggiornare la tua installazione di WordPress basta un clic: fai <strong>clic sul pulsante &#8220;Aggiorna&#8221; </strong> quando ricevi la notifica che un nuovo aggiornamento è disponibile."
 
-#: wp-admin/update-core.php:553
+#: wp-admin/update-core.php:550
 msgid "If an update is available, you&#8127;ll see a notification appear in the Toolbar and navigation menu."
 msgstr "Se è disponibile un aggiornamento, vedrai una notifica apparire nella barra degli strumenti e nel menu di navigazione."
 
-#: wp-admin/update-core.php:562
+#: wp-admin/update-core.php:559
 msgid "<strong>Themes and Plugins</strong> &mdash; To update individual themes or plugins from this screen, use the checkboxes to make your selection, then <strong>click on the appropriate &#8220;Update&#8221; button</strong>. To update all of your themes or plugins at once, you can check the box at the top of the section to select all before clicking the update button."
-msgstr "<strong>Temi e plugin</strong> &mdash; Per aggiornare singolarmente i temi ed i plugin da questa schermata, usa le caselle di controllo per effettuare la tua scelta, quindi <strong>fai clic sul pulsante «Aggiorna»</strong>. Per aggiornare in blocco tutti i temi e i plugin, puoi utilizzare la casella di controllo posizionata in cima alla sezione per selezionarli tutti insieme prima di fare clic sul pulsante «Aggiorna»."
+msgstr "<strong>Temi e plugin</strong> &mdash; Per aggiornare singolarmente i temi ed i plugin da questa schermata, usa le caselle di controllo per effettuare la tua scelta, quindi <strong>fai clic sul pulsante &#8220;Aggiorna&#8221;</strong>. Per aggiornare in blocco tutti i temi e i plugin, puoi utilizzare la casella di controllo posizionata in cima alla sezione per selezionarli tutti insieme prima di fare clic sul pulsante &#8220;Aggiorna&#8221;."
 
-#: wp-admin/update-core.php:552
+#: wp-admin/update-core.php:549
 msgid "On this screen, you can update to the latest version of WordPress, as well as update your themes, plugins, and translations from the WordPress.org repositories."
 msgstr "In questa schermata puoi eseguire l&#8217;aggiornamento all&#8217;ultima versione di WordPress e aggiornare i tuoi temi e plugin dai repository di WordPress.org."
 
-#: wp-admin/about.php:50
+#: wp-admin/about.php:35
 msgid "Welcome to WordPress&nbsp;%s"
 msgstr "Benvenuto in WordPress&nbsp;%s"
 
 #: wp-admin/themes.php:92
-msgid "If you would like to see more themes to choose from, click on the &#8220;Add New&#8221; button and you will be able to browse or search for additional themes from the <a href=\"%s\" target=\"_blank\">WordPress Theme Directory</a>. Themes in the WordPress Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!"
-msgstr "Se desideri vedere altri temi da selezionare, fai clic sul pulsante «Aggiungi nuovo» e potrai scorrere o ricercare temi aggiuntivi dalla <a href=\"%s\" target=\"_blank\">directory dei temi di WordPress.org</a>. I temi nella directory dei temi di WordPress.org sono disegnati e sviluppati da terze parti e sono compatibili con la licenza d’uso di WordPress. Oh, e sono gratuiti!"
+msgid "If you would like to see more themes to choose from, click on the &#8220;Add New&#8221; button and you will be able to browse or search for additional themes from the <a href=\"%s\">WordPress Theme Directory</a>. Themes in the WordPress Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!"
+msgstr "Se desideri vedere altri temi da selezionare, fai clic sul pulsante «Aggiungi nuovo» e potrai scorrere o ricercare temi aggiuntivi dalla <a href=\"%s\">directory dei temi di WordPress.org</a>. I temi nella directory dei temi di WordPress.org sono disegnati e sviluppati da terze parti e sono compatibili con la licenza d’uso di WordPress. Hey, sono gratuiti!"
 
 #. translators: 1: number of megabytes, 2: percentage
-#: wp-admin/includes/dashboard.php:1312
+#: wp-admin/includes/dashboard.php:1315
 msgid "%1$s MB (%2$s%%) Space Used"
 msgstr "%1$s MB (%2$s%%) di spazio utilizzato"
 
 #. translators: number of megabytes
-#: wp-admin/includes/dashboard.php:1300
+#: wp-admin/includes/dashboard.php:1303
 msgid "%s MB Space Allowed"
 msgstr "%s MB di spazio disponibile"
 
 #. translators: date and time format for recent posts on the dashboard, see
 #. https://secure.php.net/date
-#: wp-admin/includes/dashboard.php:850
+#: wp-admin/includes/dashboard.php:853
 msgid "M jS"
 msgstr "j M"
 
 #. translators: Number of comments in moderation
-#: wp-admin/includes/ajax-actions.php:383
-#: wp-admin/includes/ajax-actions.php:1092 wp-admin/includes/dashboard.php:281
+#: wp-admin/includes/ajax-actions.php:381
+#: wp-admin/includes/ajax-actions.php:1087 wp-admin/includes/dashboard.php:281
 msgctxt "comments"
 msgid "%s in moderation"
 msgid_plural "%s in moderation"
@@ -3137,11 +3300,11 @@ msgstr "In sintesi"
 msgid "When this setting is in effect, a reminder is shown in the At a Glance box of the Dashboard that says, &#8220;Search Engines Discouraged,&#8221; to remind you that your site is not being crawled."
 msgstr "Quando questa impostazione è attiva, una segnalazione appare nel riquadro «In sintesi» della «Bacheca» che dice, «Motori di ricerca scoraggiati», per ricordarti che il tuo sito non è indicizzabile dai motori di ricerca."
 
-#: wp-admin/includes/theme.php:246
+#: wp-admin/includes/theme.php:248
 msgid "Accessibility Ready"
 msgstr "Accessibile"
 
-#: wp-admin/includes/theme.php:638 wp-admin/themes.php:452
+#: wp-admin/includes/theme.php:663 wp-admin/themes.php:460
 msgid "This is a child theme of %s."
 msgstr "Questo è un tema child di %s"
 
@@ -3167,7 +3330,7 @@ msgstr "Fai clic su personalizza per il tema corrente o anteprima per tutti gli
 
 #: wp-admin/themes.php:75
 msgid "Click on the theme to see the theme name, version, author, description, tags, and the Delete link"
-msgstr "Fai clic sul tema per vedere il nome del tema, la versione, l'autore, la descrizione, i tag e il link per cancellarlo"
+msgstr "Fai clic sul tema per vedere il nome del tema, la versione, l'autore, la descrizione, i tag e il link per eliminarlo"
 
 #: wp-admin/themes.php:74
 msgid "Hover or tap to see Activate and Live Preview buttons"
@@ -3182,12 +3345,12 @@ msgid "To activate a widget drag it to a sidebar or click on it. To deactivate a
 msgstr "Per attivare un widget, trascinalo dentro a una sidebar o clicca su di esso. Per disattivare un widget e cancellare le sue impostazioni, trascina il widget indietro."
 
 #. translators: 1: The rating
-#: wp-admin/includes/template.php:2076
+#: wp-admin/includes/template.php:2102
 msgid "%s rating"
 msgstr "punteggio %s"
 
 #. translators: 1: The rating, 2: The number of ratings
-#: wp-admin/includes/template.php:2072
+#: wp-admin/includes/template.php:2098
 msgid "%1$s rating based on %2$s rating"
 msgid_plural "%1$s rating based on %2$s ratings"
 msgstr[0] "punteggio di %1$s basato su %2$s votazione"
@@ -3198,36 +3361,36 @@ msgid "This screen shows an individual user all of their sites in this network,
 msgstr "Questa schermata mostra ad un singolo utente tutti i suoi siti del network, permette inoltre a questo utente di impostare il sito principale. Gli utenti possono usare i link posti sotto ciascun sito per visitare il sito oppure la relativa bacheca di amministrazione."
 
 #. translators: 1: Error code, 2: Error message.
-#: wp-admin/includes/class-wp-automatic-updater.php:892
+#: wp-admin/includes/class-wp-automatic-updater.php:883
 msgid "Error: [%1$s] %2$s"
 msgstr "Errore: [%1$s] %2$s"
 
 #. translators: 1: Error code, 2: Error message.
-#: wp-admin/includes/class-wp-automatic-updater.php:889
+#: wp-admin/includes/class-wp-automatic-updater.php:880
 msgid "Rollback Error: [%1$s] %2$s"
 msgstr "Errore Rollback: [%1$s] %2$s"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:831
+#: wp-admin/includes/class-wp-automatic-updater.php:822
 msgid "The following translations failed to update:"
 msgstr "L'aggiornamento delle seguenti traduzioni non è andato a buon fine:"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:830
+#: wp-admin/includes/class-wp-automatic-updater.php:821
 msgid "The following themes failed to update:"
 msgstr "L'aggiornamento dei seguenti temi non è andato a buon fine:"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:829
+#: wp-admin/includes/class-wp-automatic-updater.php:820
 msgid "The following plugins failed to update:"
 msgstr "L'aggiornamento dei seguenti plugin non è andato a buon fine:"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:818
+#: wp-admin/includes/class-wp-automatic-updater.php:809
 msgid "The following translations were successfully updated:"
 msgstr "Le seguenti traduzioni sono state aggiornate con successo:"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:817
+#: wp-admin/includes/class-wp-automatic-updater.php:808
 msgid "The following themes were successfully updated:"
 msgstr "I seguenti temi sono stati aggiornati con successo:"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:816
+#: wp-admin/includes/class-wp-automatic-updater.php:807
 msgid "The following plugins were successfully updated:"
 msgstr "I seguenti plugin sono stati aggiornati con successo:"
 
@@ -3235,15 +3398,15 @@ msgstr "I seguenti plugin sono stati aggiornati con successo:"
 msgid "Add Widget"
 msgstr "Aggiungi un widget"
 
-#: wp-admin/includes/theme.php:617 wp-admin/themes.php:424
+#: wp-admin/includes/theme.php:642 wp-admin/themes.php:432
 msgid "Show next theme"
 msgstr "Mostra il tema successivo"
 
-#: wp-admin/includes/theme.php:616 wp-admin/themes.php:423
+#: wp-admin/includes/theme.php:641 wp-admin/themes.php:431
 msgid "Show previous theme"
 msgstr "Mostra il tema precedente"
 
-#: wp-admin/themes.php:445
+#: wp-admin/themes.php:453
 msgid "Update Available"
 msgstr "Aggiornamento disponibile"
 
@@ -3262,20 +3425,20 @@ msgid ""
 "\n"
 "Click 'Cancel' to go back, 'OK' to confirm the delete."
 msgstr ""
-"Sei sicuro di voler cancellare questo tema?\n"
+"Sei sicuro di voler eliminare questo tema?\n"
 " \n"
 "\n"
-"Fai clic su 'annulla' per tornare indietro, 'OK' per cancellare."
+"Fai clic su 'Annulla' per tornare indietro, 'OK' per eliminare."
 
-#: wp-admin/index.php:72
+#: wp-admin/index.php:71
 msgid "<strong>Quick Draft</strong> &mdash; Allows you to create a new post and save it as a draft. Also displays links to the 5 most recent draft posts you've started."
 msgstr "<strong>Bozza rapida</strong> &mdash; Permette di creare un nuovo articolo e di salvarlo come bozza. Inoltre visualizza le 5 bozze più recenti."
 
-#: wp-admin/index.php:70
+#: wp-admin/index.php:69
 msgid "<strong>Activity</strong> &mdash; Shows the upcoming scheduled posts, recently published posts, and the most recent comments on your posts and allows you to moderate them."
 msgstr "<strong>Attività</strong> &mdash; Visualizza gli articoli pianificati che stanno per essere pubblicati, gli articoli pubblicati di recente ed i commenti più recenti ai tuoi articoli permettendoti di moderarli."
 
-#: wp-admin/index.php:57
+#: wp-admin/index.php:56
 msgid "<strong>Screen Options</strong> &mdash; Use the Screen Options tab to choose which Dashboard boxes to show."
 msgstr "<strong>Impostazioni schermo</strong> &mdash; Utilizzare la linguetta Impostazioni schermo per scegliere quali riquadri mostrare in bacheca."
 
@@ -3283,45 +3446,45 @@ msgstr "<strong>Impostazioni schermo</strong> &mdash; Utilizzare la linguetta Im
 msgid "Unable to submit this form, please refresh and try again."
 msgstr "Impossibile inviare il modulo, aggiorna la pagina e riprova."
 
-#: wp-admin/includes/dashboard.php:1307 wp-admin/includes/dashboard.php:1320
+#: wp-admin/includes/dashboard.php:1310 wp-admin/includes/dashboard.php:1323
 msgid "Manage Uploads"
 msgstr "Gestione caricamenti"
 
-#: wp-admin/includes/dashboard.php:1257
+#: wp-admin/includes/dashboard.php:1260
 msgid "Popular Plugin"
 msgstr "Plugin popolare"
 
-#: wp-admin/includes/dashboard.php:844
+#: wp-admin/includes/dashboard.php:847
 msgid "Tomorrow"
 msgstr "Domani"
 
-#: wp-admin/includes/dashboard.php:781
+#: wp-admin/includes/dashboard.php:784
 msgid "No activity yet!"
 msgstr "Ancora nessuna attività"
 
-#: wp-admin/includes/dashboard.php:772
+#: wp-admin/includes/dashboard.php:775
 msgid "Recently Published"
 msgstr "Pubblicati di recente"
 
-#: wp-admin/includes/dashboard.php:765
+#: wp-admin/includes/dashboard.php:768
 msgid "Publishing Soon"
 msgstr "Pubblicati a breve"
 
-#: wp-admin/includes/dashboard.php:51 wp-admin/includes/dashboard.php:567
+#: wp-admin/includes/dashboard.php:51 wp-admin/includes/dashboard.php:570
 msgid "Drafts"
 msgstr "Bozze"
 
-#: wp-admin/includes/dashboard.php:565
+#: wp-admin/includes/dashboard.php:568
 msgctxt "drafts"
 msgid "View all"
 msgstr "Visualizza tutte"
 
-#: wp-admin/includes/dashboard.php:512
+#: wp-admin/includes/dashboard.php:515
 msgid "What&#8217;s on your mind?"
 msgstr "Che ti passa per la testa?"
 
 #. translators: 1: version number, 2: theme name
-#: wp-admin/includes/update.php:278
+#: wp-admin/includes/update.php:286
 msgid "WordPress %1$s running %2$s theme."
 msgstr "WordPress %1$s con il tema %2$s"
 
@@ -3333,31 +3496,31 @@ msgstr "Novità di WordPress"
 msgid "Quick Draft"
 msgstr "Bozza rapida"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:862
+#: wp-admin/includes/class-wp-automatic-updater.php:853
 msgid "[%s] Background updates have finished"
 msgstr "[%s] L'aggiornamento in background è terminato"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:860
+#: wp-admin/includes/class-wp-automatic-updater.php:851
 msgid "[%s] There were failures during background updates"
 msgstr "[%s] Si sono verificati dei problemi durante l'aggiornamento in background"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:837
+#: wp-admin/includes/class-wp-automatic-updater.php:828
 msgid "FAILED: %s"
 msgstr "FALLIMENTO: %s"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:823
+#: wp-admin/includes/class-wp-automatic-updater.php:814
 msgid "SUCCESS: %s"
 msgstr "SUCCESSO: %s"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:803
+#: wp-admin/includes/class-wp-automatic-updater.php:794
 msgid "FAILED: WordPress failed to update to %s"
 msgstr "ATTENZIONE: l'aggiornamento alla versione %s di WordPress non è andato a buon fine"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:801
+#: wp-admin/includes/class-wp-automatic-updater.php:792
 msgid "SUCCESS: WordPress was successfully updated to %s"
 msgstr "OTTIMO: WordPress è stato correttamente aggiornato alla versione %s"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:795
+#: wp-admin/includes/class-wp-automatic-updater.php:786
 msgid "WordPress site: %s"
 msgstr "Sito WordPress: %s"
 
@@ -3365,131 +3528,123 @@ msgstr "Sito WordPress: %s"
 msgid "Activity"
 msgstr "Attività"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:725
+#: wp-admin/includes/class-wp-automatic-updater.php:716
 msgid "Your site was running version %s."
 msgstr "Il tuo sito utilizza la versione %s."
 
-#: wp-admin/includes/class-wp-automatic-updater.php:685
+#: wp-admin/includes/class-wp-automatic-updater.php:676
 msgid "Your site at %1$s experienced a critical failure while trying to update WordPress to version %2$s."
 msgstr "Sul tuo sito su %1$s si è verificato un errore critico durante il tentativo di aggiornare WordPress alla versione %2$s."
 
-#: wp-admin/includes/class-wp-automatic-updater.php:661
+#: wp-admin/includes/class-wp-automatic-updater.php:652
 msgid "WordPress %s is also now available."
 msgstr "&Egrave; ora disponibile WordPress %s"
 
 #: wp-admin/includes/class-core-upgrader.php:138
 #: wp-admin/includes/class-wp-upgrader.php:172
-#: wp-admin/includes/update-core.php:854 wp-admin/includes/update-core.php:929
-#: wp-admin/includes/update-core.php:952
+#: wp-admin/includes/update-core.php:851 wp-admin/includes/update-core.php:928
+#: wp-admin/includes/update-core.php:951
 msgid "The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions."
 msgstr "L'aggiornamento non può essere installato perchè non è stato possibile copiare alcuni file. Ciò è solitamente dovuto ad una inconsistenza sui permessi dei file."
 
-#: wp-admin/update-core.php:413
+#: wp-admin/update-core.php:410
 msgid "Your translations are all up to date."
 msgstr "Tutte le traduzioni sono aggiornate."
 
-#: wp-admin/update-core.php:412 wp-admin/update-core.php:420
+#: wp-admin/update-core.php:409 wp-admin/update-core.php:417
 msgid "Translations"
 msgstr "Traduzioni"
 
-#: wp-admin/update-core.php:176
+#: wp-admin/update-core.php:178
 msgid "Future security updates will be applied automatically."
 msgstr "I futuri aggiornamenti di sicurezza verranno applicati automaticamente."
 
-#: wp-admin/update-core.php:60
-msgid "If you need to re-install version %s, you can do so here or download the package and re-install manually:"
-msgstr "Se devi reinstallare la versione %s, puoi farlo dal pulsante qui sotto o puoi scaricare il pacchetto e reinstallarla manualmente:"
-
-#: wp-admin/includes/post.php:1580
+#: wp-admin/includes/post.php:1614
 msgid "If you take over, %s will be blocked from continuing to edit."
 msgstr "Se ne prenderai il controllo, %s verrà bloccato e non potrà proseguire con le modifiche."
 
-#: wp-admin/includes/post.php:1578
+#: wp-admin/includes/post.php:1612
 msgid "This content is currently locked."
 msgstr "Questo contenuto è al momento bloccato."
 
-#: wp-admin/themes.php:180
-msgid "ERROR: %s"
-msgstr "ERRORE: %s"
-
-#: wp-admin/includes/class-wp-automatic-updater.php:740
+#: wp-admin/includes/class-wp-automatic-updater.php:731
 msgid "Error code: %s"
 msgstr "Codice di errore: %s"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:727
+#: wp-admin/includes/class-wp-automatic-updater.php:718
 msgid "Your hosting company, support forum volunteers, or a friendly developer may be able to use this information to help you:"
 msgstr "Il tuo fornitore di hosting, i volontari dei forum di supporto o uno sviluppatore amico potranno usare queste informazioni per aiutarti:"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:726
+#: wp-admin/includes/class-wp-automatic-updater.php:717
 msgid "We have some data that describes the error your site encountered."
 msgstr "VI sono alcuni dati che descrivono l'errore riscontrato sul tuo sito."
 
-#: wp-admin/includes/class-wp-automatic-updater.php:721
+#: wp-admin/includes/class-wp-automatic-updater.php:712
 msgid "The WordPress Team"
 msgstr "Il team di WordPress"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:717
+#: wp-admin/includes/class-wp-automatic-updater.php:708
 msgid "You also have some plugins or themes with updates available. Update them now:"
 msgstr "Vi sono anche alcuni plugin o temi con aggiornamenti disponibili. Aggiornali ora:"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:702
+#: wp-admin/includes/class-wp-automatic-updater.php:693
 msgid "If you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help."
 msgstr "Se hai problemi di qualsiasi tipo o hai bisogno di aiuto, i volontari dei forum di supporto su https://it.wordpress.org/forums/ possono riuscire ad aiutarti."
 
-#: wp-admin/includes/class-wp-automatic-updater.php:708
-#: wp-admin/update-core.php:553
+#: wp-admin/includes/class-wp-automatic-updater.php:699
+#: wp-admin/update-core.php:550
 msgid "Keeping your site updated is important for security. It also makes the internet a safer place for you and your readers."
 msgstr "Mantenere il tuo sito aggiornato è importante per la sicurezza. Rende inoltre Internet un posto più sicuro per te e i tuoi lettori."
 
-#: wp-admin/includes/class-wp-automatic-updater.php:691
+#: wp-admin/includes/class-wp-automatic-updater.php:682
 msgid "Please check out your site now. It's possible that everything is working. If it says you need to update, you should do so:"
 msgstr "Verifica il tuo sito ora. &Egrave; possibile che tutto funzioni. Se segnala che occorre un aggiornamento dovresti farlo:"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:689
+#: wp-admin/includes/class-wp-automatic-updater.php:680
 msgid "This means your site may be offline or broken. Don't panic; this can be fixed."
 msgstr "Ciò significa che il sito è fuori linea o corrotto. Non aver paura: si può porre rimedio."
 
-#: wp-admin/includes/class-wp-automatic-updater.php:687
+#: wp-admin/includes/class-wp-automatic-updater.php:678
 msgid "Your site at %1$s experienced a critical failure while trying to update to the latest version of WordPress, %2$s."
 msgstr "Il tuo sito %1$s ha rilevato un errore critico durante l&#8217;aggiornamento all&#8217;ultima versione di WordPress, %2$s."
 
-#: wp-admin/includes/class-wp-automatic-updater.php:662
-#: wp-admin/includes/class-wp-automatic-updater.php:679
+#: wp-admin/includes/class-wp-automatic-updater.php:653
+#: wp-admin/includes/class-wp-automatic-updater.php:670
 msgid "Updating is easy and only takes a few moments:"
 msgstr "L'aggiornamento è semplice e richiede poco tempo:"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:677
+#: wp-admin/includes/class-wp-automatic-updater.php:668
 msgid "We tried but were unable to update your site automatically."
 msgstr "Abbiamo tentato ma non siamo riusciti ad aggiornare automaticamente il tuo sito."
 
-#: wp-admin/includes/class-wp-automatic-updater.php:670
+#: wp-admin/includes/class-wp-automatic-updater.php:661
 msgid "Please update your site at %1$s to WordPress %2$s."
 msgstr "Aggiorna il tuo sito %1$s a WordPress %2$s."
 
-#: wp-admin/includes/class-wp-automatic-updater.php:657
+#: wp-admin/includes/class-wp-automatic-updater.php:648
 msgid "For more on version %s, see the About WordPress screen:"
 msgstr "Per altre informazioni sulla versione %s vedi la schermata Informazioni su WordPress:"
 
-#: wp-admin/includes/class-wp-automatic-updater.php:653
+#: wp-admin/includes/class-wp-automatic-updater.php:644
 msgid "No further action is needed on your part."
 msgstr "Non è richiesta da parte tua alcuna altra operazione."
 
-#: wp-admin/includes/class-wp-automatic-updater.php:650
+#: wp-admin/includes/class-wp-automatic-updater.php:641
 msgid "Howdy! Your site at %1$s has been updated automatically to WordPress %2$s."
 msgstr "Ciao! Il tuo sito su %1$s è stato aggiornato automaticamente a WordPress %2$s."
 
 #. translators: 1: Site name.
-#: wp-admin/includes/class-wp-automatic-updater.php:635
+#: wp-admin/includes/class-wp-automatic-updater.php:626
 msgid "[%1$s] URGENT: Your site may be down due to a failed update"
 msgstr "[%1$s] URGENTE: Il tuo sito potrebbe essere giù a causa di un aggiornamento fallito"
 
 #. translators: 1: Site name, 2: WordPress version number.
-#: wp-admin/includes/class-wp-automatic-updater.php:630
+#: wp-admin/includes/class-wp-automatic-updater.php:621
 msgid "[%1$s] WordPress %2$s is available. Please update!"
 msgstr "[%1$s] &Egrave; disponibile  WordPress %2$s. Aggiorna!"
 
 #. translators: 1: Site name, 2: WordPress version number.
-#: wp-admin/includes/class-wp-automatic-updater.php:624
+#: wp-admin/includes/class-wp-automatic-updater.php:615
 msgid "[%1$s] Your site has updated to WordPress %2$s"
 msgstr "[%1$s] Il tuo sito è aggiornato a WordPress %2$s"
 
@@ -3503,11 +3658,11 @@ msgid "Updating translations for %1$s (%2$s)&#8230;"
 msgstr "Aggiornamento delle traduzioni per %1$s (%2$s)&#8230;"
 
 #: wp-admin/includes/class-language-pack-upgrader-skin.php:29
-#: wp-admin/update-core.php:424 wp-admin/update-core.php:717
+#: wp-admin/update-core.php:421 wp-admin/update-core.php:740
 msgid "Update Translations"
 msgstr "Aggiorna le traduzioni"
 
-#: wp-admin/includes/update-core.php:985
+#: wp-admin/includes/update-core.php:988
 msgid "There is not enough free disk space to complete the update."
 msgstr "Non c'è abbastanza spazio disco per completare l'aggiornamento."
 
@@ -3539,27 +3694,29 @@ msgstr "Le traduzioni sono aggiornate."
 msgid "Some of your translations need updating. Sit tight for a few more seconds while we update them as well."
 msgstr "Alcune delle traduzioni necessitano di un aggiornamento. Attendi ancora qualche secondo mentre le stiamo aggiornando."
 
-#: wp-admin/user-new.php:372
+#: wp-admin/user-new.php:382
 msgid "Create a brand new user and add them to this site."
-msgstr "Creare un nuovo utente ed aggiungerlo a questo sito."
+msgstr "Crea un nuovo utente ed aggiungilo a questo sito."
 
 #: wp-admin/theme-editor.php:33
-msgid "Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href=\"%s\" target=\"_blank\">child theme</a> instead."
-msgstr "Aggiornare ad una nuova versione del medesimo tema porterà alla cancellazione delle eventuale modifiche apportate. Per evitare questo problema suggeriamo di creare invece un <a href=\"%s\" target=\"_blank\">tema child theme</a>."
+msgid "Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href=\"%s\">child theme</a> instead."
+msgstr "Aggiornare ad una nuova versione del medesimo tema porterà alla cancellazione delle eventuale modifiche apportate. Per evitare questo problema creare un <a href=\"%s\">tema child theme</a>."
 
 #: wp-admin/options-media.php:49
 msgid "The sizes listed below determine the maximum dimensions in pixels to use when adding an image to the Media Library."
 msgstr "Le dimensioni elencate di seguito determinano le dimensioni massime in pixel da utilizzare quando si aggiunge un’immagine alla libreria dei media."
 
-#: wp-admin/options-discussion.php:144
+#: wp-admin/options-discussion.php:145
 msgid "Comment must be manually approved"
 msgstr "Il commento deve essere approvato manualmente"
 
-#: wp-admin/nav-menus.php:544
+#: wp-admin/nav-menus.php:545
 msgid "<strong>Clicking the arrow to the right of any menu item</strong> in the editor will reveal a standard group of settings. Additional settings such as link target, CSS classes, link relationships, and link descriptions can be enabled and disabled via the Screen Options tab."
 msgstr "<strong>Facendo clic sulla freccia a destra di qualsiasi elemento di un menu</strong> all'interno dell'editor apparirà un gruppo di impostazioni standard. Ulteriori impostazioni quali ad esempio la destinazione del link, le classi CSS, la relazione fra i link e la descrizione del link possono venir abilitate o disabilitate tramite la linguetta Opzioni schermo."
 
-#: wp-admin/nav-menus.php:521
+#. translators: 1: Widgets admin screen URL, 2 and 3: The name of the default
+#. themes
+#: wp-admin/nav-menus.php:522
 msgid "Menus can be displayed in locations defined by your theme, even used in sidebars by adding a &#8220;Custom Menu&#8221; widget on the <a href=\"%1$s\">Widgets</a> screen. If your theme does not support the custom menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the Documentation link to the side."
 msgstr "I menu possono venir visualizzati nelle posizioni definite dal tuo tema ed anche essere utilizzati nelle sidebar aggiungendo un widget &#8220;Menu personalizzato&#8221; tramite la schermata <a href=\"%1$s\">Widget</a>. Se il tuo tema non supporta la funzionalità di menu personalizzati  (i temi standard, %2$s e %3$s, lo fanno), puoi imparare come aggiungere tale supporto seguendo il link alla Documentazione qui a lato."
 
@@ -3567,39 +3724,39 @@ msgstr "I menu possono venir visualizzati nelle posizioni definite dal tuo tema
 msgid "Your theme does not natively support menus, but you can use them in sidebars by adding a &#8220;Custom Menu&#8221; widget on the <a href=\"%s\">Widgets</a> screen."
 msgstr "Il tuo tema non supporta nativamente i menu, ma puoi utilizzare i menu nelle sidebar aggiungendo un widget &#8220;Menu personalizzato&#8221; tramite la schermata <a href=\"%s\">Widget</a> screen."
 
-#: wp-admin/install.php:361
+#: wp-admin/install.php:369
 msgid "Sorry, that isn&#8217;t a valid email address. Email addresses look like <code>username@example.com</code>."
 msgstr "Questo non è un indirizzo email valido. Gli indirizzi email hanno un formato del tipo <code>nomeutente@esempio.it</code>."
 
-#: wp-admin/install.php:357
+#: wp-admin/install.php:364
 msgid "You must provide an email address."
 msgstr "Devi fornire un indirizzo email."
 
-#: wp-admin/install.php:353
+#: wp-admin/install.php:359
 msgid "Your passwords do not match. Please try again."
 msgstr "Le tue password non corrispondono. Riprova."
 
-#: wp-admin/install.php:349
+#: wp-admin/install.php:354
 msgid "The username you provided has invalid characters."
 msgstr "Il nome utente indicato contiene caratteri non validi."
 
-#: wp-admin/install.php:346
+#: wp-admin/install.php:350
 msgid "Please provide a valid username."
 msgstr "Fornire un nome utente valido."
 
-#: wp-admin/includes/update-core.php:942
+#: wp-admin/includes/update-core.php:941
 msgid "Copying the required files&#8230;"
 msgstr "Copia dei file necessari in corso&#8230;"
 
-#: wp-admin/includes/update-core.php:882
+#: wp-admin/includes/update-core.php:879
 msgid "Preparing to install the latest version&#8230;"
 msgstr "Preparazione all&#8217;installazione dell'ultima versione in corso&#8230;"
 
-#: wp-admin/includes/file.php:1218
+#: wp-admin/includes/file.php:1219
 msgid "This password will not be stored on the server."
 msgstr "Questa password non verrà memorizzata sul server."
 
-#: wp-admin/includes/file.php:548
+#: wp-admin/includes/file.php:549
 msgid "The checksum of the file (%1$s) does not match the expected checksum value (%2$s)."
 msgstr "Il controllo di validità del file (%1$s) non corrisponde con l'atteso valore di controllo (%2$s)."
 
@@ -3624,55 +3781,55 @@ msgstr "Tentativo di ritornare alla versione precedente."
 msgid "Looking for %1$s in %2$s"
 msgstr "Ricerca di %1$s in %2$s"
 
-#: wp-admin/edit.php:282
+#: wp-admin/edit.php:286
 msgid "%s page restored from the Trash."
 msgid_plural "%s pages restored from the Trash."
 msgstr[0] "%s pagina ripristinata dal cestino."
 msgstr[1] "%s pagine ripristinate dal cestino."
 
-#: wp-admin/edit.php:281
+#: wp-admin/edit.php:285
 msgid "%s page moved to the Trash."
 msgid_plural "%s pages moved to the Trash."
 msgstr[0] "%s pagina spostata nel cestino."
 msgstr[1] "%s pagine spostate nel cestino."
 
-#: wp-admin/edit.php:280
+#: wp-admin/edit.php:284
 msgid "%s page permanently deleted."
 msgid_plural "%s pages permanently deleted."
-msgstr[0] "%s pagina cancellata definitivamente."
-msgstr[1] "%s pagine cancellate definitivamente."
+msgstr[0] "%s pagina eliminata definitivamente."
+msgstr[1] "%s pagine eliminate definitivamente."
 
-#: wp-admin/edit.php:279
+#: wp-admin/edit.php:283
 msgid "%s page not updated, somebody is editing it."
 msgid_plural "%s pages not updated, somebody is editing them."
 msgstr[0] "%s pagina non aggiornata, qualcun altro la sta modificando."
 msgstr[1] "%s pagine non aggiornate, qualcun altro le sta modificando."
 
-#: wp-admin/edit.php:277
+#: wp-admin/edit.php:281
 msgid "%s page updated."
 msgid_plural "%s pages updated."
 msgstr[0] "%s pagina aggiornata."
 msgstr[1] "%s pagine aggiornate."
 
-#: wp-admin/edit.php:274
+#: wp-admin/edit.php:278
 msgid "%s post restored from the Trash."
 msgid_plural "%s posts restored from the Trash."
 msgstr[0] "%s articolo ripristinato dal cestino."
 msgstr[1] "%s articoli ripristinati dal cestino"
 
-#: wp-admin/edit.php:273
+#: wp-admin/edit.php:277
 msgid "%s post moved to the Trash."
 msgid_plural "%s posts moved to the Trash."
 msgstr[0] "%s articolo spostato nel cestino."
 msgstr[1] "%s articoli spostati nel cestino."
 
-#: wp-admin/edit.php:272
+#: wp-admin/edit.php:276
 msgid "%s post permanently deleted."
 msgid_plural "%s posts permanently deleted."
-msgstr[0] "%s articolo cancellato definitivamente."
-msgstr[1] "%s articoli cancellati definitivamente."
+msgstr[0] "%s articolo eliminato definitivamente."
+msgstr[1] "%s articoli eliminati definitivamente."
 
-#: wp-admin/edit.php:271
+#: wp-admin/edit.php:275
 msgid "%s post not updated, somebody is editing it."
 msgid_plural "%s posts not updated, somebody is editing them."
 msgstr[0] "%s articolo non aggiornato, qualcuno lo sta modificando."
@@ -3680,7 +3837,7 @@ msgstr[1] "%s articoli non aggiornati, qualcuno li sta modificando."
 
 #: wp-admin/includes/edit-tag-messages.php:39
 msgid "Tags deleted."
-msgstr "Tag cancellati."
+msgstr "Tag eliminati."
 
 #: wp-admin/includes/edit-tag-messages.php:38
 msgid "Tag not updated."
@@ -3696,7 +3853,7 @@ msgstr "Tag aggiornato."
 
 #: wp-admin/includes/edit-tag-messages.php:35
 msgid "Tag deleted."
-msgstr "Tag cancellato."
+msgstr "Tag eliminato."
 
 #: wp-admin/includes/edit-tag-messages.php:34
 msgid "Tag added."
@@ -3704,7 +3861,7 @@ msgstr "Tag aggiunto."
 
 #: wp-admin/includes/edit-tag-messages.php:29
 msgid "Categories deleted."
-msgstr "Categorie cancellate."
+msgstr "Categorie eliminate."
 
 #: wp-admin/includes/edit-tag-messages.php:28
 msgid "Category not updated."
@@ -3720,13 +3877,13 @@ msgstr "Categoria aggiornata."
 
 #: wp-admin/includes/edit-tag-messages.php:25
 msgid "Category deleted."
-msgstr "Categoria cancellata."
+msgstr "Categoria eliminata."
 
 #: wp-admin/includes/edit-tag-messages.php:24
 msgid "Category added."
 msgstr "Categoria aggiunta."
 
-#: wp-admin/revision.php:109
+#: wp-admin/revision.php:110
 msgid "Compare two different revisions by <strong>selecting the &#8220;Compare any two revisions&#8221; box</strong> to the side."
 msgstr "Confronta due revisioni non consecutive <strong>selezionando la casella &#8220;Confronta due revisioni qualsiasi&#8221;</strong>."
 
@@ -3746,16 +3903,18 @@ msgstr "Revisione corrente di %s"
 msgid "Autosave by %s"
 msgstr "Salvataggio automatico di %s"
 
-#: wp-admin/includes/meta-boxes.php:196
+#: wp-admin/includes/meta-boxes.php:204
 msgctxt "revisions"
 msgid "Browse"
 msgstr "Sfoglia"
 
-#: wp-admin/includes/meta-boxes.php:195
+#. translators: Post revisions heading. 1: The number of available revisions
+#: wp-admin/includes/meta-boxes.php:202
 msgid "Revisions: %s"
 msgstr "Revisioni: %s"
 
-#: wp-admin/includes/media.php:316
+#. translators: 1: audio track title
+#: wp-admin/includes/media.php:317
 msgid "\"%s\"."
 msgstr "\"%s\"."
 
@@ -3778,11 +3937,11 @@ msgstr "\"%1$s\" dall'album %2$s di %3$s."
 msgid "Revision by %s"
 msgstr "Revisione di %s"
 
-#: wp-admin/edit-form-advanced.php:489
+#: wp-admin/edit-form-advanced.php:497
 msgid "We&#8217;re backing up this post in your browser, just in case."
 msgstr "Stiamo effettuando un backup di questo articolo sul tuo browser, giusto per sicurezza."
 
-#: wp-admin/edit-form-advanced.php:488
+#: wp-admin/edit-form-advanced.php:496
 msgid "<strong>Connection lost.</strong> Saving has been disabled until you&#8217;re reconnected."
 msgstr "<strong>Connessione persa.</strong> il salvataggio è stato disabilitato sino a quando ti riconnetterai."
 
@@ -3790,24 +3949,19 @@ msgstr "<strong>Connessione persa.</strong> il salvataggio è stato disabilitato
 msgid "Sorry, something went wrong. The requested comparison could not be loaded."
 msgstr "Qualche cosa è andato storto. La comparazione richiesta non può essere caricata."
 
-#: wp-admin/custom-background.php:324
-msgctxt "Background Attachment"
-msgid "Attachment"
-msgstr "Allegato"
-
-#: wp-admin/install.php:158 wp-admin/user-new.php:442
+#: wp-admin/install.php:158 wp-admin/user-new.php:452
 msgid "Repeat Password"
 msgstr "Ripeti la password"
 
-#: wp-admin/user-edit.php:523
+#: wp-admin/user-edit.php:560
 msgid "Repeat New Password"
 msgstr "Ripeti la nuova password"
 
-#: wp-admin/includes/nav-menu.php:904
+#: wp-admin/includes/nav-menu.php:914
 msgid "Add menu items from the column on the left."
 msgstr "Aggiungi nuovi elementi di menu nella colonna a sinistra."
 
-#: wp-admin/includes/plugin-install.php:213
+#: wp-admin/includes/plugin-install.php:235
 msgid "Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href=\"%1$s\">WordPress Plugin Directory</a> or upload a plugin in .zip format by clicking the button at the top of this page."
 msgstr "I plugin estendono ed espandono le funzionalità di WordPress. Puoi installare i plugin automaticamente dalla <a href=\"%1$s\">Directory dei plugin di WordPress</a> o caricando un plugin in formato zip facendo clic sul pulsante in cima a questa pagina."
 
@@ -3823,17 +3977,17 @@ msgstr "Il tema non contiene alcun file"
 msgid "The package contains no files."
 msgstr "Il pacchetto non contiene alcun file."
 
-#: wp-admin/revision.php:108
+#: wp-admin/revision.php:109
 msgid "To navigate between revisions, <strong>drag the slider handle left or right</strong> or <strong>use the Previous or Next buttons</strong>."
 msgstr "Per navigare tra le revisioni, <strong>trascina il cursore delle revisioni a destra o a sinistra</strong> oppure <strong>utilizza i pulsanti Precedente o Successivo</strong>."
 
-#: wp-admin/customize.php:88
+#: wp-admin/customize.php:107
 msgid "Loading&hellip;"
 msgstr "Caricamento&hellip;"
 
 #: wp-admin/post.php:249
 msgid "This item has already been deleted."
-msgstr "Questo elemento è già stato cancellato."
+msgstr "Questo elemento è già stato eliminato."
 
 #: wp-admin/post.php:231
 msgid "The item you are trying to restore from the Trash no longer exists."
@@ -3843,27 +3997,27 @@ msgstr "L'elemento che stai tentando di ripristinare dal cestino non esiste più
 msgid "The item you are trying to move to the Trash no longer exists."
 msgstr "L'elemento che stai provando a spostare nel cestino non esiste più."
 
-#: wp-admin/nav-menus.php:770
+#: wp-admin/nav-menus.php:771
 msgid "Drag each item into the order you prefer. Click the arrow on the right of the item to reveal additional configuration options."
 msgstr "Trascina ciascun elemento nell'ordine che preferisci. Fai clic sulla freccia a destra dell'elemento per mostrare ulteriori opzioni di configurazione."
 
-#: wp-admin/nav-menus.php:534
+#: wp-admin/nav-menus.php:535
 msgid "If you haven&#8217;t yet created any menus, <strong>click the &#8217;create a new menu&#8217; link</strong> to get started"
 msgstr "Se non hai ancora creato un menu, per iniziare <strong>fai clic sul link &#8217;crea un nuovo menu&#8217; link</strong>"
 
-#: wp-admin/revision.php:110
+#: wp-admin/revision.php:111
 msgid "To restore a revision, <strong>click Restore This Revision</strong>."
 msgstr "Per ripristinare una revisione, <strong>fai clic su «Ripristina questa revisione»</strong>."
 
-#: wp-admin/revision.php:107
+#: wp-admin/revision.php:108
 msgid "From this screen you can review, compare, and restore revisions:"
 msgstr "Da questa schermata puoi vedere, comparare e ripristinare le revisioni:"
 
-#: wp-admin/revision.php:106
+#: wp-admin/revision.php:107
 msgid "Revisions are saved copies of your post or page, which are periodically created as you update your content. The red text on the left shows the content that was removed. The green text on the right shows the content that was added."
 msgstr "Le revisioni sono copie dei tuoi articoli o pagine, che sono create periodicamente quando aggiorni i tuoi contenuti. Il testo in rosso a sinistra evidenzia il contenuto che è stato rimosso. Il testo in verde a destra evidenzia il contenuto che è stato aggiunto."
 
-#: wp-admin/revision.php:105
+#: wp-admin/revision.php:106
 msgid "This screen is used for managing your content revisions."
 msgstr "Questa schermata serve a gestire le revisioni dei contenuti."
 
@@ -3887,97 +4041,97 @@ msgctxt "Followed by post revision info"
 msgid "From:"
 msgstr "Da:"
 
-#: wp-admin/nav-menus.php:647
+#: wp-admin/nav-menus.php:648
 msgctxt "menu"
 msgid "Use new menu"
 msgstr "Utilizza un nuovo menu"
 
-#: wp-admin/nav-menus.php:641
+#: wp-admin/nav-menus.php:642
 msgctxt "menu"
 msgid "Edit"
 msgstr "Modifica"
 
-#: wp-admin/nav-menus.php:629
+#: wp-admin/nav-menus.php:630
 msgid "Select a Menu"
 msgstr "Selezionare un menu"
 
-#: wp-admin/nav-menus.php:620
+#: wp-admin/nav-menus.php:621
 msgid "Assigned Menu"
 msgstr "Menu assegnati"
 
-#: wp-admin/nav-menus.php:619
+#: wp-admin/nav-menus.php:620
 msgid "Theme Location"
 msgstr "Posizioni del tema"
 
-#: wp-admin/nav-menus.php:596
+#: wp-admin/nav-menus.php:597
 msgid "Manage Locations"
 msgstr "Gestione posizioni"
 
-#: wp-admin/nav-menus.php:594
+#: wp-admin/nav-menus.php:595
 msgid "Edit Menus"
 msgstr "Modifica menu"
 
-#: wp-admin/nav-menus.php:559
+#: wp-admin/nav-menus.php:560
 msgid "To add a new menu instead of assigning an existing one, <strong>click the &#8217;Use new menu&#8217; link</strong>. Your new menu will be automatically assigned to that theme location"
 msgstr "Per aggiungere un nuovo menu anzichè assegnarne uno esistente, <strong>fai clic sul link &#8217;Utilizza un nuovo menu&#8217;</strong>. Il tuo novo menu verrà assegnato automaticamente a questa posizione all'interno del tema"
 
-#: wp-admin/nav-menus.php:558
+#: wp-admin/nav-menus.php:559
 msgid "To edit a menu currently assigned to a theme location, <strong>click the adjacent &#8217;Edit&#8217; link</strong>"
 msgstr "Per modificare un menu assegnato ad una posizione del tema, <strong>fai click sul link &#8217;Modifica&#8217; adiacente</strong>"
 
-#: wp-admin/nav-menus.php:557
+#: wp-admin/nav-menus.php:558
 msgid "To assign menus to one or more theme locations, <strong>select a menu from each location&#8217;s drop down.</strong> When you&#8217;re finished, <strong>click Save Changes</strong>"
 msgstr "Per assegnare i menu ad una o più posizioni all'interno del tema, <strong>seleziona un menu dalla casella a discesa di ciascuna posizione.</strong> Una volta terminato <strong>fai clic su Salva modifiche</strong>"
 
-#: wp-admin/nav-menus.php:556
+#: wp-admin/nav-menus.php:557
 msgid "This screen is used for globally assigning menus to locations defined by your theme."
 msgstr "Questa schermata serve ad assegnare i menu alle posizioni definite dal tema in uso."
 
-#: wp-admin/nav-menus.php:552
+#: wp-admin/nav-menus.php:553
 msgid "Editing Menus"
 msgstr "Modificare i menu"
 
-#: wp-admin/nav-menus.php:548
+#: wp-admin/nav-menus.php:549
 msgid "Delete a menu item by <strong>expanding it and clicking the Remove link</strong>"
-msgstr "Per cancellare una voce di menu  <strong>espandila e fai clic su rimuovi link</strong>"
+msgstr "Per eliminare una voce di menu, <strong>espandila e fai clic su Rimuovi</strong>"
 
-#: wp-admin/nav-menus.php:547
+#: wp-admin/nav-menus.php:548
 msgid "To reorganize menu items, <strong>drag and drop items with your mouse or use your keyboard</strong>. Drag or move a menu item a little to the right to make it a submenu"
 msgstr "Per riorganizzare gli elementi dei menu, <strong>trascina e rilascia gli elementi con il mouse o utilizza la tastiera</strong>. Trascinare o spostare leggermente verso destra un elemento di menu per renderlo un sottomenu"
 
-#: wp-admin/nav-menus.php:545
+#: wp-admin/nav-menus.php:546
 msgid "Add one or several items at once by <strong>selecting the checkbox next to each item and clicking Add to Menu</strong>"
 msgstr "Aggiungi uno o più elementi in una volta sola <strong>selezionando la casella vicino a ciascun elemento e facendo clic su «Aggiungi al menu»</strong>"
 
-#: wp-admin/nav-menus.php:543
+#: wp-admin/nav-menus.php:544
 msgid "Each custom menu may contain a mix of links to pages, categories, custom URLs or other content types. Menu links are added by selecting items from the expanding boxes in the left-hand column below."
 msgstr "Ciascun menu personalizzato può contenere un insieme di link a pagine, categorie, URL personalizzate ed altri tipi di contenuto. I link ai menu vengono aggiunti selezionando gli elementi dai riquadri espandibili nella colonna di sinistra qua sotto."
 
-#: wp-admin/nav-menus.php:539
+#: wp-admin/nav-menus.php:540
 msgid "Menu Management"
 msgstr "Gestione menu"
 
-#: wp-admin/nav-menus.php:535
+#: wp-admin/nav-menus.php:536
 msgid "You can assign theme locations to individual menus by <strong>selecting the desired settings</strong> at the bottom of the menu editor. To assign menus to all theme locations at once, <strong>visit the Manage Locations tab</strong> at the top of the screen."
 msgstr "Puoi assegnare le posizioni del tema a singoli menu <strong>selezionando le impostazioni opportune</strong> in fondo all'editor dei menu. Per assegnare in una sola volta i vari menu alle varie posizioni del tema <strong>andare sulla linguetta Gestione posizioni</strong> in cima a questa schermata."
 
-#: wp-admin/nav-menus.php:533
+#: wp-admin/nav-menus.php:534
 msgid "To edit an existing menu, <strong>choose a menu from the drop down and click Select</strong>"
 msgstr "Per modificare un menu,<strong> seleziona un menu dalla casella di selezione a discesa e fai clic su seleziona</strong>"
 
-#: wp-admin/nav-menus.php:532
+#: wp-admin/nav-menus.php:533
 msgid "The menu management box at the top of the screen is used to control which menu is opened in the editor below."
 msgstr "Il box gestione menu in alto è utilizzato per controllare quale menu è aperto nell'editor sotto."
 
-#: wp-admin/nav-menus.php:524
+#: wp-admin/nav-menus.php:525
 msgid "Add, organize, and modify individual menu items"
 msgstr "Aggiungere, organizzare e modificare singoli elementi di menu"
 
-#: wp-admin/nav-menus.php:523
+#: wp-admin/nav-menus.php:524
 msgid "Create, edit, and delete menus"
-msgstr "Creare, modificare e cancellare menu"
+msgstr "Creare, modificare ed eliminare menu"
 
-#: wp-admin/nav-menus.php:522 wp-admin/themes.php:73
+#: wp-admin/nav-menus.php:523 wp-admin/themes.php:73
 msgid "From this screen you can:"
 msgstr "Tramite questa schermata puoi:"
 
@@ -3985,36 +4139,41 @@ msgstr "Tramite questa schermata puoi:"
 msgid "This screen is used for managing your custom navigation menus."
 msgstr "Questa schermata  viene utilizzata per gestire i menu di navigazione personalizzati."
 
-#: wp-admin/includes/post.php:1618
+#: wp-admin/includes/post.php:1652
 msgid "Your latest changes were saved as a revision."
 msgstr "Le ultime modifiche sono state salvate come revisione."
 
-#: wp-admin/includes/media.php:2930
+#: wp-admin/includes/media.php:2948
 msgid "Audio Codec:"
 msgstr "Codec audio:"
 
-#: wp-admin/includes/media.php:2929
+#: wp-admin/includes/media.php:2947
 msgid "Audio Format:"
 msgstr "Formato audio:"
 
-#: wp-admin/includes/media.php:346
+#. translators: Audio file genre information. 1: Audio genre name
+#: wp-admin/includes/media.php:353
 msgid "Genre: %s."
 msgstr "Genere: %s."
 
-#: wp-admin/includes/media.php:342
+#. translators: Audio file track information. 1: Audio track number
+#: wp-admin/includes/media.php:347
 msgid "Track %1$s."
 msgstr "Traccia %1$s."
 
-#: wp-admin/includes/media.php:340
+#. translators: Audio file track information. 1: Audio track number, 2: Total
+#. audio tracks
+#: wp-admin/includes/media.php:344
 msgid "Track %1$s of %2$s."
 msgstr "Traccia %1$s di %2$s."
 
-#: wp-admin/includes/media.php:335
+#. translators: Audio file track information. 1: Year of audio track release
+#: wp-admin/includes/media.php:337
 msgid "Released: %d."
 msgstr "Rilasciato il: %d."
 
 #. translators: 1: audio album title, 2: artist name
-#: wp-admin/includes/media.php:323
+#: wp-admin/includes/media.php:324
 msgid "%1$s by %2$s."
 msgstr "%1$s di %2$s."
 
@@ -4026,47 +4185,48 @@ msgstr "Posizioni men&ugrave; aggiornate."
 msgid "Restore This Revision"
 msgstr "Ripristina questa revisione"
 
-#: wp-admin/user-edit.php:629
+#: wp-admin/user-edit.php:666
 msgid "Denied: %s"
 msgstr "Non permesso: %s"
 
-#: wp-admin/user-edit.php:621
+#: wp-admin/user-edit.php:658
 msgid "Capabilities"
 msgstr "Capacità"
 
-#: wp-admin/nav-menus.php:789
+#: wp-admin/nav-menus.php:790
 msgid "Menu Settings"
 msgstr "Impostazioni del menu"
 
-#: wp-admin/nav-menus.php:769
+#: wp-admin/nav-menus.php:770
 msgid "Menu Structure"
 msgstr "Struttura del menu"
 
-#: wp-admin/includes/class-walker-nav-menu-edit.php:207
+#: wp-admin/includes/class-walker-nav-menu-edit.php:206
 msgid "To the top"
 msgstr "All'inizio"
 
-#: wp-admin/includes/class-walker-nav-menu-edit.php:204
+#: wp-admin/includes/class-walker-nav-menu-edit.php:203
 msgid "Down one"
 msgstr "Giù di uno"
 
-#: wp-admin/includes/class-walker-nav-menu-edit.php:203
+#: wp-admin/includes/class-walker-nav-menu-edit.php:202
 msgid "Up one"
 msgstr "Su di uno"
 
-#: wp-admin/includes/class-walker-nav-menu-edit.php:202
+#: wp-admin/includes/class-walker-nav-menu-edit.php:201
 msgid "Move"
 msgstr "Sposta"
 
-#: wp-admin/includes/template.php:2017
+#: wp-admin/includes/template.php:2043
 msgid "Restore the backup"
 msgstr "Ripristina il backup"
 
-#: wp-admin/includes/template.php:2016
+#: wp-admin/includes/template.php:2042
 msgid "The backup of this post in your browser is different from the version below."
 msgstr "Il backup di questo articolo nel tuo browser è diverso dalla revisione sottostante."
 
-#: wp-admin/includes/ajax-actions.php:1260
+#. translators: 1: Post creation date, 2: Post creation time
+#: wp-admin/includes/ajax-actions.php:1252
 msgid "Draft created on %1$s at %2$s"
 msgstr "Bozza creata il %1$s alle %2$s"
 
@@ -4074,7 +4234,7 @@ msgstr "Bozza creata il %1$s alle %2$s"
 msgid "You cannot move this item to the Trash. %s is currently editing."
 msgstr "Non puoi spostare questo elemento nel cestino. %s lo sta modificando in questo momento."
 
-#: wp-admin/includes/post.php:1603
+#: wp-admin/includes/post.php:1637
 msgid "Take over"
 msgstr "Prendi il controllo"
 
@@ -4082,39 +4242,35 @@ msgstr "Prendi il controllo"
 msgid "%s has taken over and is currently editing."
 msgstr "%s ha preso il controllo ed è ora in fase di modifica"
 
-#: wp-admin/nav-menus.php:718
+#: wp-admin/nav-menus.php:719
 msgid "or <a href=\"%s\">create a new menu</a>."
 msgstr "oppure <a href=\"%s\">crea un nuovo menu</a>."
 
-#: wp-admin/nav-menus.php:677
+#: wp-admin/nav-menus.php:678
 msgid "Select a menu to edit:"
 msgstr "Seleziona un menu da modificare"
 
-#: wp-admin/nav-menus.php:672
+#: wp-admin/nav-menus.php:673
 msgid "Edit your menu below, or <a href=\"%s\">create a new menu</a>."
 msgstr "Modifica il menu sottostante oppure <a href=\"%s\">crea un nuovo menu</a>."
 
-#: wp-admin/includes/ms.php:768
+#: wp-admin/includes/ms.php:785
 msgid "Thank you for Updating! Please visit the <a href=\"%s\">Upgrade Network</a> page to update all your sites."
 msgstr "Grazie per aver aggiornato! Visita la pagina <a href=\"%s\">Aggiornamento Network</a> per aggiornare tutti i siti."
 
-#: wp-admin/setup-config.php:405
+#: wp-admin/setup-config.php:402
 msgid "All right, sparky! You&#8217;ve made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to&hellip;"
 msgstr "Tutto a posto amico! Hai completato questa parte dell'installazione. Ora WordPress può comunicare con il database. Se sei pronto, ora è il momento di&hellip;"
 
-#: wp-admin/nav-menus.php:809
-msgid "Theme locations"
-msgstr "Posizione del tema"
-
-#: wp-admin/nav-menus.php:802
+#: wp-admin/nav-menus.php:803
 msgid "Auto add pages"
 msgstr "Aggiungi automaticamente le pagine"
 
-#: wp-admin/nav-menus.php:783
+#: wp-admin/nav-menus.php:784
 msgid "Give your menu a name, then click Create Menu."
 msgstr "Assegna un nome al menu, quindi fai clic su Crea menu."
 
-#: wp-admin/nav-menus.php:770
+#: wp-admin/nav-menus.php:771
 msgid "Edit your default menu by adding or removing items. Drag each item into the order you prefer. Click Create Menu to save your changes."
 msgstr "Modifica il tuo menu predefinito aggiungendo o rimuovendo elementi. Trascina ciascun elemento nell'ordine che preferisci."
 
@@ -4130,20 +4286,20 @@ msgstr "sottoelemento"
 msgid "For PHP files, you can use the Documentation dropdown to select from functions recognized in that file. Look Up takes you to a web page with reference material about that particular function."
 msgstr "Per i file PHP potete utilizzare la casella a discesa Documentazione per selezionare le funzioni riconosciute presenti nel file. Guarda rimanda ad una pagina web con il materiale di riferimento per la specifica funzione."
 
-#: wp-admin/plugin-editor.php:263 wp-admin/theme-editor.php:266
+#: wp-admin/plugin-editor.php:275 wp-admin/theme-editor.php:266
 msgid "Look Up"
 msgstr "Cerca"
 
-#: wp-admin/plugin-editor.php:135
+#: wp-admin/plugin-editor.php:147
 msgid "The Documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Look Up takes you to a web page about that particular function."
 msgstr "Il menu Documentazione sotto l'editor elenca la funzioni PHP riconosciute all'interno del file del plugin. Facendo clic su Guarda arriverai ad una pagina web che parla di quella specifica funzione."
 
-#: wp-admin/includes/class-wp-posts-list-table.php:933
+#: wp-admin/includes/class-wp-posts-list-table.php:910
 #: wp-admin/includes/misc.php:749
 msgid "%s is currently editing"
 msgstr " %s sta modificando proprio adesso"
 
-#: wp-admin/edit-form-advanced.php:419
+#: wp-admin/edit-form-advanced.php:420
 msgid "You can upload and insert media (images, audio, documents, etc.) by clicking the Add Media button. You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, select the images to add and click the &#8220;Create a new gallery&#8221; button."
 msgstr "Puoi inserire oggetti multimediali (immagini, suoni, documenti...) cliccando il pulsante Aggiungi Media. Puoi scegliere tra le immagini e i file gi&agrave; caricati nella Raccolta Multimediale o caricare un nuovo oggetto multimediale da aggiungere alle pagine o agli articoli. Per creare una galleria di immagini, seleziona le immagini che vuoi aggiungere e clicca il pulsante &#8220;Crea una nuova galleria&#8221;."
 
@@ -4155,7 +4311,7 @@ msgstr "La rotazione immagine non è supportata dal tuo hosting web."
 msgid "If you are looking to use the link manager, please install the <a href=\"%s\">Link Manager</a> plugin."
 msgstr "Se stai cercando di utilizzare il gestore dei link installa il plugin <a href=\"%s\">Link Manager</a>."
 
-#: wp-admin/includes/dashboard.php:1490
+#: wp-admin/includes/dashboard.php:1489
 msgid "Manage <a href=\"%1$s\">widgets</a> or <a href=\"%2$s\">menus</a>"
 msgstr "Gestione <a href=\"%1$s\">widget</a> o <a href=\"%2$s\">menu</a>"
 
@@ -4163,23 +4319,23 @@ msgstr "Gestione <a href=\"%1$s\">widget</a> o <a href=\"%2$s\">menu</a>"
 msgid "When changing themes, there is often some variation in the number and setup of widget areas/sidebars and sometimes these conflicts make the transition a bit less smooth. If you changed themes and seem to be missing widgets, scroll down on this screen to the Inactive Widgets area, where all of your widgets and their settings will have been saved."
 msgstr "Quando si cambiano i temi vi sono spesso della variazioni sul numero e sulle impostazioni della barre laterali e delle aree widget ed a volte questi conflitti rendono il cambio meno semplice e lineare. Se cambi tema e ti sembra che manchino dei widget, scorri in basso a questa schermata nella sezione Widget inattivi dove sono stati salvati tutti  i widget e le relative impostazioni."
 
-#: wp-admin/edit-tags.php:266
+#: wp-admin/edit-tags.php:248
 msgid "<strong>Parent</strong> &mdash; Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have child categories for Bebop and Big Band. Totally optional. To create a subcategory, just choose another category from the Parent dropdown."
 msgstr "<strong>Genitore</strong> &mdash; Le categorie, a differenza dei tag, possono avere una gerarchia. Puoi avere la categoria Jazz e sotto questa avere le categorie figlie per Bebop e Big Band. Il tutto è assolutamente facoltativo. Per creare una sottocategoria scegli semplicemente un'altra categoria dal menu a discesa genitore."
 
-#: wp-admin/edit-form-advanced.php:448
+#: wp-admin/edit-form-advanced.php:449
 msgid "Publish Settings"
 msgstr "Impostazioni di pubblicazione"
 
-#: wp-admin/edit-form-advanced.php:430
+#: wp-admin/edit-form-advanced.php:431
 msgid "Several boxes on this screen contain settings for how your content will be published, including:"
 msgstr "Diversi riquadri di questa schermata contengono varie impostazioni su come i vostri contenuti verranno pubblicati, fra cui:"
 
-#: wp-admin/edit-form-advanced.php:424
+#: wp-admin/edit-form-advanced.php:425
 msgid "Inserting Media"
 msgstr "Inserimento Media"
 
-#: wp-admin/edit-form-advanced.php:356
+#: wp-admin/edit-form-advanced.php:357
 msgid "The title field and the big Post Editing Area are fixed in place, but you can reposition all the other boxes using drag and drop. You can also minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Excerpt, Send Trackbacks, Custom Fields, Discussion, Slug, Author) or to choose a 1- or 2-column layout for this screen."
 msgstr "Il campo titolo e la grande area di scrittura dell'articolo sono in posizione fissa ma puoi riposizionare tutti gli altri riquadri tramite il trascina e rilascia (drag&drop). Puoi anche minimizzarli o espanderli facendo clic sulla barra del titolo di ciascun riquadro. Utilizza la scheda Impostazioni schermata per mostrare altri riquadri (Riassunto, Invia Trackback, Campi personalizzati, Discussione, Slug, Autore) o per scegliere una disposizione dello schermo su 1 o 2 colonne."
 
@@ -4191,7 +4347,7 @@ msgstr "Non dimenticarti di fare clic su &#8220;Salva le modifiche&#8221; una vo
 msgid "To use a background image, simply upload it or choose an image that has already been uploaded to your Media Library by clicking the &#8220;Choose Image&#8221; button. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site."
 msgstr "Per utilizzare una immagine di sfondo basta semplicemente caricarla o selezionare una immagine già caricata precedentemente nella Libreria media facendo clic sul pulsante &#8220;Seleziona immagine&#8221;. Puoi visualizzare una singola istanza dell'immagine o affiancarla per riempire completamente lo schermo. Puoi avere lo sfondo fisso in maniera che il contenuto si muova al di sopra di esso oppure avere lo sfondo che scorre col contenuto."
 
-#: wp-admin/includes/media.php:2642
+#: wp-admin/includes/media.php:2650
 msgid "You are using the multi-file uploader. Problems? Try the <a href=\"%1$s\" target=\"%2$s\">browser uploader</a> instead."
 msgstr "Stai utilizzando l'uploader multiplo. Problemi? Prova al suo posto <a href=\"%1$s\" target=\"%2$s\">l'uploader del browser</a>."
 
@@ -4211,8 +4367,8 @@ msgctxt "column name"
 msgid "Uploaded to"
 msgstr "Caricato in"
 
-#: wp-admin/custom-background.php:374 wp-admin/custom-header.php:846
-#: wp-admin/includes/ajax-actions.php:2056
+#: wp-admin/custom-background.php:454 wp-admin/custom-header.php:846
+#: wp-admin/includes/ajax-actions.php:2042
 msgid "The uploaded file is not a valid image. Please try again."
 msgstr "Il file caricato non è una immagine valida. Riprova"
 
@@ -4220,7 +4376,7 @@ msgstr "Il file caricato non è una immagine valida. Riprova"
 msgid "Choose a Custom Header"
 msgstr "Scegliere una testata personalizzata"
 
-#: wp-admin/custom-background.php:280
+#: wp-admin/custom-background.php:329
 msgid "Choose a Background Image"
 msgstr "Scegliere l'immagine di sfondo"
 
@@ -4236,31 +4392,26 @@ msgstr "Puoi anche scegliere un colore di sfondo facendo clic sul pulsante Selez
 msgid "You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the checkbox next to &#8220;Discourage search engines from indexing this site&#8221; and click the Save Changes button at the bottom of the screen. Note that your privacy is not complete; your site is still visible on the web."
 msgstr "Puoi scegliere se permettere o meno la navigazione del tuo sito da parte dei robot, dei servizi di ping e dagli spider. Se desideri che questi servizi ignorino il tuo sito fai clic sulla casella di spunta accanto a &#8220;Scoraggiare i motori di ricerca dall'indicizzare questo sito&#8221; e fai clic sul pulsante Salva modifiche alla base della schermata. Si noti che la privacy non è assoluta, il tuo sito è ancora visibile sul web."
 
-#: wp-admin/includes/dashboard.php:1502
+#: wp-admin/includes/dashboard.php:1501
 msgid "Learn more about getting started"
 msgstr "Maggiori informazioni su come iniziare"
 
-#: wp-admin/includes/dashboard.php:1500
+#: wp-admin/includes/dashboard.php:1499
 msgid "Turn comments on or off"
 msgstr "Attiva o disattiva i commenti"
 
-#: wp-admin/includes/dashboard.php:1485
+#: wp-admin/includes/dashboard.php:1484
 msgid "More Actions"
 msgstr "Altre azioni"
 
-#: wp-admin/includes/media.php:2841
+#: wp-admin/includes/media.php:2859
 msgid "File URL:"
 msgstr "URL del file:"
 
-#: wp-admin/edit-comments.php:158
+#: wp-admin/edit-comments.php:174
 msgid "In the <strong>In Response To</strong> column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The View Post link leads to that post on your live site. The small bubble with the number in it shows the number of approved comments that post has received. If there are pending comments, a red notification circle with the number of pending comments is displayed. Clicking the notification circle will filter the comments screen to show only pending comments on that post."
 msgstr "Nella colonna <strong>In risposta a</strong> vi sono tre elementi. Il testo è il nome dell'articolo che ha ispirato il commento e si collega all'editor degli articoli per la specifica voce. Il link Visualizza articolo porta all'articolo direttamente sul sito. Il piccolo fumetto con dentro un numero mostra il numero di commenti approvati che l'articolo ha ricevuto. Se il fumetto è grigio tutti i commenti per quell'articolo sono stati moderati. Se è blu vi sono dei commenti in attesa di moderazione. Facendo clic sul fumetto si filtrerà la schermata dei commenti per mostrare solo i commenti relativi a quell'articolo."
 
-#. translators: 1: user id, 2: user login
-#: wp-admin/users.php:385
-msgid "ID #%1$s: %2$s <strong>You don&#8217;t have permission to remove this user.</strong>"
-msgstr "ID #%1$s: %2$s <strong>Non hai il permesso di rimuovere questo utente.</strong>"
-
 #. translators: 1: user id, 2: user login
 #: wp-admin/users.php:382
 msgid "ID #%1$s: %2$s <strong>The current user will not be removed.</strong>"
@@ -4274,9 +4425,11 @@ msgstr "ID #%1$s: %2$s"
 #. translators: 1: user id, 2: user login
 #: wp-admin/users.php:252
 msgid "ID #%1$s: %2$s <strong>The current user will not be deleted.</strong>"
-msgstr "ID #%1$s: %2$s <strong>L'utente corrente non verrà cancellato.</strong>"
+msgstr "ID #%1$s: %2$s <strong>L'utente corrente non verrà eliminato.</strong>"
 
-#: wp-admin/includes/ms.php:465
+#. translators: Storage space that's been used. 1: Percentage of used space, 2:
+#. Total space allowed in megabytes or gigabytes
+#: wp-admin/includes/ms.php:481
 msgid "Used: %1$s%% of %2$s"
 msgstr "Usato: %1$s%% di %2$s"
 
@@ -4284,28 +4437,20 @@ msgstr "Usato: %1$s%% di %2$s"
 msgid "Please select an option."
 msgstr "Seleziona una opzione"
 
-#: wp-admin/includes/ms.php:344
+#: wp-admin/includes/ms.php:352
 msgid "<strong>ERROR</strong>: The email address is already used."
 msgstr "<strong>ERRORE</strong>: L'indirizzo email è già utilizzato."
 
-#: wp-admin/includes/image-edit.php:413
-msgid "Use WP_Image_Editor::flip"
-msgstr "Utilizza WP_Image_Editor::flip"
-
-#: wp-admin/includes/image-edit.php:390
-msgid "Use WP_Image_Editor::rotate"
-msgstr "Utilizza WP_Image_Editor::rotate"
-
 #: wp-admin/includes/image-edit.php:259 wp-admin/includes/image-edit.php:324
 #: wp-admin/includes/image-edit.php:466
 msgid "$image needs to be an WP_Image_Editor object"
 msgstr "$image deve essere un oggetto WP_Image_Editor"
 
-#: wp-admin/setup-config.php:374
+#: wp-admin/setup-config.php:371
 msgid "After you&#8217;ve done that, click &#8220;Run the install.&#8221;"
 msgstr "Una volta che hai teminato fai clic su &#8220;Eseguire l&#8217;installazione.&#8221;"
 
-#: wp-admin/setup-config.php:188
+#: wp-admin/setup-config.php:186
 msgid "Below you should enter your database connection details. If you&#8217;re not sure about these, contact your host."
 msgstr "Di seguito puoi inserire i dettagli di connessione al database. Se non sei sicuro dei dati da inserire contatta il tuo fornitore di hosting."
 
@@ -4344,73 +4489,68 @@ msgstr "Visibilità ai motori di ricerca"
 msgid "You can also control the display of your content in RSS feeds, including the maximum numbers of posts to display and whether to show full text or a summary."
 msgstr "Puoi anche controllare la visualizzazione del contenuto nei feed RSS  che permettono di indicare il numero massimo di articoli da visualizzare e se mostrare tutto il testo o solo un riassunto."
 
-#: wp-admin/includes/update-core.php:1224 wp-admin/update-core.php:502
+#: wp-admin/includes/update-core.php:1227 wp-admin/update-core.php:499
 msgid "Welcome to WordPress %1$s. You will be redirected to the About WordPress screen. If not, click <a href=\"%2$s\">here</a>."
 msgstr "Benvenuto in WordPress %1$s. Verrai reindirizzato alla schermata Informazioni su WordPress. Se ciò non accade, fai clic <a href=\"%2$s\">qui</a>."
 
-#: wp-admin/includes/plugin.php:1783 wp-admin/includes/plugin.php:1788
-#: wp-admin/includes/plugin.php:1812 wp-admin/includes/plugin.php:1817
-#: wp-admin/includes/template.php:1207 wp-admin/includes/template.php:1212
-msgid "The \"%s\" options group has been removed. Use another settings group."
-msgstr "Il gruppo di opzioni \"%s\" è stato rimosso. Utilizza un altro gruppo di opzioni."
-
-#: wp-admin/includes/plugin-install.php:305 wp-admin/theme-install.php:175
+#: wp-admin/includes/plugin-install.php:327 wp-admin/theme-install.php:181
 msgid "Get Favorites"
 msgstr "Recupera i preferiti"
 
-#: wp-admin/includes/plugin-install.php:303 wp-admin/theme-install.php:172
+#: wp-admin/includes/plugin-install.php:325 wp-admin/theme-install.php:178
 msgid "Your WordPress.org username:"
 msgstr "Il tuo nome utente WordPress.org:"
 
-#: wp-admin/includes/plugin-install.php:299
+#: wp-admin/includes/plugin-install.php:321
 msgid "If you have marked plugins as favorites on WordPress.org, you can browse them here."
 msgstr "Se hai contrassegnato dei plugin come preferiti su WordPress.org puoi visualizzarli qui."
 
-#: wp-admin/includes/meta-boxes.php:301
+#. translators: Attachment information. 1: Date the attachment was uploaded
+#: wp-admin/includes/meta-boxes.php:310
 msgid "Uploaded on: <b>%1$s</b>"
 msgstr "Caricato in: <b>%1$s</b>"
 
-#: wp-admin/includes/dashboard.php:1481
+#: wp-admin/includes/dashboard.php:1480
 msgid "View your site"
 msgstr "Visualizza il tuo sito"
 
-#: wp-admin/includes/dashboard.php:1479
+#: wp-admin/includes/dashboard.php:1478
 msgid "Add an About page"
 msgstr "Aggiungi una pagina Info"
 
-#: wp-admin/includes/dashboard.php:1478
+#: wp-admin/includes/dashboard.php:1477
 msgid "Write your first blog post"
 msgstr "Scrivi il tuo primo articolo"
 
-#: wp-admin/includes/dashboard.php:1476
+#: wp-admin/includes/dashboard.php:1475
 msgid "Add a blog post"
 msgstr "Aggiungere un articolo"
 
-#: wp-admin/includes/dashboard.php:1472 wp-admin/includes/dashboard.php:1475
+#: wp-admin/includes/dashboard.php:1471 wp-admin/includes/dashboard.php:1474
 msgid "Add additional pages"
 msgstr "Aggiungere altre pagine"
 
-#: wp-admin/includes/dashboard.php:1471 wp-admin/includes/dashboard.php:1474
+#: wp-admin/includes/dashboard.php:1470 wp-admin/includes/dashboard.php:1473
 msgid "Edit your front page"
 msgstr "Modificare la pagina iniziale"
 
-#: wp-admin/includes/dashboard.php:1468
+#: wp-admin/includes/dashboard.php:1467
 msgid "Next Steps"
 msgstr "Passi successivi"
 
-#: wp-admin/includes/dashboard.php:1464
+#: wp-admin/includes/dashboard.php:1463
 msgid "or, <a href=\"%s\">change your theme completely</a>"
 msgstr "oppure <a href=\"%s\">cambia completamente il tuo tema</a>"
 
-#: wp-admin/includes/dashboard.php:1459
+#: wp-admin/includes/dashboard.php:1458
 msgid "Get Started"
 msgstr "Come iniziare"
 
-#: wp-admin/includes/dashboard.php:1455
+#: wp-admin/includes/dashboard.php:1454
 msgid "We&#8217;ve assembled some links to get you started:"
 msgstr "Abbiamo raggruppato alcuni link per aiutarti ad iniziare:"
 
-#: wp-admin/includes/dashboard.php:1454
+#: wp-admin/includes/dashboard.php:1453
 msgid "Welcome to WordPress!"
 msgstr "Benvenuto su WordPress!"
 
@@ -4418,34 +4558,34 @@ msgstr "Benvenuto su WordPress!"
 msgid "Search Engines Discouraged"
 msgstr "Motori di ricerca scoraggiati"
 
-#: wp-admin/includes/template.php:1263
+#: wp-admin/includes/template.php:1266
 msgid "The privacy options group has been removed. Use another settings group."
 msgstr "Il gruppo di opzioni sulla privacy è stato rimosso. Utilizza un altro gruppo di impostazioni."
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:97
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:96
 msgctxt "Plugin Installer"
 msgid "Favorites"
 msgstr "Preferiti"
 
-#: wp-admin/edit-form-advanced.php:405
+#: wp-admin/edit-form-advanced.php:406
 msgid "This screen allows you to edit four fields for metadata in a file within the media library."
 msgstr "Questa schermata ti permette di modificare quatto campi per i metadati di un file presente nella libreria media."
 
-#: wp-admin/includes/class-wp-themes-list-table.php:238
+#: wp-admin/includes/class-wp-themes-list-table.php:239
 msgid "This <a href=\"%1$s\">child theme</a> requires its parent theme, %2$s."
 msgstr "Questo <a href=\"%1$s\">tema figlio</a> richiede il proprio tema padre, %2$s."
 
-#: wp-admin/includes/theme.php:256
+#: wp-admin/includes/theme.php:258
 msgid "Flexible Header"
 msgstr "Testata flessibile"
 
-#: wp-admin/includes/media.php:2697
+#: wp-admin/includes/media.php:2705
 msgid "Sorry, you have used all of your storage quota of %s MB."
 msgstr "Hai utilizzato tutta la tua quota di %s MB di spazio disponibile"
 
-#: wp-admin/includes/ms.php:437
+#: wp-admin/includes/ms.php:451
 msgid "Sorry, you have used your space allocation. Please delete some files to upload more files."
-msgstr "Hai utilizzato tutto lo spazio disponibile. Cancella qualche file per caricarne altri."
+msgstr "Hai utilizzato tutto lo spazio disponibile. Elimina qualche file per caricarne altri."
 
 #: wp-admin/includes/class-wp-screen.php:794
 msgid "Contextual Help Tab"
@@ -4472,7 +4612,7 @@ msgstr "Cerca per autore"
 msgid "Search by tag"
 msgstr "Cerca per tag"
 
-#: wp-admin/includes/upgrade.php:217
+#: wp-admin/includes/upgrade.php:220
 msgid ""
 "This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n"
 "\n"
@@ -4486,13 +4626,13 @@ msgid ""
 msgstr ""
 "Questa è una pagina di esempio. Differisce da un articolo di blog perchè rimane in un solo posto ed appare nel menu di navigazione del sito (questo nella maggior parte dei temi). Molte persone iniziano con una pagina di Info che li introduce ai potenziali visitatori del sito. Tale pagina potrebbe contenere un testo del tipo:\n"
 "\n"
-"<blockquote>Ciao! Sono un pony express di giorno, un aspirante attore di notte e questo è il mio blog. Vivo a Los Angeles, ho un gran bel cane di nome Jack e mi piace la pi&#241;a coladas. (E infradiciarmi sotto la pioggia.)</blockquote>\n"
+"<blockquote>Ciao! Sono un pony express di giorno, un aspirante attore di notte e questo è il mio blog. Vivo a Los Angeles, ho un gran bel cane di nome Jack e mi piace la pi&#241;a colada. (E infradiciarmi sotto la pioggia.)</blockquote>\n"
 "\n"
 "…o cose di questo genere:\n"
 "\n"
 "<blockquote>La XYZ Doohickey Company è stata fondata nel 1971, e ha fornito doohickeys di qualità al pubblico fin d'allora. Si trova a Gotham City, XYZ impiega oltre 2,000 persone e produce ogni genere di cose impressionanti per la comunità di Gotham.</blockquote>\n"
 "\n"
-"Da nuovo utente WordPress puoi andare sulla <a href=\"%s\">tua bacheca</a> per cancellare questa pagina e creare nuove pagine per i tuoi contenuti. Buon divertimento!"
+"Da nuovo utente WordPress, puoi andare sulla <a href=\"%s\">tua bacheca</a> per eliminare questa pagina e creare nuove pagine per i tuoi contenuti. Buon divertimento!"
 
 #: wp-admin/includes/widgets.php:224
 msgctxt "widget"
@@ -4504,15 +4644,15 @@ msgctxt "widget"
 msgid "Add"
 msgstr "Aggiungi"
 
-#: wp-admin/theme-install.php:98
+#: wp-admin/theme-install.php:104
 msgid "To install the theme so you can preview it with your site&#8217;s content and customize its theme options, click the \"Install\" button at the top of the left-hand pane. The theme files will be downloaded to your website automatically. When this is complete, the theme is now available for activation, which you can do by clicking the \"Activate\" link, or by navigating to your Manage Themes screen and clicking the \"Live Preview\" link under any installed theme&#8217;s thumbnail image."
 msgstr "Per installare il tema così da poterne vedere una anteprima con il contenuto del proprio sito e con la possibilità di personalizzarne le impostazioni fai clic sul pulsante \"Installa\" in alto a destra del pannello di sinistra. I file del tema verranno scaricati automaticamente sul tuo sito. Una volta terminato il tema sarà ora disponibile per l'attivazione che potrai effettuare facendo clic sul link \"Attiva\" oppure navigando alla schermata di Gestione temi e facendo clic sul link  \"Anteprima\" posto sotto la miniatura di qualsiasi tema installato."
 
-#: wp-admin/menu-header.php:245
+#: wp-admin/menu-header.php:247
 msgid "Skip to main content"
 msgstr "Salta al contenuto principale"
 
-#: wp-admin/admin-header.php:225
+#: wp-admin/admin-header.php:230
 msgid "Main content"
 msgstr "Contenuto principale"
 
@@ -4520,15 +4660,15 @@ msgstr "Contenuto principale"
 msgid "You can select an image to be shown at the top of your site by uploading from your computer or choosing from your media library. After selecting an image you will be able to crop it."
 msgstr "Puoi selezionare una immagine da visualizzare in cima al tuo sito caricandola dal tuo computer o scegliendola dalla libreria media. Dopo aver selezionato l’immagine potrai ritagliarla."
 
-#: wp-admin/edit-form-advanced.php:386
+#: wp-admin/edit-form-advanced.php:387
 msgid "Creating a Page is very similar to creating a Post, and the screens can be customized in the same way using drag and drop, the Screen Options tab, and expanding/collapsing boxes as you choose. This screen also has the distraction-free writing space, available in both the Visual and Text modes via the Fullscreen buttons. The Page editor mostly works the same as the Post editor, but there are some Page-specific features in the Page Attributes box."
 msgstr "Creare una pagina è molto simile a creare un articolo e la schermata può venir personalizzata nello stesso modo tramite il trascina e rilascia, la linguetta impostazioni schermata ed i riquadri collassabili/espandibili. Questa schermata ha anche una modalità di scrittura senza distrazioni, accessibile tramite il pulsante pieno schermo, disponibile sia in modalità visuale che testo. L'editor di Pagine funziona in maniera pressoché identica all'editor degli articoli ma vi sono alcune funzionalità specifiche per le Pagine nel riquadro Impostazioni pagina."
 
-#: wp-admin/edit-tags.php:243
+#: wp-admin/edit-tags.php:225
 msgid "You can delete Link Categories in the Bulk Action pull-down, but that action does not delete the links within the category. Instead, it moves them to the default Link Category."
-msgstr "Puoi cancellare le categorie dei collegamenti nel menu a discesa «Azioni di gruppo» ma questa azione non cancella i collegamenti appartenenti alla categoria ma semplicemente li sposta sotto la categoria dei collegamenti predefinita."
+msgstr "Puoi eliminare le categorie dei collegamenti nel menu a discesa «Azioni di gruppo», ma questa azione non elimina i collegamenti appartenenti alla categoria ma semplicemente li sposta sotto la categoria dei collegamenti predefinita."
 
-#: wp-admin/edit-tags.php:596
+#: wp-admin/edit-tags.php:550
 msgid "Tags can be selectively converted to categories using the <a href=\"%s\">tag to category converter</a>."
 msgstr "I tag possono venir selettivamente convertiti in categorie utilizzando il <a href=\"%s\"> convertitore di tag in categorie</a>."
 
@@ -4536,11 +4676,11 @@ msgstr "I tag possono venir selettivamente convertiti in categorie utilizzando i
 #. translators: %s: theme name
 #: wp-admin/includes/class-wp-links-list-table.php:172
 #: wp-admin/includes/class-wp-media-list-table.php:351
-#: wp-admin/includes/class-wp-plugins-list-table.php:731
-#: wp-admin/includes/class-wp-posts-list-table.php:829
-#: wp-admin/includes/class-wp-terms-list-table.php:338
+#: wp-admin/includes/class-wp-plugins-list-table.php:729
+#: wp-admin/includes/class-wp-posts-list-table.php:835
+#: wp-admin/includes/class-wp-terms-list-table.php:339
 #: wp-admin/includes/class-wp-users-list-table.php:432
-#: wp-admin/update-core.php:300 wp-admin/update-core.php:371
+#: wp-admin/update-core.php:297 wp-admin/update-core.php:368
 msgid "Select %s"
 msgstr "Seleziona %s"
 
@@ -4556,17 +4696,16 @@ msgstr "Puoi impostare un'immagine personalizzata per il tuo sito. Basta caricar
 msgid "Skip Cropping, Publish Image as Is"
 msgstr "Salta il ritaglio, pubblica l’immagine così com’è"
 
-#: wp-admin/includes/meta-boxes.php:576
+#: wp-admin/includes/meta-boxes.php:587
 msgid "https://codex.wordpress.org/Excerpt"
 msgstr "https://codex.wordpress.org/Excerpt"
 
-#: wp-admin/custom-background.php:278 wp-admin/custom-header.php:589
+#: wp-admin/custom-background.php:327 wp-admin/custom-header.php:589
 msgid "Or choose an image from your media library:"
 msgstr "Oppure selezionare una immagine dalla libreria media:"
 
-#: wp-admin/customize.php:173
-#: wp-admin/includes/class-wp-theme-install-list-table.php:341
-#: wp-admin/theme-install.php:324
+#: wp-admin/includes/class-wp-theme-install-list-table.php:344
+#: wp-admin/theme-install.php:334
 msgid "Collapse"
 msgstr "Riduci"
 
@@ -4578,19 +4717,19 @@ msgstr "Se non  desideri che venga visualizzata una immagine nella testata del p
 msgid "You attempted to edit an item that isn&#8217;t an attachment. Please go back and try again."
 msgstr "Stai provando a modificare un elemento che non è un allegato. Torna indietro e riprova."
 
-#: wp-admin/includes/class-wp-theme-install-list-table.php:282
-#: wp-admin/includes/class-wp-theme-install-list-table.php:405
-#: wp-admin/theme-install.php:274
+#: wp-admin/includes/class-wp-theme-install-list-table.php:285
+#: wp-admin/includes/class-wp-theme-install-list-table.php:408
+#: wp-admin/theme-install.php:284
 msgctxt "theme"
 msgid "Installed"
 msgstr "Installato"
 
-#: wp-admin/includes/class-wp-theme-install-list-table.php:282
-#: wp-admin/includes/class-wp-theme-install-list-table.php:405
+#: wp-admin/includes/class-wp-theme-install-list-table.php:285
+#: wp-admin/includes/class-wp-theme-install-list-table.php:408
 msgid "This theme is already installed and is up to date"
 msgstr "Questo tema è già installato ed aggiornato"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:501
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:497
 msgctxt "plugin"
 msgid "Installed"
 msgstr "Installato"
@@ -4599,21 +4738,21 @@ msgstr "Installato"
 msgid "Previewing and Customizing"
 msgstr "Anteprima e personalizzazione"
 
-#: wp-admin/theme-install.php:102
+#: wp-admin/theme-install.php:108
 msgid "Previewing and Installing"
 msgstr "Anteprima ed installazione"
 
-#: wp-admin/theme-install.php:97
+#: wp-admin/theme-install.php:103
 msgid "Once you have generated a list of themes, you can preview and install any of them. Click on the thumbnail of the theme you&#8217;re interested in previewing. It will open up in a full-screen Preview page to give you a better idea of how that theme will look."
 msgstr "Una volta generata una lista di temi è possibile vedere in anteprima ed installare uno qualsiasi di essi. Fare clic sulla miniatura del tema a cui si è interessati vedere in anteprima. Si aprirà una anteprima a pieno schermo che fornirà una migliore visione di come appare il tema."
 
-#: wp-admin/includes/media.php:2655
+#: wp-admin/includes/media.php:2663
 msgid "You are using the browser&#8217;s built-in file uploader. The WordPress uploader includes multiple file selection and drag and drop capability. <a href=\"#\">Switch to the multi-file uploader</a>."
 msgstr "Si sta utilizzando l'uploader incorporato del browser. L'uploader di WordPress include la selezione di file multipli e le funzionalità di drag&drop. <a href=\"#\">Passare all'uploader multifile</a>."
 
 #. translators: %s: Theme name
-#: wp-admin/includes/class-wp-theme-install-list-table.php:290
-#: wp-admin/includes/theme.php:652
+#: wp-admin/includes/class-wp-theme-install-list-table.php:293
+#: wp-admin/includes/theme.php:677
 msgid "Preview %s"
 msgstr "Anteprima di %s"
 
@@ -4645,7 +4784,7 @@ msgstr "Puoi scegliere fra le immagini per la testata predefinite del tema oppur
 msgid "This screen is used to customize the header section of your theme."
 msgstr "Questa schermata viene utilizzata per personalizzare la sezione della testata del tema."
 
-#: wp-admin/install.php:250 wp-admin/install.php:263
+#: wp-admin/install.php:254 wp-admin/install.php:267
 msgid "Configuration Error"
 msgstr "Errore di configurazione"
 
@@ -4654,16 +4793,16 @@ msgid "Revert to the <strong>Browser Uploader</strong> by clicking the link belo
 msgstr "Tornare al <strong>Caricamento browser</strong> facendo clic sul link sottostante il riquadro di trascina e rilascia."
 
 #. translators: %s: edit page url
-#: wp-admin/users.php:438
+#: wp-admin/users.php:449
 msgid "New user created. <a href=\"%s\">Edit user</a>"
 msgstr "Creato un nuovo utente. <a href=\"%s\">Modifica utente</a>"
 
-#: wp-admin/users.php:429
+#: wp-admin/users.php:440
 msgid "User deleted."
 msgstr "Utente eliminato."
 
-#: wp-admin/includes/class-core-upgrader.php:36 wp-admin/includes/file.php:668
-#: wp-admin/includes/file.php:774
+#: wp-admin/includes/class-core-upgrader.php:36 wp-admin/includes/file.php:669
+#: wp-admin/includes/file.php:775
 msgid "Could not copy files. You may have run out of disk space."
 msgstr "Impossibile copiare i file. Si potrebbe aver esaurito lo spazio disco."
 
@@ -4675,7 +4814,7 @@ msgstr "Trova un tema in base a specifiche funzionalità."
 msgid "Search for themes by keyword."
 msgstr "Ricerca temi per parole chiave."
 
-#: wp-admin/setup-config.php:174
+#: wp-admin/setup-config.php:172
 msgid "In all likelihood, these items were supplied to you by your Web Host. If you don&#8217;t have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&hellip;"
 msgstr "Con ogni probabilità, queste informazioni ti sono state già fornite dal tuo fornitore di hosting. Se non disponi di queste informazioni, dovrai contattare il tuo fornitore prima di poter proseguire. Se invece è tutto pronto&hellip;"
 
@@ -4687,7 +4826,7 @@ msgstr "Questo tema è corrotto."
 msgid "Set as header"
 msgstr "Imposta come testata"
 
-#: wp-admin/custom-background.php:281
+#: wp-admin/custom-background.php:330
 msgid "Set as background"
 msgstr "Imposta come sfondo"
 
@@ -4695,10 +4834,10 @@ msgstr "Imposta come sfondo"
 msgid "Customize &#8220;%s&#8221;"
 msgstr "Personalizza &#8220;%s&#8221;"
 
-#: wp-admin/install.php:159 wp-admin/user-edit.php:349
-#: wp-admin/user-edit.php:394 wp-admin/user-new.php:395
-#: wp-admin/user-new.php:399 wp-admin/user-new.php:419
-#: wp-admin/user-new.php:442
+#: wp-admin/install.php:159 wp-admin/user-edit.php:384
+#: wp-admin/user-edit.php:429 wp-admin/user-new.php:405
+#: wp-admin/user-new.php:409 wp-admin/user-new.php:429
+#: wp-admin/user-new.php:452
 msgid "(required)"
 msgstr "(richiesto)"
 
@@ -4706,67 +4845,66 @@ msgstr "(richiesto)"
 msgid "Edit Link"
 msgstr "Modifica link"
 
-#: wp-admin/includes/user.php:113
+#: wp-admin/includes/user.php:127
 msgid "<strong>ERROR</strong>: Please enter a nickname."
 msgstr "<strong>ERRORE</strong>: Inserire un nickname."
 
-#: wp-admin/includes/class-wp-list-table.php:1070
-#: wp-admin/includes/nav-menu.php:566 wp-admin/includes/nav-menu.php:764
-#: wp-admin/update-core.php:249 wp-admin/update-core.php:325
-#: wp-admin/update-core.php:357 wp-admin/update-core.php:396
+#: wp-admin/includes/class-wp-list-table.php:1069
+#: wp-admin/includes/nav-menu.php:575 wp-admin/includes/nav-menu.php:774
+#: wp-admin/update-core.php:246 wp-admin/update-core.php:322
+#: wp-admin/update-core.php:354 wp-admin/update-core.php:393
 msgid "Select All"
 msgstr "Seleziona tutto"
 
-#: wp-admin/includes/class-wp-press-this.php:880
-#: wp-admin/includes/class-wp-press-this.php:929
-#: wp-admin/includes/meta-boxes.php:434 wp-admin/includes/meta-boxes.php:969
-msgid "Add"
-msgstr "Aggiungi"
-
-#: wp-admin/export.php:261 wp-admin/includes/media.php:2236
+#: wp-admin/export.php:261 wp-admin/includes/media.php:2244
 #: wp-admin/menu.php:49 wp-admin/menu.php:253
 msgid "Media"
 msgstr "Media"
 
-#: wp-admin/includes/media.php:1222 wp-admin/includes/media.php:2606
+#: wp-admin/includes/media.php:1230 wp-admin/includes/media.php:2614
 msgid "Enter a link URL or click above for presets."
 msgstr "Inserisci il link di un URL o fai clic sopra per il predefinito"
 
-#: wp-admin/includes/media.php:1219
+#: wp-admin/includes/media.php:1227
 msgid "Link URL"
 msgstr "Link URL"
 
 #: wp-admin/includes/image-edit.php:70
 msgid "Scale"
-msgstr "Scala"
+msgstr "Ridimensiona"
 
-#: wp-admin/includes/meta-boxes.php:712
+#: wp-admin/includes/meta-boxes.php:723
 msgid "No comments yet."
 msgstr "Nessun commento per ora."
 
-#: wp-admin/includes/dashboard.php:198 wp-admin/setup-config.php:221
+#: wp-admin/includes/dashboard.php:198 wp-admin/setup-config.php:219
 msgid "Submit"
 msgstr "Invio"
 
-#: wp-admin/includes/class-wp-theme-install-list-table.php:420
-#: wp-admin/includes/class-wp-themes-list-table.php:235
-#: wp-admin/includes/plugin-install.php:540
+#: wp-admin/includes/class-wp-theme-install-list-table.php:423
+#: wp-admin/includes/class-wp-themes-list-table.php:236
+#: wp-admin/includes/plugin-install.php:568
 msgid "Version:"
 msgstr "Versione:"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:385
+#: wp-admin/includes/class-wp-theme-install-list-table.php:342
+#: wp-admin/theme-install.php:58 wp-admin/theme-install.php:332
+msgid "Collapse Sidebar"
+msgstr "Riduci Barra laterale"
+
+#: wp-admin/includes/class-wp-plugins-list-table.php:386
 msgid "Plugin"
 msgstr "Plugin"
 
-#: wp-admin/includes/media.php:2238 wp-admin/users.php:60
+#: wp-admin/includes/media.php:2246 wp-admin/users.php:60
 msgid "Actions"
 msgstr "Azioni"
 
 #. translators: %s: Time since the last update
 #: wp-admin/includes/class-wp-media-list-table.php:449
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:563
-#: wp-admin/includes/class-wp-posts-list-table.php:972
-#: wp-admin/includes/plugin-install.php:547 wp-admin/includes/revision.php:209
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:559
+#: wp-admin/includes/class-wp-posts-list-table.php:988
+#: wp-admin/includes/plugin-install.php:575 wp-admin/includes/revision.php:209
 #: wp-admin/includes/revision.php:251
 msgid "%s ago"
 msgstr "%s fa"
@@ -4776,7 +4914,7 @@ msgstr "%s fa"
 #: wp-admin/includes/class-wp-media-list-table.php:144
 #: wp-admin/includes/class-wp-media-list-table.php:715
 #: wp-admin/includes/class-wp-posts-list-table.php:397
-#: wp-admin/includes/class-wp-posts-list-table.php:1231
+#: wp-admin/includes/class-wp-posts-list-table.php:1247
 msgid "Restore"
 msgstr "Ripristina"
 
@@ -4785,27 +4923,27 @@ msgstr "Ripristina"
 msgid "All"
 msgstr "Tutto"
 
-#: wp-admin/edit-link-form.php:29 wp-admin/includes/meta-boxes.php:986
+#: wp-admin/edit-link-form.php:29 wp-admin/includes/meta-boxes.php:996
 msgid "Target"
 msgstr "Destinazione"
 
-#: wp-admin/edit-form-advanced.php:627
+#: wp-admin/edit-form-advanced.php:635
 msgid "Word count: %s"
 msgstr "Conteggio parole: %s"
 
-#: wp-admin/edit-form-advanced.php:553
+#: wp-admin/edit-form-advanced.php:561
 msgid "Enter title here"
 msgstr "Inserisci qui il titolo"
 
-#: wp-admin/edit-comments.php:265 wp-admin/edit-comments.php:271
+#: wp-admin/edit-comments.php:281 wp-admin/edit-comments.php:287
 msgid "Edit comment"
 msgstr "Modifica commento"
 
-#: wp-admin/about.php:43
+#: wp-admin/about.php:28
 msgid "About"
 msgstr "About"
 
-#: wp-admin/includes/plugin-install.php:261
+#: wp-admin/includes/plugin-install.php:283
 #: wp-admin/includes/theme-install.php:67
 msgid "Keyword"
 msgstr "Parole chiave"
@@ -4848,24 +4986,24 @@ msgstr "Testo della testata"
 #. 4: version number, 5: update URL, 6: additional link attributes
 #. translators: 1: theme name, 2: details URL, 3: additional link attributes,
 #. 4: version number, 5: update URL, 6: additional link attributes
-#: wp-admin/includes/theme.php:201 wp-admin/includes/update.php:394
-#: wp-admin/includes/update.php:539
+#: wp-admin/includes/theme.php:203 wp-admin/includes/update.php:402
+#: wp-admin/includes/update.php:547
 msgid "There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a> or <a href=\"%5$s\" %6$s>update now</a>."
-msgstr "&Egrave; disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">Visualizza i dettagli della versione %4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
+msgstr "&Egrave; disponibile una nuova versione di %1$s. <a href=\"%2$s\" %3$s>Visualizza i dettagli della versione %4$s</a> oppure <a href=\"%5$s\" %6$s>aggiorna adesso</a>."
 
 #: wp-admin/includes/plugin.php:179
 msgid "By %s."
 msgstr "Di %s"
 
-#: wp-admin/includes/template.php:427
+#: wp-admin/includes/template.php:428
 msgid "Add Comment"
 msgstr "Aggiungere commento"
 
-#: wp-admin/includes/template.php:397
+#: wp-admin/includes/template.php:398
 msgid "Add new Comment"
 msgstr "Aggiungere un nuovo commento"
 
-#: wp-admin/includes/meta-boxes.php:704
+#: wp-admin/includes/meta-boxes.php:715
 msgid "Add comment"
 msgstr "Aggiungi commento"
 
@@ -4885,12 +5023,12 @@ msgstr "Questo non è solo un plugin ma simbolizza la speranza e l'entusiasmo di
 msgid "Hello Dolly"
 msgstr "Hello Dolly"
 
-#: wp-admin/index.php:86
+#: wp-admin/index.php:85
 msgid "<strong>Welcome</strong> &mdash; Shows links for some of the most common tasks when setting up a new site."
 msgstr "<strong>Benvenuto</strong> &mdash; Visualizza alcuni collegamenti per le attività più frequenti quando si imposta un nuovo sito."
 
 #. translators: 1: month number (01, 02, etc.), 2: month abbreviation
-#: wp-admin/includes/template.php:719
+#: wp-admin/includes/template.php:720
 msgid "%1$s-%2$s"
 msgstr "%1$s-%2$s"
 
@@ -4898,89 +5036,91 @@ msgstr "%1$s-%2$s"
 #. attributes, 4: version number
 #. translators: 1: theme name, 2: details URL, 3: additional link attributes,
 #. 4: version number
-#: wp-admin/includes/theme.php:190 wp-admin/includes/update.php:528
+#: wp-admin/includes/theme.php:192 wp-admin/includes/update.php:536
 msgid "There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a>. <em>Automatic update is unavailable for this theme.</em>"
 msgstr "&Egrave; disponibile la nuova versione di %1$s. <a href=\"%2$s\" %3$s>Visualizza i dettagli della versione %4$s</a>. <em>Per questo tema, non è disponibile un aggiornamento automatico.</em>"
 
-#: wp-admin/install.php:110 wp-admin/install.php:311
+#: wp-admin/install.php:110 wp-admin/install.php:315
 msgctxt "Howdy"
 msgid "Welcome"
 msgstr "Benvenuto"
 
-#: wp-admin/ms-delete-site.php:78
+#: wp-admin/ms-delete-site.php:84
 msgid "Thank you. Please check your email for a link to confirm your action. Your site will not be deleted until this link is clicked."
-msgstr "Grazie. Verifica la tua email per un link per confermare questa azione. Il sito non verrà cancellato sino a che non si farà clic su questo link."
+msgstr "Grazie. Verifica la tua email per un link per confermare questa azione. Il sito non verrà eliminato sino a che non si farà clic su questo link."
 
-#: wp-admin/ms-delete-site.php:82
+#: wp-admin/ms-delete-site.php:88
 msgid "If you do not want to use your %s site any more, you can delete it using the form below. When you click <strong>Delete My Site Permanently</strong> you will be sent an email with a link in it. Click on this link to delete your site."
 msgstr "Se non desideri utilizzare più il sito %s, puoi eliminarlo utilizzando il modulo sottostante. Quando farai clic su <strong>Elimina il sito definitivamente</strong> riceverai una email con un link. Fai clic su questo link per eliminare il sito."
 
 #: wp-admin/ms-delete-site.php:21
 msgid "Thank you for using %s, your site has been deleted. Happy trails to you until we meet again."
-msgstr "Grazie per aver utilizzato %s, il sito è stato cancellato. Buon viaggio sino al nostro prossimo incontro."
+msgstr "Grazie per aver utilizzato %s, il sito è stato eliminato. Buon viaggio sino al nostro prossimo incontro."
 
 #: wp-admin/ms-delete-site.php:23
 msgid "I'm sorry, the link you clicked is stale. Please select another option."
 msgstr "Il link che hai selezionato è vecchio. Seleziona un&#8217;altra opzione."
 
-#: wp-admin/ms-delete-site.php:83
+#: wp-admin/ms-delete-site.php:89
 msgid "Remember, once deleted your site cannot be restored."
-msgstr "Ricordate, una volta cancellato il sito, non potrà più essere recuperato."
+msgstr "Ricordate, una volta eliminato il sito, non potrà più essere recuperato."
 
-#: wp-admin/ms-delete-site.php:75
+#: wp-admin/ms-delete-site.php:77
 msgid "Delete My Site"
 msgstr "Elimina il sito"
 
-#: wp-admin/ms-delete-site.php:89
+#: wp-admin/ms-delete-site.php:101
 msgid "Delete My Site Permanently"
 msgstr "Elimina il sito definitivamente"
 
-#: wp-admin/ms-delete-site.php:88
+#. translators: %s: site address
+#: wp-admin/ms-delete-site.php:97
 msgid "I'm sure I want to permanently disable my site, and I am aware I can never get it back or use %s again."
 msgstr "Sono sicuro di voler disabilitare permanentemente il sito e sono consapevole che non potrò mai riaverlo o utilizzarlo nuovamente %s."
 
-#: wp-admin/includes/ms.php:727
+#: wp-admin/includes/ms.php:744
 msgid "English"
 msgstr "Inglese"
 
-#: wp-admin/includes/ms.php:32
+#. translators: 1: Required disk space in kilobytes
+#: wp-admin/includes/ms.php:33
 msgid "Not enough space to upload. %1$s KB needed."
 msgstr "Spazio di upload insufficiente. Servono %1$s Kb."
 
 #. translators: My sites label
-#: wp-admin/includes/ms.php:819
+#: wp-admin/includes/ms.php:836
 msgid "Primary Site"
 msgstr "Sito primario"
 
-#: wp-admin/includes/ms.php:713
+#: wp-admin/includes/ms.php:730
 msgid "American English"
 msgstr "Inglese americano"
 
-#: wp-admin/includes/ms.php:672
+#: wp-admin/includes/ms.php:689
 msgid "View Site"
 msgstr "Vedi sito"
 
-#: wp-admin/includes/ms.php:717
+#: wp-admin/includes/ms.php:734
 msgid "British English"
 msgstr "Inglese britannico"
 
-#: wp-admin/includes/ms.php:505
+#: wp-admin/includes/ms.php:522
 msgid "MB (Leave blank for network default)"
 msgstr "MB (Lasciare in bianco per assegnare il valore predefinito)"
 
-#: wp-admin/includes/ms.php:660 wp-admin/includes/ms.php:662
+#: wp-admin/includes/ms.php:677 wp-admin/includes/ms.php:679
 msgid "You attempted to access the \"%1$s\" dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the \"%1$s\" dashboard, please contact your network administrator."
 msgstr "Hai cercato di accedere alla bacheca \"%1$s\", ma al momento non disponi dei permessi necessari su questo sito. Se pensi che questo sia un errore e che invece dovresti essere in grado di accedere alla bacheca \"%1$s\", contatta l'amministratore di rete."
 
-#: wp-admin/includes/ms.php:663
+#: wp-admin/includes/ms.php:680
 msgid "If you reached this screen by accident and meant to visit one of your own sites, here are some shortcuts to help you find your way."
 msgstr "Se si è arrivati a questa schermata per caso e lo scopo era di visitare uno dei propri siti, qui ci sono alcune scorciatoie per trovare la strada corretta."
 
-#: wp-admin/includes/ms.php:665
+#: wp-admin/includes/ms.php:682
 msgid "Your Sites"
 msgstr "I vostri siti"
 
-#: wp-admin/includes/ms.php:671
+#: wp-admin/includes/ms.php:688
 msgid "Visit Dashboard"
 msgstr "Visita la bacheca"
 
@@ -4988,126 +5128,123 @@ msgstr "Visita la bacheca"
 msgid "Sorry, you must delete files before you can upload any more."
 msgstr "Occorre eliminare dei file prima di poterne caricare altri."
 
-#: wp-admin/includes/ms.php:396
+#: wp-admin/includes/ms.php:406
 msgid "[%s] New Email Address"
 msgstr "[%s] Nuovo indirizzo email "
 
 #. translators: Megabytes
-#: wp-admin/includes/ms.php:462
+#: wp-admin/includes/ms.php:476
 msgid "MB"
 msgstr "MB"
 
 #. translators: Gigabytes
-#: wp-admin/includes/ms.php:458
+#: wp-admin/includes/ms.php:472
 msgid "GB"
 msgstr "GB"
 
 #. translators: %s: New email address
-#: wp-admin/includes/ms.php:413
+#: wp-admin/includes/ms.php:427
 msgid "Your email address has not been updated yet. Please check your inbox at %s for a confirmation email."
 msgstr "L'indirizzo email non è ancora stato aggiornato. Verificare la propria casella di posta %s per l'email di conferma."
 
-#: wp-admin/includes/ms.php:317
+#: wp-admin/includes/ms.php:321
 msgid "[%s] New Admin Email Address"
 msgstr "[%s] Nuovo indirizzo email dell’amministratore"
 
-#: wp-admin/includes/ms.php:40
+#: wp-admin/includes/ms.php:42
 msgid "You have used your space quota. Please delete files before uploading."
 msgstr "Si è utilizzato tutto lo spazio. Elimina dei file prima di caricarne altri."
 
-#: wp-admin/includes/ms.php:36
+#. translators: 1: Maximum allowed file size in kilobytes
+#: wp-admin/includes/ms.php:38
 msgid "This file is too big. Files must be less than %1$s KB in size."
 msgstr "Questo file è troppo grande. I file devono avere una dimensione inferiore a %1$s Kb."
 
-#: wp-admin/my-sites.php:43
-msgid "Up until WordPress version 3.0, what is now called a Multisite Network had to be installed separately as WordPress MU (multi-user)."
-msgstr "Fino alla versione 3.0 di WordPress quella che oggi è chiamata Rete multisito doveva essere installata separatamente come WordPress MU (multi-utente)."
-
 #: wp-admin/my-sites.php:31
 msgid "The primary site you chose does not exist."
 msgstr "Il sito primario scelto non esiste."
 
-#: wp-admin/my-sites.php:103
+#: wp-admin/my-sites.php:102
 msgid "Global Settings"
 msgstr "Impostazioni globali"
 
-#: wp-admin/my-sites.php:72
+#: wp-admin/my-sites.php:71
 msgid "You must be a member of at least one site to use this page."
 msgstr "Si deve essere membri di almeno un sito per poter utilizzare questa pagina."
 
-#: wp-admin/setup-config.php:375 wp-admin/setup-config.php:407
+#: wp-admin/setup-config.php:372 wp-admin/setup-config.php:404
 msgid "Run the install"
 msgstr "Eseguire l&#8217;installazione"
 
-#: wp-admin/setup-config.php:216
+#: wp-admin/setup-config.php:214
 msgid "If you want to run multiple WordPress installations in a single database, change this."
 msgstr "Modifica questa voce se desideri eseguire più installazioni di WordPress su un singolo database."
 
-#: wp-admin/setup-config.php:214
+#: wp-admin/setup-config.php:212
 msgid "Table Prefix"
 msgstr "Prefisso tabella"
 
-#: wp-admin/setup-config.php:206
+#: wp-admin/setup-config.php:204
 msgid "Database Host"
 msgstr "Host del database"
 
-#: wp-admin/setup-config.php:202
+#: wp-admin/setup-config.php:200
 msgctxt "example password"
 msgid "password"
 msgstr "password"
 
-#: wp-admin/setup-config.php:197
+#: wp-admin/setup-config.php:195
 msgctxt "example username"
 msgid "username"
 msgstr "nome utente"
 
-#: wp-admin/setup-config.php:191
+#: wp-admin/setup-config.php:189
 msgid "Database Name"
 msgstr "Nome database"
 
-#: wp-admin/setup-config.php:176
+#: wp-admin/setup-config.php:174
 msgid "Let&#8217;s go!"
 msgstr "Iniziamo!"
 
-#: wp-admin/setup-config.php:153
+#: wp-admin/setup-config.php:151
 msgid "Table prefix (if you want to run more than one WordPress in a single database)"
 msgstr "Prefisso tabelle (se desideri eseguire più WordPress con un solo database)"
 
-#: wp-admin/setup-config.php:152
+#: wp-admin/setup-config.php:150
 msgid "Database host"
 msgstr "Host del database"
 
-#: wp-admin/setup-config.php:151
+#: wp-admin/setup-config.php:149
 msgid "Database password"
 msgstr "Password del database"
 
-#: wp-admin/setup-config.php:150
+#: wp-admin/setup-config.php:148
 msgid "Database username"
 msgstr "Nome utente del database"
 
-#: wp-admin/setup-config.php:149
+#: wp-admin/setup-config.php:147
 msgid "Database name"
 msgstr "Nome del database"
 
-#: wp-admin/setup-config.php:147
+#: wp-admin/setup-config.php:145
 msgid "Welcome to WordPress. Before getting started, we need some information on the database. You will need to know the following items before proceeding."
 msgstr "Benvenuti in WordPress. Prima di iniziare abbiamo bisogno di alcune informazioni sul database. Devi conoscere i seguenti dati prima di procedere."
 
-#: wp-admin/setup-config.php:100
+#: wp-admin/setup-config.php:98
 msgid "WordPress &rsaquo; Setup Configuration File"
 msgstr "WordPress &rsaquo; Impostazione del file di configurazione"
 
 #. translators: %s: install.php
-#: wp-admin/setup-config.php:66
+#: wp-admin/setup-config.php:64
 msgid "The file 'wp-config.php' already exists one level above your WordPress installation. If you need to reset any of the configuration items in this file, please delete it first. You may try <a href='%s'>installing now</a>."
-msgstr "Il file 'wp-config.php' esiste già ad un livello superiore a quello dell'installazione di WordPress. Se occorre azzerare una qualsiasi configurazione di qeusto file, prima cancellalo. &Egrave; possibile provare ora <a href='%s'>l'installazione</a>."
+msgstr "Il file 'wp-config.php' esiste già ad un livello superiore a quello dell'installazione di WordPress. Se occorre azzerare una qualsiasi configurazione di qeusto file, prima eliminalo. &Egrave; possibile provare ora <a href='%s'>l'installazione</a>."
 
 #. translators: %s: install.php
-#: wp-admin/setup-config.php:57
+#: wp-admin/setup-config.php:55
 msgid "The file 'wp-config.php' already exists. If you need to reset any of the configuration items in this file, please delete it first. You may try <a href='%s'>installing now</a>."
-msgstr "Il file 'wp-config.php' esiste già. Se occorre azzerare una qualsiasi configurazione presente in questo file, per prima cosa cancellarlo. &Egrave; possibile provare <a href='%s'>ad installare adesso</a>."
+msgstr "Il file 'wp-config.php' esiste già. Se occorre azzerare una qualsiasi configurazione presente in questo file, per prima cosa eliminalo. &Egrave; possibile provare <a href='%s'>ad installare adesso</a>."
 
-#: wp-admin/setup-config.php:51
+#: wp-admin/setup-config.php:49
 msgid "Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file to your WordPress installation."
 msgstr "Occorre un file wp-config-sample.php da cui poter iniziare il lavoro. Ricarica il file nella tua installazione di WordPress."
 
@@ -5120,32 +5257,32 @@ msgstr "Per permettere l'uso di questa pagina per riparare automaticamente i pro
 msgid "No comments awaiting moderation."
 msgstr "Nessun commento in attesa di moderazione"
 
-#: wp-admin/includes/plugin-install.php:464
+#: wp-admin/includes/plugin-install.php:492
 msgctxt "Plugin installer section title"
 msgid "Screenshots"
 msgstr "Schermate di esempio"
 
-#: wp-admin/includes/plugin-install.php:461
+#: wp-admin/includes/plugin-install.php:489
 msgctxt "Plugin installer section title"
 msgid "Description"
 msgstr "Descrizione"
 
-#: wp-admin/includes/plugin-install.php:462
+#: wp-admin/includes/plugin-install.php:490
 msgctxt "Plugin installer section title"
 msgid "Installation"
 msgstr "Installazione"
 
-#: wp-admin/includes/plugin-install.php:463
+#: wp-admin/includes/plugin-install.php:491
 msgctxt "Plugin installer section title"
 msgid "FAQ"
 msgstr "FAQ"
 
-#: wp-admin/includes/plugin-install.php:467
+#: wp-admin/includes/plugin-install.php:495
 msgctxt "Plugin installer section title"
 msgid "Other Notes"
 msgstr "Altre Note"
 
-#: wp-admin/includes/plugin-install.php:465
+#: wp-admin/includes/plugin-install.php:493
 msgctxt "Plugin installer section title"
 msgid "Changelog"
 msgstr "Changelog"
@@ -5154,7 +5291,7 @@ msgstr "Changelog"
 msgid "You should update your web.config now."
 msgstr "Dovresti aggiornare il web.config ora."
 
-#: wp-admin/includes/plugin-install.php:571
+#: wp-admin/includes/plugin-install.php:601
 msgid "Plugin Homepage &#187;"
 msgstr "Homepage del plugin &#187;"
 
@@ -5167,11 +5304,11 @@ msgstr "Fallita la riparazione della tabella %1$s. Errore: %2$s"
 msgid "You can export a file of your site&#8217;s content in order to import it into another installation or platform. The export file will be an XML file format called WXR. Posts, pages, comments, custom fields, categories, and tags can be included. You can choose for the WXR file to include only certain posts or pages by setting the dropdown filters to limit the export by category, author, date range by month, or publishing status."
 msgstr "&Egrave; possibile esportare un file del contenuto del proprio sito;per poterlo importare su di un'altra installazione o su una diversa piattaforma. Il file di esportazione sarà un file in formato XML file denominato WXR. Articoli, pagine, commenti, campi personalizzati, categorie e tag possono venir inseriti in questo file. &Egrave; possibile scegliere per il file WXR file di includere solo determinati articoli o pagine, selezionando i filtri che limitano l'esportazione per categoria, autore, per mese o per stato di pubblicazione."
 
-#: wp-admin/user-new.php:176
+#: wp-admin/user-new.php:183
 msgid "New users will receive an email letting them know they&#8217;ve been added as a user for your site. This email will also contain their password. Check the box if you don&#8217;t want the user to receive a welcome email."
 msgstr "I nuovi utenti riceveranno una mail che li informerà di essere stati inseriti come utenti del proprio sito. Questa email conterrà anche la loro password. Spuntare questa casella se non si desidera che gli utenti ricevano una mail di benvenuto."
 
-#: wp-admin/plugins.php:429
+#: wp-admin/plugins.php:443
 msgid "The plugin generated %d characters of <strong>unexpected output</strong> during activation. If you notice &#8220;headers already sent&#8221; messages, problems with syndication feeds or other issues, try deactivating or removing this plugin."
 msgstr "Il plugin durante l'attivazione ha generato %d caratteri di <strong>output inaspettato</strong>. Se si nota un messaggio di &#8220;headers already sent&#8221;, problemi con i feed o altre tipologie di problemi, si provi a disattivare o rimuovere il plugin."
 
@@ -5187,27 +5324,23 @@ msgstr "Vi sono delle modifiche non ancora salvate che andranno perdute. 'OK' pe
 msgid "Post via email settings allow you to send your WordPress install an email with the content of your post. You must set up a secret email account with POP3 access to use this, and any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret."
 msgstr "Le impostazioni per la pubblicazione tramite email permettono di inviare alla propria installazione di WordPress una mail contenente l'articolo. Si deve impostare una casella mail segreta con accesso POP3 da utilizzare per questo scopo, ogni mail ricevuta a questo indirizzo verrà pubblicata, quindi è una buona idea mantenere questo indirizzo veramente segreto."
 
-#: wp-admin/update-core.php:56
-msgid "You are using a development version of WordPress. You can update to the latest nightly build automatically or download the nightly build and install it manually:"
-msgstr "Stai utilizzando una versione di sviluppo di WordPress. Puoi eseguire l&#8217;aggiornamento all&#8217;ultima nightly build automaticamente o scaricare la nightly build e installarla manualmente:"
-
 #: wp-admin/users.php:42
 msgid "You can filter the list of users by User Role using the text links above the users list to show All, Administrator, Editor, Author, Contributor, or Subscriber. The default view is to show all users. Unused User Roles are not listed."
 msgstr "Puoi filtrare l'elenco degli utenti per Ruolo utente utilizzando i link di testo sopra l'elenco degli utenti per visualizzare Tutti,gli Amministratori, gli Editori, gli Autori, i Contribuenti o i Sottoscrittori. Di base la vista mostra tutti gli utenti. I Ruoli non utilizzati non vengono elencati."
 
-#: wp-admin/user-new.php:310
+#: wp-admin/user-new.php:317
 msgid "Enter the email address of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite."
 msgstr "Immettere l'indirizzo email di un utente esistente di questa rete per invitarlo su questo sito. A questa persona verrà inviata una mail nella quale gli verrà richiesto di confermare l'invito."
 
-#: wp-admin/plugin-editor.php:267
+#: wp-admin/plugin-editor.php:279
 msgid "<strong>Warning:</strong> Making changes to active plugins is not recommended. If your changes cause a fatal error, the plugin will be automatically deactivated."
 msgstr "<strong>Attenzione:</strong> Effettuare delle modifiche su plugin attivi non è mai consigliabile. Se le modifiche dovessero causare un errore fatale, il plugin verrebbe automaticamente disattivato."
 
-#: wp-admin/options-discussion.php:174
+#: wp-admin/options-discussion.php:175
 msgid "An avatar is an image that follows you from weblog to weblog appearing beside your name when you comment on avatar enabled sites. Here you can enable the display of avatars for people who comment on your site."
 msgstr "Un avatar è un’immagine che ti segue da un blog all’altro e che appare accanto al tuo nome quando commenti su siti che hanno abilitato gli avatar. Qui puoi abilitare la visualizzazione degli avatar per le persone che commentano sul tuo sito."
 
-#: wp-admin/user-new.php:314
+#: wp-admin/user-new.php:321
 msgid "Enter the email address or username of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite."
 msgstr "Immettere l'indirizzo email o il nome utente di un utente presente su questa rete per invitarlo su questo sito. A questa persona verrà inviata una mail nella quale gli si chiederà di confermare l'invito."
 
@@ -5241,7 +5374,7 @@ msgstr "L'immagine non può essere elaborata. Torna indietro e riprova."
 msgid "The active theme is broken. Reverting to the default theme."
 msgstr "Il tema attivo non funziona. Ritorno al tema predefinito."
 
-#: wp-admin/user-edit.php:268
+#: wp-admin/user-edit.php:269
 msgid "Show Toolbar when viewing site"
 msgstr "Mostra la barra degli strumenti quando si visualizza il sito"
 
@@ -5250,7 +5383,7 @@ msgid "Contributing Developers"
 msgstr "Sviluppatori"
 
 #. translators: 1: WordPress version number, 2: plural number of bugs.
-#: wp-admin/about.php:239
+#: wp-admin/about.php:263
 msgid "<strong>Version %1$s</strong> addressed %2$s bug."
 msgid_plural "<strong>Version %1$s</strong> addressed %2$s bugs."
 msgstr[0] "<strong>La versione %1$s</strong> corregge %2$s bug."
@@ -5258,20 +5391,20 @@ msgstr[1] "<strong>La versione %1$s</strong> corregge %2$s bug."
 
 #. translators: 1: WordPress version number, 2: plural number of bugs. More
 #. than one security issue.
-#: wp-admin/about.php:63 wp-admin/about.php:247
+#: wp-admin/about.php:271
 msgid "<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug."
 msgid_plural "<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs."
 msgstr[0] "<strong>La versione %1$s</strong> corregge alcuni problemi di sicurezza e %2$s bug."
 msgstr[1] "<strong>La versione %1$s</strong> corregge alcuni problemi di sicurezza e %2$s bug."
 
 #. translators: %s: Codex URL
-#: wp-admin/about.php:65 wp-admin/about.php:251
+#: wp-admin/about.php:275
 msgid "For more information, see <a href=\"%s\">the release notes</a>."
 msgstr "Per ulteriori informazioni consulta <a href=\"%s\">le note di versione</a>."
 
 #. translators: 1: WordPress version number, 2: plural number of bugs. Singular
 #. security issue.
-#: wp-admin/about.php:243
+#: wp-admin/about.php:267
 msgid "<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug."
 msgid_plural "<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs."
 msgstr[0] "<strong>La versione %1$s</strong> corregge un problema di sicurezza e %2$s bug."
@@ -5282,23 +5415,23 @@ msgid "Welcome to your WordPress Dashboard! This is the screen you will see when
 msgstr "Benvenuto nella tua Bacheca di WordPress! Questa è la schermata che vedi quando esegui il login al sito e ti permette di accedere a tutte le funzionalità per la gestione di WordPress. Puoi ottenere aiuto per qualsiasi sezione facendo clic sulla scheda Aiuto presente sopra il titolo della schermata."
 
 #. translators: %s: WordPress version number
-#: wp-admin/about.php:236
+#: wp-admin/about.php:260
 msgid "<strong>Version %s</strong> addressed some security issues."
 msgstr "<strong>La versione %s</strong> corregge alcuni problemi di sicurezza."
 
-#: wp-admin/about.php:224
+#: wp-admin/about.php:248
 msgid "Maintenance Release"
 msgstr "Aggiornamento di manutenzione"
 
-#: wp-admin/about.php:227
+#: wp-admin/about.php:251
 msgid "Security Release"
 msgstr "Aggiornamento di sicurezza"
 
-#: wp-admin/about.php:56 wp-admin/credits.php:28 wp-admin/freedoms.php:27
+#: wp-admin/about.php:41 wp-admin/credits.php:28 wp-admin/freedoms.php:27
 msgid "What&#8217;s New"
 msgstr "Che novità ci sono"
 
-#: wp-admin/about.php:62 wp-admin/about.php:230
+#: wp-admin/about.php:254
 msgid "Maintenance and Security Release"
 msgstr "Aggiornamento di sicurezza e manutenzione"
 
@@ -5306,11 +5439,11 @@ msgstr "Aggiornamento di sicurezza e manutenzione"
 msgid "This screen allows you to choose your permalink structure. You can choose from common settings or create custom URL structures."
 msgstr "Questa schermata permette di scegliere la propria struttura di permalink predefinita. È possibile scegliere tra le impostazioni predefinite o creare strutture di URL personalizzate."
 
-#: wp-admin/includes/update-core.php:1225 wp-admin/update-core.php:503
+#: wp-admin/includes/update-core.php:1228 wp-admin/update-core.php:500
 msgid "Welcome to WordPress %1$s. <a href=\"%2$s\">Learn more</a>."
 msgstr "Benvenuto in WordPress%1$s. <a href=\"%2$s\"> Ulteriori informazioni</a>."
 
-#: wp-admin/about.php:210
+#: wp-admin/about.php:234
 msgid "Return to Updates"
 msgstr "Torna alla pagina degli aggiornamenti"
 
@@ -5318,15 +5451,15 @@ msgstr "Torna alla pagina degli aggiornamenti"
 msgid "You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share. There are three options for uploading files:"
 msgstr "Qui è possibile caricare i file multimediali senza necessariamente creare prima un articolo. Questo permette di caricare prima i file da utilizzar successivamente negli articoli e nelle pagine e/o di ottenere un link per un particolare file che sarà possibile condividere. Vi sono tre opzioni per il caricamento dei file:"
 
-#: wp-admin/plugins.php:383
+#: wp-admin/plugins.php:397
 msgid "Troubleshooting"
 msgstr "Guida alla risoluzione dei problemi"
 
-#: wp-admin/edit-tags.php:274
+#: wp-admin/edit-tags.php:256
 msgid "Adding Tags"
 msgstr "Aggiungere tag"
 
-#: wp-admin/edit-tags.php:274
+#: wp-admin/edit-tags.php:256
 msgid "Adding Categories"
 msgstr "Aggiungere categorie"
 
@@ -5334,67 +5467,67 @@ msgstr "Aggiungere categorie"
 msgid "Adding Themes"
 msgstr "Aggiungere temi"
 
-#: wp-admin/edit.php:194
+#: wp-admin/edit.php:198
 msgid "You can customize the display of this screen&#8217;s contents in a number of ways:"
 msgstr "È possibile personalizzare la visualizzazione dei contenuti di questa pagina in diversi modi:"
 
-#: wp-admin/edit.php:192
+#: wp-admin/edit.php:196
 msgid "Screen Content"
 msgstr "Contenuto dello schermo"
 
 #: wp-admin/plugin-install.php:88
 msgid "Adding Plugins"
-msgstr "Aggiungere plugin"
+msgstr "Aggiunta dei plugin in corso"
 
-#: wp-admin/edit.php:218
+#: wp-admin/edit.php:222
 msgid "You can also edit or move multiple posts to the trash at once. Select the posts you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply."
-msgstr "È inoltre possibile modificare o spostare nel Cestino più articoli per volta. Seleziona gli articoli sui quali desideri apportare delle modifiche utilizzando le caselle di spunta, quindi seleziona l'azione che desideri eseguire dal menu \"Azioni di Gruppo\" e fai clic su Applica."
+msgstr "È inoltre possibile modificare o spostare nel Cestino più articoli per volta. Seleziona gli articoli sui quali desideri apportare delle modifiche utilizzando le caselle di spunta, quindi seleziona l'azione che desideri eseguire dal menu «Azioni di gruppo» e fai clic su Applica."
 
-#: wp-admin/edit.php:188
+#: wp-admin/edit.php:192
 msgid "This screen provides access to all of your posts. You can customize the display of this screen to suit your workflow."
 msgstr "Questa schermata permette di accedere a tutti gli articoli. È possibile personalizzare la visualizzazione di questa pagina per soddisfare il proprio flusso di lavoro."
 
-#: wp-admin/update-core.php:570
+#: wp-admin/update-core.php:567
 msgid "How to Update"
 msgstr "Come aggiornare"
 
-#: wp-admin/user-new.php:198
+#: wp-admin/user-new.php:205
 msgid "Authors can publish and manage their own posts, and are able to upload files."
 msgstr "Gli autori possono pubblicare e gestire i propri articoli, e sono in grado di caricare file."
 
-#: wp-admin/edit.php:204 wp-admin/upload.php:194
+#: wp-admin/edit.php:208 wp-admin/upload.php:197
 msgid "Available Actions"
 msgstr "Azioni disponibili"
 
-#: wp-admin/edit.php:219
+#: wp-admin/edit.php:223
 msgid "When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears."
-msgstr "Con le Azioni di Gruppo è possibile modificare in una sola volta i metadati (categorie, autore, ecc.) di tutti gli articoli selezionati. Per rimuovere un articolo dal gruppo, fare clic sulla x accanto al suo nome nell'area di Modifica di Gruppo che apparirà."
+msgstr "Con le «Azioni di gruppo» è possibile modificare in una sola volta i metadati (categorie, autore, ecc.) di tutti gli articoli selezionati. Per rimuovere un articolo dal gruppo, fare clic sulla x accanto al suo nome nell'area di Modifica di Gruppo che apparirà."
 
 #: wp-admin/import.php:197
 msgid "If the importer you need is not listed, <a href=\"%s\">search the plugin directory</a> to see if an importer is available."
 msgstr "Se l’importatore che ti serve non è nell’elenco, <a href=\"%s\">cerca nella directory dei plugin</a> per verificare se un importatore è disponibile."
 
-#: wp-admin/user-new.php:196
+#: wp-admin/user-new.php:203
 msgid "Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content."
 msgstr "I sottoscrittori possono leggere i commenti, commentare, ricevere newsletter, ecc. ma non possono creare nuovi contenuti del sito."
 
-#: wp-admin/edit-comments.php:153
+#: wp-admin/edit-comments.php:169
 msgid "Moderating Comments"
 msgstr "Moderazione dei commenti"
 
-#: wp-admin/user-new.php:172
+#: wp-admin/user-new.php:179
 msgid "To add a new user to your site, fill in the form on this screen and click the Add New User button at the bottom."
 msgstr "Per aggiungere un nuovo utente al sito, compilare il modulo in questa schermata e fare clic sul pulsante \"Aggiungi nuovo utente\" sul fondo della pagina."
 
-#: wp-admin/user-new.php:193
+#: wp-admin/user-new.php:200
 msgid "User Roles"
 msgstr "Ruoli utente"
 
-#: wp-admin/user-new.php:194
+#: wp-admin/user-new.php:201
 msgid "Here is a basic overview of the different user roles and the permissions associated with each one:"
 msgstr "Ecco una panoramica di base dei diversi ruoli degli utenti e le autorizzazioni associate a ciascuno di essi:"
 
-#: wp-admin/upload.php:200
+#: wp-admin/upload.php:203
 msgid "Attaching Files"
 msgstr "Allegare file"
 
@@ -5406,13 +5539,13 @@ msgstr "Schermata Visualizzazione"
 msgid "Once you&#8217;ve saved the download file, you can use the Import function in another WordPress installation to import the content from this site."
 msgstr "Una volta salvato il file scaricato è possibile utilizzare la funzione di Importazione su una diversa installazione di WordPress per importare i contenuti di questo sito."
 
-#: wp-admin/user-new.php:183
+#: wp-admin/user-new.php:190
 msgid "Remember to click the Add New User button at the bottom of this screen when you are finished."
 msgstr "RIcordarsi una volta terminato di fare clic sul pulsante in fondo alla schermata contrassegnato con  Aggiungi nuovo utente."
 
 #: wp-admin/tools.php:104
 msgid "If you want to convert your categories to tags (or vice versa), use the <a href=\"%s\">Categories and Tags Converter</a> available from the Import screen."
-msgstr "Se desideri convertire le categorie in tag (o viceversa), utilizza lo strumento <a href=\"%s\">convertitore di categorie e tag</a> disponibile dalla pagina di importazione."
+msgstr "Se desideri convertire le categorie in tag (o viceversa), utilizza lo strumento <a href=\"%s\">convertitore di categorie e tag</a> disponibile nella pagina Importa."
 
 #: wp-admin/options-permalink.php:37
 msgid "Custom Structures"
@@ -5470,7 +5603,7 @@ msgstr "Barra laterale inattiva (non utilizzata)"
 msgid "Missing Widgets"
 msgstr "Widget mancanti"
 
-#: wp-admin/edit-tags.php:240
+#: wp-admin/edit-tags.php:222
 msgid "You can assign keywords to your posts using <strong>tags</strong>. Unlike categories, tags have no hierarchy, meaning there&#8217;s no relationship from one tag to another."
 msgstr "&Egrave; possibile assegnare delle parole chiave agli articoli usando i <strong>tag</strong>. A differenza delle categorie i tag non hanno gerarchia, ovvero non ci sono relazioni tra uno e l&#8217;altro."
 
@@ -5478,7 +5611,7 @@ msgstr "&Egrave; possibile assegnare delle parole chiave agli articoli usando i
 msgid "Removing and Reusing"
 msgstr "Rimozione e riutilizzo"
 
-#: wp-admin/edit-tags.php:238
+#: wp-admin/edit-tags.php:220
 msgid "You can create groups of links by using Link Categories. Link Category names must be unique and Link Categories are separate from the categories you use for posts."
 msgstr "È possibile creare gruppi di Link utilizzando Categorie Link. I nomi delle Categorie Link devono essere univoci e le Categorie Link sono separate dalle categorie usate per gli articoli."
 
@@ -5490,55 +5623,55 @@ msgstr "Facendo clic su <strong>Seleziona file</strong> si apre una finestra di
 msgid "<strong>Drag and drop</strong> your files into the area below. Multiple files are allowed."
 msgstr "<strong>Trascina e rilascia</strong> i file nella zona sottostante. Sono permessi più file alla volta."
 
-#: wp-admin/edit-comments.php:160
+#: wp-admin/edit-comments.php:176
 msgid "Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link to the side to learn more."
 msgstr "Molte persone utilizzano le scorciatoie da tastiera per moderare i commenti più velocemente. &Egrave; possibile usare il link a lato per saperne di più."
 
-#: wp-admin/edit-form-advanced.php:385 wp-admin/edit.php:233
+#: wp-admin/edit-form-advanced.php:386 wp-admin/edit.php:237
 msgid "Pages are similar to posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest pages under other pages by making one the &#8220;Parent&#8221; of the other, creating a group of pages."
 msgstr "La pagine sono simili agli articoli nel senso che hanno un titolo, un corpo e dei metadati associati, ma la differenza &egrave; che non entrano nel flusso cronologico del blog. Sono una specie di articoli permanenti. Le pagine non sono categorizzate o taggate, ma possono avere una gerarchia. &Egrave; possibile annidare una pagina dentro un&#8217;altra rendendo una  &#8220;genitore&#8221; dell&#8217;altra, creando in effetti un gruppo di pagine."
 
-#: wp-admin/upload.php:188
+#: wp-admin/upload.php:191
 msgid "All the files you&#8217;ve uploaded are listed in the Media Library, with the most recent uploads listed first. You can use the Screen Options tab to customize the display of this screen."
 msgstr "Tutti i file che hai caricato sono elencati nella Libreria Media, con in cima i caricamenti pi&ugrave; recenti. &Egrave; possibile usare la scheda Impostazioni schermata per personalizzare questa vista."
 
-#: wp-admin/upload.php:202
+#: wp-admin/upload.php:205
 msgid "If a media file has not been attached to any content, you will see that in the Uploaded To column, and can click on Attach to launch a small popup that will allow you to search for existing content and attach the file."
 msgstr "Se un file multimediale non è stato allegato ad alcun contenuto, vedrai il suo stato nella colonna &#8220;Caricato in&#8221; e potrai fare clic su &#8220;Allega&#8221; per aprire un piccolo popup che ti permetterà di ricercare un contenuto esistente a cui allegare il file."
 
-#: wp-admin/edit.php:240
+#: wp-admin/edit.php:244
 msgid "You can also perform the same types of actions, including narrowing the list by using the filters, acting on a page using the action links that appear when you hover over a row, or using the Bulk Actions menu to edit the metadata for multiple pages at once."
 msgstr "&Egrave; possibile anche eseguire lo stesso tipo di azioni, compresa la riduzione della lista tramite i filtri, agendo su una pagina utilizzando i link delle azioni che appaiono quando si passa sopra ad una riga con il mouse oppure utilizzando il menu Azioni di Gruppo per modificare in una sola volta i metadati di più pagine alla volta."
 
-#: wp-admin/edit.php:239
+#: wp-admin/edit.php:243
 msgid "Managing pages is very similar to managing posts, and the screens can be customized in the same way."
 msgstr "La gestione delle pagine &egrave; molto simile alla gestione articoli e le schermate possono essere  personalizzate nello stesso modo."
 
-#: wp-admin/upload.php:196
+#: wp-admin/upload.php:199
 msgid "Hovering over a row reveals action links: Edit, Delete Permanently, and View. Clicking Edit or on the media file&#8217;s name displays a simple screen to edit that individual file&#8217;s metadata. Clicking Delete Permanently will delete the file from the media library (as well as from any posts to which it is currently attached). View will take you to the display page for that file."
 msgstr "Passando il mouse su una riga vengono mostrati dei link di azione: Modifica, Elimina definitivamente e Visualizza. Facendo clic su Modifica o sul nome del file multimediale si visualizza una semplice schermata di modifica dei metadati del singolo file. Facendo click su Elimina definitivamente il file verrà eliminato dalla Libreria media (e da ogni articolo a cui è attualmente collegato). Visualizza mostrerà la pagina di visualizzazione di quel file."
 
-#: wp-admin/link-manager.php:53
+#: wp-admin/link-manager.php:59
 msgid "Deleting Links"
 msgstr "Eliminazione di collegamenti"
 
-#: wp-admin/index.php:48
+#: wp-admin/index.php:47
 msgid "Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information."
 msgstr "I link nella barra strumenti in cima alla schermata collegano la bacheca e il front end del sito e permettono di accedere al tuo profilo e a informazioni utili su WordPress."
 
-#: wp-admin/edit-comments.php:156
+#: wp-admin/edit-comments.php:172
 msgid "In the <strong>Author</strong> column, in addition to the author&#8217;s name, email address, and blog URL, the commenter&#8217;s IP address is shown. Clicking on this link will show you all the comments made from this IP address."
 msgstr "Nella colonna <strong>Autore</strong>, oltre al nome dell&#8217;autore, indirizzo email e URL del blog, viene mostrato l&#8217;indirizzo IP del commentatore. Facendo clic su questo link verranno mostrati tutti i commenti scritti da quell&#8217;indirizzo IP."
 
-#: wp-admin/edit-comments.php:149
+#: wp-admin/edit-comments.php:165
 msgid "You can manage comments made on your site similar to the way you manage posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions."
 msgstr "&Egrave; possibile gestire i commenti fatti sul tuo sito in modo simile a come si gestiscono articoli e altri contenuti. Questa schermata &egrave; personalizzabile come le altre schermate di gestione ed &egrave; possibile agire sui singoli commenti passandoci sopra con il mouse o usanre le Azioni di Gruppo."
 
-#: wp-admin/link-manager.php:48
+#: wp-admin/link-manager.php:54
 msgid "Links may be separated into Link Categories; these are different than the categories used on your posts."
 msgstr "I link possono essere raggruppati in Categorie, che sono differenti dalle categorie utilizzate nei post."
 
-#: wp-admin/update-core.php:211
+#: wp-admin/update-core.php:213
 msgid "<a href=\"%s\">Learn more about WordPress %s</a>."
 msgstr "<a href=\"%s\">Ulteriori informazioni su WordPress %s</a>."
 
@@ -5550,15 +5683,15 @@ msgstr "&Egrave; possibile vedere tutti gli articoli di un utente facendo clic s
 msgid "Edit takes you to the editable profile screen for that user. You can also reach that screen by clicking on the username."
 msgstr "Con Modifica si verrà portati ad una schermata dove modificare il profilo di questo utente. &Egrave;  possibile raggiungerla anche facendo clic sul nome utente"
 
-#: wp-admin/edit.php:208
+#: wp-admin/edit.php:212
 msgid "<strong>Edit</strong> takes you to the editing screen for that post. You can also reach that screen by clicking on the post title."
 msgstr "<strong>Modifica</strong> apre la pagina di modifica dell'articolo. Si può accedere alla stessa pagina facendo clic sul titolo dell'articolo."
 
-#: wp-admin/edit.php:209
+#: wp-admin/edit.php:213
 msgid "<strong>Quick Edit</strong> provides inline access to the metadata of your post, allowing you to update post details without leaving this screen."
 msgstr "<strong>Modifica veloce</strong> ti permette di accedere direttamente ai metadati dell'articolo, così che puoi aggiornare i dettagli senza lasciare questa pagina."
 
-#: wp-admin/edit.php:210
+#: wp-admin/edit.php:214
 msgid "<strong>Trash</strong> removes your post from this list and places it in the trash, from which you can permanently delete it."
 msgstr "<strong>Cestina</strong> rimuove l'articolo da questa lista e lo sposta nel cestino, dove può essere eliminato definitivamente."
 
@@ -5566,7 +5699,7 @@ msgstr "<strong>Cestina</strong> rimuove l'articolo da questa lista e lo sposta
 msgid "Hovering over a row in the users list will display action links that allow you to manage users. You can perform the following actions:"
 msgstr "Passando con il mouse su una riga della lista degli utenti, verranno mostrati dei link che permetteranno di gestire gli Utenti. &Egrave; possibile effettuare le seguenti azioni:"
 
-#: wp-admin/edit.php:211
+#: wp-admin/edit.php:215
 msgid "<strong>Preview</strong> will show you what your draft post will look like if you publish it. View will take you to your live site to view the post. Which link is available depends on your post&#8217;s status."
 msgstr "<strong>Anteprima</strong> mostra l'aspetto dell'articolo così come quando sarà pubblicato. Visualizza articolo invece aprirà l'articolo all'interno del sito pubblico. Il tipo di link dipende dallo stato dell'articolo."
 
@@ -5574,15 +5707,15 @@ msgstr "<strong>Anteprima</strong> mostra l'aspetto dell'articolo così come qua
 msgid "You can hide/display columns based on your needs and decide how many users to list per screen using the Screen Options tab."
 msgstr "&Egrave; possibile nascondere/mostrare le colonne a seconda delle proprie necessità e decidere quanti utenti mostrare in ogni schermata tramite la scheda Impostazioni schermata"
 
-#: wp-admin/edit.php:237
+#: wp-admin/edit.php:241
 msgid "Managing Pages"
 msgstr "Gestione pagine"
 
-#: wp-admin/user-new.php:175
+#: wp-admin/user-new.php:182
 msgid "Because this is a multisite installation, you may add accounts that already exist on the Network by specifying a username or email, and defining a role. For more options, such as specifying a password, you have to be a Network Administrator and use the hover link under an existing user&#8217;s name to Edit the user profile under Network Admin > All Users."
 msgstr "Poiché si tratta di un'installazione multisito, è possibile aggiungere gli account già esistenti sulla Rete, specificando un nome utente o e-mail e la definizione di un ruolo. Per ulteriori opzioni, come specificare una password, è necessario essere un amministratore di rete e utilizzare il link di azione sotto il nome di un utente esistente per modificare il profilo utente sotto Amministrazione rete > Tutti gli utenti."
 
-#: wp-admin/includes/template.php:1999
+#: wp-admin/includes/template.php:2025
 msgid "Likely direct inclusion of wp-admin/includes/template.php in order to use add_meta_box(). This is very wrong. Hook the add_meta_box() call into the add_meta_boxes action instead."
 msgstr "Probabile inclusione diretta di wp-admin/includes/template.php allo scopo di utilizzare la funzione add_meta_box(). Questo è molto sbagliato. Utilizzare la chiamata a add_meta_box() all'interno dell'action add_meta_boxes."
 
@@ -5590,11 +5723,11 @@ msgstr "Probabile inclusione diretta di wp-admin/includes/template.php allo scop
 msgid "Welcome to WordPress %s"
 msgstr "Benvenuto su WordPress %s"
 
-#: wp-admin/about.php:210
+#: wp-admin/about.php:234
 msgid "Return to Dashboard &rarr; Updates"
 msgstr "Ritorna alla bacheca &rarr; Aggiornamenti"
 
-#: wp-admin/about.php:213
+#: wp-admin/about.php:237
 msgid "Go to Dashboard &rarr; Home"
 msgstr "Vai alla bacheca &rarr; Home"
 
@@ -5602,20 +5735,16 @@ msgstr "Vai alla bacheca &rarr; Home"
 msgid "WordPress is created by a worldwide team of passionate individuals."
 msgstr "WordPress è creato da un team internazionale di appassionati."
 
-#: wp-admin/about.php:132
-msgid "Under the Hood"
-msgstr "Sotto il cofano"
-
-#: wp-admin/includes/dashboard.php:1460 wp-admin/includes/dashboard.php:1462
+#: wp-admin/includes/dashboard.php:1459 wp-admin/includes/dashboard.php:1461
 msgid "Customize Your Site"
 msgstr "Personalizza il tuo sito"
 
-#: wp-admin/user-edit.php:179
+#: wp-admin/user-edit.php:180
 msgid "Profile updated."
 msgstr "Profilo aggiornato."
 
 #. translators: 1: Site name, 2: site URL, 3: role, 4: activation URL
-#: wp-admin/user-new.php:91
+#: wp-admin/user-new.php:93
 msgid ""
 "Hi,\n"
 "\n"
@@ -5637,7 +5766,7 @@ msgstr ""
 msgid "Core Developer"
 msgstr "Sviluppatore"
 
-#: wp-admin/includes/class-plugin-upgrader.php:358
+#: wp-admin/includes/class-plugin-upgrader.php:360
 msgid "No valid plugins were found."
 msgstr "Non sono stati trovati plugin validi."
 
@@ -5649,7 +5778,7 @@ msgstr "Il plugin non contiene file."
 msgid "The package could not be installed."
 msgstr "Il pacchetto non può essere installato."
 
-#: wp-admin/includes/media.php:1073
+#: wp-admin/includes/media.php:1081
 msgid "Attachment Post URL"
 msgstr "URL dell'allegato"
 
@@ -5658,15 +5787,15 @@ msgctxt "admin menu"
 msgid "All Links"
 msgstr "Tutti i link"
 
-#: wp-admin/includes/media.php:1918
+#: wp-admin/includes/media.php:1926
 msgid "Drop files here"
 msgstr "Rilasciare qui i file"
 
-#: wp-admin/includes/plugin-install.php:241
+#: wp-admin/includes/plugin-install.php:263
 msgid "%s plugin"
 msgstr "%s plugin"
 
-#: wp-admin/includes/plugin-install.php:241
+#: wp-admin/includes/plugin-install.php:263
 msgid "%s plugins"
 msgstr "%s plugin"
 
@@ -5696,7 +5825,7 @@ msgid "Successfully repaired the %s table."
 msgstr "Riparata con successo la tabella %s."
 
 #. translators: %s: plugin version
-#: wp-admin/update-core.php:290
+#: wp-admin/update-core.php:287
 msgid "View version %s details."
 msgstr "Visualizza i dettagli della versione %s."
 
@@ -5704,21 +5833,21 @@ msgstr "Visualizza i dettagli della versione %s."
 msgid "Tumblr"
 msgstr "Tumblr"
 
-#: wp-admin/includes/dashboard.php:1360
+#: wp-admin/includes/dashboard.php:1363
 msgid "<a href=\"%1$s\" class=\"update-browser-link\">Update %2$s</a> or learn how to <a href=\"%3$s\" class=\"browse-happy-link\">browse happy</a>"
 msgstr "<a href=\"%1$s\" class=\"update-browser-link\">Aggiorna %2$s</a> o impara come <a href=\"%3$s\" class=\"browse-happy-link\">navigare felice</a>"
 
 #. translators: %1$s is link start tag, %2$s is link end tag, %3$d is width,
 #. %4$d is height
-#: wp-admin/includes/media.php:2685
+#: wp-admin/includes/media.php:2693
 msgid "Scale images to match the large size selected in %1$simage options%2$s (%3$d &times; %4$d)."
 msgstr "Scalare le immagini per farle corrispondere con la dimensione maggiore selezionata in %1$simpostazioni immagine%2$s (%3$d &times; %4$d)."
 
-#: wp-admin/includes/media.php:2072
+#: wp-admin/includes/media.php:2080
 msgid "Insert media from another website"
 msgstr "Inserire un elemento media da un altro sito"
 
-#: wp-admin/includes/media.php:2556
+#: wp-admin/includes/media.php:2564
 msgid "Audio, Video, or Other File"
 msgstr "Audio, video o un altro file"
 
@@ -5726,186 +5855,194 @@ msgstr "Audio, video o un altro file"
 msgid "<strong>ERROR</strong>: options page not found."
 msgstr "<strong>ERRORE</strong>: pagina delle opzioni non trovata."
 
-#: wp-admin/includes/file.php:1145
+#: wp-admin/includes/file.php:1146
 msgid "<strong>ERROR:</strong> There was an error connecting to the server, Please verify the settings are correct."
 msgstr "<strong>ERRORE:</strong> Si è verificato un errore durante la connessione al server, verificare che le impostazioni siano corrette."
 
-#: wp-admin/includes/ajax-actions.php:1035
-#: wp-admin/includes/ajax-actions.php:1124
+#: wp-admin/includes/ajax-actions.php:1030
+#: wp-admin/includes/ajax-actions.php:1115
 msgid "ERROR: please type a comment."
 msgstr "ERRORE: inserisci un commento."
 
-#: wp-admin/includes/ajax-actions.php:1011
+#: wp-admin/includes/ajax-actions.php:1006
 msgid "ERROR: you are replying to a comment on a draft post."
 msgstr "ERRORE: si sta rispondendo ad un commento ad un articolo in bozza."
 
 #: wp-admin/comment.php:43 wp-admin/custom-background.php:90
-#: wp-admin/custom-header.php:100 wp-admin/edit-comments.php:147
-#: wp-admin/edit-form-advanced.php:403 wp-admin/edit-link-form.php:56
-#: wp-admin/edit-tags.php:249 wp-admin/edit.php:186 wp-admin/edit.php:231
+#: wp-admin/custom-header.php:100 wp-admin/edit-comments.php:163
+#: wp-admin/edit-form-advanced.php:404 wp-admin/edit-link-form.php:56
+#: wp-admin/edit-tags.php:231 wp-admin/edit.php:190 wp-admin/edit.php:235
 #: wp-admin/export.php:47 wp-admin/import.php:22
-#: wp-admin/includes/class-wp-screen.php:779 wp-admin/index.php:41
-#: wp-admin/link-manager.php:45 wp-admin/media-new.php:45 wp-admin/media.php:73
-#: wp-admin/my-sites.php:40 wp-admin/nav-menus.php:528
-#: wp-admin/nav-menus.php:563 wp-admin/options-discussion.php:21
+#: wp-admin/includes/class-wp-screen.php:779 wp-admin/index.php:40
+#: wp-admin/link-manager.php:51 wp-admin/media-new.php:45 wp-admin/media.php:73
+#: wp-admin/my-sites.php:40 wp-admin/nav-menus.php:529
+#: wp-admin/nav-menus.php:564 wp-admin/options-discussion.php:21
 #: wp-admin/options-general.php:39 wp-admin/options-media.php:28
 #: wp-admin/options-permalink.php:20 wp-admin/options-reading.php:22
-#: wp-admin/options-writing.php:20 wp-admin/plugin-editor.php:131
-#: wp-admin/plugin-install.php:80 wp-admin/plugins.php:371
-#: wp-admin/revision.php:114 wp-admin/theme-editor.php:25
-#: wp-admin/theme-install.php:92 wp-admin/themes.php:82
-#: wp-admin/update-core.php:557 wp-admin/upload.php:48 wp-admin/upload.php:186
-#: wp-admin/user-edit.php:48 wp-admin/user-new.php:187 wp-admin/users.php:31
+#: wp-admin/options-writing.php:20 wp-admin/plugin-editor.php:143
+#: wp-admin/plugin-install.php:80 wp-admin/plugins.php:385
+#: wp-admin/revision.php:115 wp-admin/theme-editor.php:25
+#: wp-admin/theme-install.php:98 wp-admin/themes.php:82
+#: wp-admin/update-core.php:554 wp-admin/upload.php:48 wp-admin/upload.php:189
+#: wp-admin/user-edit.php:49 wp-admin/user-new.php:194 wp-admin/users.php:31
 #: wp-admin/widgets.php:51
 msgid "Overview"
 msgstr "Panoramica"
 
-#: wp-admin/index.php:56
+#: wp-admin/index.php:55
 msgid "You can use the following controls to arrange your Dashboard screen to suit your workflow. This is true on most other administration screens as well."
 msgstr "È possibile utilizzare i seguenti controlli per organizzare la propria bacheca secondo il proprio flusso di lavoro. Questo è vero anche nella maggior parte delle altre schermate di amministrazione."
 
-#: wp-admin/index.php:58
+#: wp-admin/index.php:57
 msgid "<strong>Drag and Drop</strong> &mdash; To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box."
 msgstr "<strong>Trascina e rilascia</strong> &mdash; Per riorganizzare i riquadri, utilizza il trascina e rilascia facendo clic sulla barra del titolo del riquadro selezionato e rilasciandolo quando si vede un rettangolo con linea tratteggiata grigia apparire nella posizione in cui si desidera posizionare il riquadro."
 
-#: wp-admin/index.php:52
+#: wp-admin/index.php:51
 msgid "Navigation"
 msgstr "Navigazione"
 
-#: wp-admin/index.php:47
+#: wp-admin/index.php:46
 msgid "The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimize this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom."
 msgstr "Il menu di navigazione di sinistra offre collegamenti a tutte le schermate di amministrazione di WordPress, con voci di sottomenu visualizzate al passaggio del mouse. È possibile ridurre questo menu ad una colonna di icone, facendo clic sulla freccia \"Riduci menu\" alla base del menu."
 
 #: wp-admin/menu.php:244 wp-admin/ms-delete-site.php:30
 msgid "Delete Site"
-msgstr "Cancella sito"
+msgstr "Elimina sito"
 
 #: wp-admin/menu.php:202
 msgid "Plugins %s"
 msgstr "Plugin %s"
 
-#: wp-admin/includes/class-wp-theme-install-list-table.php:409
-#: wp-admin/includes/dashboard.php:1260 wp-admin/theme-install.php:268
-#: wp-admin/theme-install.php:287
+#: wp-admin/includes/class-wp-theme-install-list-table.php:412
+#: wp-admin/includes/dashboard.php:1263 wp-admin/theme-install.php:278
+#: wp-admin/theme-install.php:297
 msgid "Install"
 msgstr "Installa"
 
-#: wp-admin/edit-form-advanced.php:263
-msgid "Attributes"
-msgstr "Attributi"
-
 #: wp-admin/menu.php:221
 msgid "All Users"
 msgstr "Tutti gli utenti"
 
 #: wp-admin/includes/class-wp-links-list-table.php:84
 #: wp-admin/includes/class-wp-links-list-table.php:330
-#: wp-admin/includes/class-wp-plugins-list-table.php:467
-#: wp-admin/includes/class-wp-plugins-list-table.php:612
-#: wp-admin/includes/class-wp-plugins-list-table.php:633
-#: wp-admin/includes/class-wp-terms-list-table.php:154
+#: wp-admin/includes/class-wp-plugins-list-table.php:468
+#: wp-admin/includes/class-wp-plugins-list-table.php:613
+#: wp-admin/includes/class-wp-plugins-list-table.php:634
+#: wp-admin/includes/class-wp-terms-list-table.php:156
 #: wp-admin/includes/class-wp-terms-list-table.php:458
-#: wp-admin/includes/class-wp-themes-list-table.php:197
+#: wp-admin/includes/class-wp-themes-list-table.php:198
 #: wp-admin/includes/class-wp-users-list-table.php:244
 #: wp-admin/includes/class-wp-users-list-table.php:412
-#: wp-admin/includes/media.php:1493 wp-admin/includes/meta-boxes.php:906
-#: wp-admin/includes/template.php:560 wp-admin/includes/widgets.php:253
-#: wp-admin/themes.php:336 wp-admin/themes.php:478 wp-admin/widgets.php:318
+#: wp-admin/includes/media.php:1501 wp-admin/includes/meta-boxes.php:916
+#: wp-admin/includes/template.php:561 wp-admin/includes/widgets.php:253
+#: wp-admin/themes.php:340 wp-admin/themes.php:486 wp-admin/widgets.php:318
 msgid "Delete"
-msgstr "Cancella"
+msgstr "Elimina"
 
-#: wp-admin/menu.php:223 wp-admin/menu.php:225 wp-admin/user-edit.php:205
-#: wp-admin/users.php:487
+#: wp-admin/menu.php:223 wp-admin/menu.php:225 wp-admin/user-edit.php:206
+#: wp-admin/users.php:498
 msgctxt "user"
 msgid "Add New"
 msgstr "Aggiungi nuovo"
 
 #: wp-admin/comment.php:50 wp-admin/custom-background.php:99
-#: wp-admin/custom-header.php:126 wp-admin/edit-comments.php:164
-#: wp-admin/edit-form-advanced.php:380 wp-admin/edit-form-advanced.php:395
-#: wp-admin/edit-form-advanced.php:412 wp-admin/edit-link-form.php:64
-#: wp-admin/edit-tags.php:279 wp-admin/edit.php:223 wp-admin/edit.php:244
-#: wp-admin/export.php:53 wp-admin/import.php:28 wp-admin/index.php:97
-#: wp-admin/link-manager.php:59 wp-admin/media-new.php:55 wp-admin/media.php:82
-#: wp-admin/my-sites.php:47 wp-admin/nav-menus.php:569
+#: wp-admin/custom-header.php:126 wp-admin/edit-comments.php:180
+#: wp-admin/edit-form-advanced.php:381 wp-admin/edit-form-advanced.php:396
+#: wp-admin/edit-form-advanced.php:413 wp-admin/edit-link-form.php:64
+#: wp-admin/edit-tags.php:261 wp-admin/edit.php:227 wp-admin/edit.php:248
+#: wp-admin/export.php:53 wp-admin/import.php:28 wp-admin/index.php:96
+#: wp-admin/link-manager.php:65 wp-admin/media-new.php:55 wp-admin/media.php:82
+#: wp-admin/my-sites.php:46 wp-admin/nav-menus.php:570
 #: wp-admin/options-discussion.php:27 wp-admin/options-general.php:44
 #: wp-admin/options-media.php:33 wp-admin/options-permalink.php:43
 #: wp-admin/options-reading.php:37 wp-admin/options-writing.php:44
-#: wp-admin/plugin-editor.php:142 wp-admin/plugin-install.php:97
-#: wp-admin/plugins.php:394 wp-admin/revision.php:118
-#: wp-admin/theme-editor.php:38 wp-admin/theme-install.php:107
-#: wp-admin/themes.php:117 wp-admin/tools.php:27 wp-admin/update-core.php:575
-#: wp-admin/upload.php:65 wp-admin/upload.php:206 wp-admin/user-edit.php:53
-#: wp-admin/user-new.php:205 wp-admin/users.php:66 wp-admin/widgets.php:73
+#: wp-admin/plugin-editor.php:154 wp-admin/plugin-install.php:97
+#: wp-admin/plugins.php:408 wp-admin/revision.php:119
+#: wp-admin/theme-editor.php:38 wp-admin/theme-install.php:113
+#: wp-admin/themes.php:117 wp-admin/tools.php:27 wp-admin/update-core.php:572
+#: wp-admin/upload.php:65 wp-admin/upload.php:209 wp-admin/user-edit.php:54
+#: wp-admin/user-new.php:212 wp-admin/users.php:66 wp-admin/widgets.php:73
 msgid "For more information:"
 msgstr "Per maggiori informazioni:"
 
 #: wp-admin/includes/class-wp-users-list-table.php:321
-#: wp-admin/user-edit.php:308 wp-admin/user-new.php:336
-#: wp-admin/user-new.php:462
+#: wp-admin/user-edit.php:343 wp-admin/user-new.php:343
+#: wp-admin/user-new.php:475
 msgid "Role"
 msgstr "Ruolo"
 
-#: wp-admin/user-new.php:308 wp-admin/user-new.php:363
+#: wp-admin/user-new.php:282 wp-admin/user-new.php:315
+#: wp-admin/user-new.php:373
 msgid "Add Existing User"
 msgstr "Aggiungi utente esistente"
 
-#: wp-admin/includes/dashboard.php:428 wp-admin/includes/dashboard.php:430
-#: wp-admin/users.php:503
+#: wp-admin/includes/dashboard.php:431 wp-admin/includes/dashboard.php:433
+#: wp-admin/users.php:514
 msgid "Search Users"
 msgstr "Ricerca utenti"
 
-#: wp-admin/users.php:457
+#: wp-admin/users.php:468
 msgid "User removed from this site."
 msgstr "L'utente è stato rimosso da questo sito."
 
-#: wp-admin/users.php:446
+#: wp-admin/users.php:457
 msgid "Changed roles."
 msgstr "Ruoli modificati"
 
-#: wp-admin/my-sites.php:55 wp-admin/options-head.php:15
-#: wp-admin/options.php:233
+#: wp-admin/my-sites.php:54 wp-admin/options-head.php:15
+#: wp-admin/options.php:239
 msgid "Settings saved."
 msgstr "Impostazioni salvate."
 
-#: wp-admin/users.php:309 wp-admin/users.php:317 wp-admin/users.php:344
-#: wp-admin/users.php:352
+#: wp-admin/users.php:309 wp-admin/users.php:344
 msgid "You can&#8217;t remove users."
 msgstr "Non è possibile rimuovere gli utenti"
 
-#: wp-admin/user-edit.php:328
+#: wp-admin/user-edit.php:363
 msgid "Super Admin"
 msgstr "Super Admin"
 
 #: wp-admin/includes/class-wp-media-list-table.php:685
 #: wp-admin/includes/class-wp-media-list-table.php:744
-#: wp-admin/includes/class-wp-posts-list-table.php:1271
+#: wp-admin/includes/class-wp-posts-list-table.php:1287
 #: wp-admin/includes/class-wp-terms-list-table.php:467
-#: wp-admin/includes/dashboard.php:641
+#: wp-admin/includes/dashboard.php:644
 msgid "View"
 msgstr "Visualizza"
 
-#: wp-admin/user-new.php:266
+#: wp-admin/user-new.php:273
 msgid "User added."
 msgstr "Utente aggiunto"
 
+#. translators: %s: Theme author name
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:446
+#: wp-admin/includes/class-wp-plugins-list-table.php:778
+#: wp-admin/includes/class-wp-theme-install-list-table.php:312
+#: wp-admin/includes/class-wp-theme-install-list-table.php:416
+#: wp-admin/includes/class-wp-themes-list-table.php:222
+#: wp-admin/includes/theme.php:659 wp-admin/theme-install.php:254
+#: wp-admin/theme-install.php:306 wp-admin/themes.php:264
+#: wp-admin/themes.php:396 wp-admin/themes.php:449
+msgid "By %s"
+msgstr "Di %s"
+
 #. translators: %s: Plugin version
-#: wp-admin/about.php:53 wp-admin/credits.php:25 wp-admin/freedoms.php:24
-#: wp-admin/includes/ajax-actions.php:3698
-#: wp-admin/includes/ajax-actions.php:3741
-#: wp-admin/includes/class-wp-plugins-list-table.php:775
-#: wp-admin/includes/update.php:186 wp-admin/includes/update.php:210
+#: wp-admin/about.php:38 wp-admin/credits.php:25 wp-admin/freedoms.php:24
+#: wp-admin/includes/ajax-actions.php:3683
+#: wp-admin/includes/ajax-actions.php:3726
+#: wp-admin/includes/class-wp-plugins-list-table.php:773
+#: wp-admin/includes/update.php:193 wp-admin/includes/update.php:218
 msgid "Version %s"
 msgstr "Versione %s"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:461
-#: wp-admin/includes/class-wp-plugins-list-table.php:626
+#: wp-admin/includes/class-wp-plugins-list-table.php:462
+#: wp-admin/includes/class-wp-plugins-list-table.php:627
 msgid "Deactivate"
 msgstr "Disattiva"
 
-#: wp-admin/includes/ms.php:1003 wp-admin/users.php:295
+#: wp-admin/includes/ms.php:1020 wp-admin/users.php:295
 msgid "Confirm Deletion"
-msgstr "Conferma cancellazione"
+msgstr "Conferma eliminazione"
 
 #: wp-admin/menu.php:204
 msgid "Installed Plugins"
@@ -5916,8 +6053,9 @@ msgctxt "plugin editor"
 msgid "Editor"
 msgstr "Editor"
 
-#: wp-admin/menu.php:233 wp-admin/menu.php:235 wp-admin/user-new.php:165
-#: wp-admin/user-new.php:370 wp-admin/user-new.php:485
+#: wp-admin/menu.php:233 wp-admin/menu.php:235 wp-admin/user-new.php:172
+#: wp-admin/user-new.php:280 wp-admin/user-new.php:380
+#: wp-admin/user-new.php:501
 msgid "Add New User"
 msgstr "Aggiungi nuovo utente"
 
@@ -5926,13 +6064,13 @@ msgstr "Aggiungi nuovo utente"
 msgid "Caution:"
 msgstr "Attenzione:"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:431
+#: wp-admin/includes/class-wp-plugins-list-table.php:432
 msgid "Update Available <span class=\"count\">(%s)</span>"
 msgid_plural "Update Available <span class=\"count\">(%s)</span>"
 msgstr[0] "Aggiornamento disponibile <span class=\"count\">(%s)</span>"
 msgstr[1] "Aggiornamenti disponibili <span class=\"count\">(%s)</span>"
 
-#: wp-admin/includes/user.php:62 wp-admin/users.php:113
+#: wp-admin/includes/user.php:62
 msgid "You can&#8217;t give users that role."
 msgstr "Impossibile assegnare questo ruolo agli utenti."
 
@@ -5940,15 +6078,15 @@ msgstr "Impossibile assegnare questo ruolo agli utenti."
 msgid "Updates %s"
 msgstr "Aggiornamenti %s"
 
-#: wp-admin/edit-form-advanced.php:374
+#: wp-admin/edit-form-advanced.php:375
 msgid "Title and Post Editor"
 msgstr "Titolo e Editor articolo"
 
-#: wp-admin/edit-form-advanced.php:360
+#: wp-admin/edit-form-advanced.php:361
 msgid "Customizing This Display"
 msgstr "Personalizza questa schermata"
 
-#: wp-admin/edit-form-advanced.php:390
+#: wp-admin/edit-form-advanced.php:391
 msgid "About Pages"
 msgstr "Informazioni sulle pagine"
 
@@ -5989,7 +6127,7 @@ msgid "Attempt to notify any blogs linked to from the article"
 msgstr "Tentare di notificare tutti i blog che hanno un link nell'articolo"
 
 #. translators: 1: Site name, 2: site URL, 3: role
-#: wp-admin/includes/user.php:517
+#: wp-admin/includes/user.php:531
 msgid ""
 "Hi,\n"
 "You've been invited to join '%1$s' at\n"
@@ -6008,74 +6146,74 @@ msgstr ""
 "Fare clic sul link seguente per attivare il proprio account utente:\n"
 "%%s"
 
-#: wp-admin/includes/theme.php:255
+#: wp-admin/includes/theme.php:257
 msgid "Featured Images"
 msgstr "Immagini in evidenza"
 
-#: wp-admin/includes/class-wp-press-this.php:826
-#: wp-admin/includes/meta-boxes.php:376 wp-admin/includes/theme.php:261
+#: wp-admin/includes/class-wp-press-this.php:823
+#: wp-admin/includes/meta-boxes.php:385 wp-admin/includes/theme.php:263
 msgid "Post Formats"
 msgstr "Formato articoli"
 
-#: wp-admin/includes/theme.php:259
+#: wp-admin/includes/theme.php:261
 msgid "Full Width Template"
 msgstr "Template a piena larghezza"
 
-#: wp-admin/includes/theme.php:254
+#: wp-admin/includes/theme.php:256
 msgid "Featured Image Header"
 msgstr "Intestazione immagine in evidenza"
 
 #. translators: %s: browser name and link
-#: wp-admin/includes/dashboard.php:1341
+#: wp-admin/includes/dashboard.php:1344
 msgid "It looks like you're using an old version of %s. For the best WordPress experience, please update your browser."
 msgstr "Sembra che tu stia utilizzando una vecchia versione di %s. Per una migliore esperienza con WordPress ti suggeriamo di aggiornare il tuo browser."
 
 #. translators: %s: browser name and link
-#: wp-admin/includes/dashboard.php:1336
+#: wp-admin/includes/dashboard.php:1339
 msgid "It looks like you're using an insecure version of %s. Using an outdated browser makes your computer unsafe. For the best WordPress experience, please update your browser."
 msgstr "Sembra che tu stia utilizzando una versione non sicura di %s. Utilizzando un browser obsoleto rendi il tuo computer poco sicuro. Per una migliore esperienza con WordPress ti suggeriamo di aggiornare il tuo browser."
 
-#: wp-admin/includes/nav-menu.php:944
+#: wp-admin/includes/nav-menu.php:954
 msgid "There are some invalid menu items. Please check or delete them."
-msgstr "Alcune voci di menu non sono valide. Controllale o cancellale."
+msgstr "Alcune voci di menu non sono valide. Controllale o eliminale."
 
-#: wp-admin/edit-tag-form.php:127 wp-admin/edit-tags.php:413
-#: wp-admin/includes/class-wp-terms-list-table.php:177
+#: wp-admin/edit-tag-form.php:120 wp-admin/edit-tags.php:386
+#: wp-admin/includes/class-wp-terms-list-table.php:180
 #: wp-admin/includes/class-wp-terms-list-table.php:595
 msgctxt "term name"
 msgid "Name"
 msgstr "Nome"
 
-#: wp-admin/includes/template.php:487 wp-admin/includes/template.php:502
-#: wp-admin/includes/template.php:627
+#: wp-admin/includes/template.php:488 wp-admin/includes/template.php:503
+#: wp-admin/includes/template.php:628
 msgctxt "meta name"
 msgid "Name"
 msgstr "Nome"
 
-#: wp-admin/themes.php:314
+#: wp-admin/themes.php:318
 msgctxt "theme name"
 msgid "Name"
 msgstr "Nome"
 
 #. translators: %s: Theme Directory URL
-#: wp-admin/theme-install.php:79
-msgid "You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href=\"%s\" target=\"_blank\">WordPress Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses."
-msgstr "Puoi trovare temi aggiuntivi per il tuo sito utilizzando il browser/installatore di Temi presente in questa schermata, che mostrerà i temi presenti nella <a href=\"%s\" target=\"_blank\">Directory dei temi di WordPress.org</a>. Questi temi sono stati progettati e sviluppati da terze parti, sono disponibili gratuitamente, e sono compatibili con la licenza utilizzata da WordPress."
+#: wp-admin/theme-install.php:85
+msgid "You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href=\"%s\">WordPress Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses."
+msgstr "Puoi trovare temi aggiuntivi per il tuo sito utilizzando il browser/installatore di Temi presente in questa schermata, che mostrerà i temi presenti nella <a href=\"%s\">Directory dei temi di WordPress.org</a>. Questi temi sono stati progettati e sviluppati da terze parti, sono disponibili gratuitamente, e sono compatibili con la licenza utilizzata da WordPress."
 
 #. translators: %s: WordPress Plugin Directory URL
-#: wp-admin/plugins.php:377
-msgid "If you would like to see more plugins to choose from, click on the &#8220;Add New&#8221; button and you will be able to browse or search for additional plugins from the <a href=\"%s\" target=\"_blank\">WordPress Plugin Directory</a>. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!"
-msgstr "Se desideri visualizzare più plugin tra cui scegliere, fai clic sul pulsante \"Aggiungi nuovo\"  e potrai sfogliare o cercare nuovi plugin nella <a href=\"%s\" target=\"_blank\">Directory dei plugin di WordPress.org</a>. I plugin presenti nella directory dei plugin di WordPress sono progettati e sviluppati da terze parti, e sono compatibili con la licenza che utilizza WordPress. Oh, e sono gratuiti!"
+#: wp-admin/plugins.php:391
+msgid "If you would like to see more plugins to choose from, click on the &#8220;Add New&#8221; button and you will be able to browse or search for additional plugins from the <a href=\"%s\">WordPress Plugin Directory</a>. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!"
+msgstr "Se desideri visualizzare più plugin tra cui scegliere, fai clic sul pulsante \"Aggiungi nuovo\"  e potrai sfogliare o cercare nuovi plugin nella <a href=\"%s\">Directory dei plugin di WordPress.org</a>. I plugin presenti nella directory dei plugin di WordPress sono progettati e sviluppati da terze parti, e sono compatibili con la licenza che utilizza WordPress. Oh, e sono gratuiti!"
 
 #: wp-admin/update-core.php:61
 msgid "Re-install Now"
 msgstr "Reinstalla adesso"
 
-#: wp-admin/includes/file.php:295
+#: wp-admin/includes/file.php:296
 msgid "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form."
 msgstr "Il file caricato eccede la direttiva MAX_FILE_SIZE che è stata indicata nel modulo HTML."
 
-#: wp-admin/includes/file.php:294
+#: wp-admin/includes/file.php:295
 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
 msgstr "Il file caricato eccede la direttiva upload_max_filesize in php.ini."
 
@@ -6134,7 +6272,7 @@ msgctxt "removing-widget"
 msgid "Deactivate"
 msgstr "Disattiva"
 
-#: wp-admin/about.php:57 wp-admin/credits.php:13 wp-admin/credits.php:29
+#: wp-admin/about.php:42 wp-admin/credits.php:13 wp-admin/credits.php:29
 #: wp-admin/freedoms.php:28
 msgid "Credits"
 msgstr "Riconoscimenti"
@@ -6148,7 +6286,7 @@ msgstr "Desideri vedere il tuo nome messo in luce su questa pagina? <a href=\"%s
 msgid "Lead Developer"
 msgstr "Leader nello Sviluppo"
 
-#: wp-admin/about.php:58 wp-admin/credits.php:30 wp-admin/freedoms.php:12
+#: wp-admin/about.php:43 wp-admin/credits.php:30 wp-admin/freedoms.php:12
 #: wp-admin/freedoms.php:29
 msgid "Freedoms"
 msgstr "Libertà"
@@ -6193,12 +6331,12 @@ msgstr "Se non si desidera caricare una propria immagine, è possibile utilizzar
 msgid "You can use one of these cool headers or show a random one on each page."
 msgstr "È possibile utilizzare una di queste belle intestazioni o mostrarne una casuale su ogni pagina."
 
-#: wp-admin/menu-header.php:238
+#: wp-admin/menu-header.php:240
 msgid "Collapse menu"
 msgstr "Riduci menu"
 
 #. translators: %s: wp-content directory name
-#: wp-admin/includes/class-wp-plugins-list-table.php:507
+#: wp-admin/includes/class-wp-plugins-list-table.php:508
 msgid "Drop-ins are advanced plugins in the %s directory that replace WordPress functionality when present."
 msgstr "I drop-in sono dei plugin avanzati posti nella directory %s che, quando presenti, sostituiscono delle funzionalità di WordPress."
 
@@ -6210,29 +6348,29 @@ msgstr "Immagini caricate"
 msgid "<strong>Random:</strong> Show a different image on each page."
 msgstr "<strong>Casuale:</strong> Mostra un'immagine diversa in ogni pagina."
 
-#: wp-admin/includes/class-wp-screen.php:1113 wp-admin/includes/theme.php:235
-#: wp-admin/includes/theme.php:300 wp-admin/index.php:63
+#: wp-admin/includes/class-wp-screen.php:1113 wp-admin/includes/theme.php:237
+#: wp-admin/includes/theme.php:302 wp-admin/index.php:62
 msgid "Layout"
 msgstr "Layout"
 
 #: wp-admin/users.php:240
 msgid "You have specified this user for deletion:"
-msgstr "Si è selezionato questo utente per la cancellazione:"
+msgstr "Hai selezionato questo utente per l'eliminazione:"
 
-#: wp-admin/user-edit.php:184
+#: wp-admin/user-edit.php:185
 msgid "&larr; Back to Users"
 msgstr "&larr; Torna agli utenti"
 
-#: wp-admin/includes/class-wp-list-table.php:825
+#: wp-admin/includes/class-wp-list-table.php:824
 msgctxt "paging"
 msgid "%1$s of %2$s"
 msgstr "%1$s di %2$s"
 
-#: wp-admin/includes/file.php:87
+#: wp-admin/includes/file.php:88
 msgid "%s Page Template"
 msgstr "%s template di pagina"
 
-#: wp-admin/includes/ajax-actions.php:3798 wp-admin/plugins.php:427
+#: wp-admin/includes/ajax-actions.php:3783 wp-admin/plugins.php:441
 msgid "You cannot delete a plugin while it is active on the main site."
 msgstr "Non è possibile eliminare un plugin mentre è attivo sul sito principale."
 
@@ -6240,7 +6378,7 @@ msgstr "Non è possibile eliminare un plugin mentre è attivo sul sito principal
 msgid "This plugin may be active on other sites in the network."
 msgstr "Questo plugin può essere attivo su altri siti del network."
 
-#: wp-admin/user-edit.php:207 wp-admin/users.php:489
+#: wp-admin/user-edit.php:208 wp-admin/users.php:500
 msgctxt "user"
 msgid "Add Existing"
 msgstr "Aggiungi esistente"
@@ -6249,21 +6387,11 @@ msgstr "Aggiungi esistente"
 msgid "Default Post Format"
 msgstr "Formato articolo predefinito"
 
-#: wp-admin/user-new.php:275
-msgctxt "user"
-msgid "Add Existing User"
-msgstr "Aggiungi utente esistente"
-
-#: wp-admin/plugin-editor.php:138 wp-admin/theme-editor.php:34
+#: wp-admin/plugin-editor.php:150 wp-admin/theme-editor.php:34
 msgid "Any edits to files from this screen will be reflected on all sites in the network."
 msgstr "Ogni modifica ai file di questa schermata verrà applicata su tutti i siti di questa rete."
 
-#: wp-admin/user-new.php:273
-msgctxt "user"
-msgid "Add New User"
-msgstr "Aggiungi nuovo utente"
-
-#: wp-admin/plugin-editor.php:137
+#: wp-admin/plugin-editor.php:149
 msgid "If you want to make changes but don&#8217;t want them to be overwritten when the plugin is updated, you may be ready to think about writing your own plugin. For information on how to edit plugins, write your own from scratch, or just better understand their anatomy, check out the links below."
 msgstr "Se è necessario effettuare delle modifiche ma non si desidera che siano sovrascritte quando il plugin verrà aggiornato, è probabile sia necessario scrivere il proprio plugin. Per informazioni sulla modifica di un plugin o sulla scrittura da zero di un plugin, controllare il link seguente."
 
@@ -6271,7 +6399,7 @@ msgstr "Se è necessario effettuare delle modifiche ma non si desidera che siano
 msgid "This screen lists all the existing users for your site. Each user has one of five defined roles as set by the site admin: Site Administrator, Editor, Author, Contributor, or Subscriber. Users with roles other than Administrator will see fewer options in the dashboard navigation when they are logged in, based on their role."
 msgstr "Questa schermata elenca tutti gli utenti del sito. Ciascun utente ha uno dei cinque possibili ruoli predefiniti come impostato dall'amministratore del sito: Amministratore del sito, Editore, Autore, Contribuente o Sottoscrittore. Utenti autenticati con ruoli diversi da quello di Amministratore vedranno meno opzioni nel menu di navigazione della bacheca in base al loro ruolo."
 
-#: wp-admin/index.php:67
+#: wp-admin/index.php:66
 msgid "The boxes on your Dashboard screen are:"
 msgstr "I moduli nella schermata della Bacheca sono:"
 
@@ -6279,32 +6407,32 @@ msgstr "I moduli nella schermata della Bacheca sono:"
 msgid "Press This is a bookmarklet that makes it easy to blog about something you come across on the web. You can use it to just grab a link, or to post an excerpt. Press This will even allow you to choose from images included on the page and use them in your post. Just drag the Press This link on this screen to your bookmarks bar in your browser, and you&#8217;ll be on your way to easier content creation. Clicking on it while on another website opens a popup window with all these options."
 msgstr "Press This è un bookmarklet che permettere di pubblicare con facilità qualsiasi cosa si trovi sul web. Puoi utilizzarlo per prendere anche solo un link o per pubblicare un riassunto. Press This permette anche di scegliere tra le immagini presenti nella pagina per poi utilizzarle nel tuo articolo. Basta trascinare il link Press This presente in questa schermata sulla barra dei preferiti del browser, e potrai facilmente creare nuovi contenuti. Cliccando su di esso, quando sei su un altro sito, si aprirà una finestra popup con tutte queste opzioni."
 
-#: wp-admin/includes/upgrade.php:236
+#: wp-admin/includes/upgrade.php:239
 msgid "Sample Page"
 msgstr "Pagina di esempio."
 
 #. translators: Default page slug
-#: wp-admin/includes/upgrade.php:238
+#: wp-admin/includes/upgrade.php:241
 msgid "sample-page"
 msgstr "pagina-di-esempio"
 
-#: wp-admin/options-discussion.php:229
+#: wp-admin/options-discussion.php:230
 msgid "Retro (Generated)"
 msgstr "Retro (generato)"
 
-#: wp-admin/includes/class-wp-themes-list-table.php:100
+#: wp-admin/includes/class-wp-themes-list-table.php:101
 msgid "You only have one theme enabled for this site right now. Visit the Network Admin to <a href=\"%1$s\">enable</a> more themes."
-msgstr "Al momento è possibile avere un solo tema attivo per questo sito. Vai a Amministra rete per <a href=\"%1$s\">abilitare</a> altri temi."
+msgstr "Al momento è possibile avere un solo tema attivo per questo sito. Vai in Amministra rete per <a href=\"%1$s\">abilitare</a> ulteriori temi."
 
-#: wp-admin/includes/class-wp-themes-list-table.php:96
+#: wp-admin/includes/class-wp-themes-list-table.php:97
 msgid "You only have one theme enabled for this site right now. Visit the Network Admin to <a href=\"%1$s\">enable</a> or <a href=\"%2$s\">install</a> more themes."
 msgstr "Al momento è abilitato solo un tema per questo sito. Vai a Amministra rete per <a href=\"%1$s\">abilitare</a> o <a href=\"%2$s\">installare</a> altri temi."
 
-#: wp-admin/user-edit.php:333
+#: wp-admin/user-edit.php:368
 msgid "Super admin privileges cannot be removed because this user has the network admin email."
 msgstr "I privilegio di super amministratore non può essere rimosso perchè questo utente ha l'email dell'amministratore della rete."
 
-#: wp-admin/includes/class-wp-themes-list-table.php:107
+#: wp-admin/includes/class-wp-themes-list-table.php:108
 msgid "You only have one theme installed right now. Live a little! You can choose from over 1,000 free themes in the WordPress Theme Directory at any time: just click on the <a href=\"%s\">Install Themes</a> tab above."
 msgstr "Al momento c'è un solo tema installato. &Egrave; possibile scegliere in qualsiasi momento fra oltre 1.000 temi gratuiti nella Directory dei Temi di WordPress.org: fai clic sul tab <a href=\"%s\">Installa temi</a> che si trova qui sopra."
 
@@ -6348,7 +6476,7 @@ msgstr "WordPress &rsaquo; Aggiornamento"
 msgid "The database update process may take a little while, so please be patient."
 msgstr "L'aggiornamento richiederà un po' di tempo, occorre avere pazienza."
 
-#: wp-admin/update-core.php:111
+#: wp-admin/update-core.php:113
 msgid "You are about to install WordPress %s <strong>in English (US).</strong> There is a chance this update will break your translation. You may prefer to wait for the localized version to be released."
 msgstr "Stai per installare WordPress %s <strong>in Inglese.</strong> C'&egrave; la possibilità che questo aggiornamento porti a una traduzione incompleta. Forse sarebbe opportuno attendere il rilascio della versione localizzata."
 
@@ -6379,15 +6507,15 @@ msgstr "Il tema è stato aggiornato correttamente."
 msgid "Theme update failed."
 msgstr "L'aggiornamento del tema non è riuscito."
 
-#: wp-admin/includes/ajax-actions.php:3732
-#: wp-admin/includes/ajax-actions.php:3759
+#: wp-admin/includes/ajax-actions.php:3717
+#: wp-admin/includes/ajax-actions.php:3744
 #: wp-admin/includes/class-plugin-upgrader.php:56
 msgid "Plugin update failed."
 msgstr "L'aggiornamento del plugin non è riuscito."
 
 #. translators: 1: plugin name, 2: details URL, 3: additional link attributes,
 #. 4: version number
-#: wp-admin/includes/update.php:383
+#: wp-admin/includes/update.php:391
 msgid "There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>"
 msgstr "&Egrave; disponibile una nuova versione di %1$s. <a href=\"%2$s\" %3$s>Visualizza i dettagli sulla versione %4$s</a>. <em>Aggiornamento automatico non disponibile per questo plugin</em>"
 
@@ -6419,11 +6547,12 @@ msgstr "Qui dentro vi saranno tutti gli articoli, le pagine, i commenti, i campi
 msgid "Date range:"
 msgstr "Intervallo di date:"
 
-#: wp-admin/includes/file.php:351
+#: wp-admin/includes/file.php:352
 msgid "Sorry, this file type is not permitted for security reasons."
 msgstr "Questo tipo di file non è consentito per questioni di sicurezza."
 
-#: wp-admin/admin-header.php:44
+#. translators: Admin screen title. 1: Admin screen name
+#: wp-admin/admin-header.php:47
 msgid "%1$s &#8212; WordPress"
 msgstr "%1$s &#8212; WordPress"
 
@@ -6431,27 +6560,29 @@ msgstr "%1$s &#8212; WordPress"
 msgid "This screen allows you to edit five fields for metadata in a file within the media library."
 msgstr "Questa schermata permette di modificare cinque campi per i metadati di un file della libreria media."
 
-#: wp-admin/edit-form-advanced.php:406 wp-admin/media.php:76
+#: wp-admin/edit-form-advanced.php:407 wp-admin/media.php:76
 msgid "For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information."
 msgstr "Solo per le immagini, &egrave; possibile fare clic su Modifica immagine sotto la miniatura per espandere un editor di immagini in linea con le icone per il ritaglio, la rotazione ed il ribaltamento dell'immagine così come per annullare o ripetere le operazioni. I riquadri sulla destra forniscono ulteriori opzioni per scalare l'immagine, per ritagliarla e per ritagliare la miniatura in maniera diversa da come viene ritagliata l'immagine originale. &Egrave; possibile fare clic su Aiuto all'interno di questi riquadri per ottenere maggiori informazioni."
 
-#: wp-admin/edit-form-advanced.php:407 wp-admin/media.php:77
+#: wp-admin/edit-form-advanced.php:408 wp-admin/media.php:77
 msgid "Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping."
 msgstr "Per ritagliare un&#8217;immagine fai clic su di essa (l'icona di Ritaglio è già selezionata) e trascina il rettangolo di ritaglio per selezionare la parte desiderata. Quindi fai clic su Salva per effettuare il ritaglio."
 
-#: wp-admin/edit-form-advanced.php:408 wp-admin/media.php:78
+#: wp-admin/edit-form-advanced.php:409 wp-admin/media.php:78
 msgid "Remember to click Update Media to save metadata entered or changed."
 msgstr "Ricordarti di fare clic su Aggiorna media per salvare i metadati inseriti o modificati."
 
 #: wp-admin/widgets.php:54
 msgid "The Available Widgets section contains all the widgets you can choose from. Once you drag a widget into a sidebar, it will open to allow you to configure its settings. When you are happy with the widget settings, click the Save button and the widget will go live on your site. If you click Delete, it will remove the widget."
-msgstr "La sezione widget disponibili contiene tutti i widget che è possibile utilizzare. Una volta trascinato un widget su una barra laterale, questi si aprirà per permettere di impostare i parametri relativi. Quando tutte le impostazione del widget saranno terminate, fare clic sul pulsante salva ed il widget verrà visualizzato sul sito. Se si fa clic sul pulsante Cancella il widget verrà rimosso."
+msgstr "La sezione Widget disponibili contiene tutti i widget che è possibile utilizzare. Una volta trascinato un widget su una barra laterale, questo si aprirà per permettere di impostare i suoi parametri. Quando avrai terminato di modificare le impostazioni del widget, fare clic sul pulsante salva ed il widget verrà visualizzato sul sito. Se si fa clic sul pulsante Elimina, il widget verrà rimosso."
 
-#: wp-admin/user-new.php:315
+#: wp-admin/user-new.php:322
 msgid "Email or Username"
 msgstr "Nome utente o email:"
 
-#: wp-admin/admin-header.php:46
+#. translators: Admin screen title. 1: Admin screen name, 2: Network or site
+#. name
+#: wp-admin/admin-header.php:50
 msgid "%1$s &lsaquo; %2$s &#8212; WordPress"
 msgstr "%1$s &lsaquo; %2$s &#8212; WordPress"
 
@@ -6459,7 +6590,7 @@ msgstr "%1$s &lsaquo; %2$s &#8212; WordPress"
 msgid "Search Installed Themes"
 msgstr "Ricerca temi installati"
 
-#: wp-admin/update-core.php:349
+#: wp-admin/update-core.php:346
 msgid "<strong>Please Note:</strong> Any customizations you have made to theme files will be lost. Please consider using <a href=\"%s\">child themes</a> for modifications."
 msgstr "<strong>Nota:</strong> ogni personalizzazione effettuata ai file del tema verrà perduta. Per risolvere questo problema potresti considerare di utilizzare <a href=\"%s\">i temi figli (child themes)</a>."
 
@@ -6470,20 +6601,20 @@ msgid_plural "Sticky <span class=\"count\">(%s)</span>"
 msgstr[0] "Evidenziato <span class=\"count\">(%s)</span>"
 msgstr[1] "Evidenziati <span class=\"count\">(%s)</span>"
 
-#: wp-admin/update-core.php:602
+#: wp-admin/update-core.php:606
 msgid "Check Again"
 msgstr "Verifica di nuovo"
 
 #. translators: %1 date, %2 time.
-#: wp-admin/update-core.php:601
+#: wp-admin/update-core.php:605
 msgid "Last checked on %1$s at %2$s."
 msgstr "Ultima verifica il %1$s alle %2$s."
 
-#: wp-admin/update-core.php:593
+#: wp-admin/update-core.php:590
 msgid "Please select one or more themes to update."
 msgstr "Seleziona uno o più temi da aggiornare."
 
-#: wp-admin/update-core.php:595
+#: wp-admin/update-core.php:592
 msgid "Please select one or more plugins to update."
 msgstr "Seleziona uno o più plugin da aggiornare."
 
@@ -6491,35 +6622,31 @@ msgstr "Seleziona uno o più plugin da aggiornare."
 msgid "The update process is starting. This process may take a while on some hosts, so please be patient."
 msgstr "Il processo di aggiornamento è in fase di avvio. Questa procedura potrebbe richiedere un po' di tempo su alcuni host, occorre avere pazienza."
 
-#: wp-admin/theme-install.php:181
+#: wp-admin/theme-install.php:187 wp-admin/theme-install.php:207
 msgid "Apply Filters"
 msgstr "Applica filtri"
 
-#: wp-admin/includes/theme.php:266
+#: wp-admin/includes/theme.php:268
 msgid "Translation Ready"
 msgstr "Pronto alla traduzione"
 
-#: wp-admin/includes/theme.php:258
+#: wp-admin/includes/theme.php:260
 msgid "Front Page Posting"
 msgstr "Pubblicazione in prima pagina"
 
-#: wp-admin/includes/theme.php:253
+#: wp-admin/includes/theme.php:255
 msgid "Editor Style"
 msgstr "Stile editor"
 
-#: wp-admin/includes/theme.php:247
+#: wp-admin/includes/theme.php:249
 msgid "BuddyPress"
 msgstr "BuddyPress"
 
-#: wp-admin/includes/theme.php:262
+#: wp-admin/includes/theme.php:264
 msgid "RTL Language Support"
 msgstr "Supporto a lingue RTL (scritte da destra a sinistra)"
 
-#: wp-admin/comment.php:64
-msgid "Sorry, you are not allowed to edit this comment."
-msgstr "Non sei autorizzato a modificare questo commento."
-
-#: wp-admin/includes/file.php:1188
+#: wp-admin/includes/file.php:1189
 msgid "To perform the requested action, WordPress needs to access your web server."
 msgstr "Per eseguire l'azione richiesta, WordPress necessita di alcune informazioni per accedere al server web."
 
@@ -6527,24 +6654,28 @@ msgstr "Per eseguire l'azione richiesta, WordPress necessita di alcune informazi
 msgid "No themes match your request."
 msgstr "Nessun tema corrisponde alla ricerca."
 
-#: wp-admin/includes/class-wp-list-table.php:816
-#: wp-admin/includes/class-wp-list-table.php:819
+#: wp-admin/includes/class-wp-list-table.php:815
+#: wp-admin/includes/class-wp-list-table.php:818
 msgid "Current Page"
 msgstr "Pagina corrente"
 
-#: wp-admin/includes/dashboard.php:395
+#. translators: 1: Number of users on the network
+#: wp-admin/includes/dashboard.php:396
 msgid "%s user"
 msgid_plural "%s users"
 msgstr[0] "%s utente"
 msgstr[1] "%s utenti"
 
-#: wp-admin/includes/dashboard.php:396
+#. translators: 1: Number of sites on the network
+#: wp-admin/includes/dashboard.php:398
 msgid "%s site"
 msgid_plural "%s sites"
 msgstr[0] "%s sito"
 msgstr[1] "%s siti"
 
-#: wp-admin/includes/dashboard.php:398
+#. translators: 1: Text indicating the number of sites on the network, 2: Text
+#. indicating the number of users on the network
+#: wp-admin/includes/dashboard.php:401
 msgid "You have %1$s and %2$s."
 msgstr "Hai %1$s e %2$s."
 
@@ -6552,15 +6683,15 @@ msgstr "Hai %1$s e %2$s."
 msgid "Create a New User"
 msgstr "Crea un nuovo utente"
 
-#: wp-admin/includes/dashboard.php:436 wp-admin/includes/dashboard.php:438
+#: wp-admin/includes/dashboard.php:439 wp-admin/includes/dashboard.php:441
 msgid "Search Sites"
 msgstr "Cerca siti"
 
-#: wp-admin/includes/dashboard.php:1094
+#: wp-admin/includes/dashboard.php:1097
 msgid "http://wordpress.org/news/feed/"
 msgstr "https://it.wordpress.org/news/feed/"
 
-#: wp-admin/includes/dashboard.php:1085
+#: wp-admin/includes/dashboard.php:1088
 msgid "https://wordpress.org/news/"
 msgstr "https://it.wordpress.org/news/"
 
@@ -6574,16 +6705,16 @@ msgstr " (Le iscrizioni sono disabilitate. Solo i membri di questo sito possono
 #. 4: version number
 #. translators: 1: theme name, 2: details URL, 3: additional link attributes,
 #. 4: version number
-#: wp-admin/includes/theme.php:179 wp-admin/includes/update.php:372
-#: wp-admin/includes/update.php:517
+#: wp-admin/includes/theme.php:181 wp-admin/includes/update.php:380
+#: wp-admin/includes/update.php:525
 msgid "There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a>."
 msgstr "&Egrave; disponibile una nuova versione di %1$s. <a href=\"%2$s\" %3$s>Visualizza i dettagli sulla versione %4$s</a>."
 
-#: wp-admin/includes/nav-menu.php:940
+#: wp-admin/includes/nav-menu.php:950
 msgid "Click Save Menu to make pending menu items public."
-msgstr "Fare clic su salva menu per rendere pubbliche le modifiche effettuate."
+msgstr "Fai clic su salva menu per rendere pubbliche le modifiche effettuate."
 
-#: wp-admin/includes/dashboard.php:1294
+#: wp-admin/includes/dashboard.php:1297
 msgid "Storage Space"
 msgstr "Spazio di archiviazione"
 
@@ -6600,22 +6731,22 @@ msgid "Crop and Publish"
 msgstr "Ritaglia e pubblica"
 
 #: wp-admin/edit-link-form.php:60
-msgid "XFN stands for <a href=\"http://gmpg.org/xfn/\" target=\"_blank\">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking."
-msgstr "XFN significa <a href=\"http://gmpg.org/xfn/\" target=\"_blank\">rete di amici in XHTML</a>, ed è facoltativo. WordPress permette la generazione di attributi  XFN per mostrare la relazione con gli autori/proprietari del sito che si sta linkando. "
+msgid "XFN stands for <a href=\"http://gmpg.org/xfn/\">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking."
+msgstr "XFN significa <a href=\"http://gmpg.org/xfn/\">rete di amici in XHTML</a>, ed è facoltativo. WordPress permette la generazione di attributi  XFN per mostrare la relazione con gli autori/proprietari del sito che si sta linkando. "
 
-#: wp-admin/includes/file.php:1193
+#: wp-admin/includes/file.php:1194
 msgid "FTP/SSH Username"
 msgstr "Nome utente FTP/SSH"
 
-#: wp-admin/includes/file.php:1194
+#: wp-admin/includes/file.php:1195
 msgid "FTP/SSH Password"
 msgstr "Password FTP/SSH"
 
-#: wp-admin/includes/file.php:1197
+#: wp-admin/includes/file.php:1198
 msgid "FTP Username"
 msgstr "Nome utente FTP"
 
-#: wp-admin/includes/file.php:1198
+#: wp-admin/includes/file.php:1199
 msgid "FTP Password"
 msgstr "Password FTP"
 
@@ -6655,19 +6786,19 @@ msgstr "Molti temi visualizzano il titolo del sito all'inizio di ogni pagina, ne
 msgid "You can set maximum sizes for images inserted into your written content; you can also insert an image as Full Size."
 msgstr "&Egrave; possibile impostare una dimensione massima delle immagini inserite nei contenuti scritti; è anche possibile inserire immagini ad immagine intera."
 
-#: wp-admin/edit-form-advanced.php:463
+#: wp-admin/edit-form-advanced.php:464
 msgid "<strong>Order</strong> &mdash; Pages are usually ordered alphabetically, but you can choose your own order by entering a number (1 for first, etc.) in this field."
 msgstr "<strong>Ordine</strong> &mdash; Di norma le pagine sono ordinate alfabeticamente ma è possibile scegliere un ordinamento diverso inserendo un numero (1 per la prima, etc.) in questo campo."
 
-#: wp-admin/includes/file.php:1202
+#: wp-admin/includes/file.php:1203
 msgid "If you do not remember your credentials, you should contact your web host."
 msgstr "Se non si ricordano le proprie credenziali, occorre contattare il vostro fornitore di hosting web."
 
-#: wp-admin/includes/file.php:1196
+#: wp-admin/includes/file.php:1197
 msgid "Please enter your FTP credentials to proceed."
 msgstr "Per poter proseguire, immettere le credenziali FTP."
 
-#: wp-admin/includes/file.php:1192
+#: wp-admin/includes/file.php:1193
 msgid "Please enter your FTP or SSH credentials to proceed."
 msgstr "Per poter proseguire, immettere le credenziali FTP o SSH."
 
@@ -6676,39 +6807,39 @@ msgid "Your profile contains information about you (your &#8220;account&#8221;)
 msgstr "Il profilo contiene informazioni personali e alcune impostazioni personali relative all'uso di WordPress."
 
 #. translators: %s: /wp-content/themes
-#: wp-admin/theme-install.php:86
+#: wp-admin/theme-install.php:92
 msgid "You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme&#8217;s folder via FTP into your %s directory."
 msgstr "Se hai già scaricato un tema in formato ZIP sul tuo computer è possibile Caricarlo manualmente (assicurati che provenga da un sito affidabile e dalla fonte originaria). &Egrave; anche possibile seguire il vecchio sistema utilizzando il protocollo FTP e copiando nella directory %s la cartella del tema scaricato."
 
-#: wp-admin/edit-form-advanced.php:452
+#: wp-admin/edit-form-advanced.php:453
 msgid "<strong>Send Trackbacks</strong> &mdash; Trackbacks are a way to notify legacy blog systems that you&#8217;ve linked to them. Enter the URL(s) you want to send trackbacks. If you link to other WordPress sites they&#8217;ll be notified automatically using pingbacks, and this field is unnecessary."
 msgstr "<strong>Invia trackback</strong> &mdash; I trackback sono un metodo per notificare ad altri blog che si è fatto un link verso di loro. Inserisci la/le URL alle quali inviare un trackback. Se si effettua un link ad altri siti WordPress questi verranno notificati automaticamente tramite un pingback, e quindi questo campo non è necessario."
 
-#: wp-admin/link-manager.php:55
+#: wp-admin/link-manager.php:61
 msgid "If you delete a link, it will be removed permanently, as Links do not have a Trash function yet."
-msgstr "Se un link viene cancellato viene rimosso definitivamente dato che i link per ora non hanno la funzione cestino."
+msgstr "Se un link viene cancellato, viene rimosso definitivamente, dato che i link per ora non hanno la funzione cestino."
 
-#: wp-admin/link-manager.php:47
+#: wp-admin/link-manager.php:53
 msgid "You can add links here to be displayed on your site, usually using <a href=\"%s\">Widgets</a>. By default, links to several sites in the WordPress community are included as examples."
 msgstr "&Egrave; possibile aggiungere dei link da visualizzare sul sito, di norma utilizzando i  <a href=\"%s\">Widget</a>. Di default, sono inclusi  link ad alcuni siti della comunità di WordPress come esempio."
 
-#: wp-admin/plugin-editor.php:133
+#: wp-admin/plugin-editor.php:145
 msgid "You can use the editor to make changes to any of your plugins&#8217; individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations."
 msgstr "&Egrave; possibile utilizzare l'editor per modificare ogni file php di ogni plugin. Ogni modifica effettuata ai file dei plugin verrà eliminata con l'aggiornamento automatico dei plugin."
 
-#: wp-admin/user-new.php:200
+#: wp-admin/user-new.php:207
 msgid "Administrators have access to all the administration features."
 msgstr "Gli amministratori hanno accesso a tutte le funzioni di amministrazione."
 
-#: wp-admin/user-new.php:197
+#: wp-admin/user-new.php:204
 msgid "Contributors can write and manage their posts but not publish posts or upload media files."
 msgstr "I collaboratori possono scrivere e gestire i propri articoli ma non possono pubblicare articoli o caricare file."
 
-#: wp-admin/edit-form-advanced.php:379
+#: wp-admin/edit-form-advanced.php:380
 msgid "You can also create posts with the <a href=\"%s\">Press This bookmarklet</a>."
 msgstr "Puoi creare un articolo anche con il <a href=\"%s\">bookmarklet Press This</a>."
 
-#: wp-admin/edit-tags.php:263
+#: wp-admin/edit-tags.php:245
 msgid "<strong>Slug</strong> &mdash; The &#8220;slug&#8221; is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens."
 msgstr "<strong>Slug</strong> &mdash; Lo &#8220;slug&#8221; è la versione amichevole della URL del nome. &Egrave; solitamente tutta in minuscolo e contiene solo lettere, numeri e trattini."
 
@@ -6720,19 +6851,19 @@ msgstr "&Egrave; possibile personalizzare l'aspetto del proprio sito senza modif
 msgid "Don&#8217;t forget to click on the Save Changes button when you are finished."
 msgstr "Non dimenticarsi, una volta terminato, di fare click sul pulsante Salva modifiche."
 
-#: wp-admin/user-new.php:199
+#: wp-admin/user-new.php:206
 msgid "Editors can publish posts, manage posts as well as manage other people&#8217;s posts, etc."
 msgstr "Gli editori possono pubblicare articoli, gestire articoli e anche gestire gli articoli degli altri utenti del sito, etc."
 
-#: wp-admin/user-edit.php:44
+#: wp-admin/user-edit.php:45
 msgid "Remember to click the Update Profile button when you are finished."
 msgstr "Premere il pulsante Aggiorna profilo, quando sono terminate le modifiche."
 
-#: wp-admin/user-edit.php:43
+#: wp-admin/user-edit.php:44
 msgid "Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so."
 msgstr "I campi obbligatori sono evidenziati; il resto è facoltativo. Le informazioni del profilo saranno visualizzate solo se il tema è predisposto."
 
-#: wp-admin/user-edit.php:41
+#: wp-admin/user-edit.php:42
 msgid "Your username cannot be changed, but you can use other fields to enter your real name or a nickname, and change which name to display on your posts."
 msgstr "Lo username non può essere modificato ma è possibile utilizzare gli altri campi per inserire il nome vero o un soprannome e scegliere quale nome visualizzare negli articoli"
 
@@ -6771,27 +6902,27 @@ msgstr "UTC significa tempo coordinato universale."
 msgid "The boxes for link name, web address, and description have fixed positions, while the others may be repositioned using drag and drop. You can also hide boxes you don&#8217;t use in the Screen Options tab, or minimize boxes by clicking on the title bar of the box."
 msgstr "Le sezioni del nome del link, dell'indirizzo Web e della descrizione hanno una posizione fissa, mentre tutte le altre sezioni possono essere riposizionate utilizzando il drag & drop. &Egrave; possibile modificare la visualizzazione di questa schermata utilizzando la linguetta Impostazioni schermata per impostare quali elementi nascondere, o chiudere le sezioni cliccando sulla barra del titolo della sezione."
 
-#: wp-admin/update-core.php:185
+#: wp-admin/update-core.php:187
 msgid "An updated version of WordPress is available."
 msgstr "&Egrave; disponibile una versione aggiornata di WordPress."
 
-#: wp-admin/update-core.php:341
+#: wp-admin/update-core.php:338
 msgid "Your themes are all up to date."
 msgstr "Tutti i  temi sono aggiornati."
 
-#: wp-admin/update-core.php:163
+#: wp-admin/update-core.php:165
 msgid "You have the latest version of WordPress."
 msgstr "Hai già l&#8217;ultima versione di WordPress."
 
-#: wp-admin/update-core.php:229
+#: wp-admin/update-core.php:226
 msgid "Your plugins are all up to date."
 msgstr "Tutti i plugin sono aggiornati."
 
-#: wp-admin/update-core.php:208
+#: wp-admin/update-core.php:210
 msgid "While your site is being updated, it will be in maintenance mode. As soon as your updates are complete, your site will return to normal."
 msgstr "Mentre il sito è in aggiornamento sarà attivata la modalità di manutenzione. Appena l'aggiornamento sarà completato il sito ritornerà alla normalità."
 
-#: wp-admin/plugin-editor.php:159 wp-admin/theme-editor.php:145
+#: wp-admin/plugin-editor.php:171 wp-admin/theme-editor.php:145
 msgid "Function Name&hellip;"
 msgstr "Nome funzione&hellip;"
 
@@ -6807,7 +6938,7 @@ msgstr "Ritorna agli importatori"
 msgid "You can add or edit links on this screen by entering information in each of the boxes. Only the link&#8217;s web address and name (the text you want to display on your site as the link) are required fields."
 msgstr "&Egrave; possibile aggiungere o modificare link in questa schermata inserendo le informazioni in ogni casella. Solamente l'indirizzo web del link e il suo nome (il testo che si desidera venga mostrato come link) sono campi obbligatori."
 
-#: wp-admin/edit-tags.php:591
+#: wp-admin/edit-tags.php:545
 msgid "Categories can be selectively converted to tags using the <a href=\"%s\">category to tag converter</a>."
 msgstr "La categorie possono venire selettivamente convertite in tag utilizzando il <a href=\"%s\">convertitore di categorie in tag</a>."
 
@@ -6816,14 +6947,10 @@ msgctxt "nav menu front page title"
 msgid "Home: %s"
 msgstr "Home: %s"
 
-#: wp-admin/import.php:62 wp-admin/users.php:235
+#: wp-admin/import.php:62 wp-admin/themes.php:180 wp-admin/users.php:235
 msgid "ERROR:"
 msgstr "Errore:"
 
-#: wp-admin/edit-form-advanced.php:263 wp-admin/edit-form-advanced.php:467
-msgid "Page Attributes"
-msgstr "Attributi pagina"
-
 #: wp-admin/export.php:49
 msgid "Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format."
 msgstr "Una volta generato, il file WXR può essere importato in un altro sito con WordPress o qualsiasi altra piattaforma di blog in grado di leggere questo formato."
@@ -6832,15 +6959,15 @@ msgstr "Una volta generato, il file WXR può essere importato in un altro sito c
 msgid "This screen lists links to plugins to import data from blogging/content management platforms. Choose the platform you want to import from, and click Install Now when you are prompted in the popup window. If your platform is not listed, click the link to search the plugin directory for other importer plugins to see if there is one for your platform."
 msgstr "In questa schermata sono elencati i link ai plugin per importare i dati da altre piattaforme di gestione dei contenuti e di blogging. Seleziona la piattaforma dalla quale importare e clicca su \"Installa ora\" quando richiesto nella finestra pop up. Se la piattaforma non è nell'elenco, clicca sul link per cercare nella directory dei plugin e verifica se il plugin adatto alla piattaforma è presente."
 
-#: wp-admin/plugin-editor.php:134
+#: wp-admin/plugin-editor.php:146
 msgid "Choose a plugin to edit from the dropdown menu and click the Select button. Click once on any file name to load it in the editor, and make your changes. Don&#8217;t forget to save your changes (Update File) when you&#8217;re finished."
 msgstr "Scegli un plugin da modificare dal menu a discesa e fai clic sul pulsante di selezione. Fai clic una sola volta sul nome del file da modificare per caricarlo nell'editor e modificarlo. Terminate le modifiche, ricordarti di salvare le modifiche. (Aggiorna file)"
 
-#: wp-admin/link-manager.php:49
+#: wp-admin/link-manager.php:55
 msgid "You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table."
 msgstr "&Egrave; possibile personalizzare la visualizzazione di questa schermata utilizzando l'etichetta impostazione schermo e/o i filtri a discesa sopra la tabella dei link."
 
-#: wp-admin/plugins.php:385
+#: wp-admin/plugins.php:399
 msgid "Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin&#8217;s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue."
 msgstr "Quasi sempre i plugin funzionano bene con WordPress e gli altri plugin. Alcune volte, tuttavia, il codice di un plugin interferisce con quello di un altro plugin, causando problemi di compatibilità. Se il sito si comporta in maniera strana, il problema potrebbe essere dovuto a queste incompatibilità. Provare a disattivare tutti i plugin e riattivarli in varie combinazioni sino a quando non si riuscirà ad isolare quello/i che da/danno problemi. "
 
@@ -6872,15 +6999,15 @@ msgstr "Abilitando la modalità accessibile, attraverso le Impostazioni schermat
 msgid "Widgets may be used multiple times. You can give each widget a title, to display on your site, but it&#8217;s not required."
 msgstr "I widget possono essere utilizzati più volte. &Egrave; possibile assegnare un titolo ad ogni widget, per visualizzarlo sul sito ma, non è obbligatorio."
 
-#: wp-admin/includes/meta-boxes.php:795
+#: wp-admin/includes/meta-boxes.php:805
 msgid "(no parent)"
 msgstr "Pagina base"
 
-#: wp-admin/edit-form-advanced.php:461
+#: wp-admin/edit-form-advanced.php:462
 msgid "<strong>Parent</strong> &mdash; You can arrange your pages in hierarchies. For example, you could have an &#8220;About&#8221; page that has &#8220;Life Story&#8221; and &#8220;My Dog&#8221; pages under it. There are no limits to how many levels you can nest pages."
 msgstr "<strong>Genitore</strong>  &mdash; &Egrave; possibile organizzare le pagine in gerarchie. Ad esempio si può avere una pagina &#8220;Informazioni&#8221; che ha le pagine &#8220;Storia della mia vita&#8221; e &#8220;Il mio cane&#8221; sotto di essa. Non vi sono limiti su quanto possono essere annidate profondamente le pagine."
 
-#: wp-admin/edit-form-advanced.php:462
+#: wp-admin/edit-form-advanced.php:463
 msgid "<strong>Template</strong> &mdash; Some themes have custom templates you can use for certain pages that might have additional features or custom layouts. If so, you&#8217;ll see them in this dropdown menu."
 msgstr "<strong>Template</strong>  &mdash; Alcuni temi hanno dei template personalizzati da poter utilizzare per determinate pagine, che possono contenere funzionalità aggiuntive o una grafica personalizzata. Se così fosse, queste appariranno in questo menu a discesa."
 
@@ -6888,31 +7015,31 @@ msgstr "<strong>Template</strong>  &mdash; Alcuni temi hanno dei template person
 msgid "All updates have been completed."
 msgstr "Tutti gli aggiornamenti sono stati completati."
 
-#: wp-admin/edit-tags.php:255
+#: wp-admin/edit-tags.php:237
 msgid "When adding a new category on this screen, you&#8217;ll fill in the following fields:"
 msgstr "Quando si aggiunge una nuova categoria in questa schermata, si riempiranno i seguenti campi:"
 
-#: wp-admin/edit-tags.php:260
+#: wp-admin/edit-tags.php:242
 msgid "<strong>Name</strong> &mdash; The name is how it appears on your site."
 msgstr "<strong>Nome</strong>  &mdash; Il nome come appare sul sito."
 
-#: wp-admin/edit-tags.php:268
+#: wp-admin/edit-tags.php:250
 msgid "<strong>Description</strong> &mdash; The description is not prominent by default; however, some themes may display it."
 msgstr "<strong>Descrizione</strong>  &mdash; La descrizione di base non è importante, tuttavia alcuni temi possono visualizzarla."
 
-#: wp-admin/edit-tags.php:270
+#: wp-admin/edit-tags.php:252
 msgid "You can change the display of this screen using the Screen Options tab to set how many items are displayed per screen and to display/hide columns in the table."
 msgstr "&Egrave; possibile modificare la visualizzazione di questa schermata utilizzando l'etichetta Impostazioni schermata per impostare quanti elementi visualizzare e quante colonne mostrare/nascondere."
 
-#: wp-admin/edit-tags.php:245
+#: wp-admin/edit-tags.php:227
 msgid "What&#8217;s the difference between categories and tags? Normally, tags are ad-hoc keywords that identify important information in your post (names, subjects, etc) that may or may not recur in other posts, while categories are pre-determined sections. If you think of your site like a book, the categories are like the Table of Contents and the tags are like the terms in the index."
 msgstr "Qual è la differenza tra categorie e tag? Normalmente i tag sono parole chiave ad hoc che identificano informazioni importanti negli articoli (nomi, oggetti, etc) che possono essere o non essere ricorrenti negli articoli, mentre le categorie sono sezioni stabilite in anticipo. Pensando al sito come ad un libro, le categorie sono come la tavola dei contenuti e i tag come i termini presenti nell'indice."
 
-#: wp-admin/edit-tags.php:236
+#: wp-admin/edit-tags.php:218
 msgid "You can use categories to define sections of your site and group related posts. The default category is &#8220;Uncategorized&#8221; until you change it in your <a href=\"%s\">writing settings</a>."
 msgstr "&Egrave; possibile utilizzare le categorie per creare sezioni diverse del sito e gruppi di articoli. La categoria predefinita è &#8220;senza categoria&#8221; fino a che non viene modificata nelle <a href=\"%s\">impostazioni di scrittura.</a>"
 
-#: wp-admin/edit-tags.php:257
+#: wp-admin/edit-tags.php:239
 msgid "When adding a new tag on this screen, you&#8217;ll fill in the following fields:"
 msgstr "Quando si aggiunge un nuovo tag in questa schermata, dovrai riempire i seguenti campi:"
 
@@ -6957,7 +7084,7 @@ msgid "Default Images"
 msgstr "Immagine predefinita"
 
 #: wp-admin/includes/class-wp-comments-list-table.php:578
-#: wp-admin/includes/dashboard.php:636
+#: wp-admin/includes/dashboard.php:639
 msgid "Delete this comment permanently"
 msgstr "Elimina definitivamente questo commento"
 
@@ -6965,7 +7092,7 @@ msgstr "Elimina definitivamente questo commento"
 msgid "Restore this comment from the Trash"
 msgstr "Ripristina questo commento dal cestino"
 
-#: wp-admin/includes/meta-boxes.php:660
+#: wp-admin/includes/meta-boxes.php:671
 msgid "Allow comments."
 msgstr "Permetti commenti"
 
@@ -6975,20 +7102,20 @@ msgstr "Permetti commenti"
 msgid "Return to WordPress Updates page"
 msgstr "Ritorna alla pagina degli aggiornamenti di WordPress"
 
-#: wp-admin/edit-form-advanced.php:453
+#: wp-admin/edit-form-advanced.php:454
 msgid "<strong>Discussion</strong> &mdash; You can turn comments and pings on or off, and if there are comments on the post, you can see them here and moderate them."
 msgstr "<strong>Discussione</strong>  &mdash; &Egrave; possibile attivare e disattivare commenti e ping, se ci sono commenti all'articolo si possono vedere e moderare qui."
 
-#: wp-admin/edit-form-advanced.php:364
+#: wp-admin/edit-form-advanced.php:365
 msgid "<strong>Title</strong> &mdash; Enter a title for your post. After you enter a title, you&#8217;ll see the permalink below, which you can edit."
 msgstr "<strong>Titolo</strong>  &mdash; Scrivi un titolo per l'articolo. Dopo aver scritto il titolo, si vedrà il permalink sotto al titolo, che potrà essere modificato."
 
 #. translators: %s: Featured Image
-#: wp-admin/edit-form-advanced.php:441
+#: wp-admin/edit-form-advanced.php:442
 msgid "<strong>%s</strong> &mdash; This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the image as a post thumbnail on the home page, a custom header, etc."
 msgstr "<strong>%s</strong>  &mdash; Ti permette di associare una immagine all'articolo senza doverla inserire direttamente nel testo. Questo è utile se il tuo tema utilizza le immagini come miniatura nella pagina principale, una testata personalizzata, etc. "
 
-#: wp-admin/edit.php:206
+#: wp-admin/edit.php:210
 msgid "Hovering over a row in the posts list will display action links that allow you to manage your post. You can perform the following actions:"
 msgstr "Posizionandosi con il mouse sopra una riga nella lista degli articoli, si attiveranno dei link che permettono di gestire l'articolo. &Egrave; possibile eseguire le seguenti azioni:"
 
@@ -6996,15 +7123,15 @@ msgstr "Posizionandosi con il mouse sopra una riga nella lista degli articoli, s
 msgid "You can customize the display of this screen in a number of ways:"
 msgstr "&Egrave; possibile organizzare la visualizzazione di questa schermata in diversi modi:"
 
-#: wp-admin/edit.php:196
+#: wp-admin/edit.php:200
 msgid "You can hide/display columns based on your needs and decide how many posts to list per screen using the Screen Options tab."
 msgstr "&Egrave; possibile mostrare/nascondere le colonne e stabilire quanti articoli mostrare per schermata, utilizzando l'etichetta Impostazione schermo."
 
-#: wp-admin/edit.php:199
+#: wp-admin/edit.php:203
 msgid "You can refine the list to show only posts in a specific category or from a specific month by using the dropdown menus above the posts list. Click the Filter button after making your selection. You also can refine the list by clicking on the post author, category or tag in the posts list."
 msgstr "&Egrave; possibile organizzare  la lista per visualizzare solo gli articoli di una specifica categoria o di un mese specifico, utilizzando i menu a scomparsa sopra la lista degli articoli. Cliccare sul pulsante filtra dopo aver effettuato la selezione. &Egrave; possibile organizzare la visualizzazione cliccando sull'autore dell'articolo. sulla categoria o sui tag nella lista degli articoli."
 
-#: wp-admin/plugins.php:512
+#: wp-admin/plugins.php:526
 msgid "Search Installed Plugins"
 msgstr "Ricerca plugin installati"
 
@@ -7017,7 +7144,7 @@ msgstr "Il tema non supporta i menu di navigazione o i widget."
 msgid "Categories and Tags Converter"
 msgstr "Convertitore di categorie e tag"
 
-#: wp-admin/includes/nav-menu.php:389
+#: wp-admin/includes/nav-menu.php:398
 msgid "Most Recent"
 msgstr "Più recenti"
 
@@ -7030,7 +7157,7 @@ msgctxt "Theme Installer"
 msgid "Tag"
 msgstr "Tag"
 
-#: wp-admin/includes/plugin-install.php:263
+#: wp-admin/includes/plugin-install.php:285
 msgctxt "Plugin Installer"
 msgid "Tag"
 msgstr "Tag"
@@ -7046,33 +7173,28 @@ msgctxt "comment"
 msgid "Mark as Spam"
 msgstr "Contrassegna come spam"
 
-#: wp-admin/includes/media.php:2229
+#: wp-admin/includes/media.php:2237
 msgctxt "verb"
 msgid "Clear"
 msgstr "Pulisci"
 
-#: wp-admin/custom-background.php:245
+#: wp-admin/custom-background.php:294
 msgid "Remove Background Image"
 msgstr "Rimuovi immagine di sfondo"
 
 #. translators: %s: post title
 #. translators: %s: link to post
-#: wp-admin/edit-comments.php:127 wp-admin/edit-comments.php:184
+#: wp-admin/edit-comments.php:143 wp-admin/edit-comments.php:200
 msgid "Comments on &#8220;%s&#8221;"
 msgstr "Commenti su &#8220;%s&#8221;"
 
-#: wp-admin/includes/nav-menu.php:966
+#: wp-admin/includes/nav-menu.php:976
 msgid "Show advanced menu properties"
 msgstr "Mostra proprietà avanzate del menu"
 
-#. translators: %s: add new taxonomy label
-#: wp-admin/includes/meta-boxes.php:505
-msgid "+ %s"
-msgstr "+ %s"
-
 #. translators: 1: plugin version, 2: new version
 #. translators: 1: theme version, 2: new version
-#: wp-admin/update-core.php:309 wp-admin/update-core.php:381
+#: wp-admin/update-core.php:306 wp-admin/update-core.php:378
 msgid "You have version %1$s installed. Update to %2$s."
 msgstr "Stai utilizzando la versione %1$s. Aggiorna alla versione %2$s."
 
@@ -7082,11 +7204,11 @@ msgctxt "comment"
 msgid "Not Spam"
 msgstr "Non è spam"
 
-#: wp-admin/custom-background.php:260
+#: wp-admin/custom-background.php:309
 msgid "This will restore the original background image. You will not be able to restore any customizations."
 msgstr "Questa opzione ripristiner&agrave; l'immagine originale dello sfondo. Non si potranno pi&ugrave; recuperare eventuali personalizzazioni."
 
-#: wp-admin/includes/dashboard.php:1103
+#: wp-admin/includes/dashboard.php:1106
 msgid "WordPress Blog"
 msgstr "Blog WordPress"
 
@@ -7098,11 +7220,11 @@ msgstr "Rimuovi utenti dal sito"
 msgid "Use Press This to clip text, images and videos from any web page. Then edit and add more straight from Press This before you save or publish it in a post on your site."
 msgstr "Usa Press This per ritagliare testi, immagini e video da qualsiasi pagina web. Quindi modifica ed aggiungi altro contenuto direttamente in Press This prima di salvarlo o pubblicarlo in un articolo del tuo sito."
 
-#: wp-admin/user-edit.php:320 wp-admin/user-edit.php:322
+#: wp-admin/user-edit.php:355 wp-admin/user-edit.php:357
 msgid "&mdash; No role for this site &mdash;"
 msgstr "&mdash; Nessun ruolo per questo sito &mdash;"
 
-#: wp-admin/includes/upgrade.php:392
+#: wp-admin/includes/upgrade.php:395
 msgid "New WordPress Site"
 msgstr "Nuovo sito WordPress"
 
@@ -7110,7 +7232,7 @@ msgstr "Nuovo sito WordPress"
 msgid "My Site"
 msgstr "Il mio sito"
 
-#: wp-admin/includes/post.php:724
+#: wp-admin/includes/post.php:726
 msgid "Sorry, you are not allowed to create pages on this site."
 msgstr "Non sei autorizzato a creare pagine su questo sito."
 
@@ -7124,17 +7246,17 @@ msgstr "Messaggio personalizzato di sito sospeso."
 
 #: wp-admin/includes/plugin.php:429
 msgid "Custom site deleted message."
-msgstr "Messaggio personalizzato di sito cancellato."
+msgstr "Messaggio personalizzato di sito eliminato."
 
-#: wp-admin/includes/post.php:726
+#: wp-admin/includes/post.php:728
 msgid "Sorry, you are not allowed to create posts or drafts on this site."
 msgstr "Non sei autorizzato a creare articoli o bozze su questo sito."
 
 #: wp-admin/import.php:68
 msgid "If you have posts or comments in another system, WordPress can import those into this site. To get started, choose a system to import from below:"
-msgstr "Se hai articoli o commenti su un’altra piattaforma, WordPress può importarli in questo sito. Per iniziare, seleziona un sistema di importazione dal seguente elenco:"
+msgstr "Se hai articoli o commenti su un’altra piattaforma, WordPress può importarli in questo sito. Per iniziare, seleziona dall'elenco qui sotto una piattaforma dalla quale importare:"
 
-#: wp-admin/includes/nav-menu.php:337 wp-admin/includes/nav-menu.php:621
+#: wp-admin/includes/nav-menu.php:345 wp-admin/includes/nav-menu.php:630
 msgid "No items."
 msgstr "Nessun elemento."
 
@@ -7150,31 +7272,31 @@ msgstr "Per utilizzare la configurazione con i sottodomini devi inserire una wil
 
 #: wp-admin/nav-menus.php:245
 msgid "The menu item has been successfully deleted."
-msgstr "L'elemento del menu è stato cancellato."
+msgstr "L'elemento del menu è stato eliminato."
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:236
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:235
 #: wp-admin/includes/class-wp-theme-install-list-table.php:145
-#: wp-admin/setup-config.php:249
+#: wp-admin/setup-config.php:247
 msgid "Try again"
 msgstr "Riprovare"
 
-#: wp-admin/includes/ajax-actions.php:1296
+#: wp-admin/includes/ajax-actions.php:1288
 msgid "Please provide a custom field name."
 msgstr "Fornire un nome per il campo personalizzato."
 
-#: wp-admin/custom-background.php:241 wp-admin/custom-header.php:634
+#: wp-admin/custom-background.php:290 wp-admin/custom-header.php:634
 msgid "Remove Image"
 msgstr "Rimuovi immagine"
 
-#: wp-admin/custom-background.php:290
+#: wp-admin/custom-background.php:339
 msgid "Display Options"
 msgstr "Opzioni di visualizzazione."
 
-#: wp-admin/users.php:461
+#: wp-admin/users.php:472
 msgid "Other users have been removed."
 msgstr "Altri utenti sono stati rimossi."
 
-#: wp-admin/users.php:460
+#: wp-admin/users.php:471
 msgid "You can't remove the current user."
 msgstr "Non è possibile rimuovere eliminare l&#8217;utente corrente."
 
@@ -7186,17 +7308,13 @@ msgstr "Nessun utente valido selezionato per la rimozione."
 msgid "Confirm Removal"
 msgstr "Conferma rimozione"
 
-#: wp-admin/users.php:174
-msgid "You can&#8217;t delete that user."
-msgstr "Non puoi eliminare questo utente."
-
 #: wp-admin/users.php:148 wp-admin/users.php:197
 msgid "User deletion is not allowed from this screen."
 msgstr "Non è permesso eliminare un utente da questa schermata."
 
 #: wp-admin/users.php:371
 msgid "You have specified these users for removal:"
-msgstr "Si sono selezionati questi utenti per la cancellazione:"
+msgstr "Hai selezionato questi utenti per l'eliminazione:"
 
 #: wp-admin/includes/class-bulk-upgrader-skin.php:46
 msgid "Hide Details"
@@ -7211,36 +7329,36 @@ msgstr "Mostra dettagli"
 msgid "%1$s updated successfully."
 msgstr "%1$s aggiornato correttamente."
 
-#: wp-admin/includes/user.php:467
+#: wp-admin/includes/user.php:481
 msgid "No thanks, do not remind me again"
 msgstr "No grazie, non ricordarmelo più"
 
-#: wp-admin/includes/upgrade.php:80
+#: wp-admin/includes/upgrade.php:83
 msgid "Your chosen password."
 msgstr "La password che hai scelto."
 
-#: wp-admin/includes/user.php:466
+#: wp-admin/includes/user.php:480
 msgid "Yes, take me to my profile page"
 msgstr "Vai alla pagina del profilo"
 
 #: wp-admin/edit.php:144 wp-admin/edit.php:147 wp-admin/post.php:260
 #: wp-admin/post.php:263 wp-admin/upload.php:162
 msgid "Error in deleting."
-msgstr "Errore durante la cancellazione."
+msgstr "Errore durante l'eliminazione."
 
 #: wp-admin/edit.php:106 wp-admin/post.php:214 wp-admin/upload.php:135
 msgid "Sorry, you are not allowed to move this item to the Trash."
 msgstr "Non sei autorizzato a spostare questo elemento nel cestino."
 
 #. translators: %s: number of comments moved to the Trash
-#: wp-admin/edit-comments.php:249
+#: wp-admin/edit-comments.php:265
 msgid "%s comment moved to the Trash."
 msgid_plural "%s comments moved to the Trash."
 msgstr[0] "%s commento spostato nel cestino."
 msgstr[1] "%s commenti spostati nel cestino."
 
 #. translators: %s: number of comments restored from the Trash
-#: wp-admin/edit-comments.php:254
+#: wp-admin/edit-comments.php:270
 msgid "%s comment restored from the Trash"
 msgid_plural "%s comments restored from the Trash"
 msgstr[0] "%s commento ripristinato dal cestino"
@@ -7258,31 +7376,31 @@ msgstr "Non sei autorizzato a ripristinare questo elemento dal cestino."
 msgid "Error in restoring from Trash."
 msgstr "Errore nel ripristino dal cestino."
 
-#: wp-admin/update-core.php:348
+#: wp-admin/update-core.php:345
 msgid "The following themes have new versions available. Check the ones you want to update and then click &#8220;Update Themes&#8221;."
 msgstr "Per i seguenti temi è disponibile una nuova versione. Seleziona quelli che desideri aggiornare e fai clic su &#8220;Aggiorna temi&#8221;."
 
-#: wp-admin/user-new.php:244
+#: wp-admin/user-new.php:251
 msgid "Invitation email sent to user. A confirmation link must be clicked for them to be added to your site."
 msgstr "Email di invito spedita all'utente. Occorrerà che venga fatto clic sul link di conferma per venir aggiunti al sito."
 
-#: wp-admin/user-new.php:255
+#: wp-admin/user-new.php:262
 msgid "That user is already a member of this site."
 msgstr "Questo utente è già membro di questo sito."
 
-#: wp-admin/user-new.php:248
+#: wp-admin/user-new.php:255
 msgid "User has been added to your site."
 msgstr "L'utente è stato aggiunto al sito."
 
-#: wp-admin/update-core.php:241
+#: wp-admin/update-core.php:238
 msgid "The following plugins have new versions available. Check the ones you want to update and then click &#8220;Update Plugins&#8221;."
 msgstr "Per i seguenti plugin è disponibile una nuova versione. Seleziona quelli che desideri aggiornare e fai clic su &#8220;Aggiorna plugin&#8221;."
 
-#: wp-admin/custom-background.php:246
+#: wp-admin/custom-background.php:295
 msgid "This will remove the background image. You will not be able to restore any customizations."
 msgstr "Questa opzione eliminer&agrave; l'immagine originale dello sfondo. Non si potranno pi&ugrave; recuperare eventuali personalizzazioni."
 
-#: wp-admin/includes/class-wp-themes-list-table.php:113
+#: wp-admin/includes/class-wp-themes-list-table.php:114
 msgid "Only the current theme is available to you. Contact the %s administrator for information about accessing additional themes."
 msgstr "&Egrave; disponibile solo il tema corrente. Contattare l'amministratore %s per le informazioni necessarie per utilizzare altri temi."
 
@@ -7305,29 +7423,29 @@ msgstr "Pagina salvata."
 #. translators: %s: Importer name
 #. translators: 1: Plugin name and version.
 #: wp-admin/import.php:175
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:511
-#: wp-admin/includes/class-wp-plugins-list-table.php:788
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:507
+#: wp-admin/includes/class-wp-plugins-list-table.php:786
 msgid "More information about %s"
 msgstr "Altre informazioni su %s"
 
-#: wp-admin/user-edit.php:174
+#: wp-admin/user-edit.php:175
 msgid "This user has super admin privileges."
 msgstr "Questo utente dispone dei privilegi di superadmin."
 
-#: wp-admin/install.php:151 wp-admin/user-edit.php:174
+#: wp-admin/install.php:151 wp-admin/user-edit.php:175
 msgid "Important:"
 msgstr "Importante:"
 
-#: wp-admin/user-edit.php:331
+#: wp-admin/user-edit.php:366
 msgid "Grant this user super admin privileges for the Network."
 msgstr "Attribuisci a questo utente i privilegi di super amministratore del network."
 
-#: wp-admin/includes/class-wp-theme-install-list-table.php:278
-#: wp-admin/includes/class-wp-theme-install-list-table.php:401
+#: wp-admin/includes/class-wp-theme-install-list-table.php:281
+#: wp-admin/includes/class-wp-theme-install-list-table.php:404
 msgid "Update to version %s"
 msgstr "Aggiorna alla versione %s"
 
-#: wp-admin/user-edit.php:304
+#: wp-admin/user-edit.php:339
 msgid "Usernames cannot be changed."
 msgstr "Il nome utente non può essere modificato."
 
@@ -7337,9 +7455,9 @@ msgstr "elementi"
 
 #: wp-admin/nav-menus.php:264
 msgid "The menu has been successfully deleted."
-msgstr "Il menu è stato cancellato."
+msgstr "Il menu è stato eliminato."
 
-#: wp-admin/includes/template.php:1258
+#: wp-admin/includes/template.php:1261
 msgid "The miscellaneous options group has been removed. Use another settings group."
 msgstr "Il gruppo delle opzioni varie è stato rimosso. Utilizzare un altro gruppo impostazioni."
 
@@ -7353,7 +7471,7 @@ msgstr "Visibilità del sito"
 msgid "In a few words, explain what this site is about."
 msgstr "Spiega in poche parole l&#8217;argomento di questo sito."
 
-#: wp-admin/nav-menus.php:762 wp-admin/nav-menus.php:839
+#: wp-admin/nav-menus.php:763 wp-admin/nav-menus.php:842
 msgid "Save Menu"
 msgstr "Salva menu"
 
@@ -7361,7 +7479,7 @@ msgstr "Salva menu"
 msgid "CSS Classes (optional)"
 msgstr "Classi CSS (opzionale)"
 
-#: wp-admin/includes/nav-menu.php:968
+#: wp-admin/includes/nav-menu.php:978
 msgid "Link Target"
 msgstr "Destinazione link"
 
@@ -7394,11 +7512,11 @@ msgstr "Occorre fornire un nome per la propria rete di siti."
 msgid "You must provide a domain name."
 msgstr "Occorre fornire un nome di dominio."
 
-#: wp-admin/includes/user.php:463
+#: wp-admin/includes/user.php:477
 msgid "Notice:"
 msgstr "Avvertenza:"
 
-#: wp-admin/edit-form-advanced.php:578
+#: wp-admin/edit-form-advanced.php:586
 msgid "Get Shortlink"
 msgstr "Ottieni uno shortlink"
 
@@ -7411,30 +7529,30 @@ msgstr "Aggiornamento di  %1$s non riuscito."
 msgid "Updating Plugin %1$s (%2$d/%3$d)"
 msgstr "Aggiornamento plugin %1$s (%2$d/%3$d)"
 
-#: wp-admin/includes/upgrade.php:83
+#: wp-admin/includes/upgrade.php:86
 msgid "User already exists. Password inherited."
 msgstr "Utente già esistente. La password è stata ereditata."
 
-#: wp-admin/includes/upgrade.php:95
+#: wp-admin/includes/upgrade.php:98
 msgid "The password you chose during the install."
 msgstr "La password che hai scelto durante l&#8217;installazione."
 
-#: wp-admin/plugins.php:131 wp-admin/update-core.php:244
-#: wp-admin/update-core.php:329 wp-admin/update-core.php:666
-#: wp-admin/update-core.php:670
+#: wp-admin/plugins.php:131 wp-admin/update-core.php:241
+#: wp-admin/update-core.php:326 wp-admin/update-core.php:679
+#: wp-admin/update-core.php:683
 msgid "Update Plugins"
 msgstr "Aggiorna plugin"
 
-#: wp-admin/update-core.php:461
+#: wp-admin/update-core.php:458
 msgid "Update WordPress"
 msgstr "Aggiorna WordPress"
 
 #: wp-admin/includes/class-wp-automatic-updater.php:355
-#: wp-admin/includes/update-core.php:1221 wp-admin/update-core.php:501
+#: wp-admin/includes/update-core.php:1224 wp-admin/update-core.php:498
 msgid "WordPress updated successfully"
 msgstr "WordPress è stato aggiornato correttamente."
 
-#: wp-admin/update-core.php:549 wp-admin/update-core.php:588
+#: wp-admin/update-core.php:546 wp-admin/update-core.php:585
 msgid "WordPress Updates"
 msgstr "Aggiornamenti di WordPress"
 
@@ -7442,7 +7560,7 @@ msgstr "Aggiornamenti di WordPress"
 msgid "Edit menu item"
 msgstr "Modifica elemento del menu"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:428
+#: wp-admin/includes/class-wp-plugins-list-table.php:429
 msgid "Drop-ins <span class=\"count\">(%s)</span>"
 msgid_plural "Drop-ins <span class=\"count\">(%s)</span>"
 msgstr[0] "Drop-in <span class=\"count\">(%s)</span>"
@@ -7456,7 +7574,7 @@ msgstr "Questo fuso orario non osserva l'ora legale."
 msgid "This timezone is currently in daylight saving time."
 msgstr "Questo fuso orario segue attualmente l'ora legale."
 
-#: wp-admin/includes/nav-menu.php:394 wp-admin/includes/nav-menu.php:678
+#: wp-admin/includes/nav-menu.php:403 wp-admin/includes/nav-menu.php:688
 msgid "View All"
 msgstr "Mostra tutti"
 
@@ -7464,17 +7582,17 @@ msgstr "Mostra tutti"
 msgid "Please enter a valid menu name."
 msgstr "Inserire un nome di menu valido."
 
-#: wp-admin/about.php:213
+#: wp-admin/about.php:237
 msgid "Go to Dashboard"
 msgstr "Vai alla bacheca"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:425
+#: wp-admin/includes/class-wp-plugins-list-table.php:426
 msgid "Must-Use <span class=\"count\">(%s)</span>"
 msgid_plural "Must-Use <span class=\"count\">(%s)</span>"
 msgstr[0] "Utilizzo obbligatorio <span class=\"count\">(%s)</span>"
 msgstr[1] "Utilizzo obbligatorio <span class=\"count\">(%s)</span>"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:581
+#: wp-admin/includes/class-wp-plugins-list-table.php:582
 msgid "Inactive:"
 msgstr "Non attivo:"
 
@@ -7488,7 +7606,7 @@ msgstr "Sei sicuro di voler eliminare questi file e dati?"
 
 #: wp-admin/plugins.php:288
 msgid "Delete Plugin"
-msgstr "Cancella plugin"
+msgstr "Elimina plugin"
 
 #: wp-admin/plugins.php:292
 msgid "You are about to remove the following plugin:"
@@ -7510,12 +7628,12 @@ msgstr "Classe database personalizzata"
 #. translators: %s: plugin name
 #. translators: %s: Theme name
 #: wp-admin/import.php:136
-#: wp-admin/includes/class-wp-theme-install-list-table.php:286
-#: wp-admin/includes/dashboard.php:1260 wp-admin/theme-install.php:266
+#: wp-admin/includes/class-wp-theme-install-list-table.php:289
+#: wp-admin/includes/dashboard.php:1263 wp-admin/theme-install.php:276
 msgid "Install %s"
 msgstr "Installa %s"
 
-#: wp-admin/includes/file.php:326
+#: wp-admin/includes/file.php:327
 msgid "File is empty. Please upload something more substantial."
 msgstr "Il file è vuoto. Caricare qualche cosa di più sostanziale."
 
@@ -7539,27 +7657,23 @@ msgstr "Oggetto di cache esterno."
 msgid "Executed before Multisite is loaded."
 msgstr "Eseguito prima del caricamento del Multisito."
 
-#: wp-admin/edit-comments.php:271
+#: wp-admin/edit-comments.php:287
 msgid "This comment is already marked as spam."
 msgstr "Questo commento è già contrassegnato come spam."
 
-#: wp-admin/edit-comments.php:268
+#: wp-admin/edit-comments.php:284
 msgid "View Trash"
 msgstr "Mostra il cestino"
 
-#: wp-admin/edit-comments.php:268
+#: wp-admin/edit-comments.php:284
 msgid "This comment is already in the Trash."
 msgstr "Questo commento è già stato spostato nel cestino."
 
-#: wp-admin/custom-background.php:314
-msgid "Repeat"
-msgstr "Ripeti"
-
 #: wp-admin/comment.php:141
 msgid "This comment is currently in the Trash."
 msgstr "Questo commento è attualmente nel cestino."
 
-#: wp-admin/edit-comments.php:265
+#: wp-admin/edit-comments.php:281
 msgid "This comment is already approved."
 msgstr "Questo commento è già stato approvato."
 
@@ -7591,7 +7705,7 @@ msgstr "Widget disponibili"
 msgid "Error in displaying the widget settings form."
 msgstr "Errore nella visualizzazione del modulo di impostazione dei widget."
 
-#: wp-admin/includes/misc.php:882 wp-admin/includes/post.php:1780
+#: wp-admin/includes/misc.php:882 wp-admin/includes/post.php:1814
 #: wp-admin/widgets.php:340
 msgid "Error while saving."
 msgstr "Errore durante il salvataggio."
@@ -7600,7 +7714,7 @@ msgstr "Errore durante il salvataggio."
 msgid "Save Widget"
 msgstr "Salva widget"
 
-#: wp-admin/custom-background.php:296 wp-admin/widgets.php:282
+#: wp-admin/widgets.php:282
 msgid "Position"
 msgstr "Posizione"
 
@@ -7631,139 +7745,131 @@ msgstr "Cambia ruolo in&hellip;"
 msgid "%1$s <span class=\"count\">(%2$s)</span>"
 msgstr "%1$s <span class=\"count\">(%2$s)</span>"
 
-#: wp-admin/users.php:454
+#: wp-admin/users.php:465
 msgid "Other users have been deleted."
 msgstr "Sono stati eliminati altri utenti."
 
-#: wp-admin/users.php:453
+#: wp-admin/users.php:464
 msgid "You can&#8217;t delete the current user."
 msgstr "Non puoi eliminare questo utente."
 
-#: wp-admin/users.php:450
+#: wp-admin/users.php:461
 msgid "Other user roles have been changed."
 msgstr "Altri ruoli utente sono stati modificati."
 
-#: wp-admin/users.php:449
+#: wp-admin/users.php:460
 msgid "The current user&#8217;s role must have user editing capabilities."
 msgstr "Il ruolo dell'utente corrente deve avere la capacità di modificare le capacità degli utenti."
 
-#: wp-admin/users.php:442
+#: wp-admin/users.php:453
 msgid "New user created."
 msgstr "Aggiungi nuovo utente"
 
 #: wp-admin/users.php:297
 msgid "There are no valid users selected for deletion."
-msgstr "Nessun utente valido selezionato per la cancellazione"
+msgstr "Nessun utente valido selezionato per l'eliminazione."
 
 #: wp-admin/users.php:232
 msgid "Delete Users"
-msgstr "Cancella gli utenti"
-
-#: wp-admin/users.php:167 wp-admin/users.php:207
-msgid "You can&#8217;t delete users."
-msgstr "Non puoi eliminare gli utenti."
-
-#: wp-admin/users.php:97 wp-admin/users.php:122
-msgid "You can&#8217;t edit that user."
-msgstr "Non puoi modificare questo utente."
+msgstr "Elimina gli utenti"
 
-#: wp-admin/user-new.php:344 wp-admin/user-new.php:474
+#: wp-admin/user-new.php:351 wp-admin/user-new.php:487
 msgid "Skip Confirmation Email"
 msgstr "Salta l’email di conferma"
 
-#: wp-admin/user-new.php:241
+#: wp-admin/user-new.php:248
 msgid "Invitation email sent to new user. A confirmation link must be clicked before their account is created."
 msgstr "Email di invito spedita all'utente. Occorrerà che venga fatto clic sul link di conferma prima che venga creato l'account."
 
-#: wp-admin/user-new.php:98
+#: wp-admin/user-new.php:100
 msgid "[%s] Joining confirmation"
 msgstr "[%s] Conferma della sottoscrizione"
 
-#: wp-admin/user-edit.php:642
+#: wp-admin/user-edit.php:679
 msgid "Update User"
 msgstr "Aggiorna utente"
 
-#: wp-admin/user-edit.php:642
+#: wp-admin/user-edit.php:679
 msgid "Update Profile"
 msgstr "Aggiorna profilo"
 
-#: wp-admin/user-edit.php:618
+#: wp-admin/user-edit.php:655
 msgid "Additional Capabilities"
 msgstr "Capacità aggiuntive"
 
-#: wp-admin/user-edit.php:526
+#: wp-admin/user-edit.php:563
 msgid "Type your new password again."
 msgstr "Digitare nuovamente la password."
 
-#: wp-admin/user-edit.php:503
+#: wp-admin/user-edit.php:540
 msgid "New Password"
 msgstr "Nuova password"
 
-#: wp-admin/user-edit.php:454
+#: wp-admin/user-edit.php:489
 msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
 msgstr "Condividi nel tuo profilo delle brevi informazioni che possano essere mostrate anche ai visitatori."
 
-#: wp-admin/user-edit.php:452
+#: wp-admin/user-edit.php:487
 msgid "Biographical Info"
 msgstr "Informazioni biografiche"
 
-#: wp-admin/user-edit.php:448
+#: wp-admin/user-edit.php:483
 msgid "About the user"
 msgstr "Aggiungi utente"
 
-#: wp-admin/user-edit.php:448
+#: wp-admin/user-edit.php:483
 msgid "About Yourself"
 msgstr "Informazioni sull’autore"
 
-#: wp-admin/user-edit.php:390
+#: wp-admin/user-edit.php:425
 msgid "Contact Info"
 msgstr "Informazioni di contatto"
 
-#: wp-admin/user-edit.php:354
+#: wp-admin/user-edit.php:389
 msgid "Display name publicly as"
 msgstr "Nome pubblico da visualizzare"
 
-#: wp-admin/user-edit.php:349
+#: wp-admin/user-edit.php:384
 msgid "Nickname"
 msgstr "Nickname"
 
-#: wp-admin/user-edit.php:344 wp-admin/user-new.php:408
+#: wp-admin/user-edit.php:379 wp-admin/user-new.php:418
 msgid "Last Name"
 msgstr "Cognome"
 
-#: wp-admin/user-edit.php:339 wp-admin/user-new.php:404
+#: wp-admin/user-edit.php:374 wp-admin/user-new.php:414
 msgid "First Name"
 msgstr "Nome"
 
-#: wp-admin/user-edit.php:260
+#: wp-admin/user-edit.php:261
 msgid "Enable keyboard shortcuts for comment moderation."
 msgstr "Abilita le scorciatoie da tastiera per la moderazione dei commenti."
 
-#: wp-admin/includes/misc.php:659 wp-admin/user-edit.php:239
+#: wp-admin/includes/misc.php:659 wp-admin/user-edit.php:240
 msgid "Admin Color Scheme"
 msgstr "Schema colore pannello di amministrazione"
 
-#: wp-admin/user-edit.php:234
+#: wp-admin/user-edit.php:235
 msgid "Disable the visual editor when writing"
 msgstr "Disabilita l'editor avanzato durante la scrittura"
 
-#: wp-admin/user-edit.php:233
+#: wp-admin/user-edit.php:234
 msgid "Visual Editor"
 msgstr "Editor visuale"
 
-#: wp-admin/user-edit.php:228
+#: wp-admin/user-edit.php:229
 msgid "Personal Options"
 msgstr "Impostazioni personali"
 
-#: wp-admin/user-edit.php:181
+#: wp-admin/user-edit.php:182
 msgid "User updated."
 msgstr "Utente aggiornato."
 
-#: wp-admin/includes/user.php:503
+#: wp-admin/includes/user.php:517
 msgid "Always use https when visiting the admin"
 msgstr "Utilizzare sempre https quando si visita il pannello di amministrazione"
 
-#: wp-admin/includes/user.php:502
+#: wp-admin/includes/user.php:516
 msgid "Use https"
 msgstr "Utilizzare https"
 
@@ -7775,19 +7881,19 @@ msgstr "ID dell'elemento non valido."
 msgid "Edit User"
 msgstr "Modifica utente"
 
-#: wp-admin/upload.php:288 wp-admin/upload.php:301
+#: wp-admin/upload.php:291 wp-admin/upload.php:304
 msgid "Media file restored from the trash."
 msgstr "Media file ripristinato dal cestino."
 
-#: wp-admin/upload.php:276 wp-admin/upload.php:300
+#: wp-admin/upload.php:279 wp-admin/upload.php:303
 msgid "Media file moved to the trash."
 msgstr "Media file spostato nel cestino."
 
-#: wp-admin/upload.php:265 wp-admin/upload.php:298
+#: wp-admin/upload.php:268 wp-admin/upload.php:301
 msgid "Media file permanently deleted."
-msgstr "Media file cancellato definitivamente."
+msgstr "Media file eliminato definitivamente."
 
-#: wp-admin/edit-tags.php:131 wp-admin/options.php:80
+#: wp-admin/edit-tags.php:118 wp-admin/options.php:80
 msgid "Sorry, you are not allowed to delete these items."
 msgstr "Non sei autorizzato a eliminare questi elementi."
 
@@ -7807,8 +7913,8 @@ msgstr "Il tuo database di WordPress è già aggiornato!"
 msgid "Installing Theme from uploaded file: %s"
 msgstr "Installazione tema dal file caricato: %s"
 
-#: wp-admin/theme-install.php:49 wp-admin/theme-install.php:128
-#: wp-admin/theme-install.php:130 wp-admin/update.php:258
+#: wp-admin/theme-install.php:49 wp-admin/theme-install.php:134
+#: wp-admin/theme-install.php:136 wp-admin/update.php:258
 msgid "Upload Theme"
 msgstr "Carica tema"
 
@@ -7820,7 +7926,7 @@ msgstr "Installazione tema: %s"
 msgid "Installing Plugin from uploaded file: %s"
 msgstr "Installazione plugin dal file caricato: %s"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:101
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:100
 #: wp-admin/plugin-install.php:120 wp-admin/update.php:151
 msgid "Upload Plugin"
 msgstr "Carica plugin"
@@ -7842,55 +7948,47 @@ msgid "Plugin Reactivation"
 msgstr "Riattivazione plugin"
 
 #: wp-admin/includes/class-wp-automatic-updater.php:353
-#: wp-admin/update-core.php:496
+#: wp-admin/update-core.php:493
 msgid "Installation Failed"
 msgstr "Installazione non riuscita"
 
-#: wp-admin/update-core.php:263 wp-admin/update-core.php:273
+#: wp-admin/update-core.php:260 wp-admin/update-core.php:270
 msgid "Compatibility with WordPress %1$s: Unknown"
 msgstr "Compatibilità  con WordPress %1$s: sconosciuta"
 
-#: wp-admin/update-core.php:261 wp-admin/update-core.php:271
+#: wp-admin/update-core.php:258 wp-admin/update-core.php:268
 msgid "Compatibility with WordPress %1$s: %2$d%% (%3$d \"works\" votes out of %4$d total)"
 msgstr "Compatibilità con WordPress %1$s: %2$d%% (%3$d voti su \"funziona\" su un totale di %4$d)"
 
-#: wp-admin/update-core.php:258 wp-admin/update-core.php:268
+#: wp-admin/update-core.php:255 wp-admin/update-core.php:265
 msgid "Compatibility with WordPress %1$s: 100%% (according to its author)"
 msgstr "Compatibilità  con WordPress %1$s: 100%% (secondo l'autore)"
 
-#: wp-admin/update-core.php:125
+#: wp-admin/update-core.php:127
 msgid "Hide hidden updates"
 msgstr "Nascondi aggiornamenti nascosti."
 
-#: wp-admin/update-core.php:124 wp-admin/update-core.php:136
+#: wp-admin/update-core.php:126 wp-admin/update-core.php:138
 msgid "Show hidden updates"
 msgstr "Mostra aggiornamenti nascosti"
 
-#: wp-admin/update-core.php:108
+#: wp-admin/update-core.php:110
 msgid "This localized version contains both the translation and various other localization fixes. You can skip upgrading if you want to keep your current translation."
 msgstr "Questa versione localizzata contiene sia la traduzione sia altre correzioni alla localizzazione. Puoi saltare l&#8217;aggiornamento se desideri proseguire con la traduzione corrente."
 
-#: wp-admin/update-core.php:105
+#: wp-admin/update-core.php:107
 msgid "Bring back this update"
 msgstr "Ripristina questo aggiornamento"
 
-#: wp-admin/update-core.php:103
+#: wp-admin/update-core.php:105
 msgid "Hide this update"
 msgstr "Nascondi questo aggiornamento"
 
-#: wp-admin/update-core.php:81
-msgid "Download %s"
-msgstr "Scarica %s"
-
-#: wp-admin/update-core.php:57
-msgid "Download nightly build"
-msgstr "Scarica la \"nightly build\""
-
-#: wp-admin/themes.php:305
+#: wp-admin/themes.php:309
 msgid "Broken Themes"
 msgstr "Tema corrotto"
 
-#: wp-admin/includes/class-wp-themes-list-table.php:196
+#: wp-admin/includes/class-wp-themes-list-table.php:197
 msgid ""
 "You are about to delete this theme '%s'\n"
 "  'Cancel' to stop, 'OK' to delete."
@@ -7898,13 +7996,13 @@ msgstr ""
 "Stai per eliminare questo tema '%s'\n"
 " 'Annulla' per interrompere, 'OK' per eliminare."
 
-#: wp-admin/includes/theme.php:631 wp-admin/themes.php:438
+#: wp-admin/includes/theme.php:656 wp-admin/themes.php:446
 msgid "Current Theme"
 msgstr "Tema corrente"
 
 #: wp-admin/themes.php:171
 msgid "Theme deleted."
-msgstr "Tema cancellato."
+msgstr "Tema eliminato."
 
 #: wp-admin/theme-editor.php:252
 msgid "Oops, no such file exists! Double check the name and try again, merci."
@@ -7922,11 +8020,12 @@ msgstr "Selezionare il tema da modificare:"
 msgid "Edit Themes"
 msgstr "Modifica temi"
 
-#: wp-admin/includes/theme.php:642 wp-admin/themes.php:456
+#: wp-admin/includes/theme.php:667 wp-admin/themes.php:464
 msgid "Tags:"
 msgstr "Tag:"
 
-#: wp-admin/revision.php:77
+#. translators: 1: Post title
+#: wp-admin/revision.php:78
 msgid "Compare Revisions of &#8220;%1$s&#8221;"
 msgstr "Compara le revisioni di &#8220;%1$s&#8221;"
 
@@ -7937,104 +8036,104 @@ msgstr "Visualizza articolo"
 #: wp-admin/async-upload.php:55 wp-admin/post.php:110 wp-admin/post.php:211
 #: wp-admin/post.php:234 wp-admin/post.php:252
 msgid "Unknown post type."
-msgstr "Tipo di articolo sconosciuto."
+msgstr "Tipo di contenuto (post type) sconosciuto."
 
 #: wp-admin/post.php:120
 msgid "You can&#8217;t edit this item because it is in the Trash. Please restore it and try again."
 msgstr "Non è possibile modificare questo elemento perché si trova nel cestino. Recuperarlo e riprovare."
 
-#: wp-admin/async-upload.php:57 wp-admin/edit-tags.php:174
-#: wp-admin/edit-tags.php:300 wp-admin/includes/post.php:1786
-#: wp-admin/media-upload.php:46 wp-admin/post.php:117
+#: wp-admin/async-upload.php:57 wp-admin/edit-tags.php:154
+#: wp-admin/includes/post.php:1820 wp-admin/media-upload.php:46
+#: wp-admin/post.php:117 wp-admin/term.php:38
 msgid "Sorry, you are not allowed to edit this item."
 msgstr "Non sei autorizzato a modificare questo elemento."
 
-#: wp-admin/edit-tags.php:161 wp-admin/edit-tags.php:181 wp-admin/post.php:107
+#: wp-admin/edit-tags.php:141 wp-admin/edit-tags.php:161 wp-admin/post.php:107
 #: wp-admin/term.php:26
 msgid "You attempted to edit an item that doesn&#8217;t exist. Perhaps it was deleted?"
 msgstr "Si sta provando a modificare un elemento che non esiste. Forse è stato cancellato?"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:339
+#: wp-admin/includes/class-wp-plugins-list-table.php:340
 msgid "No plugins found."
 msgstr "Nessun plugin trovato"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:422
+#: wp-admin/includes/class-wp-plugins-list-table.php:423
 msgid "Inactive <span class=\"count\">(%s)</span>"
 msgid_plural "Inactive <span class=\"count\">(%s)</span>"
 msgstr[0] "Inattivo <span class=\"count\">(%s)</span>"
 msgstr[1] "Inattivi <span class=\"count\">(%s)</span>"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:419
+#: wp-admin/includes/class-wp-plugins-list-table.php:420
 msgid "Recently Active <span class=\"count\">(%s)</span>"
 msgid_plural "Recently Active <span class=\"count\">(%s)</span>"
 msgstr[0] "Attivo di recente <span class=\"count\">(%s)</span>"
 msgstr[1] "Attivi di recente  <span class=\"count\">(%s)</span>"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:416
+#: wp-admin/includes/class-wp-plugins-list-table.php:417
 msgid "Active <span class=\"count\">(%s)</span>"
 msgid_plural "Active <span class=\"count\">(%s)</span>"
 msgstr[0] "Attivo <span class=\"count\">(%s)</span>"
 msgstr[1] "Attivi <span class=\"count\">(%s)</span>"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:413
+#: wp-admin/includes/class-wp-plugins-list-table.php:414
 msgctxt "plugins"
 msgid "All <span class=\"count\">(%s)</span>"
 msgid_plural "All <span class=\"count\">(%s)</span>"
 msgstr[0] "Totale <span class=\"count\">(%s)</span>"
 msgstr[1] "Totale <span class=\"count\">(%s)</span>"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:499
+#: wp-admin/includes/class-wp-plugins-list-table.php:500
 msgid "Clear List"
 msgstr "Pulisci elenco"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:795
+#: wp-admin/includes/class-wp-plugins-list-table.php:793
 msgid "Visit plugin site"
 msgstr "Visita la homepage del plugin"
 
-#: wp-admin/includes/class-wp-plugins-list-table.php:461
-#: wp-admin/includes/class-wp-plugins-list-table.php:603
+#: wp-admin/includes/class-wp-plugins-list-table.php:462
+#: wp-admin/includes/class-wp-plugins-list-table.php:604
 msgid "Network Deactivate"
 msgstr "Disattiva sul Network"
 
-#: wp-admin/plugins.php:474
+#: wp-admin/plugins.php:488
 msgid "Selected plugins <strong>deactivated</strong>."
 msgstr "I plugin selezionati sono stati <strong>disattivati</strong>."
 
-#: wp-admin/plugins.php:472
+#: wp-admin/plugins.php:486
 msgid "Plugin <strong>deactivated</strong>."
 msgstr "Plugin <strong>disattivato</strong>."
 
-#: wp-admin/plugins.php:470
+#: wp-admin/plugins.php:484
 msgid "Selected plugins <strong>activated</strong>."
 msgstr "I plugin selezionati sono stati <strong>attivati</strong>."
 
-#: wp-admin/plugins.php:468
+#: wp-admin/plugins.php:482
 msgid "Plugin <strong>activated</strong>."
 msgstr "Plugin <strong>attivato</strong>."
 
-#: wp-admin/plugins.php:461
+#: wp-admin/plugins.php:475
 msgid "The selected plugins have been <strong>deleted</strong>."
-msgstr "I plugin selezionati sono stati <strong>cancellati</strong>."
+msgstr "I plugin selezionati sono stati <strong>eliminati</strong>."
 
-#: wp-admin/plugins.php:453
+#: wp-admin/plugins.php:467
 msgid "Plugin could not be deleted due to an error: %s"
 msgstr "Non è stato possibile eliminare il plugin a causa di un errore: %s"
 
-#: wp-admin/plugins.php:431
+#: wp-admin/plugins.php:445
 msgid "Plugin could not be activated because it triggered a <strong>fatal error</strong>."
 msgstr "Il plugin non può essere attivato perché genera un <strong>errore fatale</strong>."
 
 #. translators: 1: plugin file 2: error message
-#: wp-admin/plugins.php:416
+#: wp-admin/plugins.php:430
 msgid "The plugin %1$s has been <strong>deactivated</strong> due to an error: %2$s"
 msgstr "Il plugin %1$s è stato <strong>disattivato</strong> a causa di un errore: %2$s"
 
 #. translators: WP_PLUGIN_DIR constant value
-#: wp-admin/plugins.php:388
+#: wp-admin/plugins.php:402
 msgid "If something goes wrong with a plugin and you can&#8217;t use WordPress, delete or rename that file in the %s directory and it will be automatically deactivated."
 msgstr "Se si verifica un problema con un plugin e non è possibile utilizzare WordPress, elimina o rinomina questo file nella directory %s e il plugin verrà automaticamente disattivato."
 
-#: wp-admin/plugins.php:373
+#: wp-admin/plugins.php:387
 msgid "Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here."
 msgstr "I plugin estendono le funzionalità di WordPress. Dopo aver installato un plugin, è possibile attivarlo e/o disattivarlo da questa pagina."
 
@@ -8050,49 +8149,49 @@ msgstr "Sì, elimina questi file"
 msgid "Are you sure you wish to delete these files?"
 msgstr "Procedere con l'eliminazione di questi file?"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:95
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:94
 msgctxt "Plugin Installer"
 msgid "Popular"
 msgstr "Popolari"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:94
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:93
 msgctxt "Plugin Installer"
 msgid "Featured"
 msgstr "Segnalati"
 
-#: wp-admin/plugin-editor.php:275 wp-admin/theme-editor.php:277
+#: wp-admin/plugin-editor.php:287 wp-admin/theme-editor.php:277
 msgid "Update File"
 msgstr "Aggiorna file"
 
-#: wp-admin/plugin-editor.php:273
+#: wp-admin/plugin-editor.php:285
 msgid "Update File and Attempt to Reactivate"
 msgstr "Aggiorna file e prova a riattivare"
 
-#: wp-admin/plugin-editor.php:263 wp-admin/theme-editor.php:264
+#: wp-admin/plugin-editor.php:275 wp-admin/theme-editor.php:264
 msgid "Documentation:"
 msgstr "Documentazione:"
 
-#: wp-admin/plugin-editor.php:234
+#: wp-admin/plugin-editor.php:246
 msgid "Plugin Files"
 msgstr "File di plugin"
 
-#: wp-admin/plugin-editor.php:212
+#: wp-admin/plugin-editor.php:224
 msgid "Select plugin to edit:"
 msgstr "Selezionare il plugin da modificare:"
 
-#: wp-admin/plugin-editor.php:172
+#: wp-admin/plugin-editor.php:184
 msgid "This plugin has been deactivated because your changes resulted in a <strong>fatal error</strong>."
 msgstr "Il plugin è stato disattivato perché le modifiche apportate hanno generato un <strong>errore fatale</strong>."
 
-#: wp-admin/plugin-editor.php:170 wp-admin/theme-editor.php:156
+#: wp-admin/plugin-editor.php:182 wp-admin/theme-editor.php:156
 msgid "File edited successfully."
 msgstr "File modificato con successo."
 
-#: wp-admin/plugin-editor.php:125
+#: wp-admin/plugin-editor.php:137
 msgid "Files of this type are not editable."
 msgstr "I file di questo tipo non sono modificabili."
 
-#: wp-admin/plugin-editor.php:118
+#: wp-admin/plugin-editor.php:130
 msgid "No such file exists! Double check the name and try again."
 msgstr "Il file non esiste! Verificare il nome e riprovare."
 
@@ -8100,7 +8199,7 @@ msgstr "Il file non esiste! Verificare il nome e riprovare."
 msgid "Edit Plugins"
 msgstr "Modifica plugin"
 
-#: wp-admin/options.php:247
+#: wp-admin/options.php:253
 msgid "All Settings"
 msgstr "Tutte le opzioni"
 
@@ -8326,10 +8425,6 @@ msgstr "Personalizzata"
 msgid "This timezone is currently in standard time."
 msgstr "Questo fuso orario segue attualmente l'ora solare."
 
-#: wp-admin/options-general.php:153
-msgid "Choose a city in the same timezone as you."
-msgstr "Seleziona una città nel tuo fuso orario."
-
 #: wp-admin/options-general.php:146
 msgid "Timezone"
 msgstr "Fuso orario"
@@ -8346,137 +8441,135 @@ msgstr "Chiunque può registrarsi"
 msgid "Membership"
 msgstr "Iscrizione"
 
-#: wp-admin/options-general.php:83
-msgid "This address is used for admin purposes, like new user notification."
-msgstr "Questo indirizzo viene utilizzato solo per scopi amministrativi, quali la notifica di nuovi utenti."
-
 #: wp-admin/options-general.php:18
 msgid "General Settings"
 msgstr "Impostazioni generali"
 
-#: wp-admin/options-discussion.php:228
+#: wp-admin/options-discussion.php:229
 msgid "MonsterID (Generated)"
 msgstr "MonsterID (generato)"
 
-#: wp-admin/options-discussion.php:227
+#: wp-admin/options-discussion.php:228
 msgid "Wavatar (Generated)"
 msgstr "Wavatar (generato)"
 
-#: wp-admin/options-discussion.php:226
+#: wp-admin/options-discussion.php:227
 msgid "Identicon (Generated)"
 msgstr "Identicon (generato)"
 
-#: wp-admin/options-discussion.php:225
+#: wp-admin/options-discussion.php:226
 msgid "Gravatar Logo"
 msgstr "Logo Gravatar"
 
-#: wp-admin/options-discussion.php:224
+#: wp-admin/options-discussion.php:225
 msgid "Blank"
 msgstr "Vuoto"
 
-#: wp-admin/options-discussion.php:219
+#: wp-admin/options-discussion.php:220
 msgid "For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their email address."
 msgstr "Per quegli utenti che non hanno un proprio avatar, puoi visualizzare un logo generico oppure uno generato in base al loro indirizzo email."
 
-#: wp-admin/options-discussion.php:216 wp-admin/options-discussion.php:217
+#: wp-admin/options-discussion.php:217 wp-admin/options-discussion.php:218
 msgid "Default Avatar"
 msgstr "Avatar predefinito"
 
 #. translators: Content suitability rating:
 #. https://en.wikipedia.org/wiki/Motion_Picture_Association_of_America_film_rating_system
-#: wp-admin/options-discussion.php:205
+#: wp-admin/options-discussion.php:206
 msgid "X &#8212; Even more mature than above"
 msgstr "X &#8212; Ancora più maturo del precedente"
 
 #. translators: Content suitability rating:
 #. https://en.wikipedia.org/wiki/Motion_Picture_Association_of_America_film_rating_system
-#: wp-admin/options-discussion.php:203
+#: wp-admin/options-discussion.php:204
 msgid "R &#8212; Intended for adult audiences above 17"
 msgstr "R &#8212; Inteso per un pubblico adulto di oltre 17 anni"
 
 #. translators: Content suitability rating:
 #. https://en.wikipedia.org/wiki/Motion_Picture_Association_of_America_film_rating_system
-#: wp-admin/options-discussion.php:201
+#: wp-admin/options-discussion.php:202
 msgid "PG &#8212; Possibly offensive, usually for audiences 13 and above"
 msgstr "PG &#8212; Forse offensivo, solitamente per un pubblico di 13 anni o superiore"
 
 #. translators: Content suitability rating:
 #. https://en.wikipedia.org/wiki/Motion_Picture_Association_of_America_film_rating_system
-#: wp-admin/options-discussion.php:199
+#: wp-admin/options-discussion.php:200
 msgid "G &#8212; Suitable for all audiences"
 msgstr "G &#8212; Adatto a qualsiasi pubblico"
 
-#: wp-admin/options-discussion.php:193 wp-admin/options-discussion.php:194
+#: wp-admin/options-discussion.php:194 wp-admin/options-discussion.php:195
 msgid "Maximum Rating"
 msgstr "Punteggio massimo"
 
-#: wp-admin/options-discussion.php:188
+#: wp-admin/options-discussion.php:189
 msgid "Show Avatars"
 msgstr "Mostra avatar"
 
-#: wp-admin/options-discussion.php:184 wp-admin/options-discussion.php:185
+#: wp-admin/options-discussion.php:185 wp-admin/options-discussion.php:186
 msgid "Avatar Display"
 msgstr "Visualizzazione avatar"
 
-#: wp-admin/options-discussion.php:172
+#: wp-admin/options-discussion.php:173
 msgid "Avatars"
 msgstr "Avatar"
 
-#: wp-admin/options-discussion.php:163
+#: wp-admin/options-discussion.php:164
 msgid "When a comment contains any of these words in its content, name, URL, email, or IP, it will be put in the trash. One word or IP per line. It will match inside words, so &#8220;press&#8221; will match &#8220;WordPress&#8221;."
 msgstr "Quando un commento contiene una qualsiasi di queste parole, nel testo, nel nome, nell'URL, nell'e-mail o nell'IP, verrà spostato nel cestino. Inserire una singola parola o IP per ciascuna riga. Verranno cercate corrispondenze anche all'interno delle parole, quindi ad esempio la parola &#8220;press&#8221; troverà una corrispondenza in &#8220;WordPress&#8221;."
 
-#: wp-admin/options-discussion.php:161 wp-admin/options-discussion.php:162
+#: wp-admin/options-discussion.php:162 wp-admin/options-discussion.php:163
 msgid "Comment Blacklist"
 msgstr "Blacklist dei commenti"
 
-#: wp-admin/options-discussion.php:154
+#: wp-admin/options-discussion.php:155
 msgid "When a comment contains any of these words in its content, name, URL, email, or IP, it will be held in the <a href=\"edit-comments.php?comment_status=moderated\">moderation queue</a>. One word or IP per line. It will match inside words, so &#8220;press&#8221; will match &#8220;WordPress&#8221;."
 msgstr "Quando un commento contiene una di queste parole, nel testo, nel nome, nella URL, nella e-mail o nell'IP, verrà posto nella <a href=\"edit-comments.php?comment_status=moderated\">coda di moderazione</a>. Inserire una singola parola o IP per riga. Verranno cercate corrispondenze anche all'interno delle parole, quindi &#8220;press&#8221;  troverà una corrispondenza in &#8220;WordPress&#8221;."
 
-#: wp-admin/options-discussion.php:152
+#: wp-admin/options-discussion.php:153
 msgid "Hold a comment in the queue if it contains %s or more links. (A common characteristic of comment spam is a large number of hyperlinks.)"
 msgstr "Mantieni un commento in coda se contiene %s o più link (una caratteristica comune dello spam nei commenti è il gran numero di link)."
 
-#: wp-admin/options-discussion.php:150 wp-admin/options-discussion.php:151
+#: wp-admin/options-discussion.php:151 wp-admin/options-discussion.php:152
 msgid "Comment Moderation"
 msgstr "Moderazione commenti"
 
-#: wp-admin/options-discussion.php:146
+#: wp-admin/options-discussion.php:147
 msgid "Comment author must have a previously approved comment"
 msgstr "Gli autori di un commento devono avere un commento già approvato in precedenza"
 
-#: wp-admin/options-discussion.php:140 wp-admin/options-discussion.php:141
+#: wp-admin/options-discussion.php:141 wp-admin/options-discussion.php:142
 msgid "Before a comment appears"
 msgstr "Prima che appaia un commento"
 
-#: wp-admin/options-discussion.php:136
+#: wp-admin/options-discussion.php:137
 msgid "A comment is held for moderation"
 msgstr "Un commento viene messo in coda di moderazione"
 
-#: wp-admin/options-discussion.php:132
+#: wp-admin/options-discussion.php:133
 msgid "Anyone posts a comment"
 msgstr "Qualcuno inserisce un commento"
 
-#: wp-admin/options-discussion.php:128 wp-admin/options-discussion.php:129
+#: wp-admin/options-discussion.php:129 wp-admin/options-discussion.php:130
 msgid "Email me whenever"
 msgstr "Inviami un’email ogni volta che"
 
-#: wp-admin/options-discussion.php:122
+#: wp-admin/options-discussion.php:123
 msgid "Comments should be displayed with the %s comments at the top of each page"
 msgstr "I commenti dovrebbero essere visualizzati con %s commenti in cima ad ogni pagina"
 
-#: wp-admin/options-discussion.php:120
+#: wp-admin/options-discussion.php:121
 msgid "newer"
 msgstr "più recente"
 
-#: wp-admin/options-discussion.php:118
+#: wp-admin/options-discussion.php:119
 msgid "older"
 msgstr "meno recente"
 
-#: wp-admin/options-discussion.php:110
+#. translators: 1: Form field control for number of top level comments per
+#. page, 2: Form field control for the 'first' or 'last' page
+#: wp-admin/options-discussion.php:111
 msgid "Break comments into pages with %1$s top level comments per page and the %2$s page displayed by default"
-msgstr "Suddividere i commenti in pagine con %1$s commenti di primo livello per pagina e con la pagina numero %2$s visualizzata in maniera predefinita"
+msgstr "Dividi i commenti in pagine con %1$s commenti di primo livello per pagina e con %2$s pagina visualizzata come predefinita"
 
 #: wp-admin/options-discussion.php:108
 msgid "first"
@@ -8514,7 +8607,7 @@ msgstr "Queste impostazioni possono essere modificate per i singoli articoli."
 msgid "Default article settings"
 msgstr "Impostazioni predefinite per gli articoli"
 
-#: wp-admin/edit-form-advanced.php:457 wp-admin/options-discussion.php:14
+#: wp-admin/edit-form-advanced.php:458 wp-admin/options-discussion.php:14
 msgid "Discussion Settings"
 msgstr "Impostazioni discussione"
 
@@ -8523,12 +8616,12 @@ msgstr "Impostazioni discussione"
 msgid "No users found."
 msgstr "Nessun utente trovato."
 
-#: wp-admin/update-core.php:352 wp-admin/update-core.php:400
-#: wp-admin/update-core.php:694 wp-admin/update-core.php:699
+#: wp-admin/update-core.php:349 wp-admin/update-core.php:397
+#: wp-admin/update-core.php:712 wp-admin/update-core.php:717
 msgid "Update Themes"
 msgstr "Aggiorna temi"
 
-#: wp-admin/my-sites.php:119
+#: wp-admin/my-sites.php:118
 msgid "Visit"
 msgstr "Visita"
 
@@ -8566,7 +8659,7 @@ msgid "Profile"
 msgstr "Profilo"
 
 #. translators: add new plugin
-#: wp-admin/menu.php:208 wp-admin/plugins.php:482
+#: wp-admin/menu.php:208 wp-admin/plugins.php:496
 msgctxt "plugin"
 msgid "Add New"
 msgstr "Aggiungi nuovo"
@@ -8581,7 +8674,7 @@ msgstr "Commenti %s"
 
 #. translators: add new file
 #: wp-admin/media.php:110 wp-admin/menu.php:52 wp-admin/upload.php:80
-#: wp-admin/upload.php:225
+#: wp-admin/upload.php:228
 msgctxt "file"
 msgid "Add New"
 msgstr "Aggiungi nuovo"
@@ -8634,18 +8727,18 @@ msgstr "Link non trovato."
 msgid "No links found."
 msgstr "Nessun link trovato."
 
-#: wp-admin/link-manager.php:96
+#: wp-admin/link-manager.php:102
 msgid "Search Links"
 msgstr "Cerca link"
 
-#: wp-admin/link-manager.php:88
+#: wp-admin/link-manager.php:94
 msgid "%s link deleted."
 msgid_plural "%s links deleted"
 msgstr[0] "%s link cancellato."
 msgstr[1] "%s link cancellati"
 
 #. translators: add new links
-#: wp-admin/edit-link-form.php:73 wp-admin/link-manager.php:76
+#: wp-admin/edit-link-form.php:73 wp-admin/link-manager.php:82
 #: wp-admin/menu.php:65
 msgctxt "link"
 msgid "Add New"
@@ -8655,19 +8748,19 @@ msgstr "Aggiungi nuovo"
 msgid "Add New Link"
 msgstr "Aggiungi nuovo link"
 
-#: wp-admin/install.php:370
+#: wp-admin/install.php:388
 msgid "Success!"
 msgstr "Congratulazioni!"
 
-#: wp-admin/install.php:315
+#: wp-admin/install.php:319
 msgid "Please provide the following information. Don&#8217;t worry, you can always change these settings later."
 msgstr "Inserisci le seguenti informazioni. Non preoccuparti, potrai sempre cambiarle in seguito."
 
-#: wp-admin/install.php:314
+#: wp-admin/install.php:318
 msgid "Information needed"
 msgstr "Informazioni necessarie"
 
-#: wp-admin/install.php:244
+#: wp-admin/install.php:248
 msgid "Insufficient Requirements"
 msgstr "Requisiti insuffiicienti"
 
@@ -8691,87 +8784,89 @@ msgstr "Utente(i) già esistente(i)."
 msgid "WordPress &rsaquo; Installation"
 msgstr "WordPress &rsaquo; Installazione"
 
-#: wp-admin/includes/user.php:160
+#: wp-admin/includes/user.php:174
 msgid "<strong>ERROR</strong>: Please enter an email address."
 msgstr "<strong>ERRORE</strong>: inserisci un indirizzo e-mail."
 
-#: wp-admin/includes/user.php:139
+#: wp-admin/includes/user.php:153
 msgid "<strong>ERROR</strong>: Please enter the same password in both password fields."
 msgstr "<strong>ERRORE</strong>: Digita la medesima password in entrambi i  campi password."
 
-#: wp-admin/includes/user.php:134
+#: wp-admin/includes/user.php:148
 msgid "<strong>ERROR</strong>: Passwords may not contain the character \"\\\"."
 msgstr "<strong>ERRORE</strong>: le password non possono contenere il carattere \"\\\"."
 
-#: wp-admin/includes/user.php:129
+#: wp-admin/includes/user.php:143
 msgid "<strong>ERROR</strong>: Please enter a password."
 msgstr "<strong>ERRORE</strong>: Inserire la propria password."
 
 #. translators: Default post slug
-#: wp-admin/includes/upgrade.php:182 wp-admin/includes/upgrade.php:326
+#: wp-admin/includes/upgrade.php:185 wp-admin/includes/upgrade.php:328
 msgctxt "Default post slug"
 msgid "hello-world"
 msgstr "ciao-mondo"
 
-#: wp-admin/includes/upgrade.php:180
+#: wp-admin/includes/upgrade.php:183
 msgid "Hello world!"
 msgstr "Ciao mondo!"
 
-#: wp-admin/includes/upgrade.php:171
+#: wp-admin/includes/upgrade.php:174
 msgid "Welcome to WordPress. This is your first post. Edit or delete it, then start writing!"
-msgstr "Benvenuto in WordPress. Questo è il tuo primo articolo. Modificalo o cancellalo e inizia a creare il tuo blog!"
+msgstr "Benvenuto in WordPress. Questo è il tuo primo articolo. Modificalo o eliminalo, e inizia a creare il tuo blog!"
 
 #. translators: Default category slug
-#: wp-admin/includes/upgrade.php:133
+#: wp-admin/includes/upgrade.php:136
 msgctxt "Default category slug"
 msgid "Uncategorized"
 msgstr "Senza categoria"
 
-#: wp-admin/includes/upgrade.php:74
+#: wp-admin/includes/upgrade.php:77
 msgid "<strong><em>Note that password</em></strong> carefully! It is a <em>random</em> password that was generated just for you."
 msgstr "<strong><em>Annota questa password</em></strong> attentamente! &Egrave; una password <em>casuale</em> che è stata generata appositamente per te."
 
-#: wp-admin/includes/update.php:610
+#: wp-admin/includes/update.php:618
 msgid "An automated WordPress update has failed to complete! Please notify the site administrator."
 msgstr "Un aggiornamento automatico di WordPress non è stato completato! Informa l’amministratore del sito."
 
-#: wp-admin/includes/update.php:608
+#: wp-admin/includes/update.php:616
 msgid "An automated WordPress update has failed to complete - <a href=\"%s\">please attempt the update again now</a>."
 msgstr "Un aggiornamento automatico di WordPress non è stato completato – <a href=\"%s\">riprova nuovamente l’aggiornamento ora</a>."
 
-#: wp-admin/includes/update.php:274
+#: wp-admin/includes/update.php:282
 msgid "Latest"
 msgstr "Ultima"
 
-#: wp-admin/includes/update.php:274
+#: wp-admin/includes/update.php:282
 msgid "Update to %s"
 msgstr "Aggiorna a %s"
 
-#: wp-admin/includes/update.php:203
+#. translators: 1: WordPress version number, 2: WordPress updates admin screen
+#. URL
+#: wp-admin/includes/update.php:211
 msgid "You are using a development version (%1$s). Cool! Please <a href=\"%2$s\">stay updated</a>."
 msgstr "Stai utilizzando una versione di sviluppo (%1$s).  <a href=\"%2$s\">Mantienila aggiornata</a>."
 
-#: wp-admin/includes/update-core.php:1095
+#: wp-admin/includes/update-core.php:1098
 msgid "Upgrading database&#8230;"
 msgstr "Aggiornamento del database in corso&#8230;"
 
-#: wp-admin/includes/update-core.php:837
+#: wp-admin/includes/update-core.php:834
 msgid "The update could not be unpacked"
 msgstr "L'aggiornamento non può essere scompattato"
 
-#: wp-admin/includes/update-core.php:824
+#: wp-admin/includes/update-core.php:821
 msgid "Verifying the unpacked files&#8230;"
 msgstr "Verifica dei file estratti in corso&#8230;"
 
-#: wp-admin/includes/update-core.php:879
+#: wp-admin/includes/update-core.php:876
 msgid "The update cannot be installed because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s."
 msgstr "L'aggiornamento non può essere installato perchè WordPress %1$s richiede una versione di MySQL %2$s o superiore. Stai utilizzando la versione %3$s."
 
-#: wp-admin/includes/update-core.php:877
+#: wp-admin/includes/update-core.php:874
 msgid "The update cannot be installed because WordPress %1$s requires PHP version %2$s or higher. You are running version %3$s."
 msgstr "L'aggiornamento non può essere installato perchè WordPress %1$s richiede una versione di PHP %2$s o superiore. Stai utilizzando la versione %3$s."
 
-#: wp-admin/includes/update-core.php:875
+#: wp-admin/includes/update-core.php:872
 msgid "The update cannot be installed because WordPress %1$s requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s."
 msgstr "L'aggiornamento non può essere installato perchè WordPress %1$s richiede una versione di PHP %2$s o superiore e MySQL versione %3$s o superiore. Si sta utilizzando PHP versione %4$s e MySQL versione %5$s."
 
@@ -8784,8 +8879,8 @@ msgid "Unable to locate WordPress theme directory."
 msgstr "Impossibile trovare la directory dei temi di WordPress."
 
 #. translators: %s: Theme version
-#: wp-admin/includes/theme.php:633 wp-admin/theme-install.php:314
-#: wp-admin/themes.php:440
+#: wp-admin/includes/theme.php:658 wp-admin/theme-install.php:324
+#: wp-admin/themes.php:448
 msgid "Version: %s"
 msgstr "Versione: %s"
 
@@ -8794,8 +8889,8 @@ msgid "Theme Install"
 msgstr "Installa tema"
 
 #: wp-admin/import.php:176
-#: wp-admin/includes/class-wp-theme-install-list-table.php:316
-#: wp-admin/includes/class-wp-themes-list-table.php:227
+#: wp-admin/includes/class-wp-theme-install-list-table.php:319
+#: wp-admin/includes/class-wp-themes-list-table.php:228
 msgid "Details"
 msgstr "Dettagli"
 
@@ -8807,63 +8902,63 @@ msgstr "Se si dispone di un tema in formato .zip, è possibile installarlo caric
 msgid "Find Themes"
 msgstr "Trova temi"
 
-#: wp-admin/includes/theme.php:275
+#: wp-admin/includes/theme.php:277
 msgid "Holiday"
 msgstr "Festività"
 
-#: wp-admin/includes/theme.php:269 wp-admin/includes/theme.php:302
+#: wp-admin/includes/theme.php:271 wp-admin/includes/theme.php:304
 msgid "Subject"
 msgstr "Soggetto"
 
-#: wp-admin/includes/theme.php:260
+#: wp-admin/includes/theme.php:262
 msgid "Microformats"
 msgstr "Microformati"
 
-#: wp-admin/includes/theme.php:263
+#: wp-admin/includes/theme.php:265
 msgid "Sticky Post"
 msgstr "Articolo evidenziato"
 
-#: wp-admin/includes/theme.php:265
+#: wp-admin/includes/theme.php:267
 msgid "Threaded Comments"
 msgstr "Commenti nidificati"
 
-#: wp-admin/includes/theme.php:264
+#: wp-admin/includes/theme.php:266
 msgid "Theme Options"
 msgstr "Opzioni tema"
 
-#: wp-admin/includes/theme.php:249
+#: wp-admin/includes/theme.php:251
 msgid "Custom Colors"
 msgstr "Colori personalizzati"
 
-#: wp-admin/includes/theme.php:245 wp-admin/includes/theme.php:301
+#: wp-admin/includes/theme.php:247 wp-admin/includes/theme.php:303
 msgid "Features"
 msgstr "Funzionalità"
 
-#: wp-admin/includes/theme.php:242
+#: wp-admin/includes/theme.php:244
 msgid "Right Sidebar"
 msgstr "Barra laterale destra"
 
-#: wp-admin/includes/theme.php:241
+#: wp-admin/includes/theme.php:243
 msgid "Left Sidebar"
 msgstr "Barra laterale sinistra"
 
-#: wp-admin/includes/theme.php:240
+#: wp-admin/includes/theme.php:242
 msgid "Four Columns"
 msgstr "Quattro colonne"
 
-#: wp-admin/includes/theme.php:239
+#: wp-admin/includes/theme.php:241
 msgid "Three Columns"
 msgstr "Tre colonne"
 
-#: wp-admin/includes/theme.php:238
+#: wp-admin/includes/theme.php:240
 msgid "Two Columns"
 msgstr "Due colonne"
 
-#: wp-admin/includes/theme.php:237
+#: wp-admin/includes/theme.php:239
 msgid "One Column"
 msgstr "Una colonna"
 
-#: wp-admin/includes/theme-install.php:101 wp-admin/theme-install.php:155
+#: wp-admin/includes/theme-install.php:101 wp-admin/theme-install.php:161
 msgid "Feature Filter"
 msgstr "Filtro funzionalità"
 
@@ -8887,117 +8982,117 @@ msgstr "Gestione dei temi"
 msgid "Install Themes"
 msgstr "Installa temi"
 
-#: wp-admin/includes/template.php:869
+#: wp-admin/includes/template.php:872
 msgid "Upload file and import"
 msgstr "Carica il file ed importa"
 
-#: wp-admin/includes/template.php:864
+#: wp-admin/includes/template.php:867
 msgid "Maximum size: %s"
 msgstr "Dimensione massima: %s"
 
-#: wp-admin/includes/template.php:864
+#: wp-admin/includes/template.php:867
 msgid "Choose a file from your computer:"
 msgstr "Scegli un file dal tuo computer:"
 
-#: wp-admin/includes/template.php:858
+#: wp-admin/includes/template.php:861
 msgid "Before you can upload your import file, you will need to fix the following error:"
 msgstr "Devi aggiustare l'errore che segue prima di caricare il file d'importazione:"
 
-#: wp-admin/includes/template.php:660
+#: wp-admin/includes/template.php:661
 msgid "Add Custom Field"
 msgstr "Aggiungi campo personalizzato"
 
-#: wp-admin/includes/template.php:649
+#: wp-admin/includes/template.php:650
 msgid "Enter new"
 msgstr "Aggiungi nuovo"
 
-#: wp-admin/includes/template.php:623
+#: wp-admin/includes/template.php:624
 msgid "Add New Custom Field:"
 msgstr "Aggiungi nuovo campo personalizzato:"
 
-#: wp-admin/includes/template.php:557
+#: wp-admin/includes/template.php:558
 msgid "Key"
 msgstr "Chiave"
 
-#: wp-admin/includes/template.php:488 wp-admin/includes/template.php:503
-#: wp-admin/includes/template.php:567 wp-admin/includes/template.php:628
+#: wp-admin/includes/template.php:489 wp-admin/includes/template.php:504
+#: wp-admin/includes/template.php:568 wp-admin/includes/template.php:629
 msgid "Value"
 msgstr "Valore"
 
-#: wp-admin/includes/template.php:468
+#: wp-admin/includes/template.php:469
 msgid "Comment by %s marked as spam."
 msgstr "Il commento di %s adesso &egrave; segnato come spam."
 
-#: wp-admin/includes/template.php:465
+#: wp-admin/includes/template.php:466
 msgid "Comment by %s moved to the trash."
 msgstr "Il commento di %s adesso &egrave; nel cestino."
 
-#: wp-admin/includes/template.php:429
+#: wp-admin/includes/template.php:430
 msgid "Submit Reply"
 msgstr "Invia risposta"
 
-#: wp-admin/includes/template.php:396
+#: wp-admin/includes/template.php:397
 msgid "Reply to Comment"
 msgstr "Rispondi al commento"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:987
+#: wp-admin/includes/class-wp-posts-list-table.php:1003
 msgid "Last Modified"
 msgstr "Ultima modifica"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:982
+#: wp-admin/includes/class-wp-posts-list-table.php:998
 msgid "Missed schedule"
 msgstr "Programmazione saltata"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1644
+#: wp-admin/includes/class-wp-posts-list-table.php:1660
 msgid "Make this post sticky"
 msgstr "Metti questo articolo in evidenza"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1636
+#: wp-admin/includes/class-wp-posts-list-table.php:1652
 msgid "Not Sticky"
 msgstr "Togli risalto"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1632
-#: wp-admin/includes/class-wp-posts-list-table.php:1635
-#: wp-admin/includes/template.php:1706
+#: wp-admin/includes/class-wp-posts-list-table.php:1648
+#: wp-admin/includes/class-wp-posts-list-table.php:1651
+#: wp-admin/includes/template.php:1709
 msgid "Sticky"
 msgstr "In evidenza"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1600
+#: wp-admin/includes/class-wp-posts-list-table.php:1616
 msgid "Allow Pings"
 msgstr "Permetti i ping"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1595
+#: wp-admin/includes/class-wp-posts-list-table.php:1611
 msgid "Allow Comments"
 msgstr "Permetti di commentare"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1574
-#: wp-admin/includes/class-wp-posts-list-table.php:1583
+#: wp-admin/includes/class-wp-posts-list-table.php:1590
+#: wp-admin/includes/class-wp-posts-list-table.php:1599
 msgid "Do not allow"
 msgstr "Non permettere"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1573
-#: wp-admin/includes/class-wp-posts-list-table.php:1582
+#: wp-admin/includes/class-wp-posts-list-table.php:1589
+#: wp-admin/includes/class-wp-posts-list-table.php:1598
 msgid "Allow"
 msgstr "Permetti"
 
 #. translators: Between password field and private checkbox on post quick edit
 #. interface
-#: wp-admin/includes/class-wp-posts-list-table.php:1444
+#: wp-admin/includes/class-wp-posts-list-table.php:1460
 msgid "&ndash;OR&ndash;"
 msgstr "&ndash;O&ndash;"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1418
-#: wp-admin/includes/class-wp-posts-list-table.php:1498
-#: wp-admin/includes/class-wp-posts-list-table.php:1534
-#: wp-admin/includes/class-wp-posts-list-table.php:1572
-#: wp-admin/includes/class-wp-posts-list-table.php:1581
-#: wp-admin/includes/class-wp-posts-list-table.php:1613
-#: wp-admin/includes/class-wp-posts-list-table.php:1634
-#: wp-admin/includes/class-wp-posts-list-table.php:1662
+#: wp-admin/includes/class-wp-posts-list-table.php:1434
+#: wp-admin/includes/class-wp-posts-list-table.php:1514
+#: wp-admin/includes/class-wp-posts-list-table.php:1551
+#: wp-admin/includes/class-wp-posts-list-table.php:1588
+#: wp-admin/includes/class-wp-posts-list-table.php:1597
+#: wp-admin/includes/class-wp-posts-list-table.php:1629
+#: wp-admin/includes/class-wp-posts-list-table.php:1650
+#: wp-admin/includes/class-wp-posts-list-table.php:1678
 msgid "&mdash; No Change &mdash;"
 msgstr "&mdash; Nessuna modifica&mdash;"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1371
+#: wp-admin/includes/class-wp-posts-list-table.php:1387
 msgid "Bulk Edit"
 msgstr "Modifica di gruppo"
 
@@ -9028,18 +9123,18 @@ msgid "File"
 msgstr "File"
 
 #. translators: manage posts column name
-#: wp-admin/includes/class-wp-posts-list-table.php:533
+#: wp-admin/includes/class-wp-posts-list-table.php:539
 msgctxt "column name"
 msgid "Title"
 msgstr "Titolo"
 
 #: wp-admin/includes/class-wp-comments-list-table.php:588
-#: wp-admin/includes/class-wp-posts-list-table.php:1220
+#: wp-admin/includes/class-wp-posts-list-table.php:1236
 #: wp-admin/includes/class-wp-terms-list-table.php:449
 msgid "Quick&nbsp;Edit"
 msgstr "Modifica&nbsp;rapida"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1371
+#: wp-admin/includes/class-wp-posts-list-table.php:1387
 #: wp-admin/includes/class-wp-terms-list-table.php:592
 msgid "Quick Edit"
 msgstr "Modifica veloce"
@@ -9088,15 +9183,15 @@ msgstr "Ecco un altro sito %s"
 msgid "Just another WordPress site"
 msgstr "Un nuovo sito targato WordPress"
 
-#: wp-admin/includes/post.php:1329
+#: wp-admin/includes/post.php:1365
 msgid "Change Permalinks"
 msgstr "Modifica permalink"
 
-#: wp-admin/includes/post.php:1318 wp-admin/includes/post.php:1341
+#: wp-admin/includes/post.php:1354 wp-admin/includes/post.php:1377
 msgid "Permalink:"
 msgstr "Permalink:"
 
-#: wp-admin/includes/post.php:605
+#: wp-admin/includes/post.php:607
 msgid "Auto Draft"
 msgstr "Bozza automatica"
 
@@ -9132,267 +9227,266 @@ msgstr "C'&egrave; un plugin che non funziona correttamente."
 msgid "The plugin generated unexpected output."
 msgstr "Il plugin ha restituito un risultato inatteso."
 
-#: wp-admin/includes/plugin-install.php:636
+#: wp-admin/includes/plugin-install.php:668
 msgid "<strong>Warning:</strong> This plugin has <strong>not been marked as compatible</strong> with your version of WordPress."
 msgstr "<strong>Attenzione:</strong> questo plugin <strong>non &egrave;</strong> compatibile con questa versione di WordPress."
 
-#: wp-admin/includes/plugin-install.php:634
+#: wp-admin/includes/plugin-install.php:666
 msgid "<strong>Warning:</strong> This plugin has <strong>not been tested</strong> with your current version of WordPress."
 msgstr "<strong>Attenzione:</strong> questo plugin <strong>non &egrave; stato testato</strong> con questa versione di WordPress."
 
-#: wp-admin/includes/plugin-install.php:577
+#: wp-admin/includes/plugin-install.php:607
 msgid "Average Rating"
 msgstr "Valutazione media"
 
-#: wp-admin/includes/plugin-install.php:569
+#: wp-admin/includes/plugin-install.php:599
 msgid "WordPress.org Plugin Page &#187;"
 msgstr "Pagina dei plugin di WordPress.org &#187;"
 
-#: wp-admin/includes/plugin-install.php:559
+#: wp-admin/includes/plugin-install.php:587
 msgid "Compatible up to:"
 msgstr "Compatibile fino alla versione:"
 
 #. translators: %s: WordPress version
-#: wp-admin/includes/plugin-install.php:555
+#: wp-admin/includes/plugin-install.php:583
 msgid "%s or higher"
 msgstr "%s o superiore"
 
-#: wp-admin/includes/plugin-install.php:552
+#: wp-admin/includes/plugin-install.php:580
 msgid "Requires WordPress Version:"
 msgstr "Richiede WordPress versione:"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:563
-#: wp-admin/includes/plugin-install.php:544
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:559
+#: wp-admin/includes/plugin-install.php:572
 msgid "Last Updated:"
 msgstr "Ultimo aggiornamento:"
 
-#: wp-admin/includes/plugin-install.php:673
+#: wp-admin/includes/plugin-install.php:705
 msgid "Latest Version Installed"
 msgstr "Stai gi&agrave; usando la versione pi&ugrave; recente"
 
 #. translators: %s: Plugin version
-#: wp-admin/includes/plugin-install.php:670
+#: wp-admin/includes/plugin-install.php:702
 msgid "Newer Version (%s) Installed"
 msgstr "Installata la versione pi&ugrave; recente (%s)"
 
-#: wp-admin/includes/plugin-install.php:665
+#: wp-admin/includes/plugin-install.php:697
 msgid "Install Update Now"
 msgstr "Aggiorna adesso"
 
-#: wp-admin/includes/plugin-install.php:489 wp-admin/update.php:123
+#: wp-admin/includes/plugin-install.php:517 wp-admin/update.php:123
 msgid "Plugin Install"
-msgstr "Installa Plugin"
+msgstr "Installa il plugin"
 
-#: wp-admin/includes/plugin-install.php:579
+#: wp-admin/includes/plugin-install.php:609
 msgid "(based on %s rating)"
 msgid_plural "(based on %s ratings)"
 msgstr[0] "(basato su %s valutazione)"
 msgstr[1] "(basato su %s valutazioni)"
 
-#: wp-admin/includes/class-wp-plugin-install-list-table.php:238
+#: wp-admin/includes/class-wp-plugin-install-list-table.php:237
 msgid "No plugins match your request."
 msgstr "Nessun plugin corrisponde alla ricerca."
 
-#: wp-admin/includes/plugin-install.php:282
+#: wp-admin/includes/plugin-install.php:304
 msgid "Plugin zip file"
 msgstr "File zip del plugin"
 
-#: wp-admin/includes/plugin-install.php:279
+#: wp-admin/includes/plugin-install.php:301
 msgid "If you have a plugin in a .zip format, you may install it by uploading it here."
 msgstr "Se hai un plugin in formato .zip, puoi installarlo caricandolo qui."
 
-#: wp-admin/includes/plugin-install.php:265
-#: wp-admin/includes/plugin-install.php:266
-#: wp-admin/includes/plugin-install.php:268
+#: wp-admin/includes/plugin-install.php:287
+#: wp-admin/includes/plugin-install.php:290
 msgid "Search Plugins"
 msgstr "Cerca plugin"
 
-#: wp-admin/includes/plugin-install.php:219
+#: wp-admin/includes/plugin-install.php:241
 msgid "You may also browse based on the most popular tags in the Plugin Directory:"
 msgstr "Puoi anche sfogliare in base ai tag pi&ugrave; popolari nella directory dei Plugin:"
 
-#: wp-admin/includes/plugin-install.php:218
+#: wp-admin/includes/plugin-install.php:240
 msgid "Popular tags"
 msgstr "Tag pi&ugrave; popolari"
 
-#: wp-admin/includes/meta-boxes.php:1183
+#: wp-admin/includes/meta-boxes.php:1193
 msgid "(Leave at 0 for no rating.)"
 msgstr "(Lascia a 0 per non valutare)"
 
 #: wp-admin/includes/class-wp-links-list-table.php:133
-#: wp-admin/includes/meta-boxes.php:1174
+#: wp-admin/includes/meta-boxes.php:1184
 msgid "Rating"
 msgstr "Valutazione"
 
-#: wp-admin/includes/meta-boxes.php:1170
+#: wp-admin/includes/meta-boxes.php:1180
 msgid "Notes"
 msgstr "Note"
 
-#: wp-admin/includes/meta-boxes.php:1166
+#: wp-admin/includes/meta-boxes.php:1176
 msgid "RSS Address"
 msgstr "Indirizzo RSS"
 
-#: wp-admin/includes/meta-boxes.php:1162
+#: wp-admin/includes/meta-boxes.php:1172
 msgid "Image Address"
 msgstr "Indirizzo immagine"
 
-#: wp-admin/includes/meta-boxes.php:1147
+#: wp-admin/includes/meta-boxes.php:1157
 msgid "If the link is to a person, you can specify your relationship with them using the above form. If you would like to learn more about the idea check out <a href=\"http://gmpg.org/xfn/\">XFN</a>."
 msgstr "Se il link &egrave; per una persona, puoi indicare il tipo di relazione usando il modulo qui sopra. Se vuoi saperne di pi&ugrave; su questa idea, dai un'occhiata a <a href=\"http://gmpg.org/xfn/\">XFN</a>."
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1141
+#: wp-admin/includes/meta-boxes.php:1151
 msgid "sweetheart"
 msgstr "fidanzato/a"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1138
+#: wp-admin/includes/meta-boxes.php:1148
 msgid "date"
 msgstr "appuntamento"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1135
+#: wp-admin/includes/meta-boxes.php:1145
 msgid "crush"
 msgstr "infatuazione"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1132
+#: wp-admin/includes/meta-boxes.php:1142
 msgid "muse"
 msgstr "musa"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1129 wp-admin/includes/meta-boxes.php:1130
+#: wp-admin/includes/meta-boxes.php:1139 wp-admin/includes/meta-boxes.php:1140
 msgid "romantic"
 msgstr "relazione"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1121
+#: wp-admin/includes/meta-boxes.php:1131
 msgid "spouse"
 msgstr "sposo/a"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1118
+#: wp-admin/includes/meta-boxes.php:1128
 msgid "sibling"
 msgstr "fratello/sorella"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1115
+#: wp-admin/includes/meta-boxes.php:1125
 msgid "parent"
 msgstr "genitore"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1112
+#: wp-admin/includes/meta-boxes.php:1122
 msgid "kin"
 msgstr "parentela"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1109
+#: wp-admin/includes/meta-boxes.php:1119
 msgid "child"
 msgstr "figlio/a"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1106 wp-admin/includes/meta-boxes.php:1107
+#: wp-admin/includes/meta-boxes.php:1116 wp-admin/includes/meta-boxes.php:1117
 msgid "family"
 msgstr "familiare"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1098
+#: wp-admin/includes/meta-boxes.php:1108
 msgid "neighbor"
 msgstr "vicino/a"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1095
+#: wp-admin/includes/meta-boxes.php:1105
 msgid "co-resident"
 msgstr "coinquilino/a"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1092 wp-admin/includes/meta-boxes.php:1093
+#: wp-admin/includes/meta-boxes.php:1102 wp-admin/includes/meta-boxes.php:1103
 msgid "geographical"
 msgstr "geografico"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1087
+#: wp-admin/includes/meta-boxes.php:1097
 msgid "colleague"
 msgstr "collega"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1084
+#: wp-admin/includes/meta-boxes.php:1094
 msgid "co-worker"
 msgstr "collaboratore"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1081 wp-admin/includes/meta-boxes.php:1082
+#: wp-admin/includes/meta-boxes.php:1091 wp-admin/includes/meta-boxes.php:1092
 msgid "professional"
 msgstr "professionale"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1076
+#: wp-admin/includes/meta-boxes.php:1086
 msgid "met"
 msgstr "incontrato"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1073 wp-admin/includes/meta-boxes.php:1074
+#: wp-admin/includes/meta-boxes.php:1083 wp-admin/includes/meta-boxes.php:1084
 msgid "physical"
 msgstr "attrazione fisica"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1068 wp-admin/includes/meta-boxes.php:1101
-#: wp-admin/includes/meta-boxes.php:1124
+#: wp-admin/includes/meta-boxes.php:1078 wp-admin/includes/meta-boxes.php:1111
+#: wp-admin/includes/meta-boxes.php:1134
 msgid "none"
 msgstr "nessuno"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1065
+#: wp-admin/includes/meta-boxes.php:1075
 msgid "friend"
 msgstr "amico/a"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1062
+#: wp-admin/includes/meta-boxes.php:1072
 msgid "acquaintance"
 msgstr "conoscenza"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1059
+#: wp-admin/includes/meta-boxes.php:1069
 msgid "contact"
 msgstr "contatto"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1056 wp-admin/includes/meta-boxes.php:1057
+#: wp-admin/includes/meta-boxes.php:1066 wp-admin/includes/meta-boxes.php:1067
 msgid "friendship"
 msgstr "amicizia"
 
-#: wp-admin/includes/meta-boxes.php:1052
+#: wp-admin/includes/meta-boxes.php:1062
 msgid "another web address of mine"
 msgstr "un altro dei miei indirizzi web"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1048 wp-admin/includes/meta-boxes.php:1049
+#: wp-admin/includes/meta-boxes.php:1058 wp-admin/includes/meta-boxes.php:1059
 msgid "identity"
 msgstr "identità"
 
 #. translators: xfn: http://gmpg.org/xfn/
-#: wp-admin/includes/meta-boxes.php:1044
+#: wp-admin/includes/meta-boxes.php:1054
 msgid "rel:"
 msgstr "rel:"
 
-#: wp-admin/includes/meta-boxes.php:997
+#: wp-admin/includes/meta-boxes.php:1007
 msgid "Choose the target frame for your link."
 msgstr "Seleziona il frame di destinazione per il tuo link."
 
-#: wp-admin/includes/meta-boxes.php:995
+#: wp-admin/includes/meta-boxes.php:1005
 msgid "<code>_none</code> &mdash; same window or tab."
 msgstr "<code>_none</code> &mdash; stessa finestra o scheda."
 
-#: wp-admin/includes/meta-boxes.php:992
+#: wp-admin/includes/meta-boxes.php:1002
 msgid "<code>_top</code> &mdash; current window or tab, with no frames."
 msgstr "<code>_top</code> &mdash; finestra o scheda corrente senza frame."
 
-#: wp-admin/includes/meta-boxes.php:989
+#: wp-admin/includes/meta-boxes.php:999
 msgid "<code>_blank</code> &mdash; new window or tab."
 msgstr "<code>_blank</code> &mdash; nuova finestra o scheda."
 
 #: wp-admin/includes/class-wp-links-list-table.php:330
-#: wp-admin/includes/meta-boxes.php:906
+#: wp-admin/includes/meta-boxes.php:916
 msgid ""
 "You are about to delete this link '%s'\n"
 "  'Cancel' to stop, 'OK' to delete."
@@ -9400,92 +9494,99 @@ msgstr ""
 "Stai per eliminare questo link '%s'\n"
 " 'Annulla' per interrompere, 'OK' per eliminarlo."
 
-#: wp-admin/includes/meta-boxes.php:892
+#: wp-admin/includes/meta-boxes.php:902
 msgid "Keep this link private"
 msgstr "Mantieni questo link privato"
 
-#: wp-admin/includes/meta-boxes.php:884
+#: wp-admin/includes/meta-boxes.php:894
 msgid "Visit Link"
 msgstr "Visita link"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1538
-#: wp-admin/includes/meta-boxes.php:846
+#: wp-admin/includes/class-wp-posts-list-table.php:1555
+#: wp-admin/includes/meta-boxes.php:856
 msgid "Default Template"
 msgstr "Template standard"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1492
+#: wp-admin/includes/class-wp-posts-list-table.php:1508
 msgid "Main Page (no parent)"
 msgstr "Pagina principale (nessun genitore)"
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1486
-#: wp-admin/includes/meta-boxes.php:814 wp-admin/includes/meta-boxes.php:815
+#: wp-admin/includes/class-wp-posts-list-table.php:1502
+#: wp-admin/includes/meta-boxes.php:824
 msgid "Parent"
 msgstr "Genitore"
 
-#: wp-admin/includes/meta-boxes.php:722
+#: wp-admin/includes/meta-boxes.php:733
 msgid "Show comments"
 msgstr "Mostra i commenti"
 
-#: wp-admin/includes/meta-boxes.php:606
+#: wp-admin/includes/meta-boxes.php:617
 msgid "Separate multiple URLs with spaces"
 msgstr "Separare più URL con degli spazi"
 
-#: wp-admin/includes/meta-boxes.php:603
+#: wp-admin/includes/meta-boxes.php:614
 msgid "Send trackbacks to:"
 msgstr "Invia trackback a:"
 
-#: wp-admin/includes/meta-boxes.php:593
+#: wp-admin/includes/meta-boxes.php:604
 msgid "Already pinged:"
 msgstr "Ping già inviati a:"
 
-#: wp-admin/includes/meta-boxes.php:968
+#: wp-admin/includes/meta-boxes.php:978
 msgid "New category name"
 msgstr "Nuovo nome di categoria"
 
-#: wp-admin/includes/meta-boxes.php:965 wp-admin/includes/meta-boxes.php:967
+#: wp-admin/includes/meta-boxes.php:975 wp-admin/includes/meta-boxes.php:977
 msgid "+ Add New Category"
 msgstr "+ Aggiungi una nuova categoria"
 
-#: wp-admin/includes/meta-boxes.php:482 wp-admin/includes/meta-boxes.php:944
-#: wp-admin/includes/nav-menu.php:673
+#: wp-admin/includes/meta-boxes.php:493 wp-admin/includes/meta-boxes.php:954
+#: wp-admin/includes/nav-menu.php:683
 msgid "Most Used"
 msgstr "Più utilizzate"
 
-#: wp-admin/includes/meta-boxes.php:185
+#. translators: Post date information. 1: Date on which the post is to be
+#. published
+#: wp-admin/includes/meta-boxes.php:190
 msgid "Publish on: <b>%1$s</b>"
 msgstr "Pubblicato il: <b>%1$s</b>"
 
-#: wp-admin/includes/meta-boxes.php:183
+#. translators: Post date information. 1: Date on which the post is to be
+#. published
+#: wp-admin/includes/meta-boxes.php:187
 msgid "Schedule for: <b>%1$s</b>"
 msgstr "Pianifica il: <b>%1$s</b>"
 
-#: wp-admin/includes/meta-boxes.php:181 wp-admin/includes/meta-boxes.php:189
+#: wp-admin/includes/meta-boxes.php:184 wp-admin/includes/meta-boxes.php:194
 msgid "Publish <b>immediately</b>"
 msgstr "Pubblica <b>subito</b>"
 
-#: wp-admin/includes/meta-boxes.php:179
+#. translators: Post date information. 1: Date on which the post was published
+#: wp-admin/includes/meta-boxes.php:182
 msgid "Published on: <b>%1$s</b>"
 msgstr "Pubblicato il: <b>%1$s</b>"
 
-#: wp-admin/includes/meta-boxes.php:177
+#. translators: Post date information. 1: Date on which the post is currently
+#. scheduled to be published
+#: wp-admin/includes/meta-boxes.php:179
 msgid "Scheduled for: <b>%1$s</b>"
 msgstr "Pianificato il: <b>%1$s</b>"
 
-#: wp-admin/includes/meta-boxes.php:157
+#: wp-admin/includes/meta-boxes.php:158
 msgid "Stick this post to the front page"
 msgstr "Metti questo articolo in evidenza nella pagina iniziale del sito"
 
-#: wp-admin/includes/meta-boxes.php:136 wp-admin/includes/meta-boxes.php:159
-#: wp-admin/includes/template.php:1698
+#: wp-admin/includes/meta-boxes.php:137 wp-admin/includes/meta-boxes.php:160
+#: wp-admin/includes/template.php:1701
 msgid "Password protected"
 msgstr "Protetto da password"
 
-#: wp-admin/includes/meta-boxes.php:128
+#: wp-admin/includes/meta-boxes.php:129
 msgid "Visibility:"
 msgstr "Visibilità:"
 
 #: wp-admin/export.php:205 wp-admin/export.php:247
-#: wp-admin/includes/meta-boxes.php:77
+#: wp-admin/includes/meta-boxes.php:78
 msgid "Status:"
 msgstr "Stato:"
 
@@ -9493,129 +9594,129 @@ msgstr "Stato:"
 msgid "Preview Changes"
 msgstr "Anteprima modifiche"
 
-#: wp-admin/includes/media.php:2574
+#: wp-admin/includes/media.php:2582
 msgid "Link text, e.g. &#8220;Ransom Demands (PDF)&#8221;"
 msgstr "Testo link, es.  &#8220;Richiesta di riscatto (PDF)&#8221;"
 
-#: wp-admin/includes/media.php:2605
+#: wp-admin/includes/media.php:2613
 msgid "Link to image"
 msgstr "Link all'immagine"
 
-#: wp-admin/includes/media.php:2600
+#: wp-admin/includes/media.php:2608
 msgid "Link Image To:"
 msgstr "Link all'immagine:"
 
-#: wp-admin/includes/media.php:2535
+#: wp-admin/includes/media.php:2543
 msgid "Image Caption"
 msgstr "Didascalia immagine"
 
-#: wp-admin/includes/media.php:2484
+#: wp-admin/includes/media.php:2492
 msgid "Filter &#187;"
 msgstr "Filtro &#187;"
 
-#: wp-admin/includes/media.php:2410
+#: wp-admin/includes/media.php:2418
 msgid "All Types"
 msgstr "Tutti i tipi"
 
-#: wp-admin/includes/media.php:2326
+#: wp-admin/includes/media.php:2334
 msgid "Update gallery settings"
 msgstr "Aggiorna impostazioni galleria."
 
-#: wp-admin/includes/media.php:2305
+#: wp-admin/includes/media.php:2313
 msgid "Gallery columns:"
 msgstr "Colonne galleria:"
 
-#: wp-admin/includes/media.php:2290
+#: wp-admin/includes/media.php:2298
 msgid "Order:"
 msgstr "Ordinamento:"
 
-#: wp-admin/includes/media.php:2282
+#: wp-admin/includes/media.php:2290
 msgid "Random"
 msgstr "Casuale"
 
-#: wp-admin/includes/media.php:2281
+#: wp-admin/includes/media.php:2289
 msgid "Date/Time"
 msgstr "Data/Ora"
 
-#: wp-admin/includes/media.php:2279
+#: wp-admin/includes/media.php:2287
 msgid "Menu order"
 msgstr "Ordinamento menu"
 
-#: wp-admin/includes/media.php:2274
+#: wp-admin/includes/media.php:2282
 msgid "Order images by:"
 msgstr "Ordina immagini per:"
 
-#: wp-admin/includes/media.php:2264
+#: wp-admin/includes/media.php:2272
 msgid "Image File"
 msgstr "File immagine"
 
-#: wp-admin/includes/media.php:2259
+#: wp-admin/includes/media.php:2267
 msgid "Link thumbnails to:"
 msgstr "Link miniatura a:"
 
-#: wp-admin/includes/media.php:2228 wp-admin/includes/media.php:2298
+#: wp-admin/includes/media.php:2236 wp-admin/includes/media.php:2306
 msgid "Descending"
 msgstr "Discendente"
 
-#: wp-admin/includes/media.php:2227 wp-admin/includes/media.php:2295
+#: wp-admin/includes/media.php:2235 wp-admin/includes/media.php:2303
 msgid "Ascending"
 msgstr "Ascendente"
 
-#: wp-admin/includes/media.php:2226
+#: wp-admin/includes/media.php:2234
 msgid "Sort Order:"
 msgstr "Ordinamento:"
 
-#: wp-admin/includes/media.php:2222
+#: wp-admin/includes/media.php:2230
 msgid "All Tabs:"
 msgstr "Tutti i tab:"
 
-#: wp-admin/includes/media.php:2036 wp-admin/includes/media.php:2247
-#: wp-admin/includes/media.php:2514
+#: wp-admin/includes/media.php:2044 wp-admin/includes/media.php:2255
+#: wp-admin/includes/media.php:2522
 msgid "Save all changes"
 msgstr "Salva tutte le modifiche"
 
-#: wp-admin/includes/media.php:2009
+#: wp-admin/includes/media.php:2017
 msgid "Add media files from your computer"
 msgstr "Aggiungi media file da un file sul proprio computer:"
 
-#: wp-admin/includes/media.php:1485 wp-admin/includes/media.php:2611
-#: wp-admin/includes/media.php:2617
+#: wp-admin/includes/media.php:1493 wp-admin/includes/media.php:2619
+#: wp-admin/includes/media.php:2625
 msgid "Insert into Post"
 msgstr "Inserisci nell'articolo"
 
-#: wp-admin/includes/media.php:1464
+#: wp-admin/includes/media.php:1472
 msgid "Upload date:"
 msgstr "Data caricamento:"
 
-#: wp-admin/includes/media.php:1233
+#: wp-admin/includes/media.php:1241
 msgid "Location of the uploaded file."
 msgstr "Posizione dei file caricati."
 
-#: wp-admin/includes/class-wp-posts-list-table.php:1521
-#: wp-admin/includes/media.php:1225 wp-admin/includes/media.php:2237
-#: wp-admin/includes/meta-boxes.php:853 wp-admin/includes/meta-boxes.php:854
+#: wp-admin/includes/class-wp-posts-list-table.php:1537
+#: wp-admin/includes/media.php:1233 wp-admin/includes/media.php:2245
+#: wp-admin/includes/meta-boxes.php:863
 msgid "Order"
 msgstr "Ordinamento"
 
-#: wp-admin/includes/media.php:1151
+#: wp-admin/includes/media.php:1159
 msgid "Empty Title filled from filename."
 msgstr "Titolo vuoto riempito con il nome del file"
 
-#: wp-admin/includes/media.php:1274 wp-admin/includes/media.php:2581
+#: wp-admin/includes/media.php:1282 wp-admin/includes/media.php:2589
 msgid "Alt text for the image, e.g. &#8220;The Mona Lisa&#8221;"
 msgstr "Testo alternativo per l'immagine, es. &#8220;La Monna Lisa&#8221;"
 
-#: wp-admin/includes/media.php:1072 wp-admin/includes/media.php:1229
+#: wp-admin/includes/media.php:1080 wp-admin/includes/media.php:1237
 msgid "File URL"
 msgstr "URL file"
 
-#: wp-admin/includes/media.php:455 wp-admin/includes/template.php:1588
+#: wp-admin/includes/media.php:463 wp-admin/includes/template.php:1591
 #: wp-admin/install.php:80 wp-admin/maint/repair.php:26
-#: wp-admin/setup-config.php:104 wp-admin/upgrade.php:71
+#: wp-admin/setup-config.php:102 wp-admin/upgrade.php:71
 msgid "WordPress"
 msgstr "WordPress"
 
-#: wp-admin/includes/media.php:455
+#: wp-admin/includes/media.php:463
 msgid "Uploads"
 msgstr "Carica"
 
@@ -9635,23 +9736,23 @@ msgstr "URL di provenienza"
 msgid "From Computer"
 msgstr "Dal computer"
 
-#: wp-admin/includes/image-edit.php:904
+#: wp-admin/includes/image-edit.php:908
 msgid "Image saved"
 msgstr "Immagine salvata."
 
-#: wp-admin/includes/image-edit.php:791
+#: wp-admin/includes/image-edit.php:794
 msgid "Unable to save the image."
 msgstr "Impossibile salvare l'immagine."
 
-#: wp-admin/includes/image-edit.php:748
+#: wp-admin/includes/image-edit.php:746
 msgid "Nothing to save, the image has not changed."
 msgstr "Nulla da salvare, l'immagine non è cambiata."
 
-#: wp-admin/includes/image-edit.php:740
+#: wp-admin/includes/image-edit.php:738
 msgid "Error while saving the scaled image. Please reload the page and try again."
 msgstr "Si è verificato un errore durante il salvataggio di una immagine ridimensionata. Ricarica la pagina e riprova."
 
-#: wp-admin/includes/image-edit.php:717
+#: wp-admin/includes/image-edit.php:715
 msgid "Unable to create new image."
 msgstr "Impossibile creare la nuova immagine."
 
@@ -9717,13 +9818,13 @@ msgstr "Ripristina immagine"
 
 #: wp-admin/includes/image-edit.php:87
 msgid "Previously edited copies of the image will not be deleted."
-msgstr "Le copie delle immagini modificate in precedenza non verranno cancellate."
+msgstr "Le copie delle immagini modificate in precedenza non verranno eliminate."
 
 #: wp-admin/includes/image-edit.php:84
 msgid "Discard any changes and restore the original image."
 msgstr "Scartare tutte le modifiche e ripristinare l'immagine originale."
 
-#: wp-admin/custom-background.php:255 wp-admin/custom-background.php:259
+#: wp-admin/custom-background.php:304 wp-admin/custom-background.php:308
 #: wp-admin/includes/image-edit.php:82
 msgid "Restore Original Image"
 msgstr "Ripristina l'immagine originale"
@@ -9756,105 +9857,105 @@ msgstr "Ruota in senso antiorario"
 msgid "Crop"
 msgstr "Ritaglia"
 
-#: wp-admin/includes/image-edit.php:26 wp-admin/includes/image-edit.php:756
+#: wp-admin/includes/image-edit.php:26 wp-admin/includes/image-edit.php:754
 msgid "Image data does not exist. Please re-upload the image."
 msgstr "I dati dell'immagine non esistono. Ricaricare l'immagine."
 
-#: wp-admin/includes/file.php:1263
+#: wp-admin/includes/file.php:1264
 msgid "Proceed"
 msgstr "Procedi"
 
-#: wp-admin/includes/file.php:1222
+#: wp-admin/includes/file.php:1223
 msgid "Connection Type"
 msgstr "Tipo di connessione"
 
-#: wp-admin/includes/file.php:1248
+#: wp-admin/includes/file.php:1249
 msgid "Private Key:"
 msgstr "Chiave privata:"
 
-#: wp-admin/includes/file.php:1244
+#: wp-admin/includes/file.php:1245
 msgid "Public Key:"
 msgstr "Chiave pubblica:"
 
-#: wp-admin/includes/file.php:1242
+#: wp-admin/includes/file.php:1243
 msgid "Authentication Keys"
 msgstr "Chiavi di autenticazione"
 
-#: wp-admin/includes/file.php:1205
+#: wp-admin/includes/file.php:1206
 msgid "Hostname"
 msgstr "Nome host"
 
-#: wp-admin/includes/file.php:1183
+#: wp-admin/includes/file.php:1184
 msgid "Connection Information"
 msgstr "Informazioni connessione"
 
-#: wp-admin/includes/file.php:1157
+#: wp-admin/includes/file.php:1158
 msgid "SSH2"
 msgstr "SSH2"
 
-#: wp-admin/includes/file.php:1155
+#: wp-admin/includes/file.php:1156
 msgid "FTPS (SSL)"
 msgstr "FTPS (SSL)"
 
-#: wp-admin/includes/file.php:1153
+#: wp-admin/includes/file.php:1154
 msgid "FTP"
 msgstr "FTP"
 
-#: wp-admin/includes/file.php:752
+#: wp-admin/includes/file.php:753
 msgid "Empty archive."
 msgstr "Archivio vuoto"
 
-#: wp-admin/includes/file.php:711 wp-admin/includes/file.php:810
-#: wp-admin/includes/file.php:845 wp-admin/includes/update-core.php:1054
-#: wp-admin/includes/update-core.php:1165
+#: wp-admin/includes/file.php:712 wp-admin/includes/file.php:811
+#: wp-admin/includes/file.php:846 wp-admin/includes/update-core.php:1057
+#: wp-admin/includes/update-core.php:1168
 msgid "Could not copy file."
 msgstr "Impossibile copiare il file."
 
-#: wp-admin/includes/file.php:708
+#: wp-admin/includes/file.php:709
 msgid "Could not extract file from archive."
 msgstr "Impossibile estrarre il file dall'archivio."
 
-#: wp-admin/includes/file.php:644 wp-admin/includes/file.php:698
+#: wp-admin/includes/file.php:645 wp-admin/includes/file.php:699
 msgid "Could not retrieve file from archive."
 msgstr "Impossibile recuperare il file dall'archivio."
 
-#: wp-admin/includes/file.php:500
+#: wp-admin/includes/file.php:501
 msgid "Could not create Temporary file."
 msgstr "Impossibile creare il file temporaneo"
 
-#: wp-admin/includes/file.php:494
+#: wp-admin/includes/file.php:495
 msgid "Invalid URL Provided."
 msgstr "URL indicata non valida."
 
-#: wp-admin/includes/file.php:336
+#: wp-admin/includes/file.php:337
 msgid "Specified file failed upload test."
 msgstr "Test di caricamento del file specificato non riuscito."
 
-#: wp-admin/includes/file.php:328 wp-admin/includes/import.php:84
+#: wp-admin/includes/file.php:329 wp-admin/includes/import.php:84
 msgid "File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini."
 msgstr "Il file è vuoto. Caricare qualche cosa di più sostanziale. Questo errore potrebbe dipendere dal fatto che gli upload sono stati disabilitati nel file php.ini o dal fatto che in php.ini post_max_size è stato definito minore di upload_max_filesize."
 
-#: wp-admin/includes/file.php:315
+#: wp-admin/includes/file.php:316
 msgid "Invalid form submission."
 msgstr "Invio modulo non valido."
 
-#: wp-admin/includes/file.php:301
+#: wp-admin/includes/file.php:302
 msgid "File upload stopped by extension."
 msgstr "Caricamento file interrotto da una estensione."
 
-#: wp-admin/includes/file.php:300
+#: wp-admin/includes/file.php:301
 msgid "Failed to write file to disk."
 msgstr "Impossibile scrivere il file su disco"
 
-#: wp-admin/includes/file.php:299
+#: wp-admin/includes/file.php:300
 msgid "Missing a temporary folder."
 msgstr "Manca una directory temporanea."
 
-#: wp-admin/includes/file.php:297
+#: wp-admin/includes/file.php:298
 msgid "No file was uploaded."
 msgstr "Non è stato caricato alcun file."
 
-#: wp-admin/includes/file.php:296
+#: wp-admin/includes/file.php:297
 msgid "The uploaded file was only partially uploaded."
 msgstr "Il file <code>%s</code> è stato caricato solo parzialmente."
 
@@ -9914,10 +10015,6 @@ msgstr "Articolo singolo"
 msgid "Search Form"
 msgstr "Modulo di ricerca"
 
-#: wp-admin/includes/meta-boxes.php:835
-msgid "Page Template"
-msgstr "Template pagine"
-
 #: wp-admin/includes/file.php:29
 msgid "Category Template"
 msgstr "Template categorie"
@@ -9934,67 +10031,67 @@ msgstr "Foglio di stile RTL"
 msgid "Main Index Template"
 msgstr "Pagina principale"
 
-#: wp-admin/includes/dashboard.php:968
+#: wp-admin/includes/dashboard.php:971
 msgid "This widget requires JavaScript."
 msgstr "Questo widget richiede JavaScript."
 
-#: wp-admin/includes/dashboard.php:968
+#: wp-admin/includes/dashboard.php:971
 msgid "Loading&#8230;"
 msgstr "Caricamento&#8230;"
 
 #. translators: 1: type of comment, 2: notification if the comment is pending
-#: wp-admin/includes/dashboard.php:732
+#: wp-admin/includes/dashboard.php:735
 msgctxt "dashboard"
 msgid "%1$s %2$s"
 msgstr "%1$s %2$s"
 
-#: wp-admin/includes/dashboard.php:690 wp-admin/includes/dashboard.php:697
-#: wp-admin/includes/dashboard.php:727 wp-admin/includes/dashboard.php:734
+#: wp-admin/includes/dashboard.php:693 wp-admin/includes/dashboard.php:700
+#: wp-admin/includes/dashboard.php:730 wp-admin/includes/dashboard.php:737
 msgid "[Pending]"
 msgstr "[In sospeso]"
 
 #. translators: 1: comment author, 2: post link, 3: notification if the comment
 #. is pending
-#: wp-admin/includes/dashboard.php:687
+#: wp-admin/includes/dashboard.php:690
 msgid "From %1$s on %2$s %3$s"
 msgstr "Da %1$s su %2$s %3$s"
 
 #: wp-admin/includes/class-wp-comments-list-table.php:580
-#: wp-admin/includes/dashboard.php:638
+#: wp-admin/includes/dashboard.php:641
 msgid "Move this comment to the Trash"
 msgstr "Sposta questo commento nel cestino."
 
 #. translators: mark as spam link
 #: wp-admin/includes/class-wp-comments-list-table.php:568
-#: wp-admin/includes/dashboard.php:633
+#: wp-admin/includes/dashboard.php:636
 msgctxt "verb"
 msgid "Spam"
 msgstr "Spam"
 
 #: wp-admin/includes/class-wp-comments-list-table.php:568
-#: wp-admin/includes/dashboard.php:633
+#: wp-admin/includes/dashboard.php:636
 msgid "Mark this comment as spam"
 msgstr "Marca questo commento come spam"
 
 #: wp-admin/includes/class-wp-comments-list-table.php:590
-#: wp-admin/includes/dashboard.php:632
+#: wp-admin/includes/dashboard.php:635
 msgid "Reply to this comment"
 msgstr "Rispondi a questo commento"
 
 #: wp-admin/includes/class-wp-comments-list-table.php:558
 #: wp-admin/includes/class-wp-comments-list-table.php:564
-#: wp-admin/includes/dashboard.php:630
+#: wp-admin/includes/dashboard.php:633
 msgid "Unapprove this comment"
 msgstr "Non approvare questo commento"
 
 #: wp-admin/includes/class-wp-comments-list-table.php:560
 #: wp-admin/includes/class-wp-comments-list-table.php:563
-#: wp-admin/includes/dashboard.php:629
+#: wp-admin/includes/dashboard.php:632
 msgid "Approve this comment"
 msgstr "Approva questo commento"
 
-#: wp-admin/includes/class-wp-press-this.php:1484
-#: wp-admin/includes/meta-boxes.php:261 wp-admin/includes/meta-boxes.php:262
+#: wp-admin/includes/class-wp-press-this.php:1482
+#: wp-admin/includes/meta-boxes.php:269 wp-admin/includes/meta-boxes.php:270
 msgid "Submit for Review"
 msgstr "Invia per la revisione"
 
@@ -10002,7 +10099,11 @@ msgstr "Invia per la revisione"
 msgid "Press This"
 msgstr "Press This"
 
-#: wp-admin/edit-form-comment.php:67 wp-admin/includes/template.php:401
+#: wp-admin/includes/nav-menu.php:363 wp-admin/includes/nav-menu.php:648
+msgid "Page"
+msgstr "Pagina"
+
+#: wp-admin/edit-form-comment.php:67 wp-admin/includes/template.php:402
 msgid "Comment"
 msgstr "Commento"
 
@@ -10014,7 +10115,7 @@ msgstr "Configura"
 msgid "View all"
 msgstr "Mostra tutti"
 
-#: wp-admin/includes/dashboard.php:1136
+#: wp-admin/includes/dashboard.php:1139
 msgid "Other WordPress News"
 msgstr "Altre notizie su WordPress"
 
@@ -10022,7 +10123,7 @@ msgstr "Altre notizie su WordPress"
 msgid "Right Now"
 msgstr "Stato attuale"
 
-#: wp-admin/includes/file.php:386
+#: wp-admin/includes/file.php:387
 msgid "The uploaded file could not be moved to %s."
 msgstr "Il file caricato non pu&ograve essere spostato in %s."
 
@@ -10044,13 +10145,13 @@ msgstr "Ritorna all'installatore di temi"
 
 #: wp-admin/includes/class-theme-installer-skin.php:71
 #: wp-admin/includes/class-theme-upgrader-skin.php:61
-#: wp-admin/includes/class-wp-themes-list-table.php:187
+#: wp-admin/includes/class-wp-themes-list-table.php:188
 msgid "Activate &#8220;%s&#8221;"
 msgstr "Attiva &#8220;%s&#8221;"
 
 #. translators: %s: post title
-#: wp-admin/includes/class-wp-posts-list-table.php:1261
-#: wp-admin/includes/class-wp-theme-install-list-table.php:256
+#: wp-admin/includes/class-wp-posts-list-table.php:1277
+#: wp-admin/includes/class-wp-theme-install-list-table.php:259
 msgid "Preview &#8220;%s&#8221;"
 msgstr "Anteprima &#8220;%s&#8221;"
 
@@ -10164,22 +10265,22 @@ msgid "The plugin is at the latest version."
 msgstr "Questo plugin è alla sua ultima versione."
 
 #: wp-admin/includes/class-wp-upgrader.php:175
-#: wp-admin/includes/update-core.php:1017
+#: wp-admin/includes/update-core.php:1020
 msgid "Disabling Maintenance mode&#8230;"
 msgstr "Disattivazione modalità di manutenzione in corso&#8230;"
 
 #: wp-admin/includes/class-wp-upgrader.php:174
-#: wp-admin/includes/update-core.php:934
+#: wp-admin/includes/update-core.php:933
 msgid "Enabling Maintenance mode&#8230;"
 msgstr "Attivazione modalità di manutenzione in corso&#8230;"
 
-#: wp-admin/includes/file.php:638 wp-admin/includes/file.php:749
+#: wp-admin/includes/file.php:639 wp-admin/includes/file.php:750
 msgid "Incompatible Archive."
 msgstr "Archivio non compatibile."
 
-#: wp-admin/includes/class-wp-upgrader.php:170 wp-admin/includes/file.php:691
-#: wp-admin/includes/file.php:797 wp-admin/includes/file.php:850
-#: wp-admin/includes/update-core.php:1170
+#: wp-admin/includes/class-wp-upgrader.php:170 wp-admin/includes/file.php:692
+#: wp-admin/includes/file.php:798 wp-admin/includes/file.php:851
+#: wp-admin/includes/update-core.php:1173
 msgid "Could not create directory."
 msgstr "Impossibile creare la directory."
 
@@ -10218,7 +10319,7 @@ msgid "Filesystem error."
 msgstr "Errore di filesystem."
 
 #: wp-admin/includes/class-wp-automatic-updater.php:342
-#: wp-admin/includes/class-wp-upgrader.php:157 wp-admin/includes/file.php:570
+#: wp-admin/includes/class-wp-upgrader.php:157 wp-admin/includes/file.php:571
 #: wp-admin/includes/plugin.php:816 wp-admin/includes/theme.php:59
 msgid "Could not access filesystem."
 msgstr "Impossibile accedere al filesystem"
@@ -10329,7 +10430,7 @@ msgstr "Blogger"
 msgid "Posts"
 msgstr "Articoli"
 
-#: wp-admin/includes/media.php:1497 wp-admin/upgrade.php:77
+#: wp-admin/includes/media.php:1505 wp-admin/upgrade.php:77
 #: wp-admin/upgrade.php:111
 msgid "Continue"
 msgstr "Continua"
@@ -10348,7 +10449,7 @@ msgstr "Questo formato, che noi chiamiamo WordPress eXtended RSS o WXR, conterr
 
 #: wp-admin/export.php:157
 msgid "When you click the button below WordPress will create an XML file for you to save to your computer."
-msgstr "Quando si farà clic sul pulsante qui sotto WordPress creerà un file XML da salvare sul proprio computer."
+msgstr "Quando farai clic sul pulsante qui sotto WordPress creerà un file XML da salvare sul tuo computer."
 
 #: wp-admin/export.php:17 wp-admin/menu.php:242
 msgid "Export"
@@ -10373,20 +10474,20 @@ msgid_plural "Mine <span class=\"count\">(%s)</span>"
 msgstr[0] "Mio <span class=\"count\">(%s)</span>"
 msgstr[1] "Miei <span class=\"count\">(%s)</span>"
 
-#: wp-admin/edit.php:269
+#: wp-admin/edit.php:273
 msgid "%s post updated."
 msgid_plural "%s posts updated."
 msgstr[0] "%s articolo aggiornato."
 msgstr[1] "%s articoli aggiornati."
 
-#: wp-admin/edit-tags.php:114 wp-admin/edit.php:140 wp-admin/post.php:255
+#: wp-admin/edit-tags.php:101 wp-admin/edit.php:140 wp-admin/post.php:255
 #: wp-admin/themes.php:43 wp-admin/upload.php:159
 msgid "Sorry, you are not allowed to delete this item."
 msgstr "Non sei autorizzato ad eliminare questo elemento."
 
 #: wp-admin/includes/edit-tag-messages.php:19
 msgid "Items deleted."
-msgstr "Elementi cancellati."
+msgstr "Elementi eliminati."
 
 #: wp-admin/includes/edit-tag-messages.php:17
 msgid "Item not added."
@@ -10398,17 +10499,17 @@ msgstr "Elemento aggiornato."
 
 #: wp-admin/includes/edit-tag-messages.php:15
 msgid "Item deleted."
-msgstr "Elemento cancellato."
+msgstr "Elemento eliminato."
 
 #: wp-admin/includes/edit-tag-messages.php:14
 msgid "Item added."
 msgstr "Elemento aggiunto."
 
-#: wp-admin/edit-tag-form.php:175 wp-admin/edit-tags.php:464
+#: wp-admin/edit-tag-form.php:168 wp-admin/edit-tags.php:437
 msgid "Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have children categories for Bebop and Big Band. Totally optional."
 msgstr "Le categorie, a differenza dei tag, possono avere una gerarchia. Si può avere la categoria Jazz e sotto questa delle categorie figlie per Bebop e Big Band. Tutto completamente opzionale."
 
-#: wp-admin/edit-tag-form.php:129 wp-admin/edit-tags.php:415
+#: wp-admin/edit-tag-form.php:122 wp-admin/edit-tags.php:388
 msgid "The name is how it appears on your site."
 msgstr "Il nome come appare sul sito."
 
@@ -10436,7 +10537,7 @@ msgstr "Link aggiunto."
 msgid "<a href=\"%s\">Links</a> / Add New Link"
 msgstr "<a href=\"%s\">Link</a> / Aggiungi nuovo link"
 
-#: wp-admin/edit-link-form.php:15 wp-admin/includes/meta-boxes.php:912
+#: wp-admin/edit-link-form.php:15 wp-admin/includes/meta-boxes.php:922
 msgid "Update Link"
 msgstr "Aggiorna link"
 
@@ -10444,11 +10545,11 @@ msgstr "Aggiorna link"
 msgid "<a href=\"%s\">Links</a> / Edit Link"
 msgstr "<a href=\"%s\">Link</a> / Modifica link"
 
-#: wp-admin/edit-tag-form.php:183 wp-admin/edit-tags.php:471
+#: wp-admin/edit-tag-form.php:176 wp-admin/edit-tags.php:444
 msgid "The description is not prominent by default; however, some themes may show it."
 msgstr "La descrizione di base non è importante, tuttavia alcuni temi possono visualizzarla."
 
-#: wp-admin/edit-tag-form.php:151 wp-admin/edit-tags.php:421
+#: wp-admin/edit-tag-form.php:144 wp-admin/edit-tags.php:394
 msgid "The &#8220;slug&#8221; is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens."
 msgstr "&#8220;Slug&#8221; è la versione &#8220;amichevole&#8221; della URL del nome. &Egrave; solitamente tutta in minuscolo e contiene solo lettere, numeri e trattini."
 
@@ -10468,36 +10569,39 @@ msgstr "Email:"
 msgid "Name:"
 msgstr "Nome:"
 
-#: wp-admin/includes/template.php:428
+#: wp-admin/includes/template.php:429
 msgid "Update Comment"
 msgstr "Aggiorna commento"
 
-#: wp-admin/edit-form-advanced.php:636 wp-admin/includes/ajax-actions.php:2294
+#. translators: 1: Post edited date, 2: Post edited time
+#: wp-admin/edit-form-advanced.php:646 wp-admin/includes/ajax-actions.php:2280
 msgid "Last edited on %1$s at %2$s"
 msgstr "Ultima modifica il %1$s alle %2$s"
 
-#: wp-admin/edit-form-advanced.php:634 wp-admin/includes/ajax-actions.php:2292
+#. translators: 1: Name of most recent post author, 2: Post edited date, 3:
+#. Post edited time
+#: wp-admin/edit-form-advanced.php:643 wp-admin/includes/ajax-actions.php:2278
 msgid "Last edited by %1$s on %2$s at %3$s"
 msgstr "Ultima modifica di %1$s il %2$s alle %3$s"
 
-#: wp-admin/edit-form-advanced.php:308 wp-admin/edit-tag-form.php:133
-#: wp-admin/edit-tags.php:419
-#: wp-admin/includes/class-wp-posts-list-table.php:1389
-#: wp-admin/includes/class-wp-terms-list-table.php:179
+#: wp-admin/edit-form-advanced.php:309 wp-admin/edit-tag-form.php:126
+#: wp-admin/edit-tags.php:392
+#: wp-admin/includes/class-wp-posts-list-table.php:1405
+#: wp-admin/includes/class-wp-terms-list-table.php:182
 #: wp-admin/includes/class-wp-terms-list-table.php:600
-#: wp-admin/includes/meta-boxes.php:740
+#: wp-admin/includes/meta-boxes.php:751
 msgid "Slug"
 msgstr "Slug"
 
-#: wp-admin/edit-form-advanced.php:290 wp-admin/menu.php:252
+#: wp-admin/edit-form-advanced.php:291 wp-admin/menu.php:252
 msgid "Discussion"
 msgstr "Discussione"
 
-#: wp-admin/edit-form-advanced.php:275
+#: wp-admin/edit-form-advanced.php:276
 msgid "Custom Fields"
 msgstr "Campi personalizzati"
 
-#: wp-admin/edit-form-advanced.php:272
+#: wp-admin/edit-form-advanced.php:273
 msgid "Send Trackbacks"
 msgstr "Invia trackback"
 
@@ -10537,7 +10641,7 @@ msgstr "Nessun commento trovato."
 
 #: wp-admin/includes/class-wp-comments-list-table.php:359
 #: wp-admin/includes/class-wp-media-list-table.php:181
-#: wp-admin/includes/class-wp-posts-list-table.php:486
+#: wp-admin/includes/class-wp-posts-list-table.php:492
 msgid "Empty Trash"
 msgstr "Svuota il cestino"
 
@@ -10548,37 +10652,37 @@ msgstr "Svuotare lo spam"
 #: wp-admin/includes/class-wp-comments-list-table.php:354
 #: wp-admin/includes/class-wp-links-list-table.php:115
 #: wp-admin/includes/class-wp-media-list-table.php:177
-#: wp-admin/includes/class-wp-posts-list-table.php:482
+#: wp-admin/includes/class-wp-posts-list-table.php:487
 msgid "Filter"
 msgstr "Filtra"
 
 #: wp-admin/includes/class-wp-comments-list-table.php:340
-#: wp-admin/includes/class-wp-posts-list-table.php:1579
+#: wp-admin/includes/class-wp-posts-list-table.php:1595
 msgid "Pings"
 msgstr "Ping"
 
 #: wp-admin/comment.php:119 wp-admin/edit-form-comment.php:162
 #: wp-admin/includes/class-wp-comments-list-table.php:308
 #: wp-admin/includes/class-wp-posts-list-table.php:407
-#: wp-admin/includes/media.php:1501 wp-admin/includes/meta-boxes.php:242
+#: wp-admin/includes/media.php:1509 wp-admin/includes/meta-boxes.php:250
 msgid "Move to Trash"
 msgstr "Sposta nel cestino"
 
 #: wp-admin/includes/class-wp-comments-list-table.php:295
 #: wp-admin/includes/class-wp-comments-list-table.php:560
 #: wp-admin/includes/class-wp-comments-list-table.php:563
-#: wp-admin/includes/dashboard.php:629
+#: wp-admin/includes/dashboard.php:632
 msgid "Approve"
 msgstr "Approva"
 
 #: wp-admin/includes/class-wp-comments-list-table.php:293
 #: wp-admin/includes/class-wp-comments-list-table.php:558
 #: wp-admin/includes/class-wp-comments-list-table.php:564
-#: wp-admin/includes/dashboard.php:630
+#: wp-admin/includes/dashboard.php:633
 msgid "Unapprove"
 msgstr "Non approvare"
 
-#: wp-admin/edit.php:216 wp-admin/includes/class-wp-list-table.php:464
+#: wp-admin/edit.php:220 wp-admin/includes/class-wp-list-table.php:463
 msgid "Bulk Actions"
 msgstr "Azioni di gruppo"
 
@@ -10586,33 +10690,33 @@ msgstr "Azioni di gruppo"
 msgid "Displaying %s&#8211;%s of %s"
 msgstr "Sono visualizzati %s&#8211;%s su %s"
 
-#: wp-admin/edit-comments.php:285
+#: wp-admin/edit-comments.php:301
 msgid "Search Comments"
 msgstr "Cerca commenti"
 
 #. translators: %s: number of comments permanently deleted
-#: wp-admin/edit-comments.php:259
+#: wp-admin/edit-comments.php:275
 msgid "%s comment permanently deleted"
 msgid_plural "%s comments permanently deleted"
-msgstr[0] "%s commento cancellato definitivamente"
-msgstr[1] "%s commenti cancellati definitivamente"
+msgstr[0] "%s commento eliminato definitivamente"
+msgstr[1] "%s commenti eliminati definitivamente"
 
 #. translators: %s: number of comments restored from the spam
-#: wp-admin/edit-comments.php:243
+#: wp-admin/edit-comments.php:259
 msgid "%s comment restored from the spam"
 msgid_plural "%s comments restored from the spam"
 msgstr[0] "%s commento ripristinato dallo spam"
 msgstr[1] "%s commenti ripristinati dallo spam"
 
 #. translators: %s: number of comments marked as spam
-#: wp-admin/edit-comments.php:238
+#: wp-admin/edit-comments.php:254
 msgid "%s comment marked as spam."
 msgid_plural "%s comments marked as spam."
 msgstr[0] "%s commento marcato come spam"
 msgstr[1] "%s commenti marcati come spam."
 
 #. translators: %s: number of comments approved
-#: wp-admin/edit-comments.php:232
+#: wp-admin/edit-comments.php:248
 msgid "%s comment approved"
 msgid_plural "%s comments approved"
 msgstr[0] "%s commento approvato."
@@ -10633,7 +10737,7 @@ msgid "%s from now"
 msgstr "%s da ora"
 
 #: wp-admin/includes/class-wp-media-list-table.php:441
-#: wp-admin/includes/class-wp-posts-list-table.php:962
+#: wp-admin/includes/class-wp-posts-list-table.php:978
 msgid "Unpublished"
 msgstr "Non pubblicato"
 
@@ -10641,7 +10745,7 @@ msgstr "Non pubblicato"
 #. translators: %s: post title
 #: wp-admin/includes/class-wp-media-list-table.php:684
 #: wp-admin/includes/class-wp-media-list-table.php:743
-#: wp-admin/includes/class-wp-posts-list-table.php:1270
+#: wp-admin/includes/class-wp-posts-list-table.php:1286
 msgid "View &#8220;%s&#8221;"
 msgstr "Visualizza &#8220;%s&#8221;"
 
@@ -10653,9 +10757,9 @@ msgstr "Visualizza &#8220;%s&#8221;"
 #: wp-admin/includes/class-wp-links-list-table.php:190
 #: wp-admin/includes/class-wp-media-list-table.php:655
 #: wp-admin/includes/class-wp-media-list-table.php:704
-#: wp-admin/includes/class-wp-posts-list-table.php:1213
+#: wp-admin/includes/class-wp-posts-list-table.php:1229
 #: wp-admin/includes/class-wp-terms-list-table.php:442
-#: wp-admin/includes/dashboard.php:575 wp-admin/includes/dashboard.php:863
+#: wp-admin/includes/dashboard.php:578 wp-admin/includes/dashboard.php:866
 msgid "Edit &#8220;%s&#8221;"
 msgstr "Modifica &#8220;%s&#8221;"
 
@@ -10671,30 +10775,30 @@ msgstr "Errore nell'elaborazione dell'immagine"
 msgid "Header updated. <a href=\"%s\">Visit your site</a> to see how it looks."
 msgstr "Immagine della testata aggiornata . <a href=\"%s\" >Visita il sito</a> per vedere come appare."
 
-#: wp-admin/custom-header.php:456 wp-admin/includes/theme.php:250
+#: wp-admin/custom-header.php:456 wp-admin/includes/theme.php:252
 msgid "Custom Header"
 msgstr "Immagine personalizzata della testata"
 
-#: wp-admin/includes/template.php:1922 wp-admin/nav-menus.php:656
-#: wp-admin/options.php:294
+#: wp-admin/includes/template.php:1948 wp-admin/nav-menus.php:657
+#: wp-admin/options.php:300
 msgid "Save Changes"
 msgstr "Salva le modifiche"
 
-#: wp-admin/custom-background.php:275 wp-admin/custom-header.php:579
+#: wp-admin/custom-background.php:324 wp-admin/custom-header.php:579
 #: wp-admin/includes/class-wp-theme-install-list-table.php:63
-#: wp-admin/includes/media.php:1943 wp-admin/includes/media.php:1945
+#: wp-admin/includes/media.php:1951 wp-admin/includes/media.php:1953
 msgid "Upload"
 msgstr "Carica media"
 
-#: wp-admin/custom-background.php:271 wp-admin/custom-header.php:575
+#: wp-admin/custom-background.php:320 wp-admin/custom-header.php:575
 msgid "Choose an image from your computer:"
 msgstr "Seleziona una immagine dal tuo computer:"
 
-#: wp-admin/custom-background.php:200
+#: wp-admin/custom-background.php:242
 msgid "Background updated. <a href=\"%s\">Visit your site</a> to see how it looks."
 msgstr "Lo sfondo è stato aggiornato. <a href=\"%s\">Visita il sito</a> per vedere come appare."
 
-#: wp-admin/custom-background.php:183 wp-admin/includes/theme.php:248
+#: wp-admin/custom-background.php:225 wp-admin/includes/theme.php:250
 msgid "Custom Background"
 msgstr "Sfondo personalizzato"
 
@@ -10712,7 +10816,7 @@ msgstr "Stai per approvare il seguente commento:"
 
 #: wp-admin/comment.php:123
 msgid "Permanently Delete Comment"
-msgstr "Commento cancellato definitivamente"
+msgstr "Commento eliminato definitivamente"
 
 #: wp-admin/comment.php:122
 msgid "You are about to delete the following comment:"
@@ -10730,18 +10834,18 @@ msgstr "Stai per marchiare il seguente commento come spam:"
 msgid "This comment is in the Trash. Please move it out of the Trash if you want to edit it."
 msgstr "Questo commento &egrave; nel Cestino. Spostalo altrove se vuoi modificarlo."
 
-#: wp-admin/comment.php:257 wp-admin/edit-comments.php:213
+#: wp-admin/comment.php:257 wp-admin/edit-comments.php:229
 #: wp-admin/includes/comment.php:49
 msgid "Sorry, you are not allowed to edit comments on this post."
 msgstr "Non sei autorizzato a modificare i commenti di questo articolo."
 
 #: wp-admin/comment.php:61 wp-admin/comment.php:255
-#: wp-admin/includes/post.php:1527
+#: wp-admin/includes/post.php:1561
 msgid "Go back"
 msgstr "Torna indietro"
 
 #: wp-admin/comment.php:39 wp-admin/edit-form-comment.php:16
-#: wp-admin/includes/template.php:395
+#: wp-admin/includes/template.php:396
 msgid "Edit Comment"
 msgstr "Modifica commento"
 
@@ -10757,40 +10861,40 @@ msgstr "Impossibile caricare %s."
 msgid "Invalid plugin page"
 msgstr "Pagina del plugin non valida"
 
-#: wp-admin/includes/ajax-actions.php:1799
-#: wp-admin/includes/class-wp-posts-list-table.php:984
-#: wp-admin/includes/class-wp-posts-list-table.php:1617
-#: wp-admin/includes/meta-boxes.php:88 wp-admin/includes/meta-boxes.php:111
-#: wp-admin/includes/template.php:1709
+#: wp-admin/includes/ajax-actions.php:1785
+#: wp-admin/includes/class-wp-posts-list-table.php:1000
+#: wp-admin/includes/class-wp-posts-list-table.php:1633
+#: wp-admin/includes/meta-boxes.php:88 wp-admin/includes/meta-boxes.php:112
+#: wp-admin/includes/template.php:1712
 msgid "Scheduled"
 msgstr "Pianificato"
 
-#: wp-admin/edit-form-comment.php:76 wp-admin/includes/ajax-actions.php:1787
-#: wp-admin/includes/class-wp-posts-list-table.php:1610
+#: wp-admin/edit-form-comment.php:76 wp-admin/includes/ajax-actions.php:1773
+#: wp-admin/includes/class-wp-posts-list-table.php:1626
 msgid "Status"
 msgstr "Stato"
 
-#: wp-admin/includes/ajax-actions.php:1787
-#: wp-admin/includes/class-wp-posts-list-table.php:571
-#: wp-admin/includes/class-wp-posts-list-table.php:1398
+#: wp-admin/includes/ajax-actions.php:1773
+#: wp-admin/includes/class-wp-posts-list-table.php:577
+#: wp-admin/includes/class-wp-posts-list-table.php:1414
 msgid "Date"
 msgstr "Data"
 
-#: wp-admin/includes/ajax-actions.php:1741
-#: wp-admin/includes/ajax-actions.php:1746
+#: wp-admin/includes/ajax-actions.php:1727
+#: wp-admin/includes/ajax-actions.php:1732
 #: wp-admin/includes/edit-tag-messages.php:18
 msgid "Item not updated."
-msgstr "L'ìeElemento non è stato aggiornato."
+msgstr "L'elemento non è stato aggiornato."
 
-#: wp-admin/includes/ajax-actions.php:1633
+#: wp-admin/includes/ajax-actions.php:1621
 msgid "Saving is disabled: %s is currently editing this post."
 msgstr "Salvataggio non attivo: al momento %s sta modificando questo articolo."
 
-#: wp-admin/includes/ajax-actions.php:1633
+#: wp-admin/includes/ajax-actions.php:1621
 msgid "Saving is disabled: %s is currently editing this page."
 msgstr "Il salvataggio è disattivato: %s sta attualmente modificando questa pagina."
 
-#: wp-admin/includes/ajax-actions.php:1632
+#: wp-admin/includes/ajax-actions.php:1620
 msgid "Someone"
 msgstr "Qualcuno"
 
@@ -10804,13 +10908,13 @@ msgstr "Bozza salvata alle %s."
 msgid "g:i:s a"
 msgstr "G:i:s"
 
-#: wp-admin/includes/ajax-actions.php:1273
-#: wp-admin/includes/ajax-actions.php:1278
-#: wp-admin/includes/ajax-actions.php:1298
+#: wp-admin/includes/ajax-actions.php:1265
+#: wp-admin/includes/ajax-actions.php:1270
+#: wp-admin/includes/ajax-actions.php:1290
 msgid "Please provide a custom field value."
 msgstr "Specifica un valore per il campo personalizzato."
 
-#: wp-admin/includes/ajax-actions.php:1031
+#: wp-admin/includes/ajax-actions.php:1026
 msgid "Sorry, you must be logged in to reply to a comment."
 msgstr "Devi accedere con le tue credenziali prima di rispondere a un commento."
 
@@ -10818,16 +10922,16 @@ msgstr "Devi accedere con le tue credenziali prima di rispondere a un commento."
 msgid "You did not enter a category name."
 msgstr "Non hai specificato il nome della categoria."
 
-#: wp-admin/includes/ajax-actions.php:758
+#: wp-admin/includes/ajax-actions.php:755
 msgid "Comment %d does not exist"
 msgstr "Il commento %d non esiste"
 
-#: wp-admin/includes/media.php:2443 wp-admin/includes/nav-menu.php:354
-#: wp-admin/includes/nav-menu.php:638
+#: wp-admin/includes/media.php:2451 wp-admin/includes/nav-menu.php:362
+#: wp-admin/includes/nav-menu.php:647
 msgid "&raquo;"
 msgstr "&raquo;"
 
-#: wp-admin/includes/media.php:2442 wp-admin/includes/nav-menu.php:353
-#: wp-admin/includes/nav-menu.php:637
+#: wp-admin/includes/media.php:2450 wp-admin/includes/nav-menu.php:361
+#: wp-admin/includes/nav-menu.php:646
 msgid "&laquo;"
-msgstr "&laquo;"
+msgstr "&laquo;"
\ No newline at end of file
diff --git a/wp-content/languages/admin-network-it_IT.mo b/wp-content/languages/admin-network-it_IT.mo
index a6dd1b1b71c3be3763e39ee133aa9b7ebba9e60e..d1523141cb42f6c51a76f805cc62e3d044ac5d5d 100644
Binary files a/wp-content/languages/admin-network-it_IT.mo and b/wp-content/languages/admin-network-it_IT.mo differ
diff --git a/wp-content/languages/admin-network-it_IT.po b/wp-content/languages/admin-network-it_IT.po
index 70fb5a65b7230daddc37f7b1cb08ba2c170ce8ae..0633632530276dba24ebabf5f3169ebd95638675 100644
--- a/wp-content/languages/admin-network-it_IT.po
+++ b/wp-content/languages/admin-network-it_IT.po
@@ -1,52 +1,74 @@
-# Translation of WordPress - 4.6.x - Administration - Network Admin in Italian
-# This file is distributed under the same license as the WordPress - 4.6.x - Administration - Network Admin package.
+# Translation of WordPress - Development - Administration - Network Admin in Italian
+# This file is distributed under the same license as the WordPress - Development - Administration - Network Admin package.
 msgid ""
 msgstr ""
-"PO-Revision-Date: 2016-07-17 07:05:05+0000\n"
+"PO-Revision-Date: 2016-10-31 10:02:23+0000\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: GlotPress/2.3.0-alpha\n"
 "Language: it\n"
-"Project-Id-Version: WordPress - 4.6.x - Administration - Network Admin\n"
+"Project-Id-Version: WordPress - Development - Administration - Network Admin\n"
+
+#: wp-admin/network/index.php:51 wp-admin/network/site-info.php:31
+#: wp-admin/network/site-new.php:30 wp-admin/network/site-settings.php:30
+#: wp-admin/network/site-themes.php:30 wp-admin/network/site-users.php:33
+#: wp-admin/network/sites.php:43 wp-admin/network/user-new.php:27
+#: wp-admin/network/users.php:180
+msgid "<a href=\"https://wordpress.org/support/forum/multisite/\">Support Forums</a>"
+msgstr "<a href=\"https://wordpress.org/support/forum/multisite/\">Forum di supporto</a>"
+
+#: wp-admin/network/site-info.php:194
+msgid "Attributes"
+msgstr "Attributi"
+
+#. translators: %s: File size in kilobytes
+#: wp-admin/network/settings.php:312
+msgid "%s KB"
+msgstr "%s KB"
+
+#. translators: %s: Default network name
+#: wp-admin/includes/network.php:151
+msgid "%s Sites"
+msgstr "%s Siti"
 
 #. translators: %s: theme name
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:475
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:476
 msgctxt "theme"
 msgid "Delete %s"
 msgstr "Elimina %s"
 
-#: wp-admin/network/themes.php:93
+#: wp-admin/network/themes.php:90
 msgid "Sorry, you are not allowed to delete themes for this site."
 msgstr "Non disponi dei permessi per eliminare i temi per questo sito."
 
-#: wp-admin/network/themes.php:17
+#: wp-admin/network/themes.php:14
 msgid "Sorry, you are not allowed to manage network themes."
 msgstr "Non disponi dei permessi per gestire i temi del network."
 
-#: wp-admin/network/sites.php:240
+#: wp-admin/network/sites.php:245
 msgid "Sorry, you are not allowed to delete that site."
 msgstr "Non hai i permessi per eliminare questo sito."
 
-#: wp-admin/network/site-themes.php:17
+#: wp-admin/network/site-themes.php:14
 msgid "Sorry, you are not allowed to manage themes for this site."
 msgstr "Non disponi dei permessi per gestire i temi per questo sito."
 
-#: wp-admin/network/site-new.php:20
+#: wp-admin/network/site-new.php:17
 msgid "Sorry, you are not allowed to add sites to this network."
 msgstr "Non disponi dei permessi per aggiungere siti a questo network."
 
-#: wp-admin/network/site-info.php:18 wp-admin/network/site-settings.php:17
-#: wp-admin/network/site-users.php:17
+#: wp-admin/network/site-info.php:14 wp-admin/network/site-settings.php:14
+#: wp-admin/network/site-users.php:14
 msgid "Sorry, you are not allowed to edit this site."
 msgstr "Non disponi dei permessi per modificare questo sito."
 
-#: wp-admin/network/settings.php:273
+#: wp-admin/network/settings.php:270
 msgid "The email address of the first comment author on a new site."
 msgstr "L'indirizzo email per l'autore del primo commento su un nuovo sito."
 
-#: wp-admin/network/settings.php:269
+#: wp-admin/network/settings.php:266
 msgid "First Comment Email"
 msgstr "Email per il primo commento"
 
@@ -54,93 +76,93 @@ msgstr "Email per il primo commento"
 #. is localized. You can check the localized release package or
 #. https://i18n.svn.wordpress.org/<locale code>/branches/<wp
 #. version>/dist/wp-config-sample.php
-#: wp-admin/includes/network.php:417
+#: wp-admin/includes/network.php:427
 msgid "That&#8217;s all, stop editing! Happy blogging."
 msgstr "È tutto, termina le modifiche! Scrivi con gioia."
 
 #. translators: 1: wp-config.php 2: location of wp-config file, 3: translated
 #. version of "That's all, stop editing! Happy blogging."
-#: wp-admin/includes/network.php:409
+#: wp-admin/includes/network.php:419
 msgid "Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:"
 msgstr "Aggiungi quanto segue nel tuo file %1$s in %2$s <strong>sopra</strong> la linea dove leggi %3$s:"
 
 #. translators: 1: theme name, 2: theme author
-#: wp-admin/network/themes.php:141
+#: wp-admin/network/themes.php:138
 msgctxt "theme"
 msgid "%1$s by %2$s"
 msgstr "%1$s di %2$s"
 
 #. translators: %s: edit page url
-#: wp-admin/network/user-new.php:83
+#: wp-admin/network/user-new.php:80
 msgid "User added. <a href=\"%s\">Edit user</a>"
 msgstr "Utente aggiunto. <a href=\"%s\">Modifica utente</a>"
 
-#: wp-admin/network/site-new.php:204
+#: wp-admin/network/site-new.php:205
 msgid "Only lowercase letters (a-z), numbers, and hyphens are allowed."
 msgstr "Sono consentite solo lettere minuscole (a-z), numeri e trattini."
 
-#: wp-admin/network/site-new.php:154
+#: wp-admin/network/site-new.php:155
 msgctxt "email \"From\" field"
 msgid "Site Admin"
 msgstr "Amministratore del sito"
 
 #. translators: 1: wp-config.php
-#: wp-admin/includes/network.php:460
+#: wp-admin/includes/network.php:470
 msgid "These unique authentication keys are also missing from your %s file."
 msgstr "Anche queste chiavi uniche di autenticazione mancano dal tuo file %s."
 
 #. translators: 1: wp-config.php
-#: wp-admin/includes/network.php:454
+#: wp-admin/includes/network.php:464
 msgid "This unique authentication key is also missing from your %s file."
 msgstr "Anche questa chiave unica di autenticazione manca dal tuo file %s."
 
 #. translators: 1: wp-config.php
-#: wp-admin/includes/network.php:398
+#: wp-admin/includes/network.php:408
 msgid "We recommend you back up your existing %s file."
 msgstr "Raccomandiamo di fare il backup del file %s."
 
 #. translators: 1: wp-config.php 2: .htaccess
 #. translators: 1: wp-config.php 2: web.config
-#: wp-admin/includes/network.php:382 wp-admin/includes/network.php:390
+#: wp-admin/includes/network.php:392 wp-admin/includes/network.php:400
 msgid "We recommend you back up your existing %1$s and %2$s files."
 msgstr "Raccomandiamo di fare il backup dei file %1$s e %2$s."
 
 #. translators: 1: localhost 2: localhost.localdomain
-#: wp-admin/includes/network.php:254
+#: wp-admin/includes/network.php:264
 msgid "Because you are using %1$s, the sites in your WordPress network must use sub-directories. Consider using %2$s if you wish to use sub-domains."
 msgstr "Siccome stai usando %1$s, i siti nel tuo network WordPress devono usare sub-directories. Prendi in considerazione di usare %2$s se vuoi usare dei sottodomini."
 
 #. translators: %s: host name
-#: wp-admin/includes/network.php:238 wp-admin/includes/network.php:287
+#: wp-admin/includes/network.php:248 wp-admin/includes/network.php:297
 msgid "The internet address of your network will be %s."
 msgstr "L'indirizzo internet del tuo network sarà %s."
 
 #. translators: 1: site url 2: host name 3. www
-#: wp-admin/includes/network.php:227
+#: wp-admin/includes/network.php:237
 msgid "We recommend you change your siteurl to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix."
 msgstr "Suggeriamo di modificare la URL del tuo sito a %1$s prima di abilitare il network. Sarà ancora possibile visitare il tuo sito utilizzando il prefisso %3$s con un indirizzo come %2$s ma tutti i link non avranno il prefisso %3$s."
 
-#: wp-admin/includes/network.php:193
+#: wp-admin/includes/network.php:203
 msgid "You cannot change this later."
 msgstr "Non puoi cambiarlo in seguito."
 
-#: wp-admin/includes/network.php:192
+#: wp-admin/includes/network.php:202
 msgid "Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories."
 msgstr "Scegli se vuoi usare sottodomini o sub-directories per i siti del tuo network WordPress."
 
 #. translators: 1: mod_rewrite, 2: mod_rewrite documentation URL, 3: Google
 #. search for mod_rewrite
-#: wp-admin/includes/network.php:181
+#: wp-admin/includes/network.php:191
 msgid "If %1$s is disabled, ask your administrator to enable that module, or look at the <a href=\"%2$s\">Apache documentation</a> or <a href=\"%3$s\">elsewhere</a> for help setting it up."
 msgstr "Se %1$s è disattivata, chiedi all'amministratore di abilitare quel modulo, o di guardare la <a href=\"%2$s\">documentazione Apache</a> o <a href=\"%3$s\">altrove</a> per avere aiuto sulla sua creazione."
 
 #. translators: %s: mod_rewrite
-#: wp-admin/includes/network.php:172
+#: wp-admin/includes/network.php:182
 msgid "It looks like the Apache %s module is not installed."
 msgstr "Sembra che il modulo Apache %s non sia installato."
 
 #. translators: %s: mod_rewrite
-#: wp-admin/includes/network.php:165
+#: wp-admin/includes/network.php:175
 msgid "Please make sure the Apache %s module is installed as it will be used at the end of this installation."
 msgstr "Assicurati che il modulo Apache %s sia installato. Verrà usato alla fine di questa installazione."
 
@@ -170,93 +192,93 @@ msgctxt "user"
 msgid "Mark as Spam"
 msgstr "Marca come spam"
 
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:572
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:573
 msgid "Visit Theme Site"
 msgstr "Visitare il sito del tema"
 
 #. translators: %s: theme name
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:567
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:568
 msgid "Visit %s homepage"
 msgstr "Vedi la homepage di %s"
 
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:540
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:541
 msgid "Broken Theme:"
 msgstr "Tema corrotto:"
 
 #. translators: %s: theme name
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:456
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:457
 msgid "Open %s in the Theme Editor"
 msgstr "Apri %s nell'Editor del tema"
 
 #. translators: %s: theme name
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:440
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:441
 msgid "Network Disable %s"
 msgstr "Disabilita %s sul network"
 
 #. translators: %s: theme name
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:437
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:438
 msgid "Disable %s"
 msgstr "Disabilita %s"
 
 #. translators: %s: theme name
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:418
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:419
 msgid "Network Enable %s"
 msgstr "Abilita %s sul network "
 
 #. translators: %s: theme name
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:415
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:416
 msgid "Enable %s"
 msgstr "Abilita %s"
 
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:334
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:446
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:335
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:447
 msgid "Network Disable"
 msgstr "Disattiva rete"
 
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:334
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:446
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:335
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:447
 msgid "Disable"
 msgstr "Disabilita"
 
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:332
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:424
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:333
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:425
 msgid "Enable"
 msgstr "Abilita"
 
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:301
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:302
 msgid "Broken <span class=\"count\">(%s)</span>"
 msgid_plural "Broken <span class=\"count\">(%s)</span>"
 msgstr[0] "Corrotto <span class=\"count\">(%s)</span>"
 msgstr[1] "Corrotti <span class=\"count\">(%s)</span>"
 
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:295
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:296
 msgid "Disabled <span class=\"count\">(%s)</span>"
 msgid_plural "Disabled <span class=\"count\">(%s)</span>"
 msgstr[0] "Inattivo <span class=\"count\">(%s)</span>"
 msgstr[1] "Inattivi <span class=\"count\">(%s)</span>"
 
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:292
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:293
 msgid "Enabled <span class=\"count\">(%s)</span>"
 msgid_plural "Enabled <span class=\"count\">(%s)</span>"
 msgstr[0] "Attivo <span class=\"count\">(%s)</span>"
 msgstr[1] "Attivi <span class=\"count\">(%s)</span>"
 
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:289
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:290
 msgctxt "themes"
 msgid "All <span class=\"count\">(%s)</span>"
 msgid_plural "All <span class=\"count\">(%s)</span>"
 msgstr[0] "Totale <span class=\"count\">(%s)</span>"
 msgstr[1] "Totale <span class=\"count\">(%s)</span>"
 
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:246
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:247
 msgid "Theme"
 msgstr "Tema"
 
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:235
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:236
 msgid "You do not appear to have any themes available at this time."
 msgstr "Non sembra vi siano temi disponibili al momento."
 
-#: wp-admin/includes/class-wp-ms-themes-list-table.php:233
+#: wp-admin/includes/class-wp-ms-themes-list-table.php:234
 msgid "No themes found."
 msgstr "Nessun tema trovato."
 
@@ -279,13 +301,13 @@ msgid "%1$s &#8211; %2$s"
 msgstr "%1$s &#8211; %2$s"
 
 #: wp-admin/includes/class-wp-ms-sites-list-table.php:231
-#: wp-admin/network/site-info.php:180
+#: wp-admin/network/site-info.php:177
 msgctxt "site"
 msgid "Registered"
 msgstr "Registrato"
 
 #: wp-admin/includes/class-wp-ms-sites-list-table.php:230
-#: wp-admin/network/site-info.php:184
+#: wp-admin/network/site-info.php:181
 msgid "Last Updated"
 msgstr "Ultimo aggiornamento"
 
@@ -305,33 +327,33 @@ msgid "No sites found."
 msgstr "Nessun sito trovato."
 
 #: wp-admin/includes/class-wp-ms-sites-list-table.php:44
-#: wp-admin/network/site-info.php:194
+#: wp-admin/network/site-info.php:191
 msgid "Mature"
 msgstr "Per adulti"
 
 #: wp-admin/includes/class-wp-ms-sites-list-table.php:43
-#: wp-admin/network/site-info.php:192
+#: wp-admin/network/site-info.php:189
 msgid "Deleted"
 msgstr "Cancellato"
 
 #: wp-admin/includes/class-wp-ms-sites-list-table.php:42
 #: wp-admin/includes/class-wp-ms-sites-list-table.php:537
-#: wp-admin/network/site-info.php:191
+#: wp-admin/network/site-info.php:188
 msgctxt "site"
 msgid "Spam"
 msgstr "Spam"
 
 #: wp-admin/includes/class-wp-ms-sites-list-table.php:41
-#: wp-admin/network/site-info.php:190
+#: wp-admin/network/site-info.php:187
 msgid "Archived"
 msgstr "Archiviato"
 
-#: wp-admin/network/site-users.php:321 wp-admin/network/user-new.php:120
+#: wp-admin/network/site-users.php:332 wp-admin/network/user-new.php:117
 msgid "A password reset link will be sent to the user via email."
 msgstr "All'utente verrà inviato, tramite email, un link di reimpostazione della password"
 
 #. translators: 1: NOBLOGREDIRECT 2: wp-config.php
-#: wp-admin/network/settings.php:143
+#: wp-admin/network/settings.php:140
 msgid "If registration is disabled, please set %1$s in %2$s to a URL you will redirect visitors to if they visit a non-existent site."
 msgstr "Se la registrazione è disabilitata, imposta %1$s in %2$s ad una URL alla quale reindirizzare i visitatori se questi visitano un sito inesistente."
 
@@ -340,280 +362,272 @@ msgstr "Se la registrazione è disabilitata, imposta %1$s in %2$s ad una URL all
 msgid "You must define the %1$s constant as true in your %2$s file to allow creation of a Network."
 msgstr "Devi definire la costante %1$s come true nel file %2$s per consentire la creazione di un network."
 
-#: wp-admin/network/themes.php:224
+#: wp-admin/network/themes.php:235
 msgid "Themes list navigation"
 msgstr "Navigazione elenco dei temi"
 
-#: wp-admin/network/sites.php:51
+#: wp-admin/network/sites.php:48
 msgid "Sites list"
 msgstr "Lista siti"
 
-#: wp-admin/network/sites.php:50
+#: wp-admin/network/sites.php:47
 msgid "Sites list navigation"
 msgstr "Navigazione elenco siti"
 
-#: wp-admin/network/site-users.php:42
+#: wp-admin/network/site-users.php:39
 msgid "Site users list"
 msgstr "Elenco utenti del sito"
 
-#: wp-admin/network/site-users.php:41
+#: wp-admin/network/site-users.php:38
 msgid "Site users list navigation"
 msgstr "Navigazione elenco degli utenti"
 
-#: wp-admin/network/site-users.php:40
+#: wp-admin/network/site-users.php:37
 msgid "Filter site users list"
 msgstr "Filtra lista utenti del sito"
 
-#: wp-admin/network/site-themes.php:39
+#: wp-admin/network/site-themes.php:36
 msgid "Site themes list"
 msgstr "Lista temi del sito"
 
-#: wp-admin/network/site-themes.php:38
+#: wp-admin/network/site-themes.php:35
 msgid "Site themes list navigation"
 msgstr "Navigazione elenco dei temi del sito."
 
-#: wp-admin/network/site-themes.php:37
+#: wp-admin/network/site-themes.php:34
 msgid "Filter site themes list"
 msgstr "Filtra la lista temi"
 
-#: wp-admin/network/site-new.php:109
+#: wp-admin/network/site-new.php:110
 msgid "The domain or path entered conflicts with an existing username."
 msgstr "Il dominio o il percorso inseriti sono in conflitto con un nome utente esistente."
 
-#: wp-admin/network/sites.php:78
+#: wp-admin/network/sites.php:75
 msgid "The requested action is not valid."
 msgstr "L'azione richiesta non è valida."
 
-#: wp-admin/network/sites.php:70
+#: wp-admin/network/sites.php:67
 msgid "You are about to mark the site %s as not mature."
 msgstr "Stai per contrassegnare il sito %s come non per adulti. "
 
-#: wp-admin/network/sites.php:69
+#: wp-admin/network/sites.php:66
 msgid "You are about to mark the site %s as mature."
 msgstr "Stai per contrassegnare il sito %s per adulti."
 
-#: wp-admin/network/sites.php:68
+#: wp-admin/network/sites.php:65
 msgid "You are about to delete the site %s."
 msgstr "Si sta per cancellare il sito %s."
 
-#: wp-admin/network/sites.php:67
+#: wp-admin/network/sites.php:64
 msgid "You are about to mark the site %s as spam."
 msgstr "Si sta per contrassegnare il sito %s come spam."
 
-#: wp-admin/network/sites.php:66
+#: wp-admin/network/sites.php:63
 msgid "You are about to unspam the site %s."
 msgstr "Si sta per contrassegnare come non spam il sito %s"
 
-#: wp-admin/network/sites.php:65
+#: wp-admin/network/sites.php:62
 msgid "You are about to archive the site %s."
 msgstr "Si sta per archiviare il sito %s."
 
-#: wp-admin/network/sites.php:64
+#: wp-admin/network/sites.php:61
 msgid "You are about to unarchive the site %s."
 msgstr "Si sta per recuperare dagli archivi il sito %s."
 
-#: wp-admin/network/sites.php:63
+#: wp-admin/network/sites.php:60
 msgid "You are about to deactivate the site %s."
 msgstr "Si sta per disattivare il sito %s."
 
-#: wp-admin/network/sites.php:62
+#: wp-admin/network/sites.php:59
 msgid "You are about to activate the site %s."
 msgstr "Si sta per attivare il sito %s."
 
-#: wp-admin/network/site-info.php:46 wp-admin/network/site-settings.php:43
-#: wp-admin/network/site-themes.php:66 wp-admin/network/site-users.php:59
+#: wp-admin/network/site-info.php:42 wp-admin/network/site-settings.php:40
+#: wp-admin/network/site-themes.php:63 wp-admin/network/site-users.php:56
 msgid "The requested site does not exist."
 msgstr "Il sito richiesto non esiste."
 
-#: wp-admin/network/upgrade.php:32
-msgid "<a href=\"https://codex.wordpress.org/Network_Admin_Updates_Screen\" target=\"_blank\">Documentation on Upgrade Network</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Network_Admin_Updates_Screen\" target=\"_blank\">Documentazione sull&#39;aggiornamento del Network</a>"
+#: wp-admin/network/upgrade.php:29
+msgid "<a href=\"https://codex.wordpress.org/Network_Admin_Updates_Screen\">Documentation on Upgrade Network</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Network_Admin_Updates_Screen\">Documentazione sull&#39;aggiornamento del Network</a>"
 
-#: wp-admin/network/user-new.php:29 wp-admin/network/users.php:171
-msgid "<a href=\"https://codex.wordpress.org/Network_Admin_Users_Screen\" target=\"_blank\">Documentation on Network Users</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Super_Admin_Users_SubPanel\" target=\"_blank\">Documentazione sugli utenti del Network</a> (in inglese)"
+#: wp-admin/network/user-new.php:26 wp-admin/network/users.php:179
+msgid "<a href=\"https://codex.wordpress.org/Network_Admin_Users_Screen\">Documentation on Network Users</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Network_Admin_Users_Screen\">Documentazione sugli utenti del Network</a> (in inglese)"
 
 #: wp-admin/network.php:67 wp-admin/network.php:78
-msgid "<a href=\"https://codex.wordpress.org/Tools_Network_Screen\" target=\"_blank\">Documentation on the Network Screen</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Tools_Network_Screen\" target=\"_blank\">Documentazione sulla Schermata della rete</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Tools_Network_Screen\">Documentation on the Network Screen</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Tools_Network_Screen\">Documentazione sulla schermata di rete</a> (in inglese)"
 
-#: wp-admin/network/index.php:53
-msgid "<a href=\"https://codex.wordpress.org/Network_Admin\" target=\"_blank\">Documentation on the Network Admin</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Editing_Files\" target=\"_blank\">Documentazione sull'amministrazione del network</a> (in inglese)"
+#: wp-admin/network/index.php:50
+msgid "<a href=\"https://codex.wordpress.org/Network_Admin\">Documentation on the Network Admin</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Network_Admin\">Documentazione sull'amministrazione del network</a> "
 
-#: wp-admin/network/site-info.php:34 wp-admin/network/site-new.php:32
-#: wp-admin/network/site-settings.php:32 wp-admin/network/site-themes.php:32
-#: wp-admin/network/site-users.php:35 wp-admin/network/sites.php:45
-msgid "<a href=\"https://codex.wordpress.org/Network_Admin_Sites_Screen\" target=\"_blank\">Documentation on Site Management</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Super_Admin_Sites_SubPanel\" target=\"_blank\">Documentazione sull'amministrazione dei siti</a> (in inglese)"
+#: wp-admin/network/site-info.php:30 wp-admin/network/site-new.php:29
+#: wp-admin/network/site-settings.php:29 wp-admin/network/site-themes.php:29
+#: wp-admin/network/site-users.php:32 wp-admin/network/sites.php:42
+msgid "<a href=\"https://codex.wordpress.org/Network_Admin_Sites_Screen\">Documentation on Site Management</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Network_Admin_Sites_Screen\">Documentazione sull'amministrazione del sito</a> "
 
 #: wp-admin/network.php:66 wp-admin/network.php:77
-msgid "<a href=\"https://codex.wordpress.org/Create_A_Network\" target=\"_blank\">Documentation on Creating a Network</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Links_Add_New_SubPanel\" target=\"_blank\">Documentazione sulla creazione dei pannelli secondari</a> (in inglese)"
+msgid "<a href=\"https://codex.wordpress.org/Create_A_Network\">Documentation on Creating a Network</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Create_A_Network\">Documentazione sulla creazione di una rete</a> (in inglese)"
 
-#: wp-admin/network/themes.php:218
-msgid "<a href=\"https://codex.wordpress.org/Network_Admin_Themes_Screen\" target=\"_blank\">Documentation on Network Themes</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Super_Admin_Themes_SubPanel\" target=\"_blank\">Documentazione sui Temi del Network</a> (in inglese)"
+#: wp-admin/network/themes.php:229
+msgid "<a href=\"https://codex.wordpress.org/Network_Admin_Themes_Screen\">Documentation on Network Themes</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Network_Admin_Themes_Screen\">Documentazione sui Temi del Network</a> (in inglese)"
 
-#: wp-admin/network/settings.php:43
-msgid "<a href=\"https://codex.wordpress.org/Network_Admin_Settings_Screen\" target=\"_blank\">Documentation on Network Settings</a>"
-msgstr "<a href=\"https://codex.wordpress.org/Network_Admin_Settings_Screen\" target=\"_blank\">Documentazione suile Impostazioni del Network</a> (in inglese)"
+#: wp-admin/network/settings.php:40
+msgid "<a href=\"https://codex.wordpress.org/Network_Admin_Settings_Screen\">Documentation on Network Settings</a>"
+msgstr "<a href=\"https://codex.wordpress.org/Network_Admin_Settings_Screen\">Documentazione sulle Impostazioni del Network</a>"
 
 #. translators: 1: site url, 2: server error message
-#: wp-admin/network/upgrade.php:80
+#: wp-admin/network/upgrade.php:87
 msgid "Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s"
 msgstr "Attenzione! Problemi nell'aggiornamento di %1$s. Il tuo server potrebbe non essere in grado di connettersi ai siti che girano su di esso. Messaggio di errore: %2$s"
 
-#: wp-admin/network/themes.php:134
+#: wp-admin/network/themes.php:131
 msgid "You are about to remove the following themes:"
 msgstr "Stai per rimuovere i seguenti themi:"
 
-#: wp-admin/network/themes.php:133
+#: wp-admin/network/themes.php:130
 msgid "These themes may be active on other sites in the network."
 msgstr "Questo tema potrebbe essere attivo in altri siti del network."
 
-#: wp-admin/network/themes.php:149
+#: wp-admin/network/themes.php:146
 msgid "Are you sure you wish to delete this theme?"
 msgstr "Sei sicuro di voler cancellare questo tema?"
 
-#: wp-admin/network/site-themes.php:172 wp-admin/network/themes.php:261
+#: wp-admin/network/site-themes.php:193 wp-admin/network/themes.php:272
 msgid "%s theme disabled."
 msgid_plural "%s themes disabled."
 msgstr[0] "%s tema disabilitato."
 msgstr[1] "%s temi disabilitati."
 
-#: wp-admin/network/site-themes.php:164 wp-admin/network/themes.php:253
+#: wp-admin/network/site-themes.php:185 wp-admin/network/themes.php:264
 msgid "%s theme enabled."
 msgid_plural "%s themes enabled."
 msgstr[0] "%s tema abilitato."
 msgstr[1] "%s temi abilitati."
 
-#: wp-admin/network/themes.php:269
+#: wp-admin/network/themes.php:280
 msgid "%s theme deleted."
 msgid_plural "%s themes deleted."
 msgstr[0] "%s tema cancellato."
 msgstr[1] "%s temi cancellati."
 
-#: wp-admin/network/themes.php:166
+#: wp-admin/network/themes.php:163
 msgid "Yes, delete these themes"
 msgstr "Sì, cancella questi temi"
 
-#: wp-admin/network/themes.php:132
+#: wp-admin/network/themes.php:129
 msgid "Delete Themes"
 msgstr "Cancella i temi"
 
-#: wp-admin/network/settings.php:135
+#: wp-admin/network/settings.php:132
 msgid "New registrations settings"
 msgstr "Impostazioni nuove registrazioni"
 
-#: wp-admin/network/settings.php:314
+#: wp-admin/network/settings.php:317
 msgid "Size in kilobytes"
 msgstr "Dimensione in kilobyte"
 
-#: wp-admin/network/settings.php:304
+#: wp-admin/network/settings.php:301
 msgid "Allowed file types. Separate types by spaces."
 msgstr "Tipi di file permessi. Tipologie diverse separate da spazi."
 
-#: wp-admin/network/site-info.php:200
+#: wp-admin/network/site-info.php:197
 msgid "Set site attributes"
 msgstr "Imposta attributi sito"
 
-#: wp-admin/network/settings.php:377
+#: wp-admin/network/settings.php:380
 msgid "Enable menus"
 msgstr "Abilita i menù"
 
 #. translators: 1: a filename like .htaccess. 2: a file path.
-#: wp-admin/includes/network.php:529 wp-admin/includes/network.php:569
+#: wp-admin/includes/network.php:539 wp-admin/includes/network.php:579
 msgid "Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:"
 msgstr "Aggiungi quanto segue al tuo %1$s file in %2$s, <strong>sostituendo</strong> le altre regole WordPress:"
 
-#: wp-admin/network/sites.php:103
+#: wp-admin/network/sites.php:100
 msgid "Confirm your action"
 msgstr "Conferma la tua azione"
 
-#: wp-admin/network/index.php:54 wp-admin/network/site-info.php:35
-#: wp-admin/network/site-new.php:33 wp-admin/network/site-settings.php:33
-#: wp-admin/network/site-themes.php:33 wp-admin/network/site-users.php:36
-#: wp-admin/network/sites.php:46 wp-admin/network/user-new.php:30
-#: wp-admin/network/users.php:172
-msgid "<a href=\"https://wordpress.org/support/forum/multisite/\" target=\"_blank\">Support Forums</a>"
-msgstr "<a href=\"https://wordpress.org/support/forum/multisite/\" target=\"_blank\">Forum di supporto (in inglese)</a>"
-
-#: wp-admin/network/settings.php:119
+#: wp-admin/network/settings.php:116
 msgid "This email address will receive notifications. Registration and support emails will also come from this address."
 msgstr "Questo indirizzo email riceverà le notifiche. Anche le registrazioni e le mail di supporto arriveranno con questo indirizzo."
 
-#: wp-admin/network/users.php:162
+#: wp-admin/network/users.php:170
 msgid "Hover over any user on the list to make the edit links appear. The Edit link on the left will take you to their Edit User profile page; the Edit link on the right by any site name goes to an Edit Site screen for that site."
 msgstr "Passando con il mouse sopra un utente di questo elenco appariranno i link di modifica. Il link Modifica sulla sinistra indirizzerà alla pagina del Profilo utente; Il link di Modifica sulla destra di ciascun nome di sito indirizzerà ad una schermata di Modifica per quel sito."
 
-#: wp-admin/network/index.php:43
+#: wp-admin/network/index.php:40
 msgid "To search for a site, <strong>enter the path or domain</strong>."
 msgstr "Per cercare un sito <strong>immettere il path o il dominio</strong>."
 
-#: wp-admin/network/index.php:42
+#: wp-admin/network/index.php:39
 msgid "To search for a user, <strong>enter an email address or username</strong>. Use a wildcard to search for a partial username, such as user&#42;."
 msgstr "Per cercare un utente, <strong>immettere un indirizzo email o un nome utente</strong>. Utilizzare un carattere jolly per effettuare ricerche parziali sul nome utente come ad esempio utente&#42;."
 
-#: wp-admin/network/index.php:40
+#: wp-admin/network/index.php:37
 msgid "To add a new site, <strong>click Create a New Site</strong>."
 msgstr "Per aggiungere un nuovo sito <strong>fare clic su Crea un nuovo sito</strong>."
 
-#: wp-admin/network/index.php:39
+#: wp-admin/network/index.php:36
 msgid "To add a new user, <strong>click Create a New User</strong>."
 msgstr "Per aggiungere un nuovo utente <strong>fare clic su Crea un nuovo utente</strong>."
 
-#: wp-admin/network/index.php:47
+#: wp-admin/network/index.php:44
 msgid "Quick Tasks"
 msgstr "Impostazioni rapide"
 
-#: wp-admin/network/index.php:41
+#: wp-admin/network/index.php:38
 msgid "To search for a user or site, use the search boxes."
 msgstr "Per cercare un utente o sito, usa i box di ricerca."
 
-#: wp-admin/network/index.php:38
+#: wp-admin/network/index.php:35
 msgid "The Right Now widget on this screen provides current user and site counts on your network."
 msgstr "Il widget Stato attuale in questa schermata mostra il numero di utenti e siti all'interno del tuo netwok."
 
-#: wp-admin/network/index.php:30
+#: wp-admin/network/index.php:27
 msgid "Modify global network settings"
 msgstr "Modifica le impostazioni generali del network"
 
-#: wp-admin/network/index.php:29
+#: wp-admin/network/index.php:26
 msgid "Update your network"
 msgstr "Aggiorna il tuo network"
 
-#: wp-admin/network/index.php:28
+#: wp-admin/network/index.php:25
 msgid "Install and activate themes or plugins"
 msgstr "Installa ed attiva temi o plugin."
 
-#: wp-admin/network/index.php:27
+#: wp-admin/network/index.php:24
 msgid "Add and manage sites or users"
 msgstr "Aggiungi e amministra siti o utenti"
 
-#: wp-admin/network/index.php:26
+#: wp-admin/network/index.php:23
 msgid "From here you can:"
 msgstr "Da qui puoi:"
 
-#: wp-admin/network/index.php:25
+#: wp-admin/network/index.php:22
 msgid "Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network."
 msgstr "Benvenuto nell'Amministrazione del Network. Quest'area delle Schermate di Amministrazione serve a gestire tutti gli aspetti del tuo Network Multisito."
 
-#: wp-admin/network/upgrade.php:119
+#: wp-admin/network/upgrade.php:126
 msgid "WordPress has been updated! Before we send you on your way, we need to individually upgrade the sites in your network."
 msgstr "WordPress &#233; stato aggiornato correttamente! Prima di lasciarti andare, abbiamo bisogno di aggiornare singolarmente i siti del network."
 
-#: wp-admin/network/upgrade.php:25
+#: wp-admin/network/upgrade.php:22
 msgid "Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Toolbar). Clicking the Upgrade Network button will step through each site in the network, five at a time, and make sure any database updates are applied."
 msgstr "Utilizza questa schermata una volta che si è aggiornato ad una nuova versione di WordPress tramite Aggiornamenti/Aggiornamenti disponibili (nel menu di navigazione Amministrazione network o tramite la Barra strumenti). Facendo clic sul pulsante Aggiorna il network si scorreranno i singoli siti del network, cinque alla volta, assicurandosi che siano applicati tutti gli aggiornamenti al database."
 
-#: wp-admin/network/menu.php:22 wp-admin/network/upgrade.php:18
-#: wp-admin/network/upgrade.php:42 wp-admin/network/upgrade.php:123
+#: wp-admin/network/menu.php:22 wp-admin/network/upgrade.php:15
+#: wp-admin/network/upgrade.php:39 wp-admin/network/upgrade.php:130
 msgid "Upgrade Network"
 msgstr "Aggiorna Network"
 
 #. translators: 1: user login, 2: site url, 3: site name/title
-#: wp-admin/network/site-new.php:144
+#: wp-admin/network/site-new.php:145
 msgid ""
 "New site created by %1$s\n"
 "\n"
@@ -625,8 +639,8 @@ msgstr ""
 "Indirizzo: %2$s\n"
 "Nome: %3$s"
 
-#: wp-admin/includes/network.php:219 wp-admin/includes/network.php:535
-#: wp-admin/includes/network.php:575
+#: wp-admin/includes/network.php:229 wp-admin/includes/network.php:545
+#: wp-admin/includes/network.php:585
 msgid "Subdirectory networks may not be fully compatible with custom wp-content directories."
 msgstr "I network in sottodirectory potrebbe non essere completamente compatibile con cartelle wp-content personalizzate."
 
@@ -634,7 +648,7 @@ msgstr "I network in sottodirectory potrebbe non essere completamente compatibil
 msgid "Add the designated lines of code to wp-config.php (just before <code>/*...stop editing...*/</code>) and <code>.htaccess</code> (replacing the existing WordPress rules)."
 msgstr "Aggiungere le seguenti linee di codice al file wp-config.php (subito prima di <code>/* ...interrompere le modifiche... */</code>) ed al file <code>.htaccess</code> (sostituendo le regole di WordPress esistenti)."
 
-#: wp-admin/network/settings.php:38
+#: wp-admin/network/settings.php:35
 msgid "Super admins can no longer be added on the Options screen. You must now go to the list of existing users on Network Admin > Users and click on Username or the Edit action link below that name. This goes to an Edit User page where you can check a box to grant super admin privileges."
 msgstr "I Super amministratori non possono più venir inseriti dalla schermata delle opzioni. Si deve passare tramite la lista degli utenti esistenti su Amministratori rete > Utenti e fare clic sul nome utente o sul link di Modifica sotto tale nome. Si andrà a modificare la pagina utente nella quale si potrà selezionare una casella per concedere i privilegi super amministratore."
 
@@ -642,37 +656,37 @@ msgstr "I Super amministratori non possono più venir inseriti dalla schermata d
 msgid "Updates"
 msgstr "Aggiornamenti"
 
-#: wp-admin/network/site-new.php:26
+#: wp-admin/network/site-new.php:23
 msgid "This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings."
 msgstr "Questa schermata è per i super amministratori per aggiungere siti al network. Questo non è gestito dalle opzioni di registrazione."
 
-#: wp-admin/network/sites.php:34
+#: wp-admin/network/sites.php:31
 msgid "An Edit link to a separate Edit Site screen."
 msgstr "Un link di Modifica ad una schermata separata di Modifica sito."
 
-#: wp-admin/network/themes.php:213
+#: wp-admin/network/themes.php:224
 msgid "Themes can be enabled on a site by site basis by the network admin on the Edit Site screen (which has a Themes tab); get there via the Edit action link on the All Sites screen. Only network admins are able to install or edit themes."
 msgstr "I temi possono essere abilitati, tramite la schermata Modifica sito (che ha una scheda Temi), sito per sito da un amministratore della rete; è possibile arrivarci tramite il link Modifica nella schermata Tutti i siti. Solo gli amministratori di rete sono in grado di installare o modificare i temi."
 
-#: wp-admin/network/sites.php:37
+#: wp-admin/network/sites.php:34
 msgid "Delete which is a permanent action after the confirmation screens."
 msgstr "Dopo la schemata di conferma Cancella sarà una azione permanente."
 
-#: wp-admin/network/sites.php:40
+#: wp-admin/network/sites.php:37
 msgid "Clicking on bold headings can re-sort this table."
 msgstr "Facendo clic sulle intestazioni in grassetto è possibile riordinare questa tabella."
 
-#: wp-admin/network/menu.php:41 wp-admin/network/themes.php:239
+#: wp-admin/network/menu.php:41 wp-admin/network/themes.php:250
 msgctxt "theme"
 msgid "Add New"
 msgstr "Aggiungi nuovo"
 
-#: wp-admin/network/sites.php:31
+#: wp-admin/network/sites.php:28
 msgid "Add New takes you to the Add New Site screen. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page."
 msgstr "Aggiungi Nuovo porterà alla schermata di Aggiungi nuovo sito. Sarà possibile cercare un sito per Nome, numero ID o indirizzo IP. Le Impostazioni schermata permettono di scegliere quanti siti visualizzare per ciascuna pagina."
 
 #. translators: 1: dashboard url, 2: network admin edit url
-#: wp-admin/network/site-new.php:171
+#: wp-admin/network/site-new.php:172
 msgid "Site added. <a href=\"%1$s\">Visit Dashboard</a> or <a href=\"%2$s\">Edit Site</a>"
 msgstr "Sito aggiunto. <a href=\"%1$s\">Vai alla Bacheca</a> o <a href=\"%2$s\">Modifica il sito</a>"
 
@@ -688,150 +702,151 @@ msgstr "Temi %s"
 msgid "Installed Themes"
 msgstr "Temi installati"
 
-#: wp-admin/network/site-settings.php:83
+#: wp-admin/network/site-settings.php:80
 msgid "Site options updated."
 msgstr "Opzioni sito aggiornate."
 
-#: wp-admin/network/settings.php:325
+#: wp-admin/network/settings.php:328
 msgid "Language Settings"
 msgstr "Impostazioni lingua"
 
-#: wp-admin/network/settings.php:167
+#: wp-admin/network/settings.php:164
 msgid "Allow site administrators to add new users to their site via the \"Users &rarr; Add New\" page."
 msgstr "Permettere agli amministratori di aggiungere nuovi utenti al proprio sito tramite la pagina \"Utenti &rarr; Aggiungi nuovo\""
 
-#: wp-admin/network/sites.php:35
+#: wp-admin/network/sites.php:32
 msgid "Dashboard leads to the Dashboard for that site."
 msgstr "Con Bacheca si verrà diretti alla Bacheca di questo sito."
 
-#: wp-admin/network/site-info.php:25 wp-admin/network/site-settings.php:23
-#: wp-admin/network/site-themes.php:23 wp-admin/network/site-users.php:26
+#: wp-admin/network/site-info.php:21 wp-admin/network/site-settings.php:20
+#: wp-admin/network/site-themes.php:20 wp-admin/network/site-users.php:23
 msgid "The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable."
 msgstr "Il menù è per modificare le informazioni specifiche di un sito, specialmente se l'area di amministrazione di un sito non è disponibile."
 
-#: wp-admin/network/site-info.php:27 wp-admin/network/site-settings.php:25
-#: wp-admin/network/site-themes.php:25 wp-admin/network/site-users.php:28
+#: wp-admin/network/site-info.php:23 wp-admin/network/site-settings.php:22
+#: wp-admin/network/site-themes.php:22 wp-admin/network/site-users.php:25
 msgid "<strong>Users</strong> &mdash; This displays the users associated with this site. You can also change their role, reset their password, or remove them from the site. Removing the user from the site does not remove the user from the network."
 msgstr "<strong>Utenti</strong> &mdash;  Qui sono visualizzati gli utenti associati a questo sito. E' possibile modificare il ruolo, modificare la password o rimuoverli dal sito. Rimuovere l'utente dal sito non lo rimuove dal network."
 
-#: wp-admin/network/site-info.php:26 wp-admin/network/site-settings.php:24
-#: wp-admin/network/site-themes.php:24 wp-admin/network/site-users.php:27
+#: wp-admin/network/site-info.php:22 wp-admin/network/site-settings.php:21
+#: wp-admin/network/site-themes.php:21 wp-admin/network/site-users.php:24
 msgid "<strong>Info</strong> &mdash; The site URL is rarely edited as this can cause the site to not work properly. The Registered date and Last Updated date are displayed. Network admins can mark a site as archived, spam, deleted and mature, to remove from public listings or disable."
 msgstr "<strong>Info</strong> &mdash; L'URL del sito  raramente viene modificato dato che questa operazione può causare malfunzionamenti del sito. La data di registrazione e dell'ultimo aggiornamento sono visualizzate. Gli amministratori del network possono segnalare un sito come archiviato, spam, cancellato e per adulti, per rimuoverlo dalla visualizzazione pubblica o per disabilitarlo."
 
-#: wp-admin/network/site-info.php:29 wp-admin/network/site-settings.php:27
-#: wp-admin/network/site-themes.php:27 wp-admin/network/site-users.php:30
+#: wp-admin/network/site-info.php:25 wp-admin/network/site-settings.php:24
+#: wp-admin/network/site-themes.php:24 wp-admin/network/site-users.php:27
 msgid "<strong>Settings</strong> &mdash; This page shows a list of all settings associated with this site. Some are created by WordPress and others are created by plugins you activate. Note that some fields are grayed out and say Serialized Data. You cannot modify these values due to the way the setting is stored in the database."
 msgstr "<strong>Impostazioni</strong> &mdash; Questa pagina visualizza una lista di tutte le impostazioni associate a questo sito. Alcune sono create da WordPress e altre dai plugin attivati. Alcuni campi sono grigi e c'è scritto serialized data. Non è possibile modificare questi dati perché sono inseriti nel database in modo particolare."
 
-#: wp-admin/network/themes.php:174
+#: wp-admin/network/themes.php:171
 msgid "No, return me to the theme list"
 msgstr "No, ritorna all'elenco dei temi"
 
-#: wp-admin/network/site-info.php:134 wp-admin/network/site-settings.php:86
-#: wp-admin/network/site-themes.php:142 wp-admin/network/site-users.php:182
+#. translators: %s: site name
+#: wp-admin/network/site-info.php:131 wp-admin/network/site-settings.php:84
+#: wp-admin/network/site-themes.php:163 wp-admin/network/site-users.php:193
 msgid "Edit Site: %s"
 msgstr "Modifica sito: %s"
 
-#: wp-admin/network/site-info.php:28 wp-admin/network/site-settings.php:26
-#: wp-admin/network/site-themes.php:26 wp-admin/network/site-users.php:29
+#: wp-admin/network/site-info.php:24 wp-admin/network/site-settings.php:23
+#: wp-admin/network/site-themes.php:23 wp-admin/network/site-users.php:26
 msgid "<strong>Themes</strong> &mdash; This area shows themes that are not already enabled across the network. Enabling a theme in this menu makes it accessible to this site. It does not activate the theme, but allows it to show in the site&#8217;s Appearance menu. To enable a theme for the entire network, see the <a href=\"%s\">Network Themes</a> screen."
 msgstr "<strong>Temi</strong> &mdash; Questa area visualizza i temi che non sono ancora abilitati nel network. Abilitando un tema in questo menu lo rende accessibile in questo sito. Non attiva il tema, ma lo abilita ad essere visualizzato nel mesu aspetto del sito. Per abilitare un tema per tutto il network visualizzare la schermata <a href=\"%s\">Temi del network</a>."
 
-#: wp-admin/network/site-themes.php:176 wp-admin/network/themes.php:273
+#: wp-admin/network/site-themes.php:197 wp-admin/network/themes.php:284
 msgid "No theme selected."
 msgstr "Nessun tema selezionato."
 
-#: wp-admin/network/site-themes.php:162 wp-admin/network/themes.php:251
+#: wp-admin/network/site-themes.php:183 wp-admin/network/themes.php:262
 msgid "Theme enabled."
 msgstr "Tema abilitato."
 
-#: wp-admin/network/site-info.php:41 wp-admin/network/site-settings.php:39
-#: wp-admin/network/site-themes.php:60 wp-admin/network/site-users.php:55
+#: wp-admin/network/site-info.php:37 wp-admin/network/site-settings.php:36
+#: wp-admin/network/site-themes.php:57 wp-admin/network/site-users.php:52
 msgid "Invalid site ID."
 msgstr "ID sito non valido."
 
-#: wp-admin/network/site-themes.php:170 wp-admin/network/themes.php:259
+#: wp-admin/network/site-themes.php:191 wp-admin/network/themes.php:270
 msgid "Theme disabled."
 msgstr "Tema disabilitato"
 
-#: wp-admin/network/user-new.php:23
+#: wp-admin/network/user-new.php:20
 msgid "Add User will set up a new user account on the network and send that person an email with username and password."
 msgstr "Aggiungi utente creerà un nuovo account utente per la rete e invierà a tale persona una email con nome utente e password."
 
-#: wp-admin/network/site-themes.php:179
+#: wp-admin/network/site-themes.php:200
 msgid "Network enabled themes are not shown on this screen."
 msgstr "I temi abilitati nel network non sono visualizzati in questa schermata."
 
-#: wp-admin/network/menu.php:55 wp-admin/network/settings.php:22
+#: wp-admin/network/menu.php:55 wp-admin/network/settings.php:19
 msgid "Network Settings"
 msgstr "Impostazioni rete"
 
-#: wp-admin/network/themes.php:128
+#: wp-admin/network/themes.php:125
 msgid "Delete Theme"
 msgstr "Cancella tema"
 
-#: wp-admin/network/themes.php:129
+#: wp-admin/network/themes.php:126
 msgid "This theme may be active on other sites in the network."
 msgstr "Questo tema può essere attivo in un altro sito del network"
 
-#: wp-admin/network/themes.php:130
+#: wp-admin/network/themes.php:127
 msgid "You are about to remove the following theme:"
 msgstr "Si sta per rimuovere il seguente tema:"
 
-#: wp-admin/network/themes.php:164
+#: wp-admin/network/themes.php:161
 msgid "Yes, delete this theme"
 msgstr "Si, cancella questo tema"
 
-#: wp-admin/network/themes.php:151
+#: wp-admin/network/themes.php:148
 msgid "Are you sure you wish to delete these themes?"
 msgstr "Si è davvero sicuri di cancellare questi temi?"
 
-#: wp-admin/network/site-new.php:177 wp-admin/network/site-new.php:187
+#: wp-admin/network/site-new.php:178 wp-admin/network/site-new.php:188
 msgid "Add New Site"
 msgstr "Aggiungere un nuovo sito"
 
-#: wp-admin/network/themes.php:275
+#: wp-admin/network/themes.php:286
 msgid "You cannot delete a theme while it is active on the main site."
 msgstr "Non è possibile cancellare un tema mentre è attivo sul sito principale."
 
-#: wp-admin/network/site-users.php:223
+#: wp-admin/network/site-users.php:234
 msgid "Enter the username of an existing user."
 msgstr "Inserire un nome utente di un utente registrato."
 
-#: wp-admin/network/site-info.php:130
+#: wp-admin/network/site-info.php:126
 msgid "Site info updated."
 msgstr "Informazioni sito aggiornate"
 
-#: wp-admin/network/site-users.php:220
+#: wp-admin/network/site-users.php:231
 msgid "User is already a member of this site."
 msgstr "Questo utente è già membro di questo sito."
 
-#: wp-admin/network/sites.php:147
+#: wp-admin/network/sites.php:144
 msgid "Sorry, you are not allowed to delete the site."
 msgstr "Non disponi del permesso per cancellare il sito."
 
-#: wp-admin/network/user-new.php:52
+#: wp-admin/network/user-new.php:49
 msgid "Cannot add user."
 msgstr "Impossibile aggiungere utenti."
 
-#: wp-admin/network/site-users.php:289 wp-admin/network/user-new.php:132
+#: wp-admin/network/site-users.php:300 wp-admin/network/user-new.php:129
 msgid "Add User"
 msgstr "Aggiungi utente"
 
-#: wp-admin/network/site-users.php:238
+#: wp-admin/network/site-users.php:249
 msgid "User created."
 msgstr "Creato nuovo utente"
 
-#: wp-admin/network/site-users.php:235
+#: wp-admin/network/site-users.php:246
 msgid "Select a user to remove."
 msgstr "Selezionare un utente da rimuovere."
 
-#: wp-admin/network/site-users.php:229
+#: wp-admin/network/site-users.php:240
 msgid "Select a user to change role."
 msgstr "Selezione un utente per modificare il ruolo."
 
-#: wp-admin/network/site-users.php:241
+#: wp-admin/network/site-users.php:252
 msgid "Enter the username and email."
 msgstr "Immettere il nome utente e l'email."
 
@@ -843,7 +858,7 @@ msgstr "Dopo che avrai aggiunto questo codice e aggiornato la pagina nel tuo bro
 msgid "ERROR: The network could not be created."
 msgstr "ERRORE: Impossibile creare il network."
 
-#: wp-admin/includes/network.php:206
+#: wp-admin/includes/network.php:216
 msgid "Sub-directories"
 msgstr "Sottocartelle"
 
@@ -852,17 +867,17 @@ msgid "Network"
 msgstr "Rete"
 
 #. translators: 1: hostname
-#: wp-admin/includes/network.php:201
+#: wp-admin/includes/network.php:211
 msgctxt "subdomain examples"
 msgid "like <code>site1.%1$s</code> and <code>site2.%1$s</code>"
 msgstr "come <code>site1.%1$s</code> e <code>site2.%1$s</code>"
 
-#: wp-admin/includes/network.php:191
+#: wp-admin/includes/network.php:201
 msgid "Addresses of Sites in your Network"
 msgstr "Indirizzi dei siti nel tuo network"
 
-#: wp-admin/includes/network.php:113 wp-admin/includes/network.php:363
-#: wp-admin/includes/network.php:535 wp-admin/includes/network.php:575
+#: wp-admin/includes/network.php:113 wp-admin/includes/network.php:373
+#: wp-admin/includes/network.php:545 wp-admin/includes/network.php:585
 msgid "Warning:"
 msgstr "Attenzione:"
 
@@ -882,7 +897,7 @@ msgstr "Creare un network di siti WordPress"
 msgid "This screen allows you to configure a network as having subdomains (<code>site1.example.com</code>) or subdirectories (<code>example.com/site1</code>). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it."
 msgstr "Questa schermata permette di configurare un network ad avere sottodomini (<code>sito1.esempio.it</code>) o sottodirectory (<code>esempio.it/sito1</code>). I sottodomini richiedono che la wildcard dei sottodomini sia abilitata sia in Apache che come record DNS, sempre che l'host lo permetta."
 
-#: wp-admin/includes/network.php:250 wp-admin/includes/network.php:265
+#: wp-admin/includes/network.php:260 wp-admin/includes/network.php:275
 msgid "Sub-directory Install"
 msgstr "Installazione in sotto cartella"
 
@@ -898,11 +913,11 @@ msgstr "Dopo che il network è stato creato puoi riattivare i tuoi plugin."
 msgid "The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with &#8220;/blog/&#8221; from the main site. This disabling will be addressed in a future version."
 msgstr "La scelta di siti come sottodirectory è disattivata se questa configurazione è più vecchia di un mese a causa di problemi con i permalink con \"/blog/\" del sito principale. Questa disabilitazione verrà affrontata in una futura versione."
 
-#: wp-admin/includes/network.php:150
+#: wp-admin/includes/network.php:160
 msgid "Welcome to the Network installation process!"
 msgstr "Benvenuto nel processo di installazione del network!"
 
-#: wp-admin/includes/network.php:246
+#: wp-admin/includes/network.php:256
 msgid "Network Details"
 msgstr "Dettagli del network"
 
@@ -910,7 +925,7 @@ msgstr "Dettagli del network"
 msgid "The constant DO_NOT_UPGRADE_GLOBAL_TABLES cannot be defined when creating a network."
 msgstr "La costante DO_NOT_UPGRADE_GLOBAL_TABLES non può essere definita mentre crei un network."
 
-#: wp-admin/includes/network.php:584
+#: wp-admin/includes/network.php:594
 msgid "Once you complete these steps, your network is enabled and configured. You will have to log in again."
 msgstr "Dopo aver completato questi passaggi, il tuo network è attivo e configurato. Dovrai accedere nuovamente."
 
@@ -922,25 +937,20 @@ msgstr "La schermata successiva per la Configurazione della rete fornirà delle
 msgid "Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your install. Fill out the network details, and click install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories)."
 msgstr "Scegliere un sottodominio o sottodirectory; si potrà cambiare tale scelta solo riconfigurando l'installazione, quindi fare clic su installa. Se non dovesse funzionare occorrerà aggiungere un record wildcard DNS record (per i sottodomini) oppure cambiare le impostazioni nei Permalink (per le sottodirectory)."
 
-#: wp-admin/includes/network.php:465
+#: wp-admin/includes/network.php:475
 msgid "To make your installation more secure, you should also add:"
 msgstr "Per rendere la tua installazione più sicura, dovresti anche aggiungere:"
 
-#: wp-admin/includes/network.php:198
+#: wp-admin/includes/network.php:208
 msgid "Sub-domains"
 msgstr "Sottodomini"
 
-#: wp-admin/includes/network.php:170 wp-admin/includes/network.php:219
-#: wp-admin/includes/network.php:260 wp-admin/includes/network.php:270
+#: wp-admin/includes/network.php:180 wp-admin/includes/network.php:229
+#: wp-admin/includes/network.php:270 wp-admin/includes/network.php:280
 msgid "Warning!"
 msgstr "Attenzione!"
 
-#: wp-admin/includes/network.php:147
-msgctxt "Default network name"
-msgid "%s Sites"
-msgstr "%s siti"
-
-#: wp-admin/includes/network.php:194
+#: wp-admin/includes/network.php:204
 msgid "You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality."
 msgstr "Avrai bisogno di un record DNS wildcard se vuoi utilizzare la funzionalità host virtuale (sottodominio)"
 
@@ -948,441 +958,432 @@ msgstr "Avrai bisogno di un record DNS wildcard se vuoi utilizzare la funzionali
 msgid "You cannot install a network of sites with your server address."
 msgstr "Non puoi installare un network di siti con l'indirizzo del tuo server"
 
-#: wp-admin/includes/network.php:151
+#: wp-admin/includes/network.php:161
 msgid "Fill in the information below and you&#8217;ll be on your way to creating a network of WordPress sites. We will create configuration files in the next step."
 msgstr "Inserisci le informazioni di seguito e sarai sulla tua strada nel creare un network si siti WordPress. Creeremo i file di configurazione nel passaggio succesivo"
 
-#: wp-admin/includes/network.php:376
+#: wp-admin/includes/network.php:386
 msgid "Complete the following steps to enable the features for creating a network of sites."
 msgstr "Completa gli step seguenti per abilitare le funzionalità di creazione di un network di siti."
 
-#: wp-admin/includes/network.php:375
+#: wp-admin/includes/network.php:385
 msgid "Enabling the Network"
 msgstr "Abilitazione del Network"
 
-#: wp-admin/includes/network.php:364
+#: wp-admin/includes/network.php:374
 msgid "Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables."
 msgstr "Completa i passi di configurazione. Per creare un nuovo network, devi o svuotare o rimuovere le tabelle del database del network."
 
-#: wp-admin/includes/network.php:363
+#: wp-admin/includes/network.php:373
 msgid "An existing WordPress network was detected."
 msgstr "È stato rilevato un network WordPress già esistente."
 
-#: wp-admin/includes/network.php:358
+#: wp-admin/includes/network.php:368
 msgid "The original configuration steps are shown here for reference."
 msgstr "I passi originali di configurazioni sono visualizzati qui come referenza."
 
-#: wp-admin/includes/network.php:307
+#: wp-admin/includes/network.php:317
 msgid "Your email address."
 msgstr "Il tuo indirizzo e-mail."
 
-#: wp-admin/includes/network.php:298
+#: wp-admin/includes/network.php:308
 msgid "What would you like to call your network?"
 msgstr "Come vorresti chiamare il tuo network?"
 
-#: wp-admin/includes/network.php:294 wp-admin/network/settings.php:108
+#: wp-admin/includes/network.php:304 wp-admin/network/settings.php:105
 msgid "Network Title"
 msgstr "Titolo network"
 
-#: wp-admin/includes/network.php:276
+#: wp-admin/includes/network.php:286
 msgid "Because your install is not new, the sites in your WordPress network must use sub-domains."
 msgstr "Dato che la tua installazione non è nuova, i siti nel tuo network di WordPress devono usare i sottodomini."
 
-#: wp-admin/includes/network.php:275
+#: wp-admin/includes/network.php:285
 msgid "Sub-domain Install"
 msgstr "Installazione in sotto dominio"
 
-#: wp-admin/includes/network.php:267
+#: wp-admin/includes/network.php:277
 msgid "Because your install is in a directory, the sites in your WordPress network must use sub-directories."
 msgstr "Dato che la tua installazione è in una cartella, i siti nel tuo network WordPress devono utilizzare le sottocartelle."
 
-#: wp-admin/includes/network.php:260 wp-admin/includes/network.php:270
-#: wp-admin/includes/network.php:277
+#: wp-admin/includes/network.php:270 wp-admin/includes/network.php:280
+#: wp-admin/includes/network.php:287
 msgid "The main site in a sub-directory install will need to use a modified permalink structure, potentially breaking existing links."
 msgstr "Il sito principale in una installazione in sottocartelle deve utilizzare una struttura permalink modificata, potenzialmente può rompere i link esistenti."
 
-#: wp-admin/includes/network.php:224 wp-admin/includes/network.php:234
-#: wp-admin/includes/network.php:283
+#: wp-admin/includes/network.php:234 wp-admin/includes/network.php:244
+#: wp-admin/includes/network.php:293
 msgid "Server Address"
 msgstr "Indirizzo del server"
 
 #. translators: 1: hostname
-#: wp-admin/includes/network.php:209
+#: wp-admin/includes/network.php:219
 msgctxt "subdirectory examples"
 msgid "like <code>%1$s/site1</code> and <code>%1$s/site2</code>"
 msgstr "come <code>%1$s/site1</code> e <code>%1$s/site2</code>"
 
-#: wp-admin/network/users.php:73
+#: wp-admin/network/users.php:70
 msgid "Warning! User cannot be modified. The user %s is a network administrator."
 msgstr "Attenzione! L'utente non può essere modificato. L'utente %s è un amministratore del network"
 
-#: wp-admin/network/sites.php:33
+#: wp-admin/network/sites.php:30
 msgid "Hovering over each site reveals seven options (three for the primary site):"
 msgstr "Passando il mouse sopra un sito appariranno sette opzioni (tre per il sito principale):"
 
-#: wp-admin/network/sites.php:39
+#: wp-admin/network/sites.php:36
 msgid "The site ID is used internally, and is not shown on the front end of the site or to users/viewers."
 msgstr "L'ID del sito è utilizato internamente e non viene visualizzato nel frontend del sito o agli utenti/visitatori."
 
-#: wp-admin/network/sites.php:36
+#: wp-admin/network/sites.php:33
 msgid "Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later."
 msgstr "Disattiva, Archivia e Spam portano a delle schermate di conferma. Queste azioni potranno essere successivamente annullate."
 
-#: wp-admin/network/site-new.php:27
+#: wp-admin/network/site-new.php:24
 msgid "If the admin email for the new site does not exist in the database, a new user will also be created."
 msgstr "Se la email di admin per un nuovo sito non esiste nel database, verrà creato un nuovo utente."
 
-#: wp-admin/network/settings.php:32
+#: wp-admin/network/settings.php:29
 msgid "Operational settings has fields for the network&#8217;s name and admin email."
 msgstr "Le impostazioni operative contengono campi per il nome del network e la email di amministrazione."
 
-#: wp-admin/network/settings.php:35
+#: wp-admin/network/settings.php:32
 msgid "Upload settings control the size of the uploaded files and the amount of available upload space for each site. You can change the default value for specific sites when you edit a particular site. Allowed file types are also listed (space separated only)."
 msgstr "Le impostazioni di caricamento controllano le dimensioni dei file caricati e il quantitativo di spazio disponibile per ciascun sito. &Egrave; possibile cambiare i valori predefiniti per un sito specifico quando si modifica tale sito. Sono anche elencati i tipi di file consentiti (elenco separato da spazi)."
 
-#: wp-admin/network/users.php:165
+#: wp-admin/network/users.php:173
 msgid "The bulk action will permanently delete selected users, or mark/unmark those selected as spam. Spam users will have posts removed and will be unable to sign up again with the same email addresses."
 msgstr "L'azione di massa cancellerà definitivamente gli utenti selezionati oppure marcherà o cancellerà quelli selezionati come spam. Gli utenti spam avranno i loro articoli rimossi e non saranno più in grado di registarsi nuovamente con il medesimo indirizzo email."
 
-#: wp-admin/network/users.php:163
+#: wp-admin/network/users.php:171
 msgid "You can also go to the user&#8217;s profile page by clicking on the individual username."
 msgstr "&Egrave; possibile andare alla pagina del profilo utente anche facendo clic su un singolo nome utente."
 
-#: wp-admin/network/sites.php:38
+#: wp-admin/network/sites.php:35
 msgid "Visit to go to the front-end site live."
 msgstr "Visita per andare alla pagina principale del sito."
 
-#: wp-admin/network/users.php:166
+#: wp-admin/network/users.php:174
 msgid "You can make an existing user an additional super admin by going to the Edit User profile page and checking the box to grant that privilege."
 msgstr "&Egrave; possibile rendere un utente già esistente un nuovo superadmin andando nella pagina Modifica profilo utente e spuntando la casella con questo privilegio."
 
-#: wp-admin/network/users.php:161
+#: wp-admin/network/users.php:169
 msgid "This table shows all users across the network and the sites to which they are assigned."
 msgstr "Questa tabella visualizza tutti gli utenti del network ed i siti a cui sono stati assegnati."
 
-#: wp-admin/network/upgrade.php:26
+#: wp-admin/network/upgrade.php:23
 msgid "If a version update to core has not happened, clicking this button won&#8217;t affect anything."
 msgstr "Se non vi è stato un aggiornamento di versione dei file di core, fare clic su questo pulsante non avrà alcun effetto."
 
-#: wp-admin/network/upgrade.php:27
+#: wp-admin/network/upgrade.php:24
 msgid "If this process fails for any reason, users logging in to their sites will force the same update."
 msgstr "Se questa procedura fallisce per qualsiasi motivo, gli utenti che si collegheranno ai loro siti forzeranno il medesimo aggiornamento."
 
-#: wp-admin/network/users.php:164
+#: wp-admin/network/users.php:172
 msgid "You can sort the table by clicking on any of the table headings and switch between list and excerpt views by using the icons above the users list."
 msgstr "Puoi ordinare la tabella facendo clic su una qualsiasi delle intestazioni in grassetto e passare dalla lista alla vista riassuntiva tramite l'icona in alto a destra."
 
-#: wp-admin/network/user-new.php:24
+#: wp-admin/network/user-new.php:21
 msgid "Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. These users will only see Dashboard and My Sites in the main navigation until a site is created for them."
 msgstr "Gi utenti che hanno sottoscritto il network senza avere un sito verranno aggiunti come sottoscrittori al sito primario, fornendo loro una pagina di profilo per gestire i loro account. Questi utenti vedranno sola la Bacheca e il Mio sito nella barra di navigazione principale sino a quando non verrà creato un sito per loro."
 
-#: wp-admin/network/sites.php:32
+#: wp-admin/network/sites.php:29
 msgid "This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table."
 msgstr "Questa è la tabella principale di tutti i siti di questo network. Passare dalla vista a lista a quella a riassunto utilizzando l'icona in alto a destra nella tabella."
 
-#: wp-admin/network/settings.php:37
+#: wp-admin/network/settings.php:34
 msgid "Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins."
 msgstr "L'impostazione di menu abilita/disabilita il menu dei plugin da apparire per i non super admin, in tal modo solo i super admin, non gli amministratori di un sito, avranno accesso all'attivazione dei plugin."
 
-#: wp-admin/network/settings.php:33
+#: wp-admin/network/settings.php:30
 msgid "Registration settings can disable/enable public signups. If you let others sign up for a site, install spam plugins. Spaces, not commas, should separate names banned as sites for this network."
 msgstr "Le Impostazioni di registrazione possono abilitare/disabilitare le registrazioni pubbliche. Se si permette dad altri di registrare un sito, si consiglia di installare un plugin antispam. Spazi e non virgole, dovranno separare i nomi dei siti bannati da questo network."
 
-#: wp-admin/network/settings.php:31
+#: wp-admin/network/settings.php:28
 msgid "This screen sets and changes options for the network as a whole. The first site is the main site in the network and network options are pulled from that original site&#8217;s options."
 msgstr "Questa schermata imposta e modifica le impostazioni per tutto il network. Il primo sito è quello principale del network e le impostazioni del network vengono ricavate dalla impostazioni originali del sito."
 
-#: wp-admin/network/themes.php:212
+#: wp-admin/network/themes.php:223
 msgid "If the network admin disables a theme that is in use, it can still remain selected on that site. If another theme is chosen, the disabled theme will not appear in the site&#8217;s Appearance > Themes screen."
 msgstr "Se l'amministratore del network disabilita un tema che è in uso, questo rimarrà attivo per questo sito. Se si seleziona un tema differente, il tema disabilitato non apparirà più nella schermata del sito Aspetto > Temi."
 
-#: wp-admin/network/themes.php:211
+#: wp-admin/network/themes.php:222
 msgid "This screen enables and disables the inclusion of themes available to choose in the Appearance menu for each site. It does not activate or deactivate which theme a site is currently using."
 msgstr "Questa schermata abilita e disabilita per ciascun sito le inclusioni dei temi disponibili nel menu Aspetto. Non attiva o disattiva il tema che un sito sta attualmente utilizzando."
 
-#: wp-admin/network/settings.php:34
+#: wp-admin/network/settings.php:31
 msgid "New site settings are defaults applied when a new site is created in the network. These include welcome email for when a new site or user account is registered, and what&#8127;s put in the first post, page, comment, comment author, and comment URL."
 msgstr "Le impostazioni Nuovo sito vengono applicate automaticamente quando viene creato un nuovo sito nel network. Queste impostazioni comprendono la mail di benvenuto quando viene registrato un nuovo sito o un nuovo utente e quello che viene inserito nel primo articolo, nella prima pagina, nel primo commento, l'autore del primo commento e l'URL del commentatore."
 
 #. translators: %s: reserved names list
-#: wp-admin/network/site-new.php:54
+#: wp-admin/network/site-new.php:51
 msgid "The following words are reserved for use by WordPress functions and cannot be used as blog names: %s"
 msgstr "Le seguenti parole sono riservate per l'utilizzo da parte delle funzioni di WordPress e non possono essere utilizzate come nomi per i blog: %s"
 
-#: wp-admin/network/upgrade.php:104
+#: wp-admin/network/upgrade.php:111
 msgid "If your browser doesn&#8217;t start loading the next page automatically, click this link:"
 msgstr "Se il proprio browser non inizia a caricare automaticamente la pagina successiva fare clic su questo link:"
 
-#: wp-admin/network/site-new.php:40
+#: wp-admin/network/site-new.php:37
 msgid "Can&#8217;t create an empty site."
 msgstr "Non è possibile creare un sito vuoto."
 
-#: wp-admin/network/settings.php:200
+#: wp-admin/network/settings.php:197
 msgid "If you want to ban domains from site registrations. One domain per line."
 msgstr "Se desideri impedire a specifici domini email la registrazione ai siti. Inserisci un dominio per riga."
 
-#: wp-admin/network/settings.php:189
+#: wp-admin/network/settings.php:186
 msgid "If you want to limit site registrations to certain domains. One domain per line."
 msgstr "Se desideri consentire solo a specifici domini email di registrarsi ai siti. Inserisci un dominio per riga."
 
-#: wp-admin/network/sites.php:255
+#: wp-admin/network/sites.php:260
 msgid "Site removed from spam."
 msgstr "Sito rimosso dallo spam."
 
-#: wp-admin/network/users.php:195
+#: wp-admin/network/users.php:203
 msgid "Users removed from spam."
 msgstr "Utenti rimossi dallo spam."
 
-#: wp-admin/network/sites.php:228
+#: wp-admin/network/sites.php:233
 msgid "Sites removed from spam."
 msgstr "Siti rimossi dallo spam."
 
-#: wp-admin/network/sites.php:231
+#: wp-admin/network/sites.php:236
 msgid "Sites marked as spam."
 msgstr "Siti contrassegnati come spam."
 
-#: wp-admin/network/sites.php:258
+#: wp-admin/network/sites.php:263
 msgid "Site marked as spam."
 msgstr "Sito contrassegnato come spam."
 
-#: wp-admin/network/sites.php:243
+#: wp-admin/network/sites.php:248
 msgid "Site archived."
 msgstr "Sito archiviato."
 
-#: wp-admin/network/users.php:198
+#: wp-admin/network/users.php:206
 msgid "Users deleted."
 msgstr "Utenti cancellati."
 
-#: wp-admin/network/sites.php:246
+#: wp-admin/network/sites.php:251
 msgid "Site unarchived."
 msgstr "Sito recuperato da archivio."
 
-#: wp-admin/network/sites.php:249
+#: wp-admin/network/sites.php:254
 msgid "Site activated."
 msgstr "Sito attivato."
 
-#: wp-admin/network/sites.php:252
+#: wp-admin/network/sites.php:257
 msgid "Site deactivated."
 msgstr "Sito disattivato."
 
-#: wp-admin/network/users.php:192
+#: wp-admin/network/users.php:200
 msgid "Users marked as spam."
 msgstr "Utenti contrassegnati come spammer."
 
-#: wp-admin/network/sites.php:237
+#: wp-admin/network/sites.php:242
 msgid "Site deleted."
 msgstr "Sito cancellato."
 
-#: wp-admin/network/sites.php:234
+#: wp-admin/network/sites.php:239
 msgid "Sites deleted."
 msgstr "Siti cancellati."
 
-#: wp-admin/network/sites.php:94 wp-admin/network/sites.php:160
+#: wp-admin/network/sites.php:91 wp-admin/network/sites.php:157
 msgid "Sorry, you are not allowed to change the current site."
 msgstr "Non disponi del permesso per modificare il sito corrente."
 
-#: wp-admin/network/site-new.php:114
+#: wp-admin/network/site-new.php:115
 msgid "There was an error creating the user."
 msgstr "Si è verificato un errore nella creazione dell'utente."
 
-#: wp-admin/network/site-new.php:84
-msgid "Invalid email address."
-msgstr "Indirizzo email non valido."
-
-#: wp-admin/network/settings.php:312
-msgctxt "File size in kilobytes"
-msgid "%s KB"
-msgstr "%s KB"
-
-#: wp-admin/network/settings.php:300
+#: wp-admin/network/settings.php:297
 msgid "Upload file types"
 msgstr "Tipi di file che si possono caricare"
 
-#: wp-admin/network/settings.php:292
+#: wp-admin/network/settings.php:289
 msgid "Limit total size of files uploaded to %s MB"
 msgstr "Limitare la dimensione totale dei file caricati a %s MB"
 
-#: wp-admin/network/settings.php:282
+#: wp-admin/network/settings.php:279
 msgid "The URL for the first comment on a new site."
 msgstr "L'URL del primo commento su di un nuovo sito."
 
-#: wp-admin/network/settings.php:255
+#: wp-admin/network/settings.php:252
 msgid "The first comment on a new site."
 msgstr "Il primo commento di un nuovo sito."
 
-#: wp-admin/network/settings.php:245
+#: wp-admin/network/settings.php:242
 msgid "The first page on a new site."
 msgstr "La prima pagina di un nuovo sito."
 
-#: wp-admin/network/settings.php:235
+#: wp-admin/network/settings.php:232
 msgid "The first post on a new site."
 msgstr "Il primo articolo di un nuovo sito."
 
-#: wp-admin/network/settings.php:264
+#: wp-admin/network/settings.php:261
 msgid "The author of the first comment on a new site."
 msgstr "L'autore del primo commento di un nuovo sito."
 
-#: wp-admin/network/upgrade.php:60
+#: wp-admin/network/upgrade.php:67
 msgid "All done!"
 msgstr "Operazione completata!"
 
-#: wp-admin/network/settings.php:136
+#: wp-admin/network/settings.php:133
 msgid "Registration is disabled."
 msgstr "La registrazione è disabilitata."
 
-#: wp-admin/network/settings.php:137
+#: wp-admin/network/settings.php:134
 msgid "User accounts may be registered."
 msgstr "Possono essere creati nuovi account utente."
 
-#: wp-admin/network/settings.php:139
+#: wp-admin/network/settings.php:136
 msgid "Both sites and user accounts can be registered."
 msgstr "Possono venir registrati sia nuovi account utente che nuovi siti."
 
-#: wp-admin/network/settings.php:138
+#: wp-admin/network/settings.php:135
 msgid "Logged in users may register new sites."
 msgstr "Gli utenti già autenticati possono registrare nuovi siti."
 
-#: wp-admin/network/settings.php:124
+#: wp-admin/network/settings.php:121
 msgid "Registration Settings"
 msgstr "Impostazioni di registrazione"
 
-#: wp-admin/network/settings.php:206
+#: wp-admin/network/settings.php:203
 msgid "New Site Settings"
 msgstr "Impostazioni nuovo sito"
 
-#: wp-admin/network/settings.php:287
+#: wp-admin/network/settings.php:284
 msgid "Upload Settings"
 msgstr "Impostazioni caricamento file"
 
-#: wp-admin/network/settings.php:105
+#: wp-admin/network/settings.php:102
 msgid "Operational Settings"
 msgstr "Impostazioni Operative"
 
-#: wp-admin/network/settings.php:355
+#: wp-admin/network/settings.php:358
 msgid "Enable administration menus"
 msgstr "Abilita i menu di di amministrazione"
 
-#: wp-admin/network/site-new.php:79
+#: wp-admin/network/site-new.php:80
 msgid "Missing email address."
 msgstr "Indirizzo email mancante."
 
-#: wp-admin/network/site-new.php:76
+#: wp-admin/network/site-new.php:77
 msgid "Missing or invalid site address."
 msgstr "Indirizzo blog mancante o non corretto."
 
-#: wp-admin/network/upgrade.php:104
+#: wp-admin/network/upgrade.php:111
 msgid "Next Sites"
 msgstr "Siti successivi"
 
-#: wp-admin/network/settings.php:176
+#: wp-admin/network/settings.php:173
 msgid "Users are not allowed to register these sites. Separate names by spaces."
 msgstr "Agli utenti non è consentito registrare questi siti. Separa i nomi con degli spazi."
 
-#: wp-admin/network/settings.php:160
+#: wp-admin/network/settings.php:157
 msgid "Send the network admin an email notification every time someone registers a site or user account."
 msgstr "Inviare all&#8217;amministratore del network una email di notifica ogni volta che qualcuno registra un sito o un account utente."
 
-#: wp-admin/network/settings.php:290
+#: wp-admin/network/settings.php:287
 msgid "Site upload space"
 msgstr "Spazio di upload del sito"
 
-#: wp-admin/network/settings.php:215
+#: wp-admin/network/settings.php:212
 msgid "The welcome email sent to new site owners."
 msgstr "L'email di benvenuto che viene inviata ai proprietari dei nuovi siti."
 
 #. translators: %s: network name
-#: wp-admin/network/site-new.php:139
+#: wp-admin/network/site-new.php:140
 msgid "[%s] New Site Created"
 msgstr "[%s] Nuovo sito creato"
 
-#: wp-admin/includes/network.php:303 wp-admin/network/settings.php:115
+#: wp-admin/includes/network.php:313 wp-admin/network/settings.php:112
 msgid "Network Admin Email"
 msgstr "Email amministratore network"
 
-#: wp-admin/network/site-new.php:246
+#: wp-admin/network/site-new.php:247
 msgid "The username and password will be mailed to this email address."
 msgstr "Il nome utente e la password verrano spediti a questo indirizzo email."
 
-#: wp-admin/network/site-new.php:246
+#: wp-admin/network/site-new.php:247
 msgid "A new user will be created if the above email address is not in the database."
 msgstr "Verrà creato un nuovo utente se l&#8217;indirizzo email precedente non è presente nel database."
 
-#: wp-admin/network/site-new.php:242
+#: wp-admin/network/site-new.php:243
 msgid "Admin Email"
 msgstr "Email amministratore"
 
-#: wp-admin/network/site-new.php:258
+#: wp-admin/network/site-new.php:259
 msgid "Add Site"
 msgstr "Aggiungere sito"
 
-#: wp-admin/network/settings.php:328
+#: wp-admin/network/settings.php:331
 msgid "Default Language"
 msgstr "Lingua predefinita"
 
-#: wp-admin/network/settings.php:310
+#: wp-admin/network/settings.php:307
 msgid "Max upload file size"
 msgstr "Dimensione massima dei file"
 
-#: wp-admin/network/settings.php:278
+#: wp-admin/network/settings.php:275
 msgid "First Comment URL"
 msgstr "L'URL del primo commento"
 
-#: wp-admin/network/settings.php:260
+#: wp-admin/network/settings.php:257
 msgid "First Comment Author"
 msgstr "Il primo autore di un commento."
 
-#: wp-admin/network/settings.php:250
+#: wp-admin/network/settings.php:247
 msgid "First Comment"
 msgstr "Primo commento"
 
-#: wp-admin/network/settings.php:240
+#: wp-admin/network/settings.php:237
 msgid "First Page"
 msgstr "Prima pagina."
 
-#: wp-admin/network/settings.php:225
+#: wp-admin/network/settings.php:222
 msgid "The welcome email sent to new users."
 msgstr "L'email di benvenuto che viene inviata ai nuovi utenti."
 
-#: wp-admin/network/settings.php:220
+#: wp-admin/network/settings.php:217
 msgid "Welcome User Email"
 msgstr "L'email di benvenuto agli utenti"
 
-#: wp-admin/network/settings.php:210
+#: wp-admin/network/settings.php:207
 msgid "Welcome Email"
 msgstr "Email di benvenuto"
 
-#: wp-admin/network/settings.php:195
+#: wp-admin/network/settings.php:192
 msgid "Banned Email Domains"
 msgstr "Domini email bannati"
 
-#: wp-admin/network/settings.php:182
+#: wp-admin/network/settings.php:179
 msgid "Limited Email Registrations"
 msgstr "Registrazioni limitate per email"
 
-#: wp-admin/network/settings.php:172
+#: wp-admin/network/settings.php:169
 msgid "Banned Names"
 msgstr "Nomi bannati"
 
-#: wp-admin/network/settings.php:165
+#: wp-admin/network/settings.php:162
 msgid "Add New Users"
 msgstr "Aggiungi nuovi utenti"
 
-#: wp-admin/network/settings.php:154
+#: wp-admin/network/settings.php:151
 msgid "Registration notification"
 msgstr "Notifica registrazione"
 
-#: wp-admin/network/settings.php:127
+#: wp-admin/network/settings.php:124
 msgid "Allow new registrations"
 msgstr "Consenti nuove registrazioni"
 
-#: wp-admin/network/site-users.php:244
+#: wp-admin/network/site-users.php:255
 msgid "Duplicated username or email address."
 msgstr "Nomi utente o indirizzi email duplicati."
 
-#: wp-admin/network/user-new.php:40
+#: wp-admin/network/user-new.php:37
 msgid "Cannot create an empty user."
 msgstr "Impossibile creare un utente vuoto."
 
-#: wp-admin/network/sites.php:110
+#: wp-admin/network/sites.php:107
 msgid "Confirm"
-msgstr "Conferma"
+msgstr "Conferma"
\ No newline at end of file
diff --git a/wp-content/languages/continents-cities-it_IT.mo b/wp-content/languages/continents-cities-it_IT.mo
index b0e336edb6e719d72a2b2694e41d2e909fc3812c..3bcf8565e038026de61247afda4628b7bf7b5eee 100644
Binary files a/wp-content/languages/continents-cities-it_IT.mo and b/wp-content/languages/continents-cities-it_IT.mo differ
diff --git a/wp-content/languages/continents-cities-it_IT.po b/wp-content/languages/continents-cities-it_IT.po
index 15824bca588ec2af87b647686af8c89f6cb684f3..19c389f9fc9f701ae2de0660bfc11a6dad7df565 100644
--- a/wp-content/languages/continents-cities-it_IT.po
+++ b/wp-content/languages/continents-cities-it_IT.po
@@ -1,5 +1,5 @@
-# Translation of WordPress - 4.6.x - Continents & Cities in Italian
-# This file is distributed under the same license as the WordPress - 4.6.x - Continents & Cities package.
+# Translation of WordPress - Development - Continents & Cities in Italian
+# This file is distributed under the same license as the WordPress - Development - Continents & Cities package.
 msgid ""
 msgstr ""
 "PO-Revision-Date: 2016-07-02 13:27:22+0000\n"
@@ -9,7 +9,7 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: GlotPress/2.3.0-alpha\n"
 "Language: it\n"
-"Project-Id-Version: WordPress - 4.6.x - Continents & Cities\n"
+"Project-Id-Version: WordPress - Development - Continents & Cities\n"
 
 #: wp-admin/includes/continents-cities.php:537
 msgid "Pohnpei"
@@ -2094,4 +2094,4 @@ msgstr "Kinshasa"
 
 #: wp-admin/includes/continents-cities.php:42
 msgid "Kigali"
-msgstr "Kigali"
+msgstr "Kigali"
\ No newline at end of file
diff --git a/wp-content/languages/it_IT.mo b/wp-content/languages/it_IT.mo
index 89af63e0455b0fd886c4245a25809b3e6d53c024..4d51d71f2d3a976f4e80aeec25824bc34b58dc56 100644
Binary files a/wp-content/languages/it_IT.mo and b/wp-content/languages/it_IT.mo differ
diff --git a/wp-content/languages/it_IT.po b/wp-content/languages/it_IT.po
index 699b0e229d858f05092759862b8f089717f01eb6..6849c5f95f2f5a87c48aa11b9db0e1448843e092 100644
--- a/wp-content/languages/it_IT.po
+++ b/wp-content/languages/it_IT.po
@@ -1,15 +1,15 @@
-# Translation of WordPress - 4.6.x in Italian
-# This file is distributed under the same license as the WordPress - 4.6.x package.
+# Translation of WordPress - Development in Italian
+# This file is distributed under the same license as the WordPress - Development package.
 msgid ""
 msgstr ""
-"PO-Revision-Date: 2016-10-07 18:41:52+0000\n"
+"PO-Revision-Date: 2016-12-09 17:17:58+0000\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: GlotPress/2.3.0-alpha\n"
 "Language: it\n"
-"Project-Id-Version: WordPress - 4.6.x\n"
+"Project-Id-Version: WordPress - Development\n"
 
 #. translators: Translate this to the correct language tag for your locale, see
 #. https://www.w3.org/International/articles/language-tags/ for reference. Do
@@ -19,1323 +19,3231 @@ msgid "html_lang_attribute"
 msgstr "it-IT"
 
 #. translators: 'rtl' or 'ltr'. This sets the text direction for WordPress.
-#: wp-includes/class-wp-locale.php:223
+#: wp-includes/class-wp-locale.php:230
 msgctxt "text direction"
 msgid "ltr"
 msgstr "ltr"
 
 #. translators: $thousands_sep argument for
 #. https://secure.php.net/number_format, default is ,
-#: wp-includes/class-wp-locale.php:202
+#: wp-includes/class-wp-locale.php:209
 msgid "number_format_thousands_sep"
 msgstr "."
 
 #. translators: $dec_point argument for https://secure.php.net/number_format,
 #. default is .
-#: wp-includes/class-wp-locale.php:215
+#: wp-includes/class-wp-locale.php:222
 msgid "number_format_decimal_point"
 msgstr ","
 
-#. translators: %s: Plugin name
-#: wp-includes/script-loader.php:639
-msgid "Install %s now"
-msgstr "Installa %s adesso"
+#: wp-includes/option.php:1762
+msgid "This address is used for admin purposes, like new user notification."
+msgstr "Questo indirizzo è utilizzato per scopi amministrativi, come ad esempio la notifica dell'iscrizione di nuovi utenti."
 
-#. translators: %s: Plugin name and version
-#: wp-includes/script-loader.php:620
-msgid "Update %s now"
-msgstr "Aggiorna %s adesso"
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:809
+msgid "Unique identifier for the term."
+msgstr "Identificativo unico per il termine. "
 
-#: wp-includes/customize/class-wp-customize-nav-menu-location-control.php:80
-msgid "Edit selected menu"
-msgstr "Modifica il menu selezionato"
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:268
+msgid "An alphanumeric identifier for the taxonomy."
+msgstr "Un Identificativo alfanumérico per la tassonomia. "
 
-#: wp-includes/class-wp-editor.php:1068
-msgid "Warning: the link has been inserted but may have errors. Please test it."
-msgstr "Attenzione:  hai inserito il link ma ci potrebbero essere degli errori. Provalo. "
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:207
+msgid "All capabilities used by the post type."
+msgstr "Tutte le capacità utilizzate dal tipo di contenuto (post type)."
 
-#: wp-includes/script-loader.php:612
-msgid "Search Results"
-msgstr "Risultati della ricerca"
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:213
+msgid "A human-readable description of the post type."
+msgstr "Una descrizione del tipo di contenuto (post type) in formato leggibile."
 
-#: wp-includes/class-wp-editor.php:1027
-msgid "Rich Text Area. Press Control-Option-H for help."
-msgstr "Area testo elaborato. Premi Control-Option-H per aiuto."
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:219
+msgid "Whether or not the post type should have children."
+msgstr "Se oppure no il tipo di contenuto (post type) dovrebbe avere figli."
 
-#: wp-includes/script-loader.php:362
-msgid "Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds."
-msgstr "Usa i tasti freccia sinistra/destra per avanzare di un secondo, su/giù per avanzare di 10 secondi."
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:225
+msgid "Human-readable labels for the post type for various contexts."
+msgstr "Etichette del tipo di contenuto (post type) per vari contesti, in formato leggibile."
 
-#: wp-includes/script-loader.php:361
-msgid "Use Up/Down Arrow keys to increase or decrease volume."
-msgstr "Usa i tasti freccia su/giù per aumentare o diminuire il volume."
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:237
+msgid "An alphanumeric identifier for the post type."
+msgstr "Un identificativo alfanumerico per il tipo di contenuto (post type)."
 
-#: wp-includes/script-loader.php:357
-msgid "Volume Slider"
-msgstr "Cursore del volume"
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:252
+msgid "REST base route for the post type."
+msgstr "Rotta base REST per il tipo di contenuto (post type)."
 
-#: wp-includes/script-loader.php:356
-msgid "Audio Player"
-msgstr "Audio Player"
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:100
+msgid "Required to be true, as revisions do not support trashing."
+msgstr "Deve essere true, poichè le revisioni non si possono eliminare."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:121
+msgid "Required to be true, as terms do not support trashing."
+msgstr "Deve essere true, poichè i termini non si possono eliminare."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:287
+msgid "An alphanumeric identifier for the status."
+msgstr "Un Identificativo alfanumérico per lo stato. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1294
+msgid "Limit response to comments published after a given ISO8601 compliant date."
+msgstr "Limita la risposta ai commenti pubblicati dopo una specifica data conforme al formato ISO8601."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1323
+msgid "Limit response to comments published before a given ISO8601 compliant date."
+msgstr "Limita la risposta ai commenti pubblicati prima di una specifica data conforme al formato ISO8601."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1261
+msgid "Avatar URLs for the user."
+msgstr "L'URL dell'avatar per l'utente. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1214
+msgid "Roles assigned to the user."
+msgstr "Ruoli assegnati all'utente."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1191
+msgid "The nickname for the user."
+msgstr "Il nickname dell'utente. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1185
+msgid "Locale for the user."
+msgstr "La lingua dell'utente. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1173
+msgid "Description of the user."
+msgstr "La descrizione dell'utente. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1167
+msgid "URL of the user."
+msgstr "L'URL dell'utente. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1178
+msgid "Author URL of the user."
+msgstr "URL autore dell'utente."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1152
+msgid "Last name for the user."
+msgstr "Il cognome dell'utente. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1144
+msgid "First name for the user."
+msgstr "Il nome dell'utente "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1127
+msgid "Login name for the user."
+msgstr "Il nome per l'accesso dell'utente. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1136
+msgid "Display name for the user."
+msgstr "Visualizza il nome dell'utente. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:706
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:740
+msgid "The user cannot be deleted."
+msgstr "L'utente non può essere eliminato. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:472
+msgid "Error creating new user."
+msgstr "Si è verificato un errore durante la creazione del nuovo utente. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:863
+msgid "The parent term ID."
+msgstr "L'ID del termine genitore. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:833
+msgid "HTML title for the term."
+msgstr "Il titolo HTML del termine. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:826
+msgid "URL of the term."
+msgstr "L'URL del termine. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:582
+msgid "The term cannot be deleted."
+msgstr "Il termine non può essere eliminato. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:377
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:484
+msgid "Parent term doesn't exist."
+msgstr "Il termine genitore non esiste. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:371
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:478
+msgid "Can not set parent term, taxonomy is not hierarchical."
+msgstr "Non puoi impostare il termine genitore, la tassonomia non è gerarchica. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:324
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:456
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:545
+msgid "Term doesn't exist."
+msgstr "Il termine non esiste. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:262
+msgid "The title for the taxonomy."
+msgstr "Il titolo della tassonomia. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:280
+msgid "Types associated with the taxonomy."
+msgstr "I tipi associati con la tassonomia. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:231
+msgid "The title for the post type."
+msgstr "Il titolo del tipo di contenuto (post type)."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:126
+msgid "Cannot view post type."
+msgstr "Non puoi visualizzare il tipo di contenuto (post type)."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:251
+msgid "The title for the status."
+msgstr "Il titolo dello stato. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:134
+msgid "Cannot view status."
+msgstr "Non puoi vedere lo stato. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:128
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:180
+msgid "Invalid status."
+msgstr "Stato non valido. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:463
+msgid "URL to the original attachment file."
+msgstr "URL del file allegato originario. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:413
+msgid "The attachment description."
+msgstr "La descrizione dell'allegato. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:443
+msgid "The attachment MIME type."
+msgstr "Il tipo MIME per l'allegato."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:435
+msgid "Attachment type."
+msgstr "Tipo dell'allegato."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:391
+msgid "The attachment caption."
+msgstr "La didascalia dell'allegato. "
+
+#: wp-includes/option.php:1811
+msgid "Default post category."
+msgstr "Categoria predefinita per gli articoli."
+
+#: wp-includes/option.php:1737
+msgid "Site tagline."
+msgstr "Motto del sito."
+
+#. translators: Theme author name
+#: wp-includes/customize/class-wp-customize-theme-control.php:92
+msgctxt "theme author"
+msgid "By %s"
+msgstr "Di %s"
 
-#: wp-includes/script-loader.php:355
-msgid "Video Player"
-msgstr "Video Player"
+#. translators: New user notification email subject. 1: Network name, 2: New
+#. user login
+#: wp-includes/ms-functions.php:944
+msgctxt "New user notification email subject"
+msgid "[%1$s] Activate %2$s"
+msgstr "[%1$s] %2$s è stato attivato"
 
-#. translators: %1: number of seconds (30 by default)
-#: wp-includes/script-loader.php:354
-msgid "Skip back %1 seconds"
-msgstr "Vai indietro di %1 secondi"
+#. translators: New site notification email subject. 1: Network name, 2: New
+#. site URL
+#: wp-includes/ms-functions.php:850
+msgctxt "New site notification email subject"
+msgid "[%1$s] Activate %2$s"
+msgstr "[%1$s] %2$s è stato attivato"
 
-#: wp-includes/script-loader.php:352
-msgid "Time Slider"
-msgstr "Time Slider"
+#: wp-includes/widgets.php:1236 wp-includes/widgets.php:1345
+msgid "RSS Error:"
+msgstr "Errore RSS:"
 
-#: wp-includes/script-loader.php:349
-msgid "Pause"
-msgstr "In pausa"
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:471
+msgid "Cannot create a comment with that type."
+msgstr "Impossibile creare un commento con questo tipo."
 
-#: wp-includes/script-loader.php:348
-msgid "Play"
-msgstr "Play"
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:584
+msgid "Invalid slug."
+msgstr "Slug non valido. "
 
-#: wp-includes/taxonomy.php:2248 wp-includes/taxonomy.php:2849
-msgid "A name is required for this term."
-msgstr "È richiesto un nome per questo termine."
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:576
+#: wp-includes/rest-api.php:1053
+msgid "Invalid email address."
+msgstr "Indirizzo email non valido. "
 
-#: wp-includes/class-wp-tax-query.php:658
-msgid "Inexistent terms."
-msgstr "Termine inesistente."
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:486
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:680
+msgid "Invalid comment content."
+msgstr "Contenuto del commento non valido. "
 
-#. translators: %s: Importer name
-#: wp-includes/script-loader.php:680
-msgid "Run %s"
-msgstr "Avvia %s"
+#: wp-includes/rest-api/class-wp-rest-server.php:288
+msgid "Invalid JSONP callback function."
+msgstr "Funzione callback JSONP non valida. "
 
-#: wp-includes/script-loader.php:678
-msgid "Run Importer"
-msgstr "Avvia l'importazione"
+#: wp-includes/post.php:3411
+msgid "Invalid page template."
+msgstr "Template di pagina non valido. "
 
-#. translators: %s: Activation URL
-#: wp-includes/script-loader.php:660
-msgid "Importer installed successfully. <a href=\"%s\">Run importer</a>"
-msgstr "L'importatore è stato installato. <a href=\"%s\">Avvia l'importazione</a>"
+#: wp-includes/post.php:3131 wp-includes/rest-api.php:1043
+msgid "Invalid date."
+msgstr "Data non valida. "
 
-#: wp-includes/script-loader.php:677
-msgctxt "theme"
-msgid "Activate %s"
-msgstr "Attiva %s"
+#: wp-includes/theme.php:1388
+msgid "Video is playing."
+msgstr "Il video è in riproduzione"
 
-#. translators: %s: Theme name
-#: wp-includes/script-loader.php:677
-msgctxt "theme"
-msgid "Network Activate %s"
-msgstr "Attiva %s sul network"
+#: wp-includes/theme.php:1387
+msgid "Video is paused."
+msgstr "Il video è in pausa."
 
-#: wp-includes/script-loader.php:675
-msgctxt "plugin"
-msgid "Activate %s"
-msgstr "Attiva %s"
+#: wp-includes/theme.php:1946
+msgctxt "Theme starter content"
+msgid "Archives"
+msgstr "Archivi"
 
-#. translators: %s: Plugin name
-#: wp-includes/script-loader.php:675
-msgctxt "plugin"
-msgid "Network Activate %s"
-msgstr "Attiva %s sul network"
+#: wp-includes/theme.php:2068
+msgctxt "Theme starter content"
+msgid "This is an example of a homepage section. Homepage sections can be any page other than the homepage itself, including the page that shows your latest blog posts."
+msgstr "Questo è un esempio di una sezione della pagina Home. Le sezioni della pagina Home possono essere pagine qualsiasi diverse dalla pagina home stessa, compreso la pagina che mostra i tuoi ultimo articoli del blog.."
 
-#. translators: %s: Theme name and version
-#: wp-includes/script-loader.php:656
-msgctxt "theme"
-msgid "%s installation failed"
-msgstr "Installazione di %s non riuscita"
+#: wp-includes/theme.php:2062
+msgctxt "Theme starter content"
+msgid "News"
+msgstr "News"
 
-#. translators: %s: Plugin name and version
-#: wp-includes/script-loader.php:654
-msgctxt "plugin"
-msgid "%s installation failed"
-msgstr "Installazione di %s non riuscita"
+#: wp-includes/theme.php:2054
+msgctxt "Theme starter content"
+msgid "This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form."
+msgstr "Questa è una pagina con alcune informazioni di base per un contatto, quali un indirizzo ed un n numero di telefono. Puoi anche provare un plugin per aggiungere modulo di contatto."
 
-#. translators: %s: Theme name and version
-#: wp-includes/script-loader.php:652
-msgctxt "theme"
-msgid "%s installed!"
-msgstr "%s installato! "
+#: wp-includes/theme.php:2049
+msgctxt "Theme starter content"
+msgid "You might be an artist who would like to introduce yourself and your work here or maybe you&rsquo;re a business with a mission to describe."
+msgstr "Potresti essere un artista che vorrebbe presentare se stesso ed il suo lavoro oppure sei una azienda con una attività da descrivere."
 
-#. translators: %s: Plugin name and version
-#: wp-includes/script-loader.php:650
-msgctxt "plugin"
-msgid "%s installed!"
-msgstr "%s installato!"
+#: wp-includes/theme.php:1961
+msgctxt "Theme starter content"
+msgid "Recent Posts"
+msgstr "Articoli recenti"
 
-#. translators: %s: Theme name and version
-#: wp-includes/script-loader.php:648
-msgctxt "theme"
-msgid "Installing %s..."
-msgstr "Installazione in corso di %s..."
+#: wp-includes/theme.php:1958
+msgctxt "Theme starter content"
+msgid "Recent Comments"
+msgstr "Commenti recenti"
 
-#. translators: %s: Plugin name and version
-#: wp-includes/script-loader.php:646
-msgctxt "plugin"
-msgid "Installing %s..."
-msgstr "Installazione in corso di %s..."
+#: wp-includes/theme.php:2044
+msgctxt "Theme starter content"
+msgid "Welcome to your site! This is your homepage, which is what most visitors will see when they come to your site for the first time."
+msgstr "Benvenuto nel tuo sito! Questa è la tua pagina home, quella che la maggioranza dei visitatori vede quando arrivano per la prima volta sul tuo sito."
 
-#: wp-includes/class-wp-xmlrpc-server.php:4415
-msgid "Sorry, you are not allowed to access user data on this site."
-msgstr "Non hai i permessi per accedere ai dati degli  utenti su questo sito. "
+#: wp-includes/theme.php:1955
+msgctxt "Theme starter content"
+msgid "Meta"
+msgstr "Meta"
 
-#: wp-includes/script-loader.php:684
-msgid "Number of plugins found: %d"
-msgstr "Numero di plugin trovati: %d"
+#: wp-includes/theme.php:1949
+msgctxt "Theme starter content"
+msgid "Calendar"
+msgstr "Calendario"
 
-#: wp-includes/class-wp-xmlrpc-server.php:2706
-#: wp-includes/class-wp-xmlrpc-server.php:2908
-msgid "Sorry, you are not allowed to edit pages."
-msgstr "Non hai i permessi per modificare le pagine."
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:658
+msgid "Sorry, you are not allowed to change the comment type."
+msgstr "Non hai i permessi per cambiare il tipo di commento. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1034
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1044
+msgid "Sorry, you are not allowed to give users that role."
+msgstr "Non hai i permessi per attribuire agli utenti questo ruolo. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:184
+msgid "Sorry, you are not allowed to order users by this parameter."
+msgstr "Non hai i permessi per ordinare gli utenti in base e questo parametro."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:176
+msgid "Sorry, you are not allowed to filter users by role."
+msgstr "Non hai i permessi per filtrare gli utenti in base al ruolo"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:748
+msgid "Sorry, you are not allowed to delete this comment."
+msgstr "Non hai i permessi per eliminare la risorsa. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:126
+msgid "Sorry, you are not allowed to view revisions of this post."
+msgstr "Non hai i permessi per vedere le revisioni di questo articolo. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:437
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:441
+msgid "Sorry, you are not allowed to create a comment on this post."
+msgstr "Non hai i permessi per creare un commento per questo articolo."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:428
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:433
+msgid "Sorry, you are not allowed to create this comment without a post."
+msgstr "Non hai i permessi per per creare questo commento senza un articolo."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:120
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:331
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:445
+msgid "Sorry, you are not allowed to read the post for this comment."
+msgstr "Non hai i permessi per leggere l'articolo associato a questo commento."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:327
+msgid "Sorry, you are not allowed to read this comment."
+msgstr "Non hai i permessi per leggere questo commento."
+
+#. translators: %s: request parameter
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:404
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:413
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:422
+msgid "Sorry, you are not allowed to edit '%s' for comments."
+msgstr "Non hai i permessi per modificare '%s' nei commenti."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:353
+msgid "Sorry, you are not allowed to create new terms."
+msgstr "Non hai i permessi per creare un nuovo termine. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:122
+msgid "Sorry, you are not allowed to read comments without a post."
+msgstr "Non hai i permessi per leggere i commenti senza un articolo."
+
+#: wp-includes/theme.php:2036
+msgctxt "Theme starter content"
+msgid "YouTube"
+msgstr "YouTube"
+
+#: wp-includes/theme.php:2024
+msgctxt "Theme starter content"
+msgid "Pinterest"
+msgstr "Pinterest"
+
+#: wp-includes/theme.php:2008
+msgctxt "Theme starter content"
+msgid "Foursquare"
+msgstr "Foursquare"
+
+#: wp-includes/theme.php:2020
+msgctxt "Theme starter content"
+msgid "LinkedIn"
+msgstr "LinkedIn"
+
+#: wp-includes/theme.php:2012
+msgctxt "Theme starter content"
+msgid "GitHub"
+msgstr "GitHub"
+
+#: wp-includes/theme.php:1942
+msgctxt "Theme starter content"
+msgid "About This Site"
+msgstr "Informazioni sul sito"
+
+#: wp-includes/theme.php:1943
+msgctxt "Theme starter content"
+msgid "This may be a good place to introduce yourself and your site or include some credits."
+msgstr "Questo può essere un buon posto per presentare te stesso ed il tuo sito o per includere alcuni credits."
+
+#. translators: %s: custom field key
+#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:183
+#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:219
+#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:291
+msgid "Sorry, you are not allowed to edit the %s custom field."
+msgstr "Non hai i permessi per modificare il campo personalizzato %s."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:474
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:611
+msgid "Sorry, you are not allowed to assign the provided terms."
+msgstr "Non hai i permessi per per assegnare i termini forniti."
 
-#: wp-includes/class-wp-xmlrpc-server.php:2549
-#: wp-includes/class-wp-xmlrpc-server.php:2595
-msgid "Sorry, you are not allowed to edit your profile."
-msgstr "Non hai i permessi per modificare il tuo profilo."
+#: wp-includes/class-wp-xmlrpc-server.php:1273
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:466
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:607
+msgid "Sorry, you are not allowed to make posts sticky."
+msgstr "Non hai i permessi per rendere i post in evidenza."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:94
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:129
+msgid "Reassign the deleted user's posts and links to this user ID."
+msgstr "Assegna gli articoli e i link dell'utente eliminato all'utente con questo ID. "
+
+#: wp-includes/class-wp-customize-manager.php:3850
+msgid "This theme doesn't support video headers on this page. Navigate to the front page or another page that supports video headers."
+msgstr "Su questa pagina questo tema non supporta gli header con video. Naviga alla pagina principale o in un'altra pagina che supporti gli header con video."
+
+#: wp-includes/class-wp-customize-manager.php:3930
+#: wp-includes/class-wp-customize-manager.php:3933
+msgid "Select Video"
+msgstr "Seleziona un video"
+
+#: wp-includes/class-wp-customize-manager.php:3931
+msgid "Change Video"
+msgstr "Cambia il video"
+
+#: wp-includes/class-wp-customize-manager.php:3932
+msgid "No video selected"
+msgstr "Nessun video selezionato"
+
+#: wp-includes/class-wp-customize-manager.php:3934
+msgid "Choose Video"
+msgstr "Scegli un video"
+
+#: wp-includes/theme.php:2067
+msgctxt "Theme starter content"
+msgid "A homepage section"
+msgstr "Una sezione della homepage"
+
+#: wp-includes/theme.php:2058
+msgctxt "Theme starter content"
+msgid "Blog"
+msgstr "Blog"
+
+#: wp-includes/theme.php:2048
+msgctxt "Theme starter content"
+msgid "About"
+msgstr "Chi siamo"
+
+#: wp-includes/theme.php:1970 wp-includes/theme.php:2043
+msgctxt "Theme starter content"
+msgid "Home"
+msgstr "Homepage"
 
-#: wp-includes/class-wp-xmlrpc-server.php:2418
-msgid "Sorry, you are not allowed to edit this user."
-msgstr "Non hai i permessi per modificare questo utente."
+#: wp-includes/theme.php:2000
+msgctxt "Theme starter content"
+msgid "Email"
+msgstr "Email"
 
-#. translators: If comment number in your language requires declension,
-#. translate this to 'on'. Do not translate into your own language.
-#: wp-includes/comment-template.php:899
-msgctxt "Comment number declension: on or off"
-msgid "off"
-msgstr "off"
+#: wp-includes/theme.php:2016
+msgctxt "Theme starter content"
+msgid "Instagram"
+msgstr "Instagram"
+
+#: wp-includes/theme.php:2053
+msgctxt "Theme starter content"
+msgid "Contact"
+msgstr "Contatti"
+
+#: wp-includes/theme.php:2028
+msgctxt "Theme starter content"
+msgid "Twitter"
+msgstr "Twitter"
+
+#: wp-includes/theme.php:2004
+msgctxt "Theme starter content"
+msgid "Facebook"
+msgstr "Facebook"
+
+#: wp-includes/theme.php:2032
+msgctxt "Theme starter content"
+msgid "Yelp"
+msgstr "Yelp"
+
+#: wp-includes/theme.php:1938
+msgctxt "Theme starter content"
+msgid "Monday&mdash;Friday: 9:00AM&ndash;5:00PM"
+msgstr "lunedì&mdash;venerdì: 9:00&ndash;17:00"
+
+#: wp-includes/theme.php:1937
+msgctxt "Theme starter content"
+msgid "Hours"
+msgstr "Orari"
+
+#: wp-includes/theme.php:1936
+msgctxt "Theme starter content"
+msgid "New York, NY 10001"
+msgstr "20100 Milano (MI)"
+
+#: wp-includes/theme.php:1936
+msgctxt "Theme starter content"
+msgid "123 Main Street"
+msgstr "P.zza Duomo 123"
+
+#: wp-includes/theme.php:1938
+msgctxt "Theme starter content"
+msgid "Saturday &amp; Sunday: 11:00AM&ndash;3:00PM"
+msgstr "sabato e domenica: 11:00&ndash;15:00"
+
+#: wp-includes/theme.php:1952
+msgctxt "Theme starter content"
+msgid "Categories"
+msgstr "Categorie"
 
-#: wp-includes/class-wp-theme.php:789
-msgid "Seasonal"
-msgstr "Stagionale"
+#: wp-includes/theme.php:1964
+msgctxt "Theme starter content"
+msgid "Search"
+msgstr "Ricerca"
 
-#: wp-includes/class-wp-theme.php:789
-msgid "Photoblogging"
-msgstr "Photoblogging"
+#: wp-includes/theme.php:1935
+msgctxt "Theme starter content"
+msgid "Address"
+msgstr "Indirizzo"
 
-#: wp-includes/class-wp-theme.php:788
-msgid "Responsive Layout"
-msgstr "Layout adattabile (responsive)"
+#: wp-includes/theme.php:1933
+msgctxt "Theme starter content"
+msgid "Find Us"
+msgstr "Come trovarci"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1100
+msgid "Passwords cannot contain the \"\\\" character."
+msgstr "Le password non possono contenere il carattere \"\\\"."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1096
+msgid "Passwords cannot be empty."
+msgstr "Le password non possono essere vuote."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1067
+msgid "Username contains invalid characters."
+msgstr "Il nome utente contiene caratteri non validi."
 
-#: wp-includes/class-wp-theme.php:787
-msgid "Fluid Layout"
-msgstr "Layout fluido"
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:161
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:455
+msgid "Invalid user parameter(s)."
+msgstr "Parametro/i utente non valido/i."
 
-#: wp-includes/class-wp-theme.php:787
-msgid "Fixed Layout"
-msgstr "Layout fisso"
+#: wp-includes/script-loader.php:471
+msgctxt "label for hide controls button without length constraints"
+msgid "Hide Controls"
+msgstr "Nascondere i controlli"
 
-#: wp-includes/class-wp-theme.php:786
-msgid "Dark"
-msgstr "Scuro"
+#: wp-includes/script-loader.php:472
+msgctxt "label for hide controls button without length constraints"
+msgid "Show Controls"
+msgstr "Mostrare i controlli"
 
-#: wp-includes/class-wp-theme.php:785
-msgid "Tan"
-msgstr "Marrone chiaro"
+#: wp-includes/media-template.php:329
+msgid "Document Preview"
+msgstr "Anteprima documento"
 
-#. translators: %s: Error string for a failed installation
-#: wp-includes/script-loader.php:644
-msgid "Installation failed: %s"
-msgstr "Installazione fallita: %s"
+#: wp-includes/class-wp-customize-manager.php:3845
+msgid "Header Media"
+msgstr "Media dell'header"
 
-#: wp-includes/class-wp-xmlrpc-server.php:2665
-#: wp-includes/class-wp-xmlrpc-server.php:2862
-msgid "Sorry, you are not allowed to edit this page."
-msgstr "Non hai i permessi per modificare questa pagina."
+#. translators: %s: add new page label
+#: wp-includes/class-wp-customize-control.php:593
+msgid "+ %s"
+msgstr "+ %s"
 
-#: wp-includes/class-wp-xmlrpc-server.php:2800
-msgid "Sorry, you are not allowed to delete this page."
-msgstr "Non hai i permessi per eliminare questa pagina."
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:289
+msgid "REST base route for the taxonomy."
+msgstr "Rotta base REST per la tassonomia."
 
-#: wp-includes/class-wp-xmlrpc-server.php:1640
-#: wp-includes/class-wp-xmlrpc-server.php:4758
-msgid "Sorry, you are not allowed to delete this post."
-msgstr "Non hai i permessi per eliminare questo articolo."
+#: wp-includes/l10n.php:1198
+msgctxt "default site language"
+msgid "Site Default"
+msgstr "Lingua predefinita del sito"
 
-#. translators: %s: site title
-#: wp-login.php:233
-msgctxt "site"
-msgid "&larr; Back to %s"
-msgstr "&larr; Torna a %s"
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:426
+msgid "HTML description for the object, transformed for display."
+msgstr "Descrizione HTML per l'oggetto, trasformata per la visualizzazione."
 
-#: wp-includes/wp-db.php:1797 wp-includes/wp-db.php:1803
-msgid "Unable to retrieve the error message from MySQL"
-msgstr "Impossibile ottenere il messaggio di errore da MySQL"
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:421
+msgid "Description for the object, as it exists in the database."
+msgstr "Descrizione dell'oggetto, così come presente nel database."
 
-#: wp-includes/customize/class-wp-customize-nav-menu-location-control.php:80
-#: wp-includes/widgets/class-wp-nav-menu-widget.php:153
-msgid "Edit Menu"
-msgstr "Modifica il menu"
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:404
+msgid "HTML caption for the attachment, transformed for display."
+msgstr "Didascalia HTML per l'allegato, trasformata per la visualizzazione."
 
-#: wp-includes/script-loader.php:952
-msgid "Today"
-msgstr "Oggi"
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:399
+msgid "Caption for the attachment, as it exists in the database."
+msgstr "Didascalia per l'allegato, così come presente nel database."
 
-#: wp-includes/script-loader.php:681
-msgid "An unknown error occurred"
-msgstr "Si è verificato un errore sconosciuto"
+#: wp-includes/class-wp-customize-manager.php:4126
+msgid "CSS allows you to customize the appearance and layout of your site with code. Separate CSS is saved for each of your themes. In the editing area the Tab key enters a tab character. To move below this area by pressing Tab, press the Esc key followed by the Tab key."
+msgstr "Tramite codice CSS puoi personalizzare l'aspetto e il layout del tuo sito. Per ognuno dei tuoi temi viene salvato un CSS separato. Nell'area di modifica, il tasto Tab scriverà un carattere di tabulazione. Per spostarti al di sotto di quest'area premendo Tab, premi il tasto Esc seguito dal tasto Tab."
 
-#: wp-includes/script-loader.php:672
-msgid "Network Activate"
-msgstr "Attiva sul network"
+#: wp-includes/class-wp-customize-manager.php:4315
+msgid "Please enter a valid YouTube URL."
+msgstr "Inserisci un URL valido di YouTube"
 
-#: wp-includes/script-loader.php:670
-msgid "Deleted!"
-msgstr "Eliminato!"
+#: wp-includes/script-loader.php:83
+msgid "Expand Main menu"
+msgstr "Espandi il menu principale"
 
-#. translators: %s: Error string for a failed deletion
-#: wp-includes/script-loader.php:669
-msgid "Deletion failed: %s"
-msgstr "Eliminazione fallita: %s"
+#: wp-includes/script-loader.php:82
+msgid "Collapse Main menu"
+msgstr "Collassa il menu principale"
 
-#: wp-includes/script-loader.php:667
-msgid "Deleting..."
-msgstr "Eliminazione in corso..."
+#: wp-includes/class-wp-customize-manager.php:3942
+msgid "Or, enter a YouTube URL:"
+msgstr "Oppure inserisci un URL di YouTube:"
 
-#: wp-includes/script-loader.php:666
-msgid "Caution: These themes may be active on other sites in the network. Are you sure you want to proceed?"
-msgstr "Attenzione: questi temi potrebbero essere attivi su altri siti del network. Desideri procedere?"
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:570
+msgid "Terms do not support trashing. Set force=true to delete."
+msgstr "Impossibile spostare nel cestino i termini. Imposta force=true per eliminarli."
 
-#: wp-includes/script-loader.php:665
-msgid "Are you sure you want to delete the selected plugins and their data?"
-msgstr "Desideri eliminare i plugin selezionati ed i loro dati?"
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:715
+msgid "Users do not support trashing. Set force=true to delete."
+msgstr "Impossibile spostare nel cestino gli utenti. Imposta force=true per eliminarli."
 
-#. translators: %s: Plugin name
-#: wp-includes/script-loader.php:664
-msgid "Are you sure you want to delete %s and its data?"
-msgstr "Desideri eliminare %s e i suoi dati?"
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:782
+msgid "The post does not support trashing. Set force=true to delete."
+msgstr "Impossibile spostare nel cestino l'articolo. Imposta force=true per eliminarlo."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:794
+msgid "The comment does not support trashing. Set force=true to delete."
+msgstr "Impossibile spostare nel cestino il commento. Imposta force=true per eliminarlo."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:232
+msgid "Revisions do not support trashing. Set force=true to delete."
+msgstr "Impossibile spostare nel cestino le revisioni. Imposta force=true per eliminarle."
+
+#: wp-includes/rest-api/class-wp-rest-request.php:697
+msgid "Invalid JSON body passed."
+msgstr "&Egrave; stato passato un JSON con il body non valido."
 
-#. translators: %s: Theme name
-#: wp-includes/script-loader.php:662
-msgid "Are you sure you want to delete %s?"
-msgstr "Desideri eliminare %s?"
+#. translators: %s: taxonomy name
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2130
+msgid "Limit result set to all items except those that have the specified term assigned in the %s taxonomy."
+msgstr "Limita l'insieme dei risultati a tutti gli elementi eccetto quelli che hanno il termine specificato assegnato nella tassonomia %s."
 
-#: wp-includes/script-loader.php:642
-msgid "Install Failed!"
-msgstr "Installazione fallita!"
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:531
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:688
+msgid "Comment field exceeds maximum length allowed."
+msgstr "Il campo del commento supera la lunghezza massima consentita."
 
-#: wp-includes/script-loader.php:618
-msgid "Update Now"
-msgstr "Aggiorna ora"
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2104
+msgid "Limit result set to posts assigned one or more statuses."
+msgstr "Limita l'insieme dei risultati agli articoli con uno o più stati assegnati."
 
-#: wp-includes/script-loader.php:614
-msgid "Please select at least one item to perform this action on."
-msgstr "Seleziona almeno un elemento per effettuare l'azione."
+#: wp-includes/customize/class-wp-customize-nav-menu-control.php:67
+msgid "Display Location"
+msgstr "Posizione di visualizzazione"
 
-#: wp-includes/script-loader.php:613
-msgid "You do not appear to have any plugins available at this time."
-msgstr "In questo momento non hai plugin disponibili."
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:243
+msgid "Taxonomies associated with post type."
+msgstr "Tassonomie associate con questo tipo di contenuto (post type)."
 
-#. translators: %s: Search string
-#: wp-includes/script-loader.php:611
-msgid "Search results for &#8220;%s&#8221;"
-msgstr "Risultati della ricerca per &#8220;%s&#8221;"
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2094
+msgid "Limit result set to posts with one or more specific slugs."
+msgstr "Limita l'insieme dei risultati agli articoli con uno o più slug specifici."
 
-#: wp-includes/script-loader.php:510
-msgid ""
-"Are you sure you want to do this?\n"
-"The comment changes you made will be lost."
-msgstr ""
-"Desideri farlo?\n"
-"Perderai le modifiche fatte al commento."
+#: wp-includes/class-wp-xmlrpc-server.php:3557
+msgid "Comment is required."
+msgstr "Il commento è obbligatorio."
 
-#: wp-includes/script-loader.php:403
-msgid "Confirm use of weak password."
-msgstr "Conferma l'uso della password debole."
+#: wp-includes/class-wp-customize-nav-menus.php:793
+msgid "Empty title"
+msgstr "Titolo vuoto"
 
-#: wp-includes/script-loader.php:392
-msgctxt "password strength"
-msgid "Password strength unknown"
-msgstr "Efficacia della password sconosciuta"
+#: wp-includes/class-wp-customize-nav-menus.php:796
+msgid "Status is forbidden"
+msgstr "Stato vietato"
 
-#: wp-includes/rest-api/class-wp-rest-server.php:882
-#: wp-includes/script-loader.php:127 wp-includes/script-loader.php:499
-msgid "Sorry, you are not allowed to do that."
-msgstr "Non hai i permessi per farlo."
+#: wp-trackback.php:125
+msgid "We already have a ping from that URL for this post."
+msgstr "Questo articolo ha già ricevuto un ping da questo URL"
 
-#: wp-includes/revision.php:549
-msgid "Sorry, you are not allowed to preview drafts."
-msgstr "Non hai i permessi per visualizzare le bozze in anteprima."
+#: wp-trackback.php:111
+msgid "Sorry, trackbacks are closed for this item."
+msgstr "I trackback per questo elemento sono disabilitati"
 
-#. translators: %s: site title
-#: wp-includes/pluggable.php:1685
-msgid "[%s] Password Changed"
-msgstr "[%s] Password cambiata"
+#: wp-trackback.php:85
+msgid "I really need an ID for this to work."
+msgstr "Ho davvero bisogno di un ID per farlo funzionare"
 
-#. translators: %s: user name
-#: wp-includes/pluggable.php:1680
-msgid "Password changed for user: %s"
-msgstr "Password cambiata per l'utente: %s"
+#: wp-includes/script-loader.php:549
+msgid "Term removed."
+msgstr "Termine rimosso."
 
-#: wp-includes/media-template.php:1235
-msgid "Image crop area preview. Requires mouse interaction."
-msgstr "Anteprima dell'area di ritaglio. Interagisci con il mouse."
+#: wp-includes/script-loader.php:548
+msgid "Term added."
+msgstr "Termine aggiunto."
 
-#: wp-includes/formatting.php:4229
-msgid "https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure"
-msgstr "https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure"
+#: wp-includes/script-loader.php:547
+msgid "Term selected."
+msgstr "Termine selezionato."
 
-#. translators: %s: Codex URL
-#: wp-includes/formatting.php:4228
-msgid "A structure tag is required when using custom permalinks. <a href=\"%s\">Learn more</a>"
-msgstr "Quando usi permalink personalizzati devi avere una struttura di tag. <a href=\"%s\">Per saperne di più</a>"
+#: wp-includes/script-loader.php:546
+msgid "Remove term:"
+msgstr "Rimuovi il termine:"
+
+#. translators: 1: parameter, 2: minimum number, 3: maximum number
+#: wp-includes/rest-api.php:1101
+msgid "%1$s must be between %2$d (inclusive) and %3$d (inclusive)"
+msgstr "%1$s deve essere tra %2$d (incluso) e %3$d (incluso)"
+
+#. translators: 1: parameter, 2: minimum number, 3: maximum number
+#: wp-includes/rest-api.php:1096
+msgid "%1$s must be between %2$d (exclusive) and %3$d (inclusive)"
+msgstr "%1$s deve essere tra %2$d (escluso) e %3$d (incluso)"
+
+#. translators: 1: parameter, 2: minimum number, 3: maximum number
+#: wp-includes/rest-api.php:1091
+msgid "%1$s must be between %2$d (inclusive) and %3$d (exclusive)"
+msgstr "%1$s deve essere tra %2$d (incluso) e %3$d (escluso)"
+
+#. translators: 1: parameter, 2: minimum number, 3: maximum number
+#: wp-includes/rest-api.php:1086
+msgid "%1$s must be between %2$d (exclusive) and %3$d (exclusive)"
+msgstr "%1$s deve essere tra %2$d (escluso) e %3$d (escluso)"
+
+#. translators: 1: parameter, 2: maximum number
+#: wp-includes/rest-api.php:1080
+msgid "%1$s must be less than %2$d (inclusive)"
+msgstr "%1$s deve essere meno di %2$d (incluso)"
+
+#. translators: 1: parameter, 2: maximum number
+#: wp-includes/rest-api.php:1077
+msgid "%1$s must be less than %2$d (exclusive)"
+msgstr "%1$s deve essere meno di %2$d (escluso)"
+
+#. translators: 1: parameter, 2: minimum number
+#: wp-includes/rest-api.php:1072
+msgid "%1$s must be greater than %2$d (inclusive)"
+msgstr "%1$s deve essere maggiore di %2$d (incluso)"
+
+#. translators: 1: parameter, 2: minimum number
+#: wp-includes/rest-api.php:1069
+msgid "%1$s must be greater than %2$d (exclusive)"
+msgstr "%1$s deve essere maggiore di %2$d (escluso)"
+
+#. translators: %s: IP address
+#: wp-includes/rest-api.php:1059
+msgid "%s is not a valid IP address."
+msgstr "%s non è un indirizzo IP valido."
+
+#: wp-includes/script-loader.php:239
+msgid "Item selected."
+msgstr "Elemento selezionato."
+
+#. translators: 1: parameter, 2: type name
+#: wp-includes/rest-api.php:1003 wp-includes/rest-api.php:1021
+#: wp-includes/rest-api.php:1026 wp-includes/rest-api.php:1031
+#: wp-includes/rest-api.php:1036
+msgid "%1$s is not of type %2$s."
+msgstr "%1$s non è del tipo %2$s."
+
+#. translators: 1: parameter, 2: list of valid values
+#: wp-includes/rest-api.php:1015
+msgid "%1$s is not one of %2$s."
+msgstr "%1$s non è uno dei %2$s."
+
+#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:390
+msgid "Meta fields."
+msgstr "Campi dei meta."
+
+#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:254
+#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:264
+#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:311
+msgid "Could not update meta value in database."
+msgstr "Impossibile aggiornare il valore del meta nel database."
+
+#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:191
+msgid "Could not delete meta value from database."
+msgstr "Impossibile eliminare il valore del meta dal database."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1237
+msgid "Any extra capabilities assigned to the user."
+msgstr "Qualsiasi capacità extra assegnata all'utente."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1338
+msgid "Limit result set to users matching at least one specific role provided. Accepts csv list or single role."
+msgstr "Limita la serie di risultati agli utenti che corrispondono ad almeno uno dei ruoli indicati. Può accettare un elenco csv o un singolo ruolo."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1231
+msgid "All capabilities assigned to the user."
+msgstr "Tutte le capacità assegnate all'utente."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1222
+msgid "Password for the user (never included)."
+msgstr "Password per l'utente (mai inclusa)."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1207
+msgid "Registration date for the user."
+msgstr "Data di registrazione per l'utente.."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1160
+msgid "The email address for the user."
+msgstr "L'indirizzo email per l'utente."
+
+#. translators: %s: role key
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1020
+msgid "The role %s does not exist."
+msgstr "Il ruolo %s non esiste."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:580
+msgid "Username isn't editable."
+msgstr "Il nome utente non si può modificare."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:726
+msgid "Invalid user ID for reassignment."
+msgstr "ID dell'utente non valido per la riassegnazione."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:688
+msgid "Sorry, you are not allowed to delete this user."
+msgstr "Non hai i permessi per eliminare questo utente."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:396
+msgid "You are not currently logged in."
+msgstr "Al momento non sei connesso."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:436
+msgid "Cannot create existing user."
+msgstr "Impossibile creare un utente già esistente."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:552
+msgid "Sorry, you are not allowed to edit roles of this user."
+msgstr "Non hai i permessi per modificare i ruoli di questo utente."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:924
+msgid "Sort collection by term attribute."
+msgstr "Ordina la raccolta per l'per attributo del termine"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:939
+msgid "Whether to hide terms not assigned to any posts."
+msgstr "Se vuoi nascondere i termini non assegnati agli articoli. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:850
+msgid "Type attribution for the term."
+msgstr "Attribuzione del tipo per il termine."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:842
+msgid "An alphanumeric identifier for the term unique to its type."
+msgstr "Un identificatore alfanumerico per il termine, unico nella sua tipologia."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:958
+msgid "Limit result set to terms with a specific slug."
+msgstr "Limita la serie di risultati ai termini con uno slug specifico."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:952
+msgid "Limit result set to terms assigned to a specific post."
+msgstr "Limita la serie di risultati ai termini assegnati ad uno specifico articolo."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:946
+msgid "Limit result set to terms assigned to a specific parent."
+msgstr "Limita la serie di risultati ai termini assegnati ad uno specifico genitore."
 
-#: wp-includes/class-wp-xmlrpc-server.php:3926
-#: wp-includes/class-wp-xmlrpc-server.php:3974
-#: wp-includes/class-wp-xmlrpc-server.php:5796
-msgid "Sorry, you are not allowed to upload files."
-msgstr "Non hai i permessi per caricare i file."
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:821
+msgid "HTML description of the term."
+msgstr "Descrizione HTML del termine."
 
-#: wp-includes/class-wp-xmlrpc-server.php:3059
-msgid "Sorry, you are not allowed to add a category."
-msgstr "Non hai i permessi per aggiungere una categoria."
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1121
+msgid "Unique identifier for the user."
+msgstr "Identificatore univoco per l'utente."
 
-#: wp-includes/class-wp-xmlrpc-server.php:2476
-msgid "Sorry, you are not allowed to browse users."
-msgstr "Non hai i permessi per sfogliare gli utenti."
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:815
+msgid "Number of published posts for the term."
+msgstr "Numero di articoli pubblicati per il termine."
 
-#. translators: URL to the widgets panel of the customizer
-#: wp-includes/class-wp-customize-nav-menus.php:523
-msgid "You can also place menus in <a href=\"%s\">widget areas</a> with the &#8220;Custom Menu&#8221; widget."
-msgstr "Puoi inserire i menu nelle <a href=\"%s\">aree widget</a> con il widget &#8220;Menu personalizzato&#8221;."
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:187
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:212
+msgid "Invalid revision ID."
+msgstr "L'ID della revisione non è valido."
 
-#: wp-includes/class-wp-customize-manager.php:1103
-msgid "There is %s invalid setting."
-msgid_plural "There are %s invalid settings."
-msgstr[0] "C'è %s impostazione non valida."
-msgstr[1] "Ci sono %s impostazioni non valide."
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:274
+msgid "Whether or not the term cloud should be displayed."
+msgstr "Se dovrà essere visualizzata o meno la nuvola di termini."
 
-#: wp-includes/class-wp-customize-manager.php:1024
-#: wp-includes/class-wp-customize-setting.php:547
-msgid "Invalid value."
-msgstr "Valore non valido."
+#: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:203
+msgid "The %s property has an invalid stored value, and cannot be updated to null."
+msgstr "La proprietà %s è stata salvata con un valore non valido, e non può essere aggiornata a null."
 
-#: wp-includes/class-wp-customize-manager.php:390
-#: wp-includes/script-loader.php:459
-msgid "Sorry, you are not allowed to customize this site."
-msgstr "Non hai i permessi per personalizzare questo sito."
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2196
+msgid "Status is forbidden."
+msgstr "Stato non consentito."
 
-#. translators: 1: <script>, 2: wp_add_inline_script()
-#. translators: 1: <style>, 2: wp_add_inline_style()
-#: wp-includes/functions.wp-scripts.php:112
-#: wp-includes/functions.wp-styles.php:89
-msgid "Do not pass %1$s tags to %2$s."
-msgstr "Non passare i %1$s tag a %2$s."
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:90
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:125
+msgid "Required to be true, as users do not support trashing."
+msgstr "È necessario che sia impostato su vero, se la risorsa non supporta l'eliminazione."
 
-#: wp-includes/class-wp-editor.php:1051
-msgid "Link options"
-msgstr "Opzioni link"
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2141
+msgid "Limit result set to items that are sticky."
+msgstr "Limita la serie di risultati agli elementi in evidenza."
 
-#: wp-includes/script-loader.php:425
-msgid "Link inserted."
-msgstr "Link inserito."
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:311
+msgid "Limit results to taxonomies associated with a specific post type."
+msgstr "Limita i risultati alle tassonomie associate ad uno specifico tipo di contenuto (post type)."
 
-#: wp-includes/script-loader.php:424
-msgid "Link selected."
-msgstr "Link selezionato."
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2002
+msgid "Ensure result set excludes posts assigned to specific authors."
+msgstr "Esclude gli articoli assegnati ad autori specifici dal set dei risultati"
 
-#. translators: %s: ImageMagick method name
-#: wp-includes/class-wp-image-editor-imagick.php:690
-#: wp-includes/class-wp-image-editor-imagick.php:695
-msgid "%s is required to strip image meta."
-msgstr "È richiesto %s per poter eliminare i meta dell'immagine."
+#. translators: %s: taxonomy name
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1961
+msgid "The terms assigned to the object in the %s taxonomy."
+msgstr "I termini assegnati all'oggetto nella tassonomia %s"
 
-#: wp-includes/script-loader.php:602
-msgid "Plugin details"
-msgstr "Dettagli del plugin"
+#. translators: %s: taxonomy name
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2120
+msgid "Limit result set to all items that have the specified term assigned in the %s taxonomy."
+msgstr "Limita il set di risultati a tutti gli elementi che hanno il termine specifico assegnato nella tassonomia %s."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2076
+msgid "Limit result set to those of particular parent IDs."
+msgstr "Limita la serie dei risultati ai parent id forniti"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1994
+msgid "Limit result set to posts assigned to specific authors."
+msgstr "Limita la serie dei risultati agli articoli assegnati ad autori specifici"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1347
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2043
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:908
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1306
+msgid "Offset the result set by a specific number of items."
+msgstr "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2084
+msgid "Limit result set to all items except those of a particular parent ID."
+msgstr ""
+"Esclude l'id genitore dalla serie dei risultati\n"
+"\n"
+"Limita il risultato a tutti gli elementi eccetto quelli di un particolare ID genitore."
 
-#: wp-includes/media.php:3398
-msgid "No media files found."
-msgstr "Nessun file multimediale trovato."
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2037
+msgid "Limit result set to posts with a specific menu_order value."
+msgstr "Limita la serie dei risultati agli articoli con uno specifico valore di ordinamento nel menù."
 
-#. translators: 1: post title, 2: site name
-#: wp-includes/embed.php:457
-msgid "&#8220;%1$s&#8221; &#8212; %2$s"
-msgstr "&#8220;%1$s&#8221; &#8212; %2$s"
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1333
+msgid "Limit result set to users with a specific slug."
+msgstr "Limita la serie di risultati agli utenti con uno specifico slug ."
 
-#. translators: %d: Number of results found when using jQuery UI Autocomplete
-#: wp-includes/script-loader.php:233
-msgid "%d results found. Use up and down arrow keys to navigate."
-msgstr "Trovati %d risultati. Usa i tasti freccia su e giù per esplorarli. "
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1950
+msgid "The theme file to use to display the object."
+msgstr "Il file del tema da utilizzare per visualizzare l'oggetto"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1732
+msgid "A password to protect access to the content and excerpt."
+msgstr "Una password per proteggere l'accesso al contenuto e al riassunto"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1943
+msgid "Whether or not the object should be treated as sticky."
+msgstr "Se l'oggetto sia da trattare come in evidenza o meno"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1927
+msgid "The format for the object."
+msgstr "Il formato dell'oggetto"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1918
+msgid "The order of the object in relation to other object of its type."
+msgstr "L'ordine dell'oggetto in relazione agli altri oggetti dello stesso tipo"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1909
+msgid "Whether or not the object can be pinged."
+msgstr "Se l'oggetto sia pingabile o meno"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1903
+msgid "Whether or not comments are open on the object."
+msgstr "Se i commenti siano aperti o meno per l'oggetto"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1878
+msgid "HTML excerpt for the object, transformed for display."
+msgstr "Riassunto HTML per l'oggetto, trasformato per essere visualizzato."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1884
+msgid "Whether the excerpt is protected with a password."
+msgstr "Indica se il riassunto sia protetto da password."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1895
+msgid "The ID of the featured media for the object."
+msgstr "L'id del media in evidenza per l'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1857
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:402
+msgid "The ID for the author of the object."
+msgstr "L'ID dell'autore dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1865
+msgid "The excerpt for the object."
+msgstr "Il riassunto dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1873
+msgid "Excerpt for the object, as it exists in the database."
+msgstr "Il riassunto dell'oggetto, come riportato nel database."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1811
+msgid "Title for the object, as it exists in the database."
+msgstr "Il titolo dell'oggetto, come riportato nel database."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1803
+msgid "The title for the object."
+msgstr "Il titolo dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1816
+msgid "HTML title for the object, transformed for display."
+msgstr "Titolo HTML per l'oggetto, trasformato per la visualizzazione."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1726
+msgid "Type of Post for the object."
+msgstr "Tipo di post per l'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1712
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:446
+msgid "An alphanumeric identifier for the object unique to its type."
+msgstr "Un identificatore alfanumerico per l'oggetto unico di questo tipo."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1846
+msgid "Whether the content is protected with a password."
+msgstr "Se il contenuto è protetto da password oppure no."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1720
+msgid "A named status for the object."
+msgstr "Un stato noto per l'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1671
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:419
+msgid "GUID for the object, as it exists in the database."
+msgstr "GUID dell'oggetto, come presente nel database."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1677
+msgid "GUID for the object, transformed for display."
+msgstr "GUID dell'oggetto, adatto alla visualizzazione."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1698
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:429
+msgid "The date the object was last modified, in the site's timezone."
+msgstr "La data di ultima modifica dell'oggetto, nel fuso orario del sito."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1665
+msgid "The globally unique identifier for the object."
+msgstr "L'identificatore univoco globale (GUID) dell'oggetto"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1211
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1659
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:413
+msgid "The date the object was published, as GMT."
+msgstr "La data di pubblicazione dell'oggetto, nel fuso orario GMT"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1205
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1653
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:407
+msgid "The date the object was published, in the site's timezone."
+msgstr "La data di pubblicazione dell'oggetto, nel fuso orario del sito"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1021
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:144
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:182
+msgid "Invalid post parent ID."
+msgstr "ID dell'articolo genitore non valido"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1010
+msgid "A password protected post can not be set to sticky."
+msgstr "Un articolo protetto da password non può essere posto in evidenza"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1003
+msgid "A sticky post can not be password protected."
+msgstr "Un articolo in evidenza non può essere protetto da password."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1705
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:435
+msgid "The date the object was last modified, as GMT."
+msgstr "La data in cui l'oggetto è stato modificato per l'ultima volta, in GMT."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1112
+msgid "Invalid featured media ID."
+msgstr "Id media in evidenza non valida."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:787
+msgid "The post has already been deleted."
+msgstr "L'articolo è già stato eliminato."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:491
+msgid "Cannot create existing post."
+msgstr "Non è possibile creare un articolo già esistente."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:999
+msgid "A post can not be sticky and have a password."
+msgstr "Un articolo non può essere in evidenza e avere una password."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:128
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:321
+msgid "Sorry, you are not allowed to edit comments."
+msgstr "Non hai i permessi per modificare i commenti."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:419
+msgid "Sorry, you are not allowed to create new users."
+msgstr "Non hai i permessi per creare nuovi utenti."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:372
+msgid "Incorrect post password."
+msgstr "Password dell'articolo non corretta."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:152
+msgid "You need to define a search term to order by relevance."
+msgstr "Devi definire un terminre di ricerca per ordinare per rilevanza."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:73
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:95
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1420
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:86
+msgid "The password for the post if it is password protected."
+msgstr "La password dell'articolo se è protetto da password."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:238
+msgid "All capabilities used by the taxonomy."
+msgstr "Tutte le capacità utilizzate dalla tassonomia."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1199
+msgid "An alphanumeric identifier for the user."
+msgstr "Un identificatore alfanumerico per l'utente."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:244
+msgid "A human-readable description of the taxonomy."
+msgstr "Una descrizione leggibile per la descrizione della tassonomia."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:256
+msgid "Human-readable labels for the taxonomy for various contexts."
+msgstr "Etichette leggibili per la tassonomia in vari contesti."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:250
+msgid "Whether or not the taxonomy should have children."
+msgstr "Se questa tassonomia debba avere figli oppure no."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:275
+msgid "Whether posts with this status should be publicly-queryable."
+msgstr "Se gli articoli con questo status debbano essere richiedibili pubblicamente oppure no."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:269
+msgid "Whether posts of this status should be shown in the front end of the site."
+msgstr "Se gli articoli con questo status debbano essere mostrati nel front end del sito oppure no."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:263
+msgid "Whether posts with this status should be protected."
+msgstr "Se gli articoli con questo status debbano essere protetti oppure no."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:281
+msgid "Whether to include posts in the edit listing for their post type."
+msgstr "Se includere gli articoli nell'elenco dei modificabili del corrispondente tipo di contenuto (post type)."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:355
+msgid "Scope under which the request is made; determines fields present in response."
+msgstr "Scopo della richiesta; determina i campi che saranno presenti nella risposta."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:317
+msgid "Current page of the collection."
+msgstr "Pagina corrente dell'elenco."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:55
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:68
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:81
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:94
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:107
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:120
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:133
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:146
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:159
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:172
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:185
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:199
+msgid "Method '%s' not implemented. Must be overridden in subclass."
+msgstr "Il metodo '%s' non è implementato. Deve essere sovrascritto in una sottoclasse."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:334
+msgid "Limit results to those matching a string."
+msgstr "Limita la serie di risultati a quelli contententi una stringa."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:325
+msgid "Maximum number of items to be returned in result set."
+msgstr "Numero massimo dei risultati da restituire nella serie dei risultati."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:257
+msgid "Whether posts with this status should be private."
+msgstr "Se gli articoli con questo status debbano essere privati oppure no."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1362
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2055
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1319
+msgid "Sort collection by object attribute."
+msgstr "Ordina la collezione in base ad un attributo dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:42
+msgid "The register_routes() method must be overridden"
+msgstr "Il metodo register_routes() deve essere sovrascritto"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1413
+msgid "Limit result set to comments assigned a specific type. Requires authorization."
+msgstr "Limita l'insieme dei risultati a commenti assegnati ad un tipo specifico. Richiede autorizzazione."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1352
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2048
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:914
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1312
+msgid "Order sort attribute ascending or descending."
+msgstr "Attributo per l'ordinamento ascendente o discendente."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1405
+msgid "Limit result set to comments assigned a specific status. Requires authorization."
+msgstr "Limita l'insieme dei risultati ai commenti con uno specifico stato assegnato. Richiede una autorizzazione."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1378
+msgid "Limit result set to comments of specific parent IDs."
+msgstr "Limita l'insieme dei risultati alle risorse appartenenti a specifici ID genitore."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1396
+msgid "Limit result set to comments assigned to specific post IDs."
+msgstr "Limita l'insieme dei risultati ai commenti assegnati a specifici ID di articoli."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1387
+msgid "Ensure result set excludes specific parent IDs."
+msgstr "Esclude dall'insieme dei risultati gli elementi con l'ID genitore specificato."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1267
+msgid "Avatar URLs for the object author."
+msgstr "URL dell'avatar dell'autore dell'oggetto."
+
+#. translators: %d: avatar image size in pixels
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1259
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1253
+msgid "Avatar URL with image size of %d pixels."
+msgstr "URL dell'avatar con immagine di grandezza %d pixel."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1244
+msgid "Type of Comment for the object."
+msgstr "Tipo di commento per l'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1987
+msgid "Limit response to posts published after a given ISO8601 compliant date."
+msgstr "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601. "
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2012
+msgid "Limit response to posts published before a given ISO8601 compliant date."
+msgstr "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1317
+msgid "Limit result set to that from a specific author email. Requires authorization."
+msgstr "Limita l'insieme dei risultati a quelli provenienti da uno specifico indirizzo email di un autore. Richiede una autorizzazione."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1308
+msgid "Ensure result set excludes comments assigned to specific user IDs. Requires authorization."
+msgstr "Esclude dall'insieme dei risultati i commenti provenienti da specifici id di autori. Richiede una autorizzazione."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1300
+msgid "Limit result set to comments assigned to specific user IDs. Requires authorization."
+msgstr "Limita l'insieme dei risultati ai commenti assegnati a specifici id utenti. Richiede una autorizzazione."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1338
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2027
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:898
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1297
+msgid "Limit result set to specific IDs."
+msgstr "Limita l'insieme dei risultati a specifici ID."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1329
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2018
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:889
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1288
+msgid "Ensure result set excludes specific IDs."
+msgstr "Esclude specifici ID dall'insieme dei risultati."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1236
+msgid "State of the object."
+msgstr "Stato dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1217
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1691
+msgid "URL to the object."
+msgstr "L'URL dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1192
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1835
+msgid "Content for the object, as it exists in the database."
+msgstr "Il contenuto dell'oggetto, come riportato nel database."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1184
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1827
+msgid "The content for the object."
+msgstr "Il contenuto dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1230
+msgid "The ID of the associated post object."
+msgstr "L'id dell'oggetto articolo associato."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1224
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1743
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:441
+msgid "The ID for the parent of the object."
+msgstr "L'id del genitore dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1197
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1840
+msgid "HTML content for the object, transformed for display."
+msgstr "Contenuto HTML dell'oggetto, adattato alla visualizzazione."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:807
+msgid "The comment cannot be deleted."
+msgstr "Il commento non può essere eliminato."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1135
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1685
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:424
+msgid "Unique identifier for the object."
+msgstr "Identificatore univoco per l'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:798
+msgid "The comment has already been trashed."
+msgstr "Il commento è già stato spostato nel cestino."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1170
+msgid "URL for the object author."
+msgstr "L'URL all'autore dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1156
+msgid "IP address for the object author."
+msgstr "Indirizzo IP dell'autore dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1146
+msgid "Email address for the object author."
+msgstr "Indirizzo email dell'autore dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1063
+msgid "Invalid comment author ID."
+msgstr "L'ID dell'autore del commento non è valido."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1176
+msgid "User agent for the object author."
+msgstr "User agent dell'autore dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1162
+msgid "Display name for the object author."
+msgstr "Nome pubblico visualizzato per l'autore dell'oggetto."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1141
+msgid "The ID of the user object, if author was a user."
+msgstr "L'id dell'oggetto user, se l'autore è stato un utente."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:694
+msgid "Updating comment failed."
+msgstr "Aggiornamento del commento fallito."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:672
+msgid "Updating comment status failed."
+msgstr "Aggiornamento dello stato del commento fallito."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:566
+msgid "Creating comment failed."
+msgstr "Impossibile creare il commento."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:512
+msgid "Creating a comment requires valid author name and email values."
+msgstr "Creare un commento richiede valori corretti per il nome e l'email dell'autore."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:466
+msgid "Cannot create existing comment."
+msgstr "Impossibile creare un commento esistente."
+
+#: wp-includes/comment.php:3062
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:379
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:396
+msgid "Sorry, you must be logged in to comment."
+msgstr "Devi essere connesso per commentare."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:150
+msgid "Query parameter not permitted: %s"
+msgstr "Parametro della query non permesso: %s"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:92
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:111
+msgid "Whether to bypass trash and force deletion."
+msgstr "Se evitare il cestino e cancellare definitivamente."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:495
+msgid "No Content-Disposition supplied."
+msgstr "Non è stata fornita alcuna Content-Disposition."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:487
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:687
+msgid "No data supplied."
+msgstr "Non è stato fornito alcun dato."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:526
+msgid "Could not open file handle."
+msgstr "Non riesco ad aprire l'handle del file."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:510
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:697
+msgid "Content hash did not match expected."
+msgstr "L'hash del contenuto non corrisponde a quanto atteso."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:501
+msgid "Invalid Content-Disposition supplied. Content-Disposition needs to be formatted as `attachment; filename=\"image.png\"` or similar."
+msgstr "Content-Disposition non valido. Content-Disposition deve essere formattato come `attachment;filename=\"image.png\"` o simile."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:491
+msgid "No Content-Type supplied."
+msgstr "Nessun Content-Type fornito."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:642
+msgid "Limit result set to attachments of a particular media type."
+msgstr "Limita l'insieme dei risultati agli allegati di un tipo media specifico."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:649
+msgid "Limit result set to attachments of a particular MIME type."
+msgstr "Limita l'insieme dei risultati agli allegati con uno specifico tipo MIME."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:457
+msgid "The ID for the associated post of the attachment."
+msgstr "L'ID dell'articolo associato all'allegato."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:70
+msgid "Sorry, you are not allowed to upload media on this site."
+msgstr "Non hai i permessi per caricare media su questo sito."
+
+#: wp-includes/post.php:1384
+msgid "Page Attributes"
+msgstr "Attributi della pagina"
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:382
+msgid "Alternative text to display when attachment is not displayed."
+msgstr "Testo alternativo da mostrare quando la risorsa non è visualizzata."
+
+#: wp-includes/rest-api/class-wp-rest-server.php:267
+msgid "The REST API can no longer be completely disabled, the rest_authentication_errors can be used to restrict access to the API, instead."
+msgstr "La REST API non può più essere completamente disabilitata, In alternativa si possono usare i rest_authentication_errors per limitare l'accesso alla API."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:98
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:205
+msgid "Invalid parent type."
+msgstr "Tipo genitore non valido."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:79
+msgid "Sorry, you are not allowed to upload media to this post."
+msgstr "Non hai i permessi per caricare media in questo articolo."
+
+#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:450
+msgid "Details about the media file, specific to its type."
+msgstr "Dettagli circa il file media, specifici a seconda della sua tipologia."
+
+#: wp-includes/post.php:167
+msgid "No changesets found in Trash."
+msgstr "Nessun changeset è stato trovato nel cestino."
+
+#: wp-includes/post.php:166
+msgid "No changesets found."
+msgstr "Non è stato trovato alcun changeset."
+
+#: wp-includes/post.php:165
+msgid "Search Changesets"
+msgstr "Cerca i changeset"
+
+#: wp-includes/post.php:164
+msgid "All Changesets"
+msgstr "Tutti i changeset"
+
+#: wp-includes/post.php:163
+msgid "View Changeset"
+msgstr "Visualizza il changeset"
+
+#: wp-includes/post.php:162
+msgid "Edit Changeset"
+msgstr "Modifica il changeset"
 
-#. translators: Number of results found when using jQuery UI Autocomplete
-#: wp-includes/script-loader.php:231
-msgid "1 result found. Use up and down arrow keys to navigate."
-msgstr "Trovato 1 risultato. Usa i tasti freccia su e giù per esplorarlo."
+#: wp-includes/post.php:161
+msgid "New Changeset"
+msgstr "Nuovo changeset"
 
-#: wp-includes/script-loader.php:229
-msgid "No search results."
-msgstr "Nessun risultato dalla ricerca."
+#: wp-includes/post.php:160
+msgid "Add New Changeset"
+msgstr "Aggiungi un nuovo changeset"
 
-#. translators: %s: user name
-#: wp-includes/comment-template.php:2214
-msgid "Logged in as %s. Edit your profile."
-msgstr "Autenticato come %s. Modifica il tuo profilo."
+#: wp-includes/post.php:1384
+msgid "Post Attributes"
+msgstr "Attributi dell'articolo"
 
-#. translators: 1: edit user link, 2: accessibility text, 3: user name, 4:
-#. logout URL
-#: wp-includes/comment-template.php:2211
-msgid "<a href=\"%1$s\" aria-label=\"%2$s\">Logged in as %3$s</a>. <a href=\"%4$s\">Log out?</a>"
-msgstr "<a href=\"%1$s\" aria-label=\"%2$s\">Autenticato come %3$s</a>. <a href=\"%4$s\">Uscire?</a>"
+#: wp-includes/post.php:1377
+msgid "View Pages"
+msgstr "Visualizza le pagine"
 
-#. translators: 1: VHOST, 2: SUBDOMAIN_INSTALL, 3: wp-config.php, 4:
-#. is_subdomain_install()
-#: wp-includes/ms-default-constants.php:134
-msgid "The constant %1$s <strong>is deprecated</strong>. Use the boolean constant %2$s in %3$s to enable a subdomain configuration. Use %4$s to check whether a subdomain configuration is enabled."
-msgstr "La costante %1$s <strong>è deprecata</strong>. Utilizza la costante booleana %2$s in %3$s per abilitare la configurazione dei sottodomini. Utilizza %4$s per verificare se una configurazione dei sottodomini è abilitata."
+#: wp-includes/post.php:1377
+msgid "View Posts"
+msgstr "Visualizza gli articoli"
 
-#. translators: 1: panel id, 2: link to 'customize_loaded_components' filter
-#. reference
-#: wp-includes/class-wp-customize-manager.php:1344
-msgid "Removing %1$s manually will cause PHP warnings. Use the %2$s filter instead."
-msgstr "Rimuovere manualmente %1$s causerà dei warning PHP . Utilizza in alternativa il filtro %2$s."
+#: wp-includes/post.php:159
+msgctxt "Customize Changeset"
+msgid "Add New"
+msgstr "Aggiungi nuovo"
 
-#: wp-includes/class-wp-editor.php:1076
-msgid "The next group of formatting shortcuts are applied as you type or when you insert them around plain text in the same paragraph. Press Escape or the Undo button to undo."
-msgstr "Il prossimo gruppo di scorciatoie di formattazione vengono applicate quando digiti o inserisci attorno ad un testo normale nel medesimo paragrafo. Per annullare premere Esc o il pulsante Annulla."
+#: wp-includes/post.php:158
+msgctxt "add new on admin bar"
+msgid "Changeset"
+msgstr "Changeset"
 
-#: wp-login.php:860
-msgid "Your session has expired. Please log in to continue where you left off."
-msgstr "La sessione è scaduta. Accedi di nuovo per continuare da dove eri rimasto."
+#: wp-includes/post.php:157
+msgctxt "admin menu"
+msgid "Changesets"
+msgstr "Changeset"
 
-#. translators: 1: display name, 2: user_login
-#: wp-includes/user.php:1093
-msgctxt "user dropdown"
-msgid "%1$s (%2$s)"
-msgstr "%1$s (%2$s)"
+#: wp-includes/post.php:156
+msgctxt "post type singular name"
+msgid "Changeset"
+msgstr "Changeset"
 
-#. translators: %s: email address
-#: wp-includes/user.php:238
-msgid "<strong>ERROR</strong>: The password you entered for the email address %s is incorrect."
-msgstr "<strong>ERRORE</strong>: La password inserita per l'indirizzo email %s è errata."
+#: wp-includes/post.php:155
+msgctxt "post type general name"
+msgid "Changesets"
+msgstr "Changeset"
 
-#: wp-includes/user.php:220
-msgid "<strong>ERROR</strong>: Invalid email address."
-msgstr "<strong>ERRORE</strong>: Indirizzo email non valido."
+#: wp-includes/post.php:126 wp-includes/post.php:127
+msgid "Custom CSS"
+msgstr "Personalizza il CSS"
 
-#: wp-includes/user.php:202
-msgid "<strong>ERROR</strong>: The email field is empty."
-msgstr "<strong>ERRORE</strong>: Il campo email è vuoto."
+#: wp-includes/post.php:69
+msgid "Attachment Attributes"
+msgstr "Attributi dell'allegato"
 
-#: wp-includes/taxonomy.php:515
-msgid "Unregistering a built-in taxonomy is not allowed"
-msgstr "Non è permesso de-registrare una tassonomia incorporata "
+#. translators: post revision title: 1: author avatar, 2: author name, 3: time
+#. ago, 4: date
+#: wp-includes/post-template.php:1746
+msgid "%1$s %2$s, %3$s ago (%4$s)"
+msgstr "%1$s %2$s, %3$s fa (%4$s)"
 
-#: wp-includes/script-loader.php:520
-msgid "Drag boxes here"
-msgstr "Trascina qui i riquadri"
+#: wp-includes/option.php:1844
+msgid "Allow people to post comments on new articles."
+msgstr "Permetti di pubblicare commenti per i nuovi articoli."
 
-#: wp-includes/script-loader.php:464
-msgid "(Untitled)"
-msgstr "(Senza titolo)"
+#: wp-includes/option.php:1907 wp-includes/option.php:1912
+#: wp-includes/option.php:1943 wp-includes/option.php:1948
+msgid "The \"%s\" options group has been removed. Use another settings group."
+msgstr "Il gruppo di opzioni \"%s\" è stato cancellato. Usa un altro gruppo di impostazioni."
 
-#: wp-includes/rest-api.php:45
-msgid "Route must be specified."
-msgstr "Deve essere specificato il percorso."
+#: wp-includes/option.php:1957
+msgid "$sanitize_callback is deprecated. The callback from register_setting() is used instead."
+msgstr "$sanitize_callback è deprecato. Viene usata la callback di register_setting() al suo posto."
 
-#: wp-includes/rest-api.php:42
-msgid "Routes must be namespaced with plugin or theme name and version."
-msgstr "I percorsi devono essere \"namespaced\" con il nome e la versione del plugin o del tema."
+#: wp-includes/option.php:1817
+msgid "Default post format."
+msgstr "Formato dell'articolo predefinito."
 
-#: wp-includes/post.php:1078
-msgid "Unregistering a built-in post type is not allowed"
-msgstr "Non è permesso de-registrare un post type incorporato"
+#: wp-includes/option.php:1834
+msgid "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles."
+msgstr "Consenti notifiche di link da altri blog (pingback e trackback) sui nuovi articoli."
 
-#: wp-includes/post.php:150
-msgctxt "post status"
-msgid "Trash"
-msgstr "Cestino"
+#: wp-includes/option.php:1777
+msgid "A date format for all date strings."
+msgstr "Un formato per tutte le stringhe che rappresentano una data."
 
-#: wp-includes/post.php:143
-msgctxt "post status"
-msgid "Private"
-msgstr "Privato"
+#: wp-includes/option.php:1783
+msgid "A time format for all time strings."
+msgstr "Un formato per tutte le stringhe che rappresentano un orario."
 
-#: wp-includes/post.php:136
-msgctxt "post status"
-msgid "Pending"
-msgstr "In attesa"
+#: wp-includes/option.php:1797
+msgid "WordPress locale code."
+msgstr "Codice locale di WordPress."
 
-#: wp-includes/post.php:129
-msgctxt "post status"
-msgid "Draft"
-msgstr "Bozza"
+#: wp-includes/option.php:1804
+msgid "Convert emoticons like :-) and :-P to graphics on display."
+msgstr "Convertire in visualizzazione gli emoticon tipo :-) e :-P in simboli grafici."
 
-#: wp-includes/post.php:122
-msgctxt "post status"
-msgid "Scheduled"
-msgstr "Programmato"
+#: wp-includes/option.php:1789
+msgid "A day number of the week that the week should start on."
+msgstr "Il numero del giorno della settimana in cui la settimana dovrebbe cominciare."
 
-#: wp-includes/post.php:115
-msgctxt "post status"
-msgid "Published"
-msgstr "Pubblicato"
+#: wp-includes/option.php:1823
+msgid "Blog pages show at most."
+msgstr "Pagine del blog da mostrare al massimo."
 
-#: wp-includes/post-template.php:1546
-msgctxt "post password form"
-msgid "Enter"
-msgstr "Invio"
+#: wp-includes/option.php:1771
+msgid "A city in the same timezone as you."
+msgstr "Una città nel tuo stesso fuso orario."
 
-#: wp-includes/pluggable.php:526
-msgid "<strong>ERROR</strong>: Invalid username, email address or incorrect password."
-msgstr "<strong>ERRORE</strong>: Nome utente non valido, indirizzo email o password non corretti."
+#: wp-includes/link-template.php:2535
+msgctxt "next set of posts"
+msgid "Next"
+msgstr "Successivo"
 
-#. translators: 1: blog name, 2: separator(raquo), 3: term name, 4: taxonomy
-#. singular name
-#: wp-includes/general-template.php:2637
-msgid "%1$s %2$s %3$s %4$s Feed"
-msgstr "Feed %1$s %2$s %3$s %4$s"
+#: wp-includes/option.php:1729
+msgid "Site title."
+msgstr "Titolo del sito."
 
-#: wp-includes/functions.php:5123
-msgid "Close dialog"
-msgstr "Chiudi la finestra di dialogo"
+#: wp-includes/media.php:3450
+msgid "Search media items..."
+msgstr "Ricerca elementi media..."
 
-#. translators: 1: PHP class name, 2: PHP parent class name, 3: version number,
-#. 4: __construct() method
-#: wp-includes/functions.php:3766
-msgid "The called constructor method for %1$s in %2$s is <strong>deprecated</strong> since version %3$s! Use %4$s instead."
-msgstr "Il metodo del costruttore richiamato per %1$s in %2$s è <strong>deprecato</strong> dalla versione %3$s! Utilizzare invece %4$s."
+#: wp-includes/link-template.php:2534
+msgctxt "previous set of posts"
+msgid "Previous"
+msgstr "Precedenti"
 
-#: wp-includes/class-wp-customize-manager.php:2113
-msgid "Choose logo"
-msgstr "Scegli il logo"
+#: wp-includes/general-template.php:408 wp-login.php:535 wp-login.php:899
+msgid "Username or Email Address"
+msgstr "Nome utente o indirizzo email"
 
-#: wp-includes/class-wp-customize-manager.php:2111
-msgid "No logo selected"
-msgstr "Nessun logo selezionato"
+#: wp-includes/functions.php:1225
+msgid "ERROR: This is not a valid feed."
+msgstr "ERRORE: Questo non è un feed valido."
 
-#: wp-includes/class-wp-customize-manager.php:2108
-msgid "Change logo"
-msgstr "Cambia il logo"
+#: wp-includes/customize/class-wp-customize-selective-refresh.php:188
+msgid "Click to edit this element."
+msgstr "Fai clic per modificare questo elemento."
 
-#: wp-includes/class-wp-customize-manager.php:2107
-#: wp-includes/class-wp-customize-manager.php:2112
-msgid "Select logo"
-msgstr "Seleziona il logo"
+#: wp-includes/customize/class-wp-customize-selective-refresh.php:186
+msgid "Click to edit this widget."
+msgstr "Fai clic per modificare questo widget."
 
-#. translators: %s: document.write()
-#: wp-includes/customize/class-wp-customize-selective-refresh.php:188
-msgid "%s is forbidden"
-msgstr "%s è proibito"
+#: wp-includes/customize/class-wp-customize-selective-refresh.php:185
+msgid "Click to edit this menu."
+msgstr "Fai clic per modificare questo menu."
 
-#: wp-includes/customize/class-wp-customize-partial.php:221
-msgid "Partial render must echo the content or return the content string (or array), but not both."
-msgstr "La visualizzazione parziale deve mostrare il contenuto o restituire la stringa del contenuto (o un array) ma non può fare entrambe le cose."
+#: wp-includes/customize/class-wp-customize-selective-refresh.php:187
+msgid "Click to edit the site title."
+msgstr "Fai clic per modificare il titolo del sito."
 
-#: wp-includes/comment.php:2909
-msgid "<strong>ERROR</strong>: your comment is too long."
-msgstr "<strong>ERRORE</strong>: il commento è troppo lungo."
+#: wp-includes/customize/class-wp-customize-custom-css-setting.php:196
+msgid "Your double quotes <code>\"</code> are uneven. Make sure there is a closing <code>\"</code> for every opening <code>\"</code>."
+msgstr "Le virgolette <code>\"</code> non sono bilanciate. Assicurati che via sia una virgoletta di chiusura <code>\"</code> per ciascuna virgoletta di apertura <code>\"</code>."
 
-#: wp-includes/comment.php:2903
-msgid "<strong>ERROR</strong>: your url is too long."
-msgstr "<strong>ERRORE</strong>: l'indirizzo è troppo lungo."
+#: wp-includes/customize/class-wp-customize-custom-css-setting.php:219
+msgid "Imbalanced/unclosed character errors can be caused by <code>content: \"\";</code> declarations. You may need to remove this or add it to a custom CSS file."
+msgstr "Gli errori errore di carattere sbilanciati/non chiusi possono essere causati da dichiarazioni del tipo <code>content: \"\";</code>. Potrebbe essere necessario rimuoverle o aggiungerle ad un file CSS personalizzato."
 
-#: wp-includes/comment.php:2899
-msgid "<strong>ERROR</strong>: your email address is too long."
-msgstr "<strong>ERRORE</strong>: l'indirizzo email è troppo lungo."
+#: wp-includes/customize/class-wp-customize-custom-css-setting.php:215
+msgid "There is an extra <code>*/</code>, indicating an end to a comment.  Be sure that there is an opening <code>/*</code> for every closing <code>*/</code>."
+msgstr "&Egrave; presente un <code>*/</code>extra, ad indicare la fine di un commento. Assicurati che vi sia un codice di aperture <code>/*</code> per ciascun codice di chiusura <code>*/</code>."
 
-#: wp-includes/comment.php:2895
-msgid "<strong>ERROR</strong>: your name is too long."
-msgstr "<strong>ERRORE</strong>: il nome è troppo lungo."
+#: wp-includes/customize/class-wp-customize-header-image-control.php:176
+msgid "While you can crop images to your liking after clicking <strong>Add new image</strong>, we recommend matching the size of your video."
+msgstr "Anche se puoi ritagliare un'immagine come preferisci dopo aver fatto clic su <strong>Aggiungi nuova immagine</strong>, ti raccomandiamo di farla corrispondere alle dimensioni del tuo video."
 
-#: wp-includes/comment.php:236
-msgctxt "comment status"
-msgid "Trash"
-msgstr "Cestinato"
+#: wp-includes/customize/class-wp-customize-custom-css-setting.php:212
+msgid "There is %s unclosed code comment. Close each comment with <code>*/</code>."
+msgid_plural "There are %s unclosed code comments. Close each comment with <code>*/</code>."
+msgstr[0] "C'è %s codice di commento non chiuso. Chiudi ciascun commento con <code>*/</code>."
+msgstr[1] "Ci sono %s codici di commento non chiusi. Chiudi ciascun commento con <code>*/</code>."
 
-#: wp-includes/comment.php:235
-msgctxt "comment status"
-msgid "Spam"
-msgstr "Spam"
+#: wp-includes/customize/class-wp-customize-custom-css-setting.php:171
+msgid "Markup is not allowed in CSS."
+msgstr "Il codice di markup non è ammesso nel CSS."
 
-#: wp-includes/comment.php:234
-msgctxt "comment status"
-msgid "Approved"
-msgstr "Approvato"
+#: wp-includes/customize/class-wp-customize-custom-css-setting.php:184
+msgid "Your brackets <code>[]</code> are imbalanced. Make sure there is a closing <code>]</code> for every opening <code>[</code>."
+msgstr "Le parentesi <code>[]</code> non sono bilanciate. Assicurati vi sia una <code>]</code> di chiusura per ciascuna <code>[</code> di apertura."
 
-#: wp-includes/class-wp-theme.php:275
-msgid "https://codex.wordpress.org/Child_Themes"
-msgstr "https://codex.wordpress.org/Child_Themes"
+#: wp-includes/customize/class-wp-customize-custom-css-setting.php:178
+msgid "Your curly brackets <code>{}</code> are imbalanced. Make sure there is a closing <code>}</code> for every opening <code>{</code>."
+msgstr "Le parentesi <code>{}</code> non sono bilanciate. Assicurati vi sia una <code>}</code> di chiusura per ciascuna <code>{</code> di apertura."
 
-#. translators: 1: index.php, 2: Codex URL, 3: style.css
-#: wp-includes/class-wp-theme.php:273
-msgid "Template is missing. Standalone themes need to have a %1$s template file. <a href=\"%2$s\">Child themes</a> need to have a Template header in the %3$s stylesheet."
-msgstr "Modello mancante. I temi devono avere un file di modello %1$s . <a href=\"%2$s\">I temi Child</a> devono avere una intestazione di modello nel foglio di stile %3$s."
+#: wp-includes/customize/class-wp-customize-custom-css-setting.php:190
+msgid "Your parentheses <code>()</code> are imbalanced. Make sure there is a closing <code>)</code> for every opening <code>(</code>."
+msgstr "Le parentesi <code>()</code> non sono bilanciate. Assicurati che via sia una parentesi di chiusura <code>)</code> per ciascuna parentesi di apertura <code>(</code>."
 
-#: wp-includes/class-wp-metadata-lazyloader.php:81
-#: wp-includes/class-wp-metadata-lazyloader.php:122
-msgid "Invalid object type"
-msgstr "Tipo oggetto non valido"
+#: wp-includes/class-wp-xmlrpc-server.php:5427
+msgid "Sorry, your entry could not be edited."
+msgstr "Il tuo inserimento non può essere modificato."
 
-#: wp-includes/class-wp-editor.php:1049
-msgid "Paste URL or type to search"
-msgstr "Incolla l'URL oppure digita per cercare"
+#: wp-includes/class-wp-xmlrpc-server.php:1921
+msgid "Sorry, your term could not be created."
+msgstr "Il tuo termine non può essere creato."
 
-#: wp-includes/class-wp-customize-manager.php:2099
-msgid "Logo"
-msgstr "Logo"
+#: wp-includes/class-wp-xmlrpc-server.php:3477
+msgid "Sorry, the comment could not be edited."
+msgstr "Il commento non può essere modificato."
 
-#: wp-includes/class-wp-customize-manager.php:2066
-#: wp-includes/class-wp-customize-manager.php:2143
-msgid "Display Site Title and Tagline"
-msgstr "Mostra il titolo del sito e il motto"
+#: wp-includes/class-wp-xmlrpc-server.php:1526
+#: wp-includes/class-wp-xmlrpc-server.php:4647
+#: wp-includes/class-wp-xmlrpc-server.php:5106
+msgid "Sorry, your entry could not be posted."
+msgstr "Il tuo contributo non può essere pubblicato."
+
+#: wp-includes/class-wp-xmlrpc-server.php:2495
+msgid "Invalid role."
+msgstr "Ruolo non valido."
+
+#: wp-includes/class-wp-xmlrpc-server.php:2073
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:549
+msgid "Sorry, you are not allowed to delete this term."
+msgstr "Non hai i permessi per eliminare questo termine."
+
+#: wp-includes/class-wp-xmlrpc-server.php:1982
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:305
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:460
+msgid "Sorry, you are not allowed to edit this term."
+msgstr "Non hai i permessi per modificare questo termine."
+
+#: wp-includes/class-wp-xmlrpc-server.php:2145
+msgid "Sorry, you are not allowed to assign this term."
+msgstr "Non hai i permessi per assegnare questo termine."
+
+#: wp-includes/class-wp-customize-widgets.php:740
+#: wp-includes/class-wp-customize-widgets.php:795
+msgid "No widgets found."
+msgstr "Nessun widget trovato."
+
+#: wp-includes/class-wp-customize-nav-menus.php:878
+msgid "Post"
+msgstr "Articolo"
 
-#: wp-includes/class-wp-customize-manager.php:1946
-msgid "Enter mobile preview mode"
-msgstr "Abilita l'anteprima in modalità mobile"
+#: wp-includes/class-wp-customize-widgets.php:739
+msgid "Number of widgets found: %d"
+msgstr "Numero di widget trovati: %d"
 
-#: wp-includes/class-wp-customize-manager.php:1943
-msgid "Enter tablet preview mode"
-msgstr "Abilita l'anteprima in modalità tablet"
+#. translators: %1$s is the post type name and %2$s is the error message.
+#: wp-includes/class-wp-customize-nav-menus.php:883
+msgid "%1$s could not be created: %2$s"
+msgstr "%1$s non può essere creato: %2$s"
 
-#: wp-includes/class-wp-customize-manager.php:1939
-msgid "Enter desktop preview mode"
-msgstr "Abilita l'anteprima in modalità desktop"
+#: wp-includes/class-wp-customize-widgets.php:735
+msgid "There are no widget areas on the page shown, however other pages in this theme do have them."
+msgstr "Non ci sono aree widget nella pagina visualizzata, tuttavia altre pagine di questo tema le hanno."
 
-#: wp-includes/class-wp-customize-manager.php:849
-#: wp-includes/customize/class-wp-customize-selective-refresh.php:186
-msgid "Shift-click to edit this element."
-msgstr "Fare clic+shift (maiusc) per modificare questo elemento."
+#. translators: 1: .mp4, 2: .mov
+#: wp-includes/class-wp-customize-manager.php:4291
+msgid "Only %1$s or %2$s files may be used for header video. Please convert your video file and try again, or, upload your video to YouTube and link it with the option below."
+msgstr "Per il video dell'Header puoi usare solo file %1$s or %2$s files. Converti il tuo file video e riprova oppure carica il tuo video su YouTube ed inserisci il link nell'opzione sottostante."
 
-#: wp-comments-post.php:24
-msgid "Comment Submission Failure"
-msgstr "Inserimento commento fallito."
+#: wp-includes/class-wp-customize-manager.php:4285
+msgid "This video file is too large to use as a header video. Try a shorter video or optimize the compression settings and re-upload a file that is less than 8MB. Or, upload your video to YouTube and link it with the option below."
+msgstr "Questo file video è troppo grande per essere usato come video dell'Header. Provane uno più corto oppure ottimizza le impostazioni di compressione per renderlo inferiore a 8MB e prova a ricaricarlo. In alternativa puoi caricare il tuo video su YouTube ed inserire il link di YouTube nell'opzione sottostante."
 
-#: wp-includes/user.php:2266
-msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
-msgstr "<strong>ERRORE</strong>: nome utente non permesso."
+#: wp-includes/class-wp-customize-manager.php:4245
+msgid "Unrecognized background setting."
+msgstr "Impostazione di sfondo non riconosciuta."
 
-#: wp-includes/rest-api/class-wp-rest-request.php:856
-msgid "Invalid parameter."
-msgstr "Parametro non valido."
+#: wp-includes/class-wp-customize-manager.php:4236
+#: wp-includes/class-wp-customize-manager.php:4240
+msgid "Invalid value for background size."
+msgstr "Valore non valido per la dimensione dello sfondo."
 
-#. translators: %s: menu name
-#: wp-includes/customize/class-wp-customize-nav-menu-control.php:76
-msgctxt "menu location"
-msgid "(Current: %s)"
-msgstr "(Attuale: %s)"
+#: wp-includes/class-wp-customize-manager.php:4129
+msgid "(link opens in a new window)"
+msgstr "(il link si apre in una nuova finestra)"
 
-#. translators: %s: menu location
-#: wp-includes/class-wp-customize-nav-menus.php:372
-msgctxt "menu"
-msgid "(Currently set to: %s)"
-msgstr "(Attualmente impostato a: %s)"
+#: wp-includes/class-wp-customize-manager.php:4128
+msgid "Learn more about CSS"
+msgstr "Per saperne di più sul CSS"
 
-#: wp-includes/ms-load.php:495
-msgid "https://codex.wordpress.org/Debugging_a_WordPress_Network"
-msgstr "https://codex.wordpress.org/Debugging_a_WordPress_Network"
+#: wp-includes/class-wp-customize-manager.php:4122
+msgid "Additional CSS"
+msgstr "CSS aggiuntivo"
 
-#. translators: %s: Codex URL
-#: wp-includes/ms-load.php:494
-msgid "Read the <a href=\"%s\" target=\"_blank\">bug report</a> page. Some of the guidelines there may help you figure out what went wrong."
-msgstr "Leggi la pagina <a href=\"%s\" target=\"_blank\">Segnalazione bug</a>. Alcune delle linee guida potrebbero aiutarti a capire cosa è andato storto."
+#: wp-includes/class-wp-customize-manager.php:4224
+msgid "Invalid value for background attachment."
+msgstr "Valore non valido per l'allegato per lo sfondo."
 
-#: wp-includes/functions.php:3994
-msgid "https://codex.wordpress.org/Debugging_in_WordPress"
-msgstr "https://codex.wordpress.org/Debugging_in_WordPress"
+#: wp-includes/class-wp-customize-manager.php:4228
+msgid "Invalid value for background position X."
+msgstr "Valore non valido per la posizione X dello sfondo."
 
-#. translators: %s: Codex URL
-#: wp-includes/functions.php:3993
-msgid "Please see <a href=\"%s\">Debugging in WordPress</a> for more information."
-msgstr "Leggi <a href=\"%s\">Debugging in WordPress</a> per maggiori informazioni."
+#: wp-includes/class-wp-customize-manager.php:4232
+msgid "Invalid value for background position Y."
+msgstr "Valore non valido per la posizione Y dello sfondo."
 
-#. translators: 1: $table_prefix 2: wp-config.php
-#: wp-includes/load.php:438
-msgid "<strong>ERROR</strong>: %1$s in %2$s can only contain numbers, letters, and underscores."
-msgstr "<strong>ERRORE</strong>: %1$s in %2$s può contenere solo numeri, lettere e trattini bassi."
+#: wp-includes/class-wp-customize-manager.php:4220
+msgid "Invalid value for background repeat."
+msgstr "Valore non valido per la ripetizione dello sfondo."
 
-#: wp-includes/script-loader.php:590 wp-includes/script-loader.php:596
-msgid "Changes saved."
-msgstr "Cambiamenti salvati"
+#: wp-includes/class-wp-customize-manager.php:4135
+msgid ""
+"You can add your own CSS here.\n"
+"\n"
+"Click the help icon above to learn more."
+msgstr ""
+"Puoi aggiungere qui il tuo CSS.\n"
+"\n"
+"Per maggiori informazioni consulta la documentazione (icona di aiuto sopra)."
 
-#: wp-load.php:85
-msgid "https://codex.wordpress.org/Editing_wp-config.php"
-msgstr "https://codex.wordpress.org/Editing_wp-config.php"
+#: wp-includes/class-wp-customize-manager.php:3992
+msgctxt "Custom Preset"
+msgid "Custom"
+msgstr "Personalizzato"
 
-#. translators: %s: Codex URL
-#: wp-load.php:84
-msgid "Need more help? <a href='%s'>We got it</a>."
-msgstr "Hai bisogno di ulteriore aiuto? <a href='%s'>Chiedicelo</a>."
+#: wp-includes/class-wp-customize-manager.php:4041
+msgid "Repeat Background Image"
+msgstr "Ripeti l'immagine di sfondo"
 
-#. translators: %s: wp-config.php
-#: wp-load.php:79
-msgid "There doesn't seem to be a %s file. I need this before we can get started."
-msgstr "Sembra che il file %s non esista. Mi serve per poter iniziare."
+#: wp-includes/class-wp-customize-manager.php:4028
+msgid "Original"
+msgstr "Originale"
 
-#. translators: %s: WP_User->ID
-#: wp-includes/class-wp-user.php:275 wp-includes/class-wp-user.php:305
-#: wp-includes/class-wp-user.php:344 wp-includes/class-wp-user.php:368
-msgid "Use %s instead."
-msgstr "Utilizza invece %s."
+#: wp-includes/class-wp-customize-manager.php:4024
+msgid "Image Size"
+msgstr "Dimensione dell'immagine"
 
-#. translators: %s: get_the_author()
-#. translators: %s: get_trackback_url()
-#: wp-includes/author-template.php:66 wp-includes/comment-template.php:1137
-msgid "Use %s instead if you do not want the value echoed."
-msgstr "Utilizza invece %s se non vuoi che il valore venga visualizzato."
+#: wp-includes/class-wp-customize-manager.php:4009
+#: wp-includes/customize/class-wp-customize-background-position-control.php:69
+msgid "Image Position"
+msgstr "Posizione dell'immagine"
 
-#: wp-includes/class-wp-term.php:166
-msgid "Term ID is shared between multiple taxonomies"
-msgstr "L'ID del termine è condiviso tra diverse tassonomie"
+#: wp-includes/class-wp-customize-manager.php:4053
+msgid "Scroll with Page"
+msgstr "Scorri con la pagina"
 
-#: wp-includes/taxonomy.php:1258 wp-includes/taxonomy.php:1340
-msgid "Term meta cannot be added to terms that are shared between taxonomies."
-msgstr "I meta non possono essere aggiunti a termini che sono condivisi tra tassonomie."
-
-#. translators: month name, genitive
-#: wp-includes/class-wp-locale.php:176
-msgctxt "genitive"
-msgid "December"
-msgstr "Dicembre"
+#: wp-includes/class-wp-customize-manager.php:3991
+msgctxt "Repeat Image"
+msgid "Repeat"
+msgstr "Ripeti"
 
-#. translators: month name, genitive
-#: wp-includes/class-wp-locale.php:175
-msgctxt "genitive"
-msgid "November"
-msgstr "Novembre"
+#: wp-includes/class-wp-customize-manager.php:3990
+#: wp-includes/class-wp-customize-manager.php:4029
+msgid "Fit to Screen"
+msgstr "Adatta allo schermo"
 
-#. translators: month name, genitive
-#: wp-includes/class-wp-locale.php:174
-msgctxt "genitive"
-msgid "October"
-msgstr "Ottobre"
+#: wp-includes/class-wp-customize-manager.php:3924
+msgid "Header Video"
+msgstr "Video nell'header"
 
-#. translators: month name, genitive
-#: wp-includes/class-wp-locale.php:173
-msgctxt "genitive"
-msgid "September"
-msgstr "Settembre"
+#: wp-includes/class-wp-customize-manager.php:3988
+msgctxt "Default Preset"
+msgid "Default"
+msgstr "Predefinito"
 
-#. translators: month name, genitive
-#: wp-includes/class-wp-locale.php:172
-msgctxt "genitive"
-msgid "August"
-msgstr "Agosto"
+#: wp-includes/class-wp-customize-manager.php:3984
+msgctxt "Background Preset"
+msgid "Preset"
+msgstr "Impostazioni predefinite"
 
-#. translators: month name, genitive
-#: wp-includes/class-wp-locale.php:171
-msgctxt "genitive"
-msgid "July"
-msgstr "Luglio"
+#. translators: 1: .mp4, 2: header height in pixels
+#: wp-includes/class-wp-customize-manager.php:3871
+msgid "Upload your video in %1$s format and minimize its file size for best results. Your theme recommends a height of %2$s pixels."
+msgstr "Carica il tuo video in formato %1$s e minimizza la dimensione del file per ottenere un risultato migliore. Il tuo tema consiglia di usare un'altezza di %2$s pixel."
 
-#. translators: month name, genitive
-#: wp-includes/class-wp-locale.php:170
-msgctxt "genitive"
-msgid "June"
-msgstr "Giugno"
+#. translators: 1: .mp4, 2: header width in pixels
+#: wp-includes/class-wp-customize-manager.php:3864
+msgid "Upload your video in %1$s format and minimize its file size for best results. Your theme recommends a width of %2$s pixels."
+msgstr "Carica il tuo video in formato %1$s e minimizza la dimensione del file per ottenere un risultato migliore. Il tuo tema consiglia di usare un larghezza di %2$s pixel."
 
-#. translators: month name, genitive
-#: wp-includes/class-wp-locale.php:169
-msgctxt "genitive"
-msgid "May"
-msgstr "Maggio"
+#: wp-includes/class-wp-customize-manager.php:3846
+msgid "If you add a video, the image will be used as a fallback while the video loads."
+msgstr "Se aggiungi un video, l'immagine sarà usata come alternativa mentre il video è in fase di caricamento."
 
-#. translators: month name, genitive
-#: wp-includes/class-wp-locale.php:168
-msgctxt "genitive"
-msgid "April"
-msgstr "Aprile"
+#. translators: 1: .mp4, 2: header size in pixels
+#: wp-includes/class-wp-customize-manager.php:3857
+msgid "Upload your video in %1$s format and minimize its file size for best results. Your theme recommends dimensions of %2$s pixels."
+msgstr "Carica il video nel formato %1$s  e minimizza la dimensione del file per ottenre il miglio risultato. Il tuo tema consiglia una dimensione di %2$s pixel."
 
-#. translators: month name, genitive
-#: wp-includes/class-wp-locale.php:167
-msgctxt "genitive"
-msgid "March"
-msgstr "Marzo"
+#: wp-includes/class-wp-customize-manager.php:1991
+msgid "Setting does not exist or is unrecognized."
+msgstr "L'impostazione non esiste o non è riconosciuta."
 
-#. translators: month name, genitive
-#: wp-includes/class-wp-locale.php:166
-msgctxt "genitive"
-msgid "February"
-msgstr "Febbraio"
+#: wp-includes/class-wp-customize-manager.php:1996
+msgid "Unauthorized to modify setting due to capability."
+msgstr "Non autorizzato a modificare le impostazioni a causa delle capacità."
 
-#. translators: month name, genitive
-#: wp-includes/class-wp-locale.php:165
-msgctxt "genitive"
-msgid "January"
-msgstr "Gennaio"
+#: wp-includes/class-wp-customize-control.php:596
+msgid "New page title"
+msgstr "Nuovo titolo di pagina"
 
-#. translators: If months in your language require a genitive case, translate
-#. this to 'on'. Do not translate into your own language.
-#: wp-includes/functions.php:183
-msgctxt "decline months names: on or off"
-msgid "off"
-msgstr "disattivato"
+#. translators: %s: current user's display name
+#: wp-includes/admin-bar.php:217
+msgid "Howdy, %s"
+msgstr "Ciao, %s"
 
-#: wp-includes/embed.php:983
-msgid "Sharing options"
-msgstr "Opzioni di condivisione"
+#: wp-includes/class-wp-customize-control.php:597
+msgid "New page title&hellip;"
+msgstr "Nuovo titolo di pagina&hellip;"
 
-#: wp-includes/class-wp-xmlrpc-server.php:538
-msgid "Medium-Large size image height"
-msgstr "Altezza immagine media-larga"
+#: wp-includes/IXR/class-IXR-message.php:48 wp-includes/atomlib.php:125
+#: wp-includes/feed.php:542
+msgid "PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension."
+msgstr "L'estensione PHP per XML non è disponibile. Contatta il tuo fornitore di hosting per abilitare l'estensione PHP per XML."
 
-#: wp-includes/class-wp-xmlrpc-server.php:533
-msgid "Medium-Large size image width"
-msgstr "Larghezza immagine medio-larga"
+#: wp-includes/class-wp-customize-manager.php:1564
+msgid "Unauthorized. You may remove the customize_messenger_channel param to preview as frontend."
+msgstr "Non autorizzato. Puoi rimuovere il parametro customize_messenger_channel per visualizzare un'anteprima come frontend."
 
-#. translators: %s: site link
-#: wp-includes/theme-compat/sidebar.php:78
-msgid "You are currently browsing the %s blog archives."
-msgstr "Stai sfogliando gli archivi del blog %s."
+#: wp-includes/class-wp-customize-manager.php:1784
+msgid "This form is not live-previewable."
+msgstr "Questo modulo non è visualizzabile in anteprima live."
 
-#. translators: 1: site link, 2: archive year
-#: wp-includes/theme-compat/sidebar.php:62
-msgid "You are currently browsing the %1$s blog archives for the year %2$s."
-msgstr "Stai sfogliando gli archivi del blog %1$s dell'anno %2$s."
+#: wp-includes/class-wp-customize-manager.php:1783
+msgid "This link is not live-previewable."
+msgstr "Questo link non è visualizzabile in anteprima live."
 
-#. translators: 1: site link, 2: archive month
-#: wp-includes/theme-compat/sidebar.php:54
-msgid "You are currently browsing the %1$s blog archives for %2$s."
-msgstr "Stai sfogliando gli archivi del blog %1$s di %2$s."
+#: wp-includes/class-wp-customize-manager.php:493
+msgid "Non-existent changeset UUID."
+msgstr "UUID del changeset non esistente."
 
-#. translators: 1: site link, 2: archive date
-#: wp-includes/theme-compat/sidebar.php:46
-msgid "You are currently browsing the %1$s blog archives for the day %2$s."
-msgstr "Stai sfogliando gli archivi del blog %1$s del giorno %2$s."
+#: wp-includes/class-wp-customize-manager.php:484
+msgid "Invalid changeset UUID"
+msgstr "UUID del changeset non valido."
 
-#. translators: %s: admin email link
-#: wp-includes/ms-load.php:103
-msgid "This site has not been activated yet. If you are having problems activating your site, please contact %s."
-msgstr "Il sito non è ancora stato attivato. Se hai dei problemi nell'attivare il tuo sito, contatta %s."
+#. translators: %s: Plugin name and version
+#: wp-includes/script-loader.php:644
+msgid "Update %s now"
+msgstr "Aggiorna %s adesso"
 
-#. translators: %s: email address
-#: wp-signup.php:608 wp-signup.php:754
-msgid "Check your inbox at %s and click the link given."
-msgstr "Controlla la tua posta in arrivo a %s e fai clic sul link."
+#. translators: %s: Plugin name
+#: wp-includes/script-loader.php:663
+msgid "Install %s now"
+msgstr "Installa %s adesso"
 
-#. translators: %s: menu name
-#: wp-includes/nav-menu.php:291 wp-includes/nav-menu.php:304
-msgid "The menu name %s conflicts with another menu name. Please try another."
-msgstr "Il nome del menu %s è in conflitto con il nome di un altro menu. Provane un altro."
+#: wp-includes/customize/class-wp-customize-nav-menu-location-control.php:80
+msgid "Edit selected menu"
+msgstr "Modifica il menu selezionato"
 
-#. translators: %s: site address
-#: wp-signup.php:885
-msgid "The site you were looking for, %s, does not exist."
-msgstr "Il sito che stavi cercando, %s, non esiste."
+#: wp-includes/class-wp-editor.php:1073
+msgid "Warning: the link has been inserted but may have errors. Please test it."
+msgstr "Attenzione:  hai inserito il link ma ci potrebbero essere degli errori. Provalo. "
 
-#. translators: %s: a link to the embedded site
-#: wp-includes/theme-compat/embed-404.php:21
-msgid "It looks like nothing was found at this location. Maybe try visiting %s directly?"
-msgstr "Sembra che non sia stato trovato nulla a questo indirizzo. Vuoi provare a visitare %s direttamente?"
+#: wp-includes/script-loader.php:636
+msgid "Search Results"
+msgstr "Risultati della ricerca"
 
-#: wp-includes/theme-compat/embed-404.php:14
-msgid "Oops! That embed can&#8217;t be found."
-msgstr "Oops! Quell'embed non può essere trovato."
+#: wp-includes/class-wp-editor.php:1032
+msgid "Rich Text Area. Press Control-Option-H for help."
+msgstr "Area testo elaborato. Premi Control-Option-H per aiuto."
 
-#. translators: %s: Name of current post
-#: wp-includes/embed.php:788 wp-includes/post-template.php:270
-msgid "Continue reading %s"
-msgstr "Leggi tutto %s"
+#: wp-includes/script-loader.php:371
+msgid "Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds."
+msgstr "Usa i tasti freccia sinistra/destra per avanzare di un secondo, su/giù per avanzare di 10 secondi."
 
-#: wp-signup.php:146
-msgid "Site Language:"
-msgstr "Lingua del sito:"
+#: wp-includes/script-loader.php:358 wp-includes/theme.php:1385
+msgid "Pause"
+msgstr "In pausa"
 
-#. translators: %s: the message ID
-#: wp-mail.php:239
-msgid "Mission complete. Message %s deleted."
-msgstr "Missione completata. Il messaggio %s è stato cancellato."
+#. translators: %1: number of seconds (30 by default)
+#: wp-includes/script-loader.php:363
+msgid "Skip back %1 seconds"
+msgstr "Vai indietro di %1 secondi"
 
-#: wp-mail.php:226
-msgid "Posted title:"
-msgstr "Titolo pubblicato:"
+#: wp-includes/script-loader.php:370
+msgid "Use Up/Down Arrow keys to increase or decrease volume."
+msgstr "Usa i tasti freccia su/giù per aumentare o diminuire il volume."
 
-#: wp-mail.php:225
-msgid "Author:"
-msgstr "Autore:"
+#: wp-includes/script-loader.php:357 wp-includes/theme.php:1386
+msgid "Play"
+msgstr "Play"
 
-#: wp-includes/wp-db.php:1695
-msgid "Are you sure that the database server is not under particularly heavy load?"
-msgstr "Sei sicuro che il server del database non sia sovraccarico?"
+#: wp-includes/script-loader.php:361
+msgid "Time Slider"
+msgstr "Time Slider"
 
-#. translators: %s: database host
-#: wp-includes/wp-db.php:1689
-msgid "This means that we lost contact with the database server at %s. This could mean your host&#8217;s database server is down."
-msgstr "Vuol dire che abbiamo perso il collegamento col server database %s. Potrebbe voler dire che il tuo database è irraggiungibile."
+#: wp-includes/script-loader.php:364
+msgid "Video Player"
+msgstr "Video Player"
 
-#: wp-includes/wp-db.php:1685
-msgid "Error reconnecting to the database"
-msgstr "Errore di riconnessione al database"
+#: wp-includes/script-loader.php:365
+msgid "Audio Player"
+msgstr "Audio Player"
 
-#. translators: %s: support forums URL
-#: wp-includes/wp-db.php:1596 wp-includes/wp-db.php:1700
-msgid "If you&#8217;re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href=\"%s\">WordPress Support Forums</a>."
-msgstr "Se non sei sicuro di cosa vogliano dire questi termini prova a contattare il tuo fornitore di hosting. Se hai ancora bisogno di aiuto puoi sempre visitare il <a href=\"%s\">forum di supporto di WordPress</a>."
+#: wp-includes/script-loader.php:366
+msgid "Volume Slider"
+msgstr "Cursore del volume"
 
-#: wp-includes/wp-db.php:1591 wp-includes/wp-db.php:1694
-msgid "Are you sure that the database server is running?"
-msgstr "Sei sicuro che il server del database sia attivo?"
+#: wp-includes/class-wp-tax-query.php:658
+msgid "Inexistent terms."
+msgstr "Termine inesistente."
 
-#: wp-includes/wp-db.php:1590
-msgid "Are you sure that you have typed the correct hostname?"
-msgstr "Sei sicuro di aver immesso l'hostname corretto?"
+#: wp-includes/taxonomy.php:1979 wp-includes/taxonomy.php:2601
+msgid "A name is required for this term."
+msgstr "È richiesto un nome per questo termine."
 
-#: wp-includes/wp-db.php:1589
-msgid "Are you sure you have the correct username and password?"
-msgstr "Sei sicuro di avere nome utente e password corretti?"
+#. translators: %s: Activation URL
+#: wp-includes/script-loader.php:684
+msgid "Importer installed successfully. <a href=\"%s\">Run importer</a>"
+msgstr "L'importatore è stato installato. <a href=\"%s\">Avvia l'importazione</a>"
 
-#. translators: 1: wp-config.php. 2: database host
-#: wp-includes/wp-db.php:1583
-msgid "This either means that the username and password information in your %1$s file is incorrect or we can&#8217;t contact the database server at %2$s. This could mean your host&#8217;s database server is down."
-msgstr "Questo potrebbe voler dire che nome utente e password nel file %1$s sono sbagliate o che non possiamo contattare il database %2$s. Potrebbe voler dire che il tuo database è irraggiungibile."
+#: wp-includes/script-loader.php:702
+msgid "Run Importer"
+msgstr "Avvia l'importazione"
 
-#. translators: %s: support forums URL
-#: wp-includes/wp-db.php:1128
-msgid "If you don&#8217;t know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href=\"%s\">WordPress Support Forums</a>."
-msgstr "Se non sai come configurare un database <strong>contatta il tuo provider di hosting</strong>. Se tutto il resto non funziona puoi trovare aiuto su <a href=\"%s\">forum di supporto WordPress</a>"
+#. translators: %s: Importer name
+#: wp-includes/script-loader.php:704
+msgid "Run %s"
+msgstr "Avvia %s"
 
-#. translators: %s: database name
-#: wp-includes/wp-db.php:1120
-msgid "On some systems the name of your database is prefixed with your username, so it would be like <code>username_%1$s</code>. Could that be the problem?"
-msgstr "In alcuni sistemi il nome del tuo database ha il tuo nome utente come prefisso, ovvero <code>username_%1$s</code>. Potrebbe essere questo il problema?"
+#: wp-includes/script-loader.php:701
+msgctxt "theme"
+msgid "Activate %s"
+msgstr "Attiva %s"
 
-#. translators: 1: database user, 2: database name
-#: wp-includes/wp-db.php:1113
-msgid "Does the user %1$s have permission to use the %2$s database?"
-msgstr "L'utente %1$s ha i permessi per usare il database %2$s?"
+#. translators: %s: Plugin name and version
+#: wp-includes/script-loader.php:674
+msgctxt "plugin"
+msgid "%s installed!"
+msgstr "%s installato!"
 
-#: wp-includes/wp-db.php:1109
-msgid "Are you sure it exists?"
-msgstr "Sei sicuro che esista?"
+#. translators: %s: Theme name and version
+#: wp-includes/script-loader.php:676
+msgctxt "theme"
+msgid "%s installed!"
+msgstr "%s installato! "
 
-#. translators: %s: database name
-#: wp-includes/wp-db.php:1104
-msgid "We were able to connect to the database server (which means your username and password is okay) but not able to select the %s database."
-msgstr "Siamo riusciti a connetterci al server del database (il che significa che il tuo nome utente e password sono ok), ma non siamo riusciti a selezionare il database %s."
+#. translators: %s: Plugin name and version
+#: wp-includes/script-loader.php:678
+msgctxt "plugin"
+msgid "%s installation failed"
+msgstr "Installazione di %s non riuscita"
 
-#: wp-includes/wp-db.php:1100
-msgid "Can&#8217;t select database"
-msgstr "Impossibile selezionare il database"
+#. translators: %s: Theme name and version
+#: wp-includes/script-loader.php:680
+msgctxt "theme"
+msgid "%s installation failed"
+msgstr "Installazione di %s non riuscita"
 
-#: wp-includes/widgets/class-wp-widget-tag-cloud.php:135
-msgid "The tag cloud will not be displayed since there are no taxonomies that support the tag cloud widget."
-msgstr "La tag cloud non verrà visualizzata fino a che non vi sono tassonomie che supportano il widget della tag cloud."
+#. translators: %s: Plugin name
+#: wp-includes/script-loader.php:699
+msgctxt "plugin"
+msgid "Network Activate %s"
+msgstr "Attiva %s sul network"
 
-#: wp-includes/user.php:2104
-msgid "Could not save password reset key to database."
-msgstr "Non posso salvare la chiave di reset della password nel database."
+#. translators: %s: Theme name
+#: wp-includes/script-loader.php:701
+msgctxt "theme"
+msgid "Network Activate %s"
+msgstr "Attiva %s sul network"
 
-#: wp-includes/user.php:1461
-msgid "Nicename may not be longer than 50 characters."
-msgstr "Il nicename non può essere più lungo di 50 caratteri."
+#: wp-includes/script-loader.php:699
+msgctxt "plugin"
+msgid "Activate %s"
+msgstr "Attiva %s"
+
+#. translators: %s: Theme name and version
+#: wp-includes/script-loader.php:672
+msgctxt "theme"
+msgid "Installing %s..."
+msgstr "Installazione in corso del tema %s..."
+
+#. translators: %s: Plugin name and version
+#: wp-includes/script-loader.php:670
+msgctxt "plugin"
+msgid "Installing %s..."
+msgstr "Installazione in corso del plugin %s..."
+
+#: wp-includes/class-wp-xmlrpc-server.php:4434
+msgid "Sorry, you are not allowed to access user data on this site."
+msgstr "Non hai i permessi per accedere ai dati degli  utenti su questo sito. "
+
+#: wp-includes/script-loader.php:708
+msgid "Number of plugins found: %d"
+msgstr "Numero di plugin trovati: %d"
+
+#: wp-includes/class-wp-xmlrpc-server.php:2421
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:548
+msgid "Sorry, you are not allowed to edit this user."
+msgstr "Non hai i permessi per modificare questo utente."
+
+#: wp-includes/class-wp-xmlrpc-server.php:2552
+#: wp-includes/class-wp-xmlrpc-server.php:2598
+msgid "Sorry, you are not allowed to edit your profile."
+msgstr "Non hai i permessi per modificare il tuo profilo."
+
+#: wp-includes/class-wp-xmlrpc-server.php:2709
+#: wp-includes/class-wp-xmlrpc-server.php:2911
+msgid "Sorry, you are not allowed to edit pages."
+msgstr "Non hai i permessi per modificare le pagine."
+
+#. translators: If comment number in your language requires declension,
+#. translate this to 'on'. Do not translate into your own language.
+#: wp-includes/comment-template.php:899
+msgctxt "Comment number declension: on or off"
+msgid "off"
+msgstr "off"
+
+#: wp-includes/class-wp-theme.php:786
+msgid "Tan"
+msgstr "Marrone chiaro"
+
+#: wp-includes/class-wp-theme.php:787
+msgid "Dark"
+msgstr "Scuro"
+
+#: wp-includes/class-wp-theme.php:788
+msgid "Fixed Layout"
+msgstr "Layout fisso"
+
+#: wp-includes/class-wp-theme.php:789
+msgid "Responsive Layout"
+msgstr "Layout adattabile (responsive)"
+
+#: wp-includes/class-wp-theme.php:790
+msgid "Photoblogging"
+msgstr "Photoblogging"
+
+#: wp-includes/class-wp-theme.php:788
+msgid "Fluid Layout"
+msgstr "Layout fluido"
+
+#: wp-includes/class-wp-theme.php:790
+msgid "Seasonal"
+msgstr "Stagionale"
+
+#. translators: %s: Error string for a failed installation
+#: wp-includes/script-loader.php:668
+msgid "Installation failed: %s"
+msgstr "Installazione fallita: %s"
+
+#: wp-includes/class-wp-xmlrpc-server.php:1640
+#: wp-includes/class-wp-xmlrpc-server.php:4777
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:721
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:767
+msgid "Sorry, you are not allowed to delete this post."
+msgstr "Non hai i permessi per eliminare questo articolo."
+
+#: wp-includes/class-wp-xmlrpc-server.php:2803
+msgid "Sorry, you are not allowed to delete this page."
+msgstr "Non hai i permessi per eliminare questa pagina."
+
+#: wp-includes/class-wp-xmlrpc-server.php:2668
+#: wp-includes/class-wp-xmlrpc-server.php:2865
+msgid "Sorry, you are not allowed to edit this page."
+msgstr "Non hai i permessi per modificare questa pagina."
+
+#: wp-includes/script-loader.php:689
+msgid "Are you sure you want to delete the selected plugins and their data?"
+msgstr "Desideri eliminare i plugin selezionati ed i loro dati?"
+
+#: wp-includes/script-loader.php:694
+msgid "Deleted!"
+msgstr "Eliminato!"
+
+#: wp-includes/script-loader.php:696
+msgid "Network Activate"
+msgstr "Attiva sul network"
+
+#: wp-includes/script-loader.php:690
+msgid "Caution: These themes may be active on other sites in the network. Are you sure you want to proceed?"
+msgstr "Attenzione: questi temi potrebbero essere attivi su altri siti del network. Desideri procedere?"
+
+#. translators: %s: Error string for a failed deletion
+#: wp-includes/script-loader.php:693
+msgid "Deletion failed: %s"
+msgstr "Eliminazione fallita: %s"
+
+#: wp-includes/script-loader.php:976
+msgid "Today"
+msgstr "Oggi"
+
+#: wp-includes/customize/class-wp-customize-nav-menu-location-control.php:80
+#: wp-includes/widgets/class-wp-nav-menu-widget.php:153
+msgid "Edit Menu"
+msgstr "Modifica il menu"
+
+#: wp-includes/wp-db.php:1801 wp-includes/wp-db.php:1807
+msgid "Unable to retrieve the error message from MySQL"
+msgstr "Impossibile ottenere il messaggio di errore da MySQL"
+
+#. translators: %s: site title
+#: wp-login.php:230
+msgctxt "site"
+msgid "&larr; Back to %s"
+msgstr "&larr; Torna a %s"
+
+#. translators: %s: Plugin name
+#: wp-includes/script-loader.php:688
+msgid "Are you sure you want to delete %s and its data?"
+msgstr "Desideri eliminare %s e i suoi dati?"
+
+#: wp-includes/script-loader.php:691
+msgid "Deleting..."
+msgstr "Eliminazione in corso..."
+
+#: wp-includes/class-wp-xmlrpc-server.php:3608
+#: wp-includes/script-loader.php:705
+msgid "An unknown error occurred"
+msgstr "Si è verificato un errore sconosciuto"
+
+#: wp-includes/script-loader.php:666
+msgid "Install Failed!"
+msgstr "Installazione fallita!"
+
+#. translators: %s: Theme name
+#: wp-includes/script-loader.php:686
+msgid "Are you sure you want to delete %s?"
+msgstr "Desideri eliminare %s?"
+
+#. translators: %s: user name
+#: wp-includes/pluggable.php:1715
+msgid "Password changed for user: %s"
+msgstr "Password cambiata per l'utente: %s"
+
+#. translators: %s: site title
+#: wp-includes/pluggable.php:1720
+msgid "[%s] Password Changed"
+msgstr "[%s] Password cambiata"
+
+#: wp-includes/script-loader.php:401
+msgctxt "password strength"
+msgid "Password strength unknown"
+msgstr "Efficacia della password sconosciuta"
+
+#: wp-includes/script-loader.php:528
+msgid ""
+"Are you sure you want to do this?\n"
+"The comment changes you made will be lost."
+msgstr ""
+"Desideri farlo?\n"
+"Perderai le modifiche fatte al commento."
+
+#: wp-includes/script-loader.php:637
+msgid "You do not appear to have any plugins available at this time."
+msgstr "In questo momento non hai plugin disponibili."
+
+#: wp-includes/script-loader.php:412
+msgid "Confirm use of weak password"
+msgstr "Conferma l'uso della password debole."
+
+#. translators: %s: Search string
+#: wp-includes/script-loader.php:635
+msgid "Search results for &#8220;%s&#8221;"
+msgstr "Risultati della ricerca per &#8220;%s&#8221;"
+
+#: wp-includes/script-loader.php:638
+msgid "Please select at least one item to perform this action on."
+msgstr "Seleziona almeno un elemento per effettuare l'azione."
+
+#: wp-includes/script-loader.php:642
+msgid "Update Now"
+msgstr "Aggiorna ora"
+
+#: wp-includes/revision.php:550
+msgid "Sorry, you are not allowed to preview drafts."
+msgstr "Non hai i permessi per visualizzare le bozze in anteprima."
+
+#: wp-includes/rest-api/class-wp-rest-server.php:902
+#: wp-includes/script-loader.php:132 wp-includes/script-loader.php:517
+msgid "Sorry, you are not allowed to do that."
+msgstr "Non hai i permessi per farlo."
+
+#. translators: %s: Codex URL
+#: wp-includes/formatting.php:4244
+msgid "A structure tag is required when using custom permalinks. <a href=\"%s\">Learn more</a>"
+msgstr "Quando usi permalink personalizzati devi avere una struttura di tag. <a href=\"%s\">Per saperne di più</a>"
+
+#: wp-includes/media-template.php:1239
+msgid "Image crop area preview. Requires mouse interaction."
+msgstr "Anteprima dell'area di ritaglio. Interagisci con il mouse."
+
+#: wp-includes/formatting.php:4245
+msgid "https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure"
+msgstr "https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure"
+
+#: wp-includes/class-wp-xmlrpc-server.php:3940
+#: wp-includes/class-wp-xmlrpc-server.php:3988
+#: wp-includes/class-wp-xmlrpc-server.php:5815
+msgid "Sorry, you are not allowed to upload files."
+msgstr "Non hai i permessi per caricare i file."
+
+#: wp-includes/class-wp-xmlrpc-server.php:3062
+msgid "Sorry, you are not allowed to add a category."
+msgstr "Non hai i permessi per aggiungere una categoria."
+
+#: wp-includes/class-wp-xmlrpc-server.php:2479
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:180
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:352
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:354
+msgid "Sorry, you are not allowed to list users."
+msgstr "Non hai i permessi per l'elenco degli utenti."
+
+#: wp-includes/class-wp-customize-manager.php:2019
+#: wp-includes/class-wp-customize-setting.php:549
+msgid "Invalid value."
+msgstr "Valore non valido."
+
+#. translators: URL to the widgets panel of the customizer
+#: wp-includes/class-wp-customize-nav-menus.php:585
+msgid "You can also place menus in <a href=\"%s\">widget areas</a> with the &#8220;Custom Menu&#8221; widget."
+msgstr "Puoi inserire i menu nelle <a href=\"%s\">aree widget</a> con il widget &#8220;Menu personalizzato&#8221;."
+
+#: wp-includes/class-wp-customize-manager.php:2348
+msgid "There is %s invalid setting."
+msgid_plural "There are %s invalid settings."
+msgstr[0] "C'è %s impostazione non valida."
+msgstr[1] "Ci sono %s impostazioni non valide."
+
+#: wp-includes/class-wp-customize-manager.php:476
+#: wp-includes/script-loader.php:468
+msgid "Sorry, you are not allowed to customize this site."
+msgstr "Non hai i permessi per personalizzare questo sito."
+
+#. translators: 1: <script>, 2: wp_add_inline_script()
+#. translators: 1: <style>, 2: wp_add_inline_style()
+#: wp-includes/functions.wp-scripts.php:113
+#: wp-includes/functions.wp-styles.php:89
+msgid "Do not pass %1$s tags to %2$s."
+msgstr "Non passare i %1$s tag a %2$s."
+
+#: wp-includes/class-wp-editor.php:1056
+msgid "Link options"
+msgstr "Opzioni link"
+
+#: wp-includes/script-loader.php:433
+msgid "Link selected."
+msgstr "Link selezionato."
+
+#: wp-includes/script-loader.php:434
+msgid "Link inserted."
+msgstr "Link inserito."
+
+#. translators: %s: ImageMagick method name
+#: wp-includes/class-wp-image-editor-imagick.php:701
+#: wp-includes/class-wp-image-editor-imagick.php:706
+msgid "%s is required to strip image meta."
+msgstr "È richiesto %s per poter eliminare i meta dell'immagine."
+
+#: wp-includes/script-loader.php:626
+msgid "Plugin details"
+msgstr "Dettagli del plugin"
+
+#: wp-includes/media.php:3451
+msgid "No media files found."
+msgstr "Nessun file multimediale trovato."
+
+#. translators: 1: post title, 2: site name
+#: wp-includes/embed.php:467
+msgid "&#8220;%1$s&#8221; &#8212; %2$s"
+msgstr "&#8220;%1$s&#8221; &#8212; %2$s"
+
+#. translators: %d: Number of results found when using jQuery UI Autocomplete
+#: wp-includes/script-loader.php:238
+msgid "%d results found. Use up and down arrow keys to navigate."
+msgstr "Trovati %d risultati. Usa i tasti freccia su e giù per esplorarli. "
+
+#. translators: Number of results found when using jQuery UI Autocomplete
+#: wp-includes/script-loader.php:236
+msgid "1 result found. Use up and down arrow keys to navigate."
+msgstr "Trovato 1 risultato. Usa i tasti freccia su e giù per esplorarlo."
+
+#. translators: %s: user name
+#: wp-includes/comment-template.php:2229
+msgid "Logged in as %s. Edit your profile."
+msgstr "Autenticato come %s. Modifica il tuo profilo."
+
+#. translators: 1: edit user link, 2: accessibility text, 3: user name, 4:
+#. logout URL
+#: wp-includes/comment-template.php:2226
+msgid "<a href=\"%1$s\" aria-label=\"%2$s\">Logged in as %3$s</a>. <a href=\"%4$s\">Log out?</a>"
+msgstr "<a href=\"%1$s\" aria-label=\"%2$s\">Autenticato come %3$s</a>. <a href=\"%4$s\">Uscire?</a>"
+
+#. translators: 1: VHOST, 2: SUBDOMAIN_INSTALL, 3: wp-config.php, 4:
+#. is_subdomain_install()
+#: wp-includes/ms-default-constants.php:134
+msgid "The constant %1$s <strong>is deprecated</strong>. Use the boolean constant %2$s in %3$s to enable a subdomain configuration. Use %4$s to check whether a subdomain configuration is enabled."
+msgstr "La costante %1$s <strong>è deprecata</strong>. Utilizza la costante booleana %2$s in %3$s per abilitare la configurazione dei sottodomini. Utilizza %4$s per verificare se una configurazione dei sottodomini è abilitata."
+
+#. translators: 1: panel id, 2: link to 'customize_loaded_components' filter
+#. reference
+#: wp-includes/class-wp-customize-manager.php:2940
+msgid "Removing %1$s manually will cause PHP warnings. Use the %2$s filter instead."
+msgstr "Rimuovere manualmente %1$s causerà dei warning PHP . Utilizza in alternativa il filtro %2$s."
+
+#: wp-includes/class-wp-editor.php:1081
+msgid "The next group of formatting shortcuts are applied as you type or when you insert them around plain text in the same paragraph. Press Escape or the Undo button to undo."
+msgstr "Il prossimo gruppo di scorciatoie di formattazione vengono applicate quando digiti o inserisci attorno ad un testo normale nel medesimo paragrafo. Per annullare premere Esc o il pulsante Annulla."
+
+#: wp-includes/user.php:202
+msgid "<strong>ERROR</strong>: The email field is empty."
+msgstr "<strong>ERRORE</strong>: Il campo email è vuoto."
+
+#: wp-includes/user.php:220
+msgid "<strong>ERROR</strong>: Invalid email address."
+msgstr "<strong>ERRORE</strong>: Indirizzo email non valido."
+
+#. translators: %s: email address
+#: wp-includes/user.php:238
+msgid "<strong>ERROR</strong>: The password you entered for the email address %s is incorrect."
+msgstr "<strong>ERRORE</strong>: La password inserita per l'indirizzo email %s è errata."
+
+#. translators: 1: display name, 2: user_login
+#: wp-includes/user.php:1105
+msgctxt "user dropdown"
+msgid "%1$s (%2$s)"
+msgstr "%1$s (%2$s)"
+
+#: wp-login.php:853
+msgid "Your session has expired. Please log in to continue where you left off."
+msgstr "La sessione è scaduta. Accedi di nuovo per continuare da dove eri rimasto."
+
+#: wp-includes/taxonomy.php:426
+msgid "Unregistering a built-in taxonomy is not allowed"
+msgstr "Non è permesso de-registrare una tassonomia incorporata "
+
+#: wp-includes/post.php:234
+msgctxt "post status"
+msgid "Trash"
+msgstr "Cestino"
+
+#: wp-includes/script-loader.php:473
+msgid "(Untitled)"
+msgstr "(Senza titolo)"
+
+#: wp-includes/script-loader.php:538
+msgid "Drag boxes here"
+msgstr "Trascina qui i riquadri"
+
+#: wp-includes/rest-api.php:45
+msgid "Route must be specified."
+msgstr "Deve essere specificato il percorso."
+
+#: wp-includes/rest-api.php:42
+msgid "Routes must be namespaced with plugin or theme name and version."
+msgstr "I percorsi devono essere \"namespaced\" con il nome e la versione del plugin o del tema."
+
+#: wp-includes/post.php:1167
+msgid "Unregistering a built-in post type is not allowed"
+msgstr "Non è permesso de-registrare un tipo di contenuto (post type) incorporato"
+
+#: wp-includes/post.php:199
+msgctxt "post status"
+msgid "Published"
+msgstr "Pubblicato"
+
+#: wp-includes/post.php:206
+msgctxt "post status"
+msgid "Scheduled"
+msgstr "Programmato"
+
+#: wp-includes/post.php:213
+msgctxt "post status"
+msgid "Draft"
+msgstr "Bozza"
+
+#: wp-includes/post.php:220
+msgctxt "post status"
+msgid "Pending"
+msgstr "In attesa"
+
+#: wp-includes/post.php:227
+msgctxt "post status"
+msgid "Private"
+msgstr "Privato"
+
+#: wp-includes/post-template.php:1602
+msgctxt "post password form"
+msgid "Enter"
+msgstr "Invio"
+
+#. translators: 1: blog name, 2: separator(raquo), 3: term name, 4: taxonomy
+#. singular name
+#: wp-includes/general-template.php:2656
+msgid "%1$s %2$s %3$s %4$s Feed"
+msgstr "Feed %1$s %2$s %3$s %4$s"
+
+#: wp-includes/pluggable.php:527
+msgid "<strong>ERROR</strong>: Invalid username, email address or incorrect password."
+msgstr "<strong>ERRORE</strong>: Nome utente non valido, indirizzo email o password non corretti."
+
+#: wp-includes/class-wp-customize-manager.php:3784
+msgid "No logo selected"
+msgstr "Nessun logo selezionato"
+
+#: wp-includes/class-wp-customize-manager.php:3786
+msgid "Choose logo"
+msgstr "Scegli il logo"
+
+#: wp-includes/functions.php:5212
+msgid "Close dialog"
+msgstr "Chiudi la finestra di dialogo"
+
+#. translators: 1: PHP class name, 2: PHP parent class name, 3: version number,
+#. 4: __construct() method
+#: wp-includes/functions.php:3845
+msgid "The called constructor method for %1$s in %2$s is <strong>deprecated</strong> since version %3$s! Use %4$s instead."
+msgstr "Il metodo del costruttore richiamato per %1$s in %2$s è <strong>deprecato</strong> dalla versione %3$s! Utilizzare invece %4$s."
+
+#. translators: %s: document.write()
+#: wp-includes/customize/class-wp-customize-selective-refresh.php:190
+msgid "%s is forbidden"
+msgstr "%s è proibito"
+
+#: wp-includes/class-wp-customize-manager.php:3780
+#: wp-includes/class-wp-customize-manager.php:3785
+msgid "Select logo"
+msgstr "Seleziona il logo"
+
+#: wp-includes/class-wp-customize-manager.php:3781
+msgid "Change logo"
+msgstr "Cambia il logo"
+
+#: wp-includes/customize/class-wp-customize-partial.php:221
+msgid "Partial render must echo the content or return the content string (or array), but not both."
+msgstr "La visualizzazione parziale deve mostrare il contenuto o restituire la stringa del contenuto (o un array) ma non può fare entrambe le cose."
+
+#: wp-includes/comment.php:243
+msgctxt "comment status"
+msgid "Spam"
+msgstr "Spam"
+
+#: wp-includes/comment.php:242
+msgctxt "comment status"
+msgid "Approved"
+msgstr "Approvato"
+
+#: wp-includes/comment.php:1138
+msgid "<strong>ERROR</strong>: your name is too long."
+msgstr "<strong>ERRORE</strong>: il nome è troppo lungo."
+
+#: wp-includes/comment.php:1142
+msgid "<strong>ERROR</strong>: your email address is too long."
+msgstr "<strong>ERRORE</strong>: l'indirizzo email è troppo lungo."
+
+#: wp-includes/comment.php:1146
+msgid "<strong>ERROR</strong>: your url is too long."
+msgstr "<strong>ERRORE</strong>: l'indirizzo è troppo lungo."
+
+#: wp-includes/comment.php:1150
+msgid "<strong>ERROR</strong>: your comment is too long."
+msgstr "<strong>ERRORE</strong>: il commento è troppo lungo."
+
+#: wp-includes/comment.php:244
+msgctxt "comment status"
+msgid "Trash"
+msgstr "Cestinato"
+
+#: wp-includes/class-wp-customize-manager.php:3772
+msgid "Logo"
+msgstr "Logo"
+
+#: wp-includes/class-wp-editor.php:1054
+msgid "Paste URL or type to search"
+msgstr "Incolla l'URL oppure digita per cercare"
+
+#: wp-includes/class-wp-metadata-lazyloader.php:81
+#: wp-includes/class-wp-metadata-lazyloader.php:122
+msgid "Invalid object type"
+msgstr "Tipo oggetto non valido"
+
+#: wp-includes/class-wp-theme.php:276
+msgid "https://codex.wordpress.org/Child_Themes"
+msgstr "https://codex.wordpress.org/Child_Themes"
+
+#. translators: 1: index.php, 2: Codex URL, 3: style.css
+#: wp-includes/class-wp-theme.php:274
+msgid "Template is missing. Standalone themes need to have a %1$s template file. <a href=\"%2$s\">Child themes</a> need to have a Template header in the %3$s stylesheet."
+msgstr "Modello mancante. I temi devono avere un file di modello %1$s . <a href=\"%2$s\">I temi Child</a> devono avere una intestazione di modello nel foglio di stile %3$s."
+
+#: wp-includes/class-wp-customize-manager.php:3739
+#: wp-includes/class-wp-customize-manager.php:3816
+msgid "Display Site Title and Tagline"
+msgstr "Mostra il titolo del sito e il motto"
+
+#: wp-comments-post.php:29
+msgid "Comment Submission Failure"
+msgstr "Inserimento commento fallito."
+
+#: wp-includes/class-wp-customize-manager.php:1782
+#: wp-includes/customize/class-wp-customize-selective-refresh.php:184
+msgid "Shift-click to edit this element."
+msgstr "Fare clic+shift (maiusc) per modificare questo elemento."
+
+#: wp-includes/class-wp-customize-manager.php:3611
+msgid "Enter desktop preview mode"
+msgstr "Abilita l'anteprima in modalità desktop"
+
+#: wp-includes/class-wp-customize-manager.php:3615
+msgid "Enter tablet preview mode"
+msgstr "Abilita l'anteprima in modalità tablet"
+
+#: wp-includes/class-wp-customize-manager.php:3618
+msgid "Enter mobile preview mode"
+msgstr "Abilita l'anteprima in modalità mobile"
+
+#: wp-includes/user.php:2290
+msgid "<strong>ERROR</strong>: Sorry, that username is not allowed."
+msgstr "<strong>ERRORE</strong>: nome utente non permesso."
+
+#: wp-includes/rest-api/class-wp-rest-request.php:904
+msgid "Invalid parameter."
+msgstr "Parametro non valido."
+
+#. translators: %s: menu name
+#: wp-includes/customize/class-wp-customize-nav-menu-control.php:76
+msgctxt "menu location"
+msgid "(Current: %s)"
+msgstr "(Attuale: %s)"
+
+#. translators: %s: menu location
+#: wp-includes/class-wp-customize-nav-menus.php:417
+msgctxt "menu"
+msgid "(Currently set to: %s)"
+msgstr "(Attualmente impostato a: %s)"
+
+#: wp-includes/ms-load.php:486
+msgid "https://codex.wordpress.org/Debugging_a_WordPress_Network"
+msgstr "https://codex.wordpress.org/Debugging_a_WordPress_Network"
+
+#. translators: %s: Codex URL
+#: wp-includes/ms-load.php:485
+msgid "Read the <a href=\"%s\" target=\"_blank\">bug report</a> page. Some of the guidelines there may help you figure out what went wrong."
+msgstr "Leggi la pagina <a href=\"%s\" target=\"_blank\">Segnalazione bug</a>. Alcune delle linee guida potrebbero aiutarti a capire cosa è andato storto."
+
+#. translators: %s: Codex URL
+#: wp-includes/functions.php:4087
+msgid "Please see <a href=\"%s\">Debugging in WordPress</a> for more information."
+msgstr "Leggi <a href=\"%s\">Debugging in WordPress</a> per maggiori informazioni."
+
+#: wp-includes/functions.php:4088
+msgid "https://codex.wordpress.org/Debugging_in_WordPress"
+msgstr "https://codex.wordpress.org/Debugging_in_WordPress"
+
+#. translators: 1: $table_prefix 2: wp-config.php
+#: wp-includes/load.php:438
+msgid "<strong>ERROR</strong>: %1$s in %2$s can only contain numbers, letters, and underscores."
+msgstr "<strong>ERRORE</strong>: %1$s in %2$s può contenere solo numeri, lettere e trattini bassi."
+
+#: wp-includes/script-loader.php:614 wp-includes/script-loader.php:620
+msgid "Changes saved."
+msgstr "Cambiamenti salvati"
+
+#: wp-load.php:83
+msgid "https://codex.wordpress.org/Editing_wp-config.php"
+msgstr "https://codex.wordpress.org/Editing_wp-config.php"
+
+#. translators: %s: Codex URL
+#: wp-load.php:82
+msgid "Need more help? <a href='%s'>We got it</a>."
+msgstr "Hai bisogno di ulteriore aiuto? <a href='%s'>Chiedicelo</a>."
+
+#. translators: %s: WP_User->ID
+#: wp-includes/class-wp-user.php:277 wp-includes/class-wp-user.php:307
+#: wp-includes/class-wp-user.php:346 wp-includes/class-wp-user.php:370
+msgid "Use %s instead."
+msgstr "Utilizza invece %s."
+
+#. translators: %s: get_the_author()
+#. translators: %s: get_trackback_url()
+#: wp-includes/author-template.php:66 wp-includes/comment-template.php:1137
+msgid "Use %s instead if you do not want the value echoed."
+msgstr "Utilizza invece %s se non vuoi che il valore venga visualizzato."
+
+#. translators: %s: wp-config.php
+#: wp-load.php:77
+msgid "There doesn't seem to be a %s file. I need this before we can get started."
+msgstr "Sembra che il file %s non esista. Mi serve per poter iniziare."
+
+#: wp-includes/class-wp-term.php:167
+msgid "Term ID is shared between multiple taxonomies"
+msgstr "L'ID del termine è condiviso tra diverse tassonomie"
+
+#. translators: month name, genitive
+#: wp-includes/class-wp-locale.php:177
+msgctxt "genitive"
+msgid "June"
+msgstr "Giugno"
+
+#. translators: month name, genitive
+#: wp-includes/class-wp-locale.php:178
+msgctxt "genitive"
+msgid "July"
+msgstr "Luglio"
+
+#. translators: month name, genitive
+#: wp-includes/class-wp-locale.php:179
+msgctxt "genitive"
+msgid "August"
+msgstr "Agosto"
+
+#. translators: month name, genitive
+#: wp-includes/class-wp-locale.php:180
+msgctxt "genitive"
+msgid "September"
+msgstr "Settembre"
+
+#. translators: month name, genitive
+#: wp-includes/class-wp-locale.php:181
+msgctxt "genitive"
+msgid "October"
+msgstr "Ottobre"
+
+#. translators: month name, genitive
+#: wp-includes/class-wp-locale.php:182
+msgctxt "genitive"
+msgid "November"
+msgstr "Novembre"
+
+#. translators: month name, genitive
+#: wp-includes/class-wp-locale.php:183
+msgctxt "genitive"
+msgid "December"
+msgstr "Dicembre"
+
+#: wp-includes/taxonomy.php:1160 wp-includes/taxonomy.php:1242
+msgid "Term meta cannot be added to terms that are shared between taxonomies."
+msgstr "I meta non possono essere aggiunti a termini che sono condivisi tra tassonomie."
+
+#. translators: If months in your language require a genitive case, translate
+#. this to 'on'. Do not translate into your own language.
+#: wp-includes/functions.php:175
+msgctxt "decline months names: on or off"
+msgid "off"
+msgstr "disattivato"
+
+#. translators: month name, genitive
+#: wp-includes/class-wp-locale.php:172
+msgctxt "genitive"
+msgid "January"
+msgstr "Gennaio"
+
+#. translators: month name, genitive
+#: wp-includes/class-wp-locale.php:173
+msgctxt "genitive"
+msgid "February"
+msgstr "Febbraio"
+
+#. translators: month name, genitive
+#: wp-includes/class-wp-locale.php:174
+msgctxt "genitive"
+msgid "March"
+msgstr "Marzo"
+
+#. translators: month name, genitive
+#: wp-includes/class-wp-locale.php:175
+msgctxt "genitive"
+msgid "April"
+msgstr "Aprile"
+
+#. translators: month name, genitive
+#: wp-includes/class-wp-locale.php:176
+msgctxt "genitive"
+msgid "May"
+msgstr "Maggio"
+
+#: wp-includes/embed.php:992
+msgid "Sharing options"
+msgstr "Opzioni di condivisione"
+
+#: wp-includes/class-wp-xmlrpc-server.php:534
+msgid "Medium-Large size image height"
+msgstr "Altezza immagine media-larga"
+
+#: wp-includes/class-wp-xmlrpc-server.php:529
+msgid "Medium-Large size image width"
+msgstr "Larghezza immagine medio-larga"
+
+#. translators: %s: site link
+#: wp-includes/theme-compat/sidebar.php:78
+msgid "You are currently browsing the %s blog archives."
+msgstr "Stai sfogliando gli archivi del blog %s."
+
+#. translators: 1: site link, 2: archive date
+#: wp-includes/theme-compat/sidebar.php:46
+msgid "You are currently browsing the %1$s blog archives for the day %2$s."
+msgstr "Stai sfogliando gli archivi del blog %1$s del giorno %2$s."
+
+#. translators: 1: site link, 2: archive month
+#: wp-includes/theme-compat/sidebar.php:54
+msgid "You are currently browsing the %1$s blog archives for %2$s."
+msgstr "Stai sfogliando gli archivi del blog %1$s di %2$s."
+
+#. translators: 1: site link, 2: archive year
+#: wp-includes/theme-compat/sidebar.php:62
+msgid "You are currently browsing the %1$s blog archives for the year %2$s."
+msgstr "Stai sfogliando gli archivi del blog %1$s dell'anno %2$s."
+
+#. translators: %s: admin email link
+#: wp-includes/ms-load.php:103
+msgid "This site has not been activated yet. If you are having problems activating your site, please contact %s."
+msgstr "Il sito non è ancora stato attivato. Se hai dei problemi nell'attivare il tuo sito, contatta %s."
+
+#. translators: %s: menu name
+#: wp-includes/nav-menu.php:291 wp-includes/nav-menu.php:304
+msgid "The menu name %s conflicts with another menu name. Please try another."
+msgstr "Il nome del menu %s è in conflitto con il nome di un altro menu. Provane un altro."
+
+#. translators: %s: email address
+#: wp-signup.php:608 wp-signup.php:754
+msgid "Check your inbox at %s and click the link given."
+msgstr "Controlla la tua posta in arrivo a %s e fai clic sul link."
+
+#. translators: %s: site address
+#: wp-signup.php:885
+msgid "The site you were looking for, %s, does not exist."
+msgstr "Il sito che stavi cercando, %s, non esiste."
+
+#. translators: %s: a link to the embedded site
+#: wp-includes/theme-compat/embed-404.php:21
+msgid "It looks like nothing was found at this location. Maybe try visiting %s directly?"
+msgstr "Sembra che non sia stato trovato nulla a questo indirizzo. Vuoi provare a visitare %s direttamente?"
+
+#. translators: %s: Name of current post
+#: wp-includes/embed.php:797 wp-includes/post-template.php:270
+msgid "Continue reading %s"
+msgstr "Leggi tutto %s"
+
+#: wp-includes/theme-compat/embed-404.php:14
+msgid "Oops! That embed can&#8217;t be found."
+msgstr "Oops! Quell'embed non può essere trovato."
+
+#: wp-signup.php:146
+msgid "Site Language:"
+msgstr "Lingua del sito:"
+
+#: wp-mail.php:227
+msgid "Posted title:"
+msgstr "Titolo pubblicato:"
+
+#. translators: %s: the message ID
+#: wp-mail.php:240
+msgid "Mission complete. Message %s deleted."
+msgstr "Missione completata. Il messaggio %s è stato eliminato."
+
+#: wp-mail.php:226
+msgid "Author:"
+msgstr "Autore:"
+
+#: wp-includes/wp-db.php:1689
+msgid "Error reconnecting to the database"
+msgstr "Errore di riconnessione al database"
+
+#: wp-includes/wp-db.php:1594
+msgid "Are you sure that you have typed the correct hostname?"
+msgstr "Sei sicuro di aver immesso l'hostname corretto?"
+
+#: wp-includes/wp-db.php:1595 wp-includes/wp-db.php:1698
+msgid "Are you sure that the database server is running?"
+msgstr "Sei sicuro che il server del database sia attivo?"
+
+#: wp-includes/wp-db.php:1699
+msgid "Are you sure that the database server is not under particularly heavy load?"
+msgstr "Sei sicuro che il server del database non sia sovraccarico?"
+
+#. translators: %s: database host
+#: wp-includes/wp-db.php:1693
+msgid "This means that we lost contact with the database server at %s. This could mean your host&#8217;s database server is down."
+msgstr "Vuol dire che abbiamo perso il collegamento col server database %s. Potrebbe voler dire che il tuo database è irraggiungibile."
+
+#. translators: %s: support forums URL
+#: wp-includes/wp-db.php:1600 wp-includes/wp-db.php:1704
+msgid "If you&#8217;re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href=\"%s\">WordPress Support Forums</a>."
+msgstr "Se non sei sicuro di cosa vogliano dire questi termini prova a contattare il tuo fornitore di hosting. Se hai ancora bisogno di aiuto puoi sempre visitare il <a href=\"%s\">forum di supporto di WordPress</a>."
+
+#. translators: 1: wp-config.php. 2: database host
+#: wp-includes/wp-db.php:1587
+msgid "This either means that the username and password information in your %1$s file is incorrect or we can&#8217;t contact the database server at %2$s. This could mean your host&#8217;s database server is down."
+msgstr "Questo potrebbe voler dire che nome utente e password nel file %1$s sono sbagliate o che non possiamo contattare il database %2$s. Potrebbe voler dire che il tuo database è irraggiungibile."
+
+#: wp-includes/wp-db.php:1593
+msgid "Are you sure you have the correct username and password?"
+msgstr "Sei sicuro di avere nome utente e password corretti?"
+
+#. translators: %s: support forums URL
+#: wp-includes/wp-db.php:1128
+msgid "If you don&#8217;t know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href=\"%s\">WordPress Support Forums</a>."
+msgstr "Se non sai come configurare un database <strong>contatta il tuo provider di hosting</strong>. Se tutto il resto non funziona puoi trovare aiuto su <a href=\"%s\">forum di supporto WordPress</a>"
+
+#: wp-includes/wp-db.php:1100
+msgid "Can&#8217;t select database"
+msgstr "Impossibile selezionare il database"
+
+#. translators: 1: database user, 2: database name
+#: wp-includes/wp-db.php:1113
+msgid "Does the user %1$s have permission to use the %2$s database?"
+msgstr "L'utente %1$s ha i permessi per usare il database %2$s?"
+
+#. translators: %s: database name
+#: wp-includes/wp-db.php:1104
+msgid "We were able to connect to the database server (which means your username and password is okay) but not able to select the %s database."
+msgstr "Siamo riusciti a connetterci al server del database (il che significa che il tuo nome utente e password sono ok), ma non siamo riusciti a selezionare il database %s."
+
+#. translators: %s: database name
+#: wp-includes/wp-db.php:1120
+msgid "On some systems the name of your database is prefixed with your username, so it would be like <code>username_%1$s</code>. Could that be the problem?"
+msgstr "In alcuni sistemi il nome del tuo database ha il tuo nome utente come prefisso, ovvero <code>username_%1$s</code>. Potrebbe essere questo il problema?"
+
+#: wp-includes/wp-db.php:1109
+msgid "Are you sure it exists?"
+msgstr "Sei sicuro che esista?"
+
+#: wp-includes/widgets/class-wp-widget-tag-cloud.php:135
+msgid "The tag cloud will not be displayed since there are no taxonomies that support the tag cloud widget."
+msgstr "La tag cloud non verrà visualizzata fino a che non vi sono tassonomie che supportano il widget della tag cloud."
 
 #. translators: %s: user name
 #: wp-includes/user.php:166
 msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
 msgstr "<strong>ERRORE</strong>: La password inserita per il nome utente %s non è corretta."
 
-#: wp-includes/user.php:142
-msgid "<strong>ERROR</strong>: Invalid username."
-msgstr "<strong>ERRORE</strong>: nome utente non valido."
+#: wp-includes/user.php:2129
+msgid "Could not save password reset key to database."
+msgstr "Non posso salvare la chiave di reset della password nel database."
 
-#: wp-includes/taxonomy.php:613
-msgid "Categories list"
-msgstr "Elenco delle categorie"
+#: wp-includes/user.php:1475
+msgid "Nicename may not be longer than 50 characters."
+msgstr "Il nicename non può essere più lungo di 50 caratteri."
 
-#: wp-includes/taxonomy.php:613
+#: wp-includes/taxonomy.php:513
 msgid "Tags list"
 msgstr "Elenco dei tag"
 
-#: wp-includes/taxonomy.php:612
-msgid "Categories list navigation"
-msgstr "Navigazione elenco categorie"
+#: wp-includes/taxonomy.php:513
+msgid "Categories list"
+msgstr "Elenco delle categorie"
 
-#: wp-includes/taxonomy.php:612
+#: wp-includes/taxonomy.php:512
 msgid "Tags list navigation"
 msgstr "Navigazione elenco dei tag"
 
-#. translators: 1: shortcode name, 2: space separated list of reserved
-#. characters
-#: wp-includes/shortcodes.php:100
-msgid "Invalid shortcode name: %1$s. Do not use spaces or reserved characters: %2$s"
-msgstr "Nome shortcode non valido: %1$s. Non utilizzare spazi o i caratteri riservati: %2$s"
-
-#: wp-includes/shortcodes.php:93
-msgid "Invalid shortcode name: Empty name given."
-msgstr "Nome per lo shortcode non valido: il nome non può essere vuoto."
-
-#: wp-includes/script-loader.php:552
-msgid "Permalink saved"
-msgstr "Permalink salvato"
+#: wp-includes/taxonomy.php:512
+msgid "Categories list navigation"
+msgstr "Navigazione elenco categorie"
 
-#: wp-includes/rest-api.php:594
-msgid "Cookie nonce is invalid"
-msgstr "Il nonce del cookie non valido"
+#: wp-includes/user.php:142
+msgid "<strong>ERROR</strong>: Invalid username."
+msgstr "<strong>ERRORE</strong>: nome utente non valido."
 
 #. translators: 1: function name, 2: WordPress version number, 3: error message
-#: wp-includes/rest-api.php:374
+#: wp-includes/rest-api.php:495
 msgid "%1$s (since %2$s; %3$s)"
 msgstr "%1$s (dal %2$s; %3$s)"
 
 #. translators: 1: function name, 2: WordPress version number
-#: wp-includes/rest-api.php:356 wp-includes/rest-api.php:377
+#: wp-includes/rest-api.php:477 wp-includes/rest-api.php:498
 msgid "%1$s (since %2$s; no alternative available)"
 msgstr "%1$s (da %2$s; nessuna alternativa disponibile)"
 
+#: wp-includes/shortcodes.php:93
+msgid "Invalid shortcode name: Empty name given."
+msgstr "Nome per lo shortcode non valido: il nome non può essere vuoto."
+
+#: wp-includes/rest-api.php:714
+msgid "Cookie nonce is invalid"
+msgstr "Il nonce del cookie non valido"
+
+#: wp-includes/script-loader.php:576
+msgid "Permalink saved"
+msgstr "Permalink salvato"
+
+#. translators: 1: shortcode name, 2: space separated list of reserved
+#. characters
+#: wp-includes/shortcodes.php:100
+msgid "Invalid shortcode name: %1$s. Do not use spaces or reserved characters: %2$s"
+msgstr "Nome shortcode non valido: %1$s. Non utilizzare spazi o i caratteri riservati: %2$s"
+
 #. translators: 1: function name, 2: WordPress version number, 3: new function
 #. name
-#: wp-includes/rest-api.php:353
+#: wp-includes/rest-api.php:474
 msgid "%1$s (since %2$s; use %3$s instead)"
 msgstr "%1$s (da %2$s; utilizza invece %3$s )"
 
-#: wp-includes/rest-api/class-wp-rest-server.php:1012
+#: wp-includes/rest-api/class-wp-rest-server.php:1054
 msgid "The specified namespace could not be found."
 msgstr "Il namespace specificato non è stato trovato."
 
-#: wp-includes/rest-api/class-wp-rest-server.php:924
+#: wp-includes/rest-api/class-wp-rest-server.php:966
 msgid "No route was found matching the URL and request method"
 msgstr "Nessun percorso fornisce una corrispondenza tra l'URL e le modalità di richiesta"
 
-#: wp-includes/rest-api/class-wp-rest-server.php:846
-msgid "The handler for the route is invalid"
-msgstr "Il gestore del percorso non è valido"
-
-#: wp-includes/rest-api/class-wp-rest-server.php:291
-msgid "The JSONP callback function is invalid."
-msgstr "La funzione di chiamata JSONP non è valida."
-
-#: wp-includes/rest-api/class-wp-rest-server.php:285
-msgid "JSONP support is disabled on this site."
-msgstr "Supporto JSONP disabilitato in questo sito."
-
-#: wp-includes/rest-api/class-wp-rest-server.php:280
-msgid "The REST API is disabled on this site."
-msgstr "REST API disabilitato in questo sito."
+#: wp-includes/rest-api/class-wp-rest-server.php:845
+msgid "The handler for the route is invalid"
+msgstr "Il gestore del percorso non è valido"
 
-#: wp-includes/rest-api/class-wp-rest-request.php:866
+#: wp-includes/rest-api/class-wp-rest-request.php:847
+#: wp-includes/rest-api/class-wp-rest-request.php:914
 msgid "Invalid parameter(s): %s"
 msgstr "Parametro(i) non valido(i): %s"
 
-#: wp-includes/rest-api/class-wp-rest-request.php:838
+#: wp-includes/rest-api/class-wp-rest-request.php:886
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:157
 msgid "Missing parameter(s): %s"
 msgstr "Parametro(i) mancante(i): %s"
 
+#: wp-includes/rest-api/class-wp-rest-server.php:282
+msgid "JSONP support is disabled on this site."
+msgstr "Supporto JSONP disabilitato in questo sito."
+
 #. translators: 1: pre_get_posts 2: WP_Query->is_main_query() 3:
 #. is_main_query() 4: link to codex is_main_query() page.
 #: wp-includes/query.php:739
 msgid "In %1$s, use the %2$s method, not the %3$s function. See %4$s."
 msgstr "In %1$s, viene usato il metodo %2$s anziché la funzione %3$s. Si veda %4$s."
 
-#: wp-includes/post.php:1299
-msgid "Pages list"
-msgstr "Elenco delle pagine"
-
-#: wp-includes/post.php:1299
+#: wp-includes/post.php:1393
 msgid "Posts list"
 msgstr "Elenco degli articoli"
 
-#: wp-includes/post.php:1298
+#: wp-includes/post.php:1393
+msgid "Pages list"
+msgstr "Elenco delle pagine"
+
+#: wp-includes/post.php:1392
 msgid "Pages list navigation"
 msgstr "Navigazione elenco pagine"
 
-#: wp-includes/post.php:1298
-msgid "Posts list navigation"
-msgstr "Navigazione elenco articoli"
-
-#: wp-includes/post.php:1297
+#: wp-includes/post.php:1391
 msgid "Filter pages list"
 msgstr "Filtra elenco pagine"
 
-#: wp-includes/post.php:1297
+#: wp-includes/post.php:1391
 msgid "Filter posts list"
 msgstr "Filtra elenco articoli"
 
-#: wp-includes/post.php:1290
+#: wp-includes/post.php:1383
 msgid "Page Archives"
 msgstr "Archivi pagine"
 
-#: wp-includes/post.php:1290
+#: wp-includes/post.php:1383
 msgid "Post Archives"
 msgstr "Archivi articoli"
 
-#: wp-includes/class-wp-customize-nav-menus.php:154
-#: wp-includes/nav-menu.php:773
-msgid "Post Type Archive"
-msgstr "Archivio Post Type"
+#: wp-includes/post.php:1392
+msgid "Posts list navigation"
+msgstr "Navigazione elenco articoli"
 
 #: wp-includes/ms-functions.php:573
 msgid "Site names can only contain lowercase letters (a-z) and numbers."
 msgstr "I nomi sito possono contenere solo lettere minuscole (a-z) e numeri."
 
 #: wp-includes/ms-functions.php:434 wp-includes/ms-functions.php:441
-#: wp-includes/user.php:1451
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1074
+#: wp-includes/user.php:1465
 msgid "Sorry, that username is not allowed."
 msgstr "Questo nome utente non è consentito."
 
+#: wp-includes/class-wp-customize-nav-menus.php:171
+#: wp-includes/customize/class-wp-customize-nav-menu-item-setting.php:335
+#: wp-includes/nav-menu.php:746
+msgid "Post Type Archive"
+msgstr "Archivio dei tipi di contenuto (Post Type)"
+
 #: wp-includes/ms-functions.php:419
 msgid "Usernames can only contain lowercase letters (a-z) and numbers."
 msgstr "I nomi utente possono contenere solo lettere minuscole (a-z) e numeri."
 
 #. translators: playlist item title
-#: wp-includes/media.php:1804 wp-includes/media.php:1819
+#: wp-includes/media.php:1832 wp-includes/media.php:1847
 msgctxt "playlist item title"
 msgid "&#8220;%s&#8221;"
 msgstr "&#8220;%s&#8221;"
 
 #. translators: three-letter abbreviation of the month
-#: wp-includes/class-wp-locale.php:190
+#: wp-includes/class-wp-locale.php:197
 msgctxt "December abbreviation"
 msgid "Dec"
 msgstr "Dic"
 
 #. translators: three-letter abbreviation of the month
-#: wp-includes/class-wp-locale.php:189
+#: wp-includes/class-wp-locale.php:196
 msgctxt "November abbreviation"
 msgid "Nov"
 msgstr "Nov"
 
 #. translators: three-letter abbreviation of the month
-#: wp-includes/class-wp-locale.php:188
+#: wp-includes/class-wp-locale.php:195
 msgctxt "October abbreviation"
 msgid "Oct"
 msgstr "Ott"
 
 #. translators: three-letter abbreviation of the month
-#: wp-includes/class-wp-locale.php:187
+#: wp-includes/class-wp-locale.php:194
 msgctxt "September abbreviation"
 msgid "Sep"
 msgstr "Set"
 
 #. translators: three-letter abbreviation of the month
-#: wp-includes/class-wp-locale.php:186
+#: wp-includes/class-wp-locale.php:193
 msgctxt "August abbreviation"
 msgid "Aug"
 msgstr "Ago"
 
 #. translators: three-letter abbreviation of the month
-#: wp-includes/class-wp-locale.php:185
+#: wp-includes/class-wp-locale.php:192
 msgctxt "July abbreviation"
 msgid "Jul"
 msgstr "Lug"
 
 #. translators: three-letter abbreviation of the month
-#: wp-includes/class-wp-locale.php:184
+#: wp-includes/class-wp-locale.php:191
 msgctxt "June abbreviation"
 msgid "Jun"
 msgstr "Giu"
 
 #. translators: three-letter abbreviation of the month
-#: wp-includes/class-wp-locale.php:183
-msgctxt "May abbreviation"
-msgid "May"
-msgstr "Mag"
-
-#. translators: three-letter abbreviation of the month
-#: wp-includes/class-wp-locale.php:182
+#: wp-includes/class-wp-locale.php:189
 msgctxt "April abbreviation"
 msgid "Apr"
 msgstr "Apr"
 
 #. translators: three-letter abbreviation of the month
-#: wp-includes/class-wp-locale.php:181
+#: wp-includes/class-wp-locale.php:190
+msgctxt "May abbreviation"
+msgid "May"
+msgstr "Mag"
+
+#. translators: three-letter abbreviation of the month
+#: wp-includes/class-wp-locale.php:188
 msgctxt "March abbreviation"
 msgid "Mar"
 msgstr "Mar"
 
 #. translators: three-letter abbreviation of the month
-#: wp-includes/class-wp-locale.php:180
+#: wp-includes/class-wp-locale.php:187
 msgctxt "February abbreviation"
 msgid "Feb"
 msgstr "Feb"
 
 #. translators: three-letter abbreviation of the month
-#: wp-includes/class-wp-locale.php:179
+#: wp-includes/class-wp-locale.php:186
 msgctxt "January abbreviation"
 msgid "Jan"
 msgstr "Gen"
 
 #. translators: one-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:139
+#: wp-includes/class-wp-locale.php:146
 msgctxt "Saturday initial"
 msgid "S"
 msgstr "S"
 
 #. translators: one-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:138
+#: wp-includes/class-wp-locale.php:145
 msgctxt "Friday initial"
 msgid "F"
 msgstr "V"
 
 #. translators: one-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:137
+#: wp-includes/class-wp-locale.php:144
 msgctxt "Thursday initial"
 msgid "T"
 msgstr "G"
 
 #. translators: one-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:136
+#: wp-includes/class-wp-locale.php:143
 msgctxt "Wednesday initial"
 msgid "W"
 msgstr "M"
 
 #. translators: one-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:135
+#: wp-includes/class-wp-locale.php:142
 msgctxt "Tuesday initial"
 msgid "T"
 msgstr "M"
 
 #. translators: one-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:134
+#: wp-includes/class-wp-locale.php:141
 msgctxt "Monday initial"
 msgid "M"
 msgstr "L"
 
 #. translators: one-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:133
+#: wp-includes/class-wp-locale.php:140
 msgctxt "Sunday initial"
 msgid "S"
 msgstr "D"
 
-#: wp-includes/link-template.php:2819
+#: wp-includes/link-template.php:2822
 msgid "Newer comments"
 msgstr "Nuovi commenti"
 
-#: wp-includes/link-template.php:2818
+#: wp-includes/link-template.php:2821
 msgid "Older comments"
 msgstr "Commenti più vecchi"
 
-#: wp-includes/general-template.php:2043
+#. translators: Post calendar label. 1: Date
+#: wp-includes/general-template.php:2062
 msgid "Posts published on %s"
 msgstr "Articoli pubblicati in %s"
 
+#: wp-includes/embed.php:1014
+msgid "Copy and paste this code into your site to embed"
+msgstr "Copia e incolla questo codice nel tuo sito per farne l'embed"
+
 #. translators: %s: 'document_title_separator' filter name
 #: wp-includes/feed.php:103 wp-includes/feed.php:129
 msgid "Use the %s filter instead."
 msgstr "Utilizza il filtro %s in alternativa."
 
-#: wp-includes/embed.php:1010
+#: wp-includes/embed.php:1019
 msgid "Close sharing dialog"
 msgstr "Chiudi la finestra di condivisione"
 
-#: wp-includes/embed.php:1005
-msgid "Copy and paste this code into your site to embed"
-msgstr "Copia e incolla questo codice nel tuo sito per farne l'embed"
+#: wp-includes/embed.php:951
+msgid "%s <span class=\"screen-reader-text\">Comment</span>"
+msgid_plural "%s <span class=\"screen-reader-text\">Comments</span>"
+msgstr[0] "%s <span class=\"screen-reader-text\">Commento</span>"
+msgstr[1] "%s <span class=\"screen-reader-text\">Commenti</span>"
 
-#: wp-includes/embed.php:998
+#: wp-includes/embed.php:1007
 msgid "Copy and paste this URL into your WordPress site to embed"
 msgstr "Copia e incolla questo URL nel tuo sito WordPress per farne l'embed"
 
-#: wp-includes/embed.php:991
+#: wp-includes/embed.php:975
+msgid "Open sharing dialog"
+msgstr "Apri la maschera di condivisione"
+
+#: wp-includes/embed.php:1000
 msgid "HTML Embed"
 msgstr "Embed HTML"
 
-#: wp-includes/embed.php:988
+#: wp-includes/embed.php:997
 msgid "WordPress Embed"
 msgstr "Embed di WordPress"
 
-#: wp-includes/embed.php:966
-msgid "Open sharing dialog"
-msgstr "Apri la maschera di condivisione"
-
-#: wp-includes/embed.php:942
-msgid "%s <span class=\"screen-reader-text\">Comment</span>"
-msgid_plural "%s <span class=\"screen-reader-text\">Comments</span>"
-msgstr[0] "%s <span class=\"screen-reader-text\">Commento</span>"
-msgstr[1] "%s <span class=\"screen-reader-text\">Commenti</span>"
-
 #: wp-includes/customize/class-wp-widget-area-customize-control.php:67
 msgid "When in reorder mode, additional controls to reorder widgets will be available in the widgets list above."
 msgstr "Quando si è in modalità di ordinamento nella lista dei widget sottostanti sono disponibili controlli supplementari per riordinare i widget."
@@ -1345,67 +3253,60 @@ msgstr "Quando si è in modalità di ordinamento nella lista dei widget sottosta
 msgid "Search installed themes&hellip;"
 msgstr "Cerca tra i temi installati&hellip;"
 
-#: wp-includes/class-wp-xmlrpc-server.php:5801
+#: wp-includes/class-wp-xmlrpc-server.php:5820
 msgid "Sorry, you have used your space allocation."
 msgstr "Hai utilizzato tutto lo spazio a tua disposizione."
 
-#: wp-includes/class-wp-xmlrpc-server.php:3232
-#: wp-includes/class-wp-xmlrpc-server.php:3364
-#: wp-includes/class-wp-xmlrpc-server.php:3431
+#: wp-includes/class-wp-xmlrpc-server.php:3235
+#: wp-includes/class-wp-xmlrpc-server.php:3367
+#: wp-includes/class-wp-xmlrpc-server.php:3434
 msgid "Sorry, you are not allowed to moderate or edit this comment."
 msgstr "Non hai i permessi per moderare o modificare questo commento."
 
-#: wp-includes/class-wp-customize-widgets.php:735
+#: wp-includes/class-wp-customize-widgets.php:738
 #: wp-includes/customize/class-wp-widget-area-customize-control.php:63
 msgid "Reorder widgets"
 msgstr "Riordina i widget"
 
-#: wp-includes/class-wp-customize-widgets.php:732
-msgid "There are no widget areas currently rendered in the preview. Navigate in the preview to a template that makes use of a widget area in order to access its widgets here."
-msgstr "Nessuna area widget presente nell'anteprima. Per avere accesso da qui ai widget, naviga nell'anteprima fino a un modello che utilizzi un'area widget."
-
-#: wp-includes/class-wp-customize-section.php:350
+#: wp-includes/class-wp-customize-section.php:362
 msgid "Press return or enter to open this section"
 msgstr "Premi return o invio per aprire questa sezione"
 
 #. translators: %s: document title from the preview
-#: wp-includes/class-wp-customize-manager.php:1665
+#: wp-includes/class-wp-customize-manager.php:3283
 msgid "Live Preview: %s"
 msgstr "Anteprima in tempo reale: %s"
 
-#: wp-includes/class-wp-customize-manager.php:414
+#: wp-includes/class-wp-customize-manager.php:522
 msgid "The requested theme does not exist."
 msgstr "Il tema richiesto non esiste."
 
-#: wp-includes/class-wp-customize-manager.php:404
+#. translators: 1: "type => link", 2: "taxonomy => link_category" alternative
+#: wp-includes/category-template.php:352 wp-includes/category.php:46
+msgid "%1$s is deprecated. Use %2$s instead."
+msgstr "%1$s è deprecato. Utilizza invece %2$s ."
+
+#: wp-includes/class-wp-customize-manager.php:512
 msgid "Sorry, you are not allowed to edit theme options on this site."
 msgstr "Non hai i permessi per modificare le opzioni del tema in questo sito."
 
 #. translators: 1: post type, 2: capability name
-#: wp-includes/capabilities.php:73 wp-includes/capabilities.php:134
-#: wp-includes/capabilities.php:193 wp-includes/capabilities.php:230
+#: wp-includes/capabilities.php:78 wp-includes/capabilities.php:139
+#: wp-includes/capabilities.php:198 wp-includes/capabilities.php:235
 msgid "The post type %1$s is not registered, so it may not be reliable to check the capability \"%2$s\" against a post of that type."
-msgstr "Il tipo di articolo %1$s non è registrato, quindi non è affidabile verificare la capacità \"%2$s\" con questo tipo di articolo."
-
-#. translators: 1: "type => link", 2: "taxonomy => link_category" alternative
-#: wp-includes/category-template.php:391 wp-includes/category.php:46
-msgid "%1$s is deprecated. Use %2$s instead."
-msgstr "%1$s è deprecato. Utilizza invece %2$s ."
-
-#: wp-includes/class-wp-customize-manager.php:384
-msgid "You must be logged in to complete this action."
-msgstr "Devi essere autenticato per completare l'azione."
+msgstr "Il tipo di contenuto (post type) %1$s non è registrato, quindi non è affidabile verificare la capacità \"%2$s\" con questo tipo di contenuto."
 
-#: wp-includes/class-wp-customize-nav-menus.php:770
+#: wp-includes/class-wp-customize-nav-menus.php:972
+#: wp-includes/class-wp-customize-widgets.php:786
 msgid "Clear Results"
 msgstr "Cancella risultati"
 
-#: wp-includes/class-wp-editor.php:1074
+#: wp-includes/class-wp-editor.php:1079
 msgid "The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo."
 msgstr "Le seguenti scorciatoie per la formattazione sono sostituite quando si preme Invio. Premi «Esc» o il pulsante «Annulla» per annullare."
 
 #. translators: %s: Title of a section with menu items
-#: wp-includes/class-wp-customize-nav-menus.php:812
+#: wp-includes/class-wp-customize-nav-menus.php:1022
 msgid "Toggle section: %s"
 msgstr "Cambia sezione: %s"
 
@@ -1413,7 +3314,7 @@ msgstr "Cambia sezione: %s"
 #. Asian characters), enter 'characters_excluding_spaces' or
 #. 'characters_including_spaces'. Otherwise, enter 'words'. Do not translate
 #. into your own language.
-#: wp-includes/formatting.php:3333 wp-includes/script-loader.php:437
+#: wp-includes/formatting.php:3349 wp-includes/script-loader.php:446
 msgctxt "Word count type. Do not translate!"
 msgid "words"
 msgstr "words"
@@ -1423,198 +3324,169 @@ msgstr "words"
 msgid "Edit menu item: %1$s (%2$s)"
 msgstr "Modifica elemento del menu: %1$s (%2$s)"
 
-#. translators: 1: Title of a menu item, 2: Type of a menu item
-#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:81
-msgid "Remove Menu Item: %1$s (%2$s)"
-msgstr "Rimuovi elemento del menu: %1$s (%2$s)"
+#: wp-includes/script-loader.php:411
+msgid "Your new password has not been saved."
+msgstr "La tua nuova password non è stata salvata."
 
-#: wp-includes/class-wp-customize-nav-menus.php:777
+#: wp-includes/class-wp-customize-nav-menus.php:1056
 msgid "Toggle section: Custom Links"
 msgstr "Cambia sezione: link personalizzati"
 
-#: wp-includes/script-loader.php:402
-msgid "Your new password has not been saved."
-msgstr "La tua nuova password non è stata salvata."
+#. translators: 1: Title of a menu item, 2: Type of a menu item
+#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:81
+msgid "Remove Menu Item: %1$s (%2$s)"
+msgstr "Rimuovi elemento del menu: %1$s (%2$s)"
 
-#: wp-includes/script-loader.php:408
+#: wp-includes/script-loader.php:417
 msgid "Hide password"
 msgstr "Nascondi password"
 
-#: wp-includes/script-loader.php:407
+#: wp-includes/script-loader.php:416
 msgid "Show password"
 msgstr "Mostra password"
 
-#: wp-includes/class-wp-customize-nav-menus.php:373
+#: wp-includes/class-wp-customize-nav-menus.php:418
 msgid "Menu Name"
 msgstr "Nome menu"
 
+#: wp-includes/media-template.php:1245
+msgid "As a browser icon"
+msgstr "Come icona del browser"
+
+#: wp-includes/customize/class-wp-customize-site-icon-control.php:70
+#: wp-includes/media-template.php:1250
+msgid "Preview as a browser icon"
+msgstr "Anteprima come icona del browser"
+
 #: wp-includes/customize/class-wp-customize-site-icon-control.php:74
-#: wp-includes/media-template.php:1253
+#: wp-includes/media-template.php:1257
 msgid "Preview as an app icon"
 msgstr "Anteprima come icona app"
 
-#: wp-includes/media-template.php:1251
+#: wp-includes/media-template.php:1255
 msgid "As an app icon"
 msgstr "Come icona per la app"
 
-#: wp-includes/customize/class-wp-customize-site-icon-control.php:70
-#: wp-includes/media-template.php:1246
-msgid "Preview as a browser icon"
-msgstr "Anteprima come icona del browser"
-
-#: wp-includes/media-template.php:1241
-msgid "As a browser icon"
-msgstr "Come icona del browser"
-
-#: wp-includes/class-wp-customize-nav-menus.php:808
+#: wp-includes/class-wp-customize-nav-menus.php:1018
 msgid "No items"
 msgstr "Nessun elemento presente"
 
-#: wp-login.php:746
+#: wp-login.php:737
 msgid "Registration confirmation will be emailed to you."
 msgstr "La conferma della registrazione ti arriverà per email."
 
-#: wp-includes/script-loader.php:405
+#: wp-includes/script-loader.php:414
 msgid "Hide"
 msgstr "Nascondi"
 
-#: wp-includes/script-loader.php:404
+#: wp-includes/script-loader.php:413
 msgid "Show"
 msgstr "Visualizza"
 
-#: wp-includes/script-loader.php:397
+#: wp-includes/script-loader.php:406
 msgctxt "password mismatch"
 msgid "Mismatch"
 msgstr "Mancata corrispondenza"
 
-#: wp-includes/script-loader.php:396
+#: wp-includes/script-loader.php:405
 msgctxt "password strength"
 msgid "Strong"
 msgstr "Forte"
 
-#: wp-includes/script-loader.php:394
-msgctxt "password strength"
-msgid "Weak"
-msgstr "Debole"
-
-#: wp-includes/script-loader.php:393
+#: wp-includes/script-loader.php:402
 msgctxt "password strength"
 msgid "Very weak"
 msgstr "Molto debole"
 
-#: wp-includes/customize/class-wp-customize-header-image-control.php:201
+#: wp-includes/script-loader.php:403
+msgctxt "password strength"
+msgid "Weak"
+msgstr "Debole"
+
+#: wp-includes/customize/class-wp-customize-header-image-control.php:207
 msgid "Add new image"
 msgstr "Aggiungi nuova immagine"
 
-#: wp-includes/customize/class-wp-customize-header-image-control.php:201
-msgid "Add new header image"
-msgstr "Aggiungi una nuova immagine per l'header"
-
-#: wp-includes/customize/class-wp-customize-header-image-control.php:200
+#: wp-includes/customize/class-wp-customize-header-image-control.php:206
 msgid "Hide image"
 msgstr "Nascondi immagine"
 
-#: wp-includes/customize/class-wp-customize-header-image-control.php:200
+#: wp-includes/customize/class-wp-customize-header-image-control.php:206
 msgid "Hide header image"
 msgstr "Nascondi l'immagine dell'intestazione"
 
-#: wp-includes/script-loader.php:463
-msgid "Expand Sidebar"
-msgstr "Espandi la barra laterale"
+#: wp-includes/customize/class-wp-customize-header-image-control.php:207
+msgid "Add new header image"
+msgstr "Aggiungi una nuova immagine per l'header"
+
+#: wp-includes/class-wp-customize-manager.php:3753
+msgid "Site Icon"
+msgstr "Icona del sito"
 
 #. translators: %s: site icon size in pixels
-#: wp-includes/class-wp-customize-manager.php:2083
+#: wp-includes/class-wp-customize-manager.php:3756
 msgid "The Site Icon is used as a browser and app icon for your site. Icons must be square, and at least %s pixels wide and tall."
 msgstr "L’icona del sito è utilizzata come icona del tuo sito dai browser e dalle app. Le icone devono essere quadrate e con una larghezza ed una altezza di almeno %s pixel."
 
-#: wp-includes/class-wp-customize-manager.php:2080
-msgid "Site Icon"
-msgstr "Icona del sito"
-
-#: wp-includes/class-wp-customize-manager.php:2031
+#: wp-includes/class-wp-customize-manager.php:3704
 msgid "Site Identity"
 msgstr "Denominazione del sito"
 
 #. translators: 1: Title of a menu item, 2: Type of a menu item
-#: wp-includes/class-wp-customize-nav-menus.php:716
+#: wp-includes/class-wp-customize-nav-menus.php:917
 msgid "Add to menu: %1$s (%2$s)"
 msgstr "Aggiungi al menu: %1$s (%2$s)"
 
-#: wp-includes/class-wp-editor.php:1072
+#: wp-includes/class-wp-editor.php:1077
 msgid "When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo."
 msgstr "Quando inizi un nuovo paragrafo con uno di questi modelli seguiti da uno spazio, verrà applicata automaticamente la formattazione indicata. Premi Backspace oppure Esc per annullare."
 
-#: wp-login.php:515
+#: wp-login.php:506
 msgid "Your password reset link has expired. Please request a new link below."
 msgstr "Il link per il reset della password è scaduto. Richiedi un nuovo link qua sotto."
 
-#: wp-login.php:513
+#: wp-login.php:504
 msgid "Your password reset link appears to be invalid. Please request a new link below."
 msgstr "Il link per il reset della password non appare valido. Richiedi un nuovo link qua sotto."
 
-#: wp-includes/wp-db.php:1381 wp-includes/wp-db.php:1398
+#: wp-includes/wp-db.php:1385 wp-includes/wp-db.php:1402
 msgid "WordPress database error:"
 msgstr "Errore sul database di WordPress:"
 
-#: wp-includes/pluggable.php:1749
-msgid "To set your password, visit the following address:"
-msgstr "Per impostare la tua password, visita il seguente indirizzo:"
-
-#: wp-includes/ms-functions.php:451 wp-includes/user.php:1434
+#: wp-includes/ms-functions.php:451 wp-includes/user.php:1448
 msgid "Username may not be longer than 60 characters."
 msgstr "Il nome utente non deve essere più lungo di 60 caratteri."
 
-#. translators: %s: Name of the directory (build)
-#: wp-includes/class-wp-locale.php:240
-msgid "The %s directory of the develop repository must be used for RTL."
-msgstr "La directory %s del repository di sviluppo deve essere utilizzata per l'RTL."
+#: wp-includes/pluggable.php:1790
+msgid "To set your password, visit the following address:"
+msgstr "Per impostare la tua password, visita il seguente indirizzo:"
 
 #. translators: 1: PHP class name, 2: version number, 3: __construct() method
-#: wp-includes/functions.php:3770
+#: wp-includes/functions.php:3849
 msgid "The called constructor method for %1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead."
 msgstr "Il metodo di costruzione richiamato per %1$s è <strong>deprecato</strong> dalla versione %2$s! Utilizzare invece %3$s."
 
-#: wp-includes/class-wp-editor.php:840
+#: wp-includes/class-wp-editor.php:845
 msgctxt "HTML tag"
 msgid "Preformatted"
 msgstr "Preformattato"
 
-#. translators: 1: original menu name, 2: duplicate count
-#: wp-includes/customize/class-wp-customize-nav-menu-setting.php:526
-msgid "%1$s (%2$d)"
-msgstr "%1$s (%2$d)"
-
-#: wp-includes/customize/class-wp-customize-themes-section.php:45
-#: wp-includes/customize/class-wp-customize-themes-section.php:64
-msgid "Previewing theme"
-msgstr "Anteprima del tema"
-
-#: wp-includes/customize/class-wp-customize-themes-section.php:43
-#: wp-includes/customize/class-wp-customize-themes-section.php:62
-msgid "Active theme"
-msgstr "Tema attivo"
-
-#: wp-includes/class-wp-customize-nav-menus.php:502
-msgid "Menus can be displayed in locations defined by your theme."
-msgstr "I menu possono venir visualizzati in differenti posizioni definite dal tema utilizzato."
+#. translators: %s: Name of the directory (build)
+#: wp-includes/class-wp-locale.php:247
+msgid "The %s directory of the develop repository must be used for RTL."
+msgstr "La directory %s del repository di sviluppo deve essere utilizzata per l'RTL."
 
 #. translators: URL to the widgets panel of the customizer
-#: wp-includes/class-wp-customize-nav-menus.php:500
+#: wp-includes/class-wp-customize-nav-menus.php:562
 msgid "Menus can be displayed in locations defined by your theme or in <a href=\"%s\">widget areas</a> by adding a &#8220;Custom Menu&#8221; widget."
 msgstr "I Menu possono venir visualizzati in differenti posizioni definite dal tema utilizzato o in <a href=\"%s\">aree widget</a> aggiungendo un widget &#8220;Menu personalizzato&#8221;."
 
-#: wp-includes/class-wp-customize-nav-menus.php:392
-#: wp-includes/class-wp-customize-widgets.php:734
-msgid "Reorder mode closed"
-msgstr "Modalità di riordino chiusa"
-
-#: wp-includes/class-wp-customize-nav-menus.php:391
-#: wp-includes/class-wp-customize-widgets.php:733
-msgid "Reorder mode enabled"
-msgstr "Modalità di riordino abilitata"
+#: wp-includes/class-wp-customize-nav-menus.php:564
+msgid "Menus can be displayed in locations defined by your theme."
+msgstr "I menu possono venir visualizzati in differenti posizioni definite dal tema utilizzato."
 
-#: wp-includes/class-wp-customize-nav-menus.php:369
-#: wp-includes/customize/class-wp-customize-nav-menu-setting.php:442
+#: wp-includes/class-wp-customize-nav-menus.php:413
+#: wp-includes/customize/class-wp-customize-nav-menu-setting.php:447
 msgctxt "Missing menu name."
 msgid "(unnamed)"
 msgstr "(senza nome)"
@@ -1623,27 +3495,52 @@ msgstr "(senza nome)"
 msgid "When in reorder mode, additional controls to reorder menu items will be available in the items list above."
 msgstr "Quando si è in modalità di riordino. Saranno disponibili, nella lista degli elementi qua sopra, nuovi controlli per riordinare gli elementi del menu."
 
-#: wp-includes/class-wp-customize-nav-menus.php:394
+#. translators: 1: original menu name, 2: duplicate count
+#: wp-includes/customize/class-wp-customize-nav-menu-setting.php:531
+msgid "%1$s (%2$d)"
+msgstr "%1$s (%2$d)"
+
+#: wp-includes/class-wp-customize-nav-menus.php:437
+#: wp-includes/class-wp-customize-widgets.php:737
+msgid "Reorder mode closed"
+msgstr "Modalità di riordino chiusa"
+
+#: wp-includes/customize/class-wp-customize-themes-section.php:45
+#: wp-includes/customize/class-wp-customize-themes-section.php:64
+msgid "Previewing theme"
+msgstr "Anteprima del tema"
+
+#: wp-includes/class-wp-customize-nav-menus.php:436
 #: wp-includes/class-wp-customize-widgets.php:736
+msgid "Reorder mode enabled"
+msgstr "Modalità di riordino abilitata"
+
+#: wp-includes/class-wp-customize-nav-menus.php:439
 msgid "Close reorder mode"
 msgstr "Chiudere la modalità di riordino"
 
-#: wp-includes/class-wp-customize-nav-menus.php:393
+#: wp-includes/class-wp-customize-nav-menus.php:438
 #: wp-includes/customize/class-wp-customize-nav-menu-control.php:54
 msgid "Reorder menu items"
 msgstr "Riordinare gli elementi del menu"
 
+#: wp-includes/customize/class-wp-customize-themes-section.php:43
+#: wp-includes/customize/class-wp-customize-themes-section.php:62
+msgid "Active theme"
+msgstr "Tema attivo"
+
 #: wp-includes/customize/class-wp-customize-nav-menu-control.php:51
 msgid "Add or remove menu items"
 msgstr "Aggiungere o rimuovere voci dal menu"
 
-#: wp-includes/user.php:1861
+#. translators: User email change notification email subject. 1: Site name
+#: wp-includes/user.php:1883
 msgid "[%s] Notice of Email Change"
 msgstr "[%s] Avviso di modifica indirizzo email"
 
 #. translators: Do not translate USERNAME, ADMIN_EMAIL, EMAIL, SITENAME,
 #. SITEURL: those are placeholders.
-#: wp-includes/user.php:1846
+#: wp-includes/user.php:1867
 msgid ""
 "Hi ###USERNAME###,\n"
 "\n"
@@ -1683,13 +3580,14 @@ msgstr ""
 " \n"
 "###SITEURL###"
 
-#: wp-includes/user.php:1806
+#. translators: User password change notification email subject. 1: Site name
+#: wp-includes/user.php:1827
 msgid "[%s] Notice of Password Change"
 msgstr "[%s] Avviso di cambiamento della password"
 
 #. translators: Do not translate USERNAME, ADMIN_EMAIL, EMAIL, SITENAME,
 #. SITEURL: those are placeholders.
-#: wp-includes/user.php:1791
+#: wp-includes/user.php:1811
 msgid ""
 "Hi ###USERNAME###,\n"
 "\n"
@@ -1717,102 +3615,102 @@ msgstr ""
 "il team di ###SITENAME###\n"
 "###SITEURL###"
 
-#: wp-includes/taxonomy.php:611
-msgid "No tags"
-msgstr "Nessun tag"
-
-#. translators: %s: shortcode tag
-#: wp-includes/shortcodes.php:319
-msgid "Attempting to parse a shortcode without a valid callback: %s"
-msgstr "È stata tentata l'espansione di uno shortcode senza che vi fosse una funzione callback valida: %s"
-
-#. translators: %s: Error string for a failed update
-#: wp-includes/script-loader.php:623
-msgid "Update Failed: %s"
-msgstr "Aggiornamento fallito: %s"
-
-#: wp-includes/script-loader.php:509
-msgid ""
-"Are you sure you want to edit this comment?\n"
-"The changes you made will be lost."
-msgstr ""
-"Sei sicuro di voler editare questo commento?\n"
-"Le modifiche fatte saranno perse."
-
-#: wp-includes/script-loader.php:114
+#: wp-includes/script-loader.php:119
 msgid "Close code tag"
 msgstr "Chiudi il tag code"
 
-#: wp-includes/script-loader.php:112
+#: wp-includes/script-loader.php:117
 msgid "Close list item tag"
 msgstr "Chiudi il tag di elemento di lista"
 
-#: wp-includes/script-loader.php:111
+#: wp-includes/script-loader.php:116
 msgid "List item"
 msgstr "Elemento di lista"
 
-#: wp-includes/script-loader.php:110
+#: wp-includes/script-loader.php:115
 msgid "Close numbered list tag"
 msgstr "Chiudi il tag di elenco numerato"
 
-#: wp-includes/script-loader.php:108
+#: wp-includes/script-loader.php:113
 msgid "Close bulleted list tag"
 msgstr "Chiudi il tag di elenco puntato"
 
-#: wp-includes/script-loader.php:105
+#: wp-includes/script-loader.php:110
 msgid "Close inserted text tag"
 msgstr "Chiudi il tag di testo"
 
-#: wp-includes/script-loader.php:104
+#: wp-includes/script-loader.php:527
+msgid ""
+"Are you sure you want to edit this comment?\n"
+"The changes you made will be lost."
+msgstr ""
+"Sei sicuro di voler editare questo commento?\n"
+"Le modifiche fatte saranno perse."
+
+#. translators: %s: Error string for a failed update
+#: wp-includes/script-loader.php:647
+msgid "Update Failed: %s"
+msgstr "Aggiornamento fallito: %s"
+
+#: wp-includes/script-loader.php:109
 msgid "Inserted text"
 msgstr "Testo inserito"
 
-#: wp-includes/script-loader.php:103
-msgid "Close deleted text tag"
-msgstr "Chiudi il tag di testo cancellato"
+#: wp-includes/taxonomy.php:511
+msgid "No tags"
+msgstr "Nessun tag"
 
-#: wp-includes/script-loader.php:102
-msgid "Deleted text (strikethrough)"
-msgstr "Testo cancellato (barrato)"
+#. translators: %s: shortcode tag
+#: wp-includes/shortcodes.php:320
+msgid "Attempting to parse a shortcode without a valid callback: %s"
+msgstr "È stata tentata l'espansione di uno shortcode senza che vi fosse una funzione callback valida: %s"
 
-#: wp-includes/script-loader.php:101
+#: wp-includes/script-loader.php:106
 msgid "Close blockquote tag"
 msgstr "Chiudi il  tag citazione"
 
-#: wp-includes/script-loader.php:98
+#: wp-includes/script-loader.php:103
 msgid "Close italic tag"
 msgstr "Chiudi il tag corsivo"
 
-#: wp-includes/script-loader.php:96
+#: wp-includes/script-loader.php:101
 msgid "Close bold tag"
 msgstr "Chiudi il tag bold"
 
-#: wp-includes/post.php:1295
-msgid "Remove featured image"
-msgstr "Rimuovi immagine in evidenza"
+#: wp-includes/script-loader.php:108
+msgid "Close deleted text tag"
+msgstr "Chiudi il tag di testo eliminato"
 
-#: wp-includes/media-template.php:1192
-msgctxt "media"
-msgid "Remove video track"
-msgstr "Rimuovi traccia video"
+#: wp-includes/script-loader.php:107
+msgid "Deleted text (strikethrough)"
+msgstr "Testo eliminato (barrato)"
 
-#: wp-includes/media-template.php:1160
+#: wp-includes/media-template.php:1164
 msgid "Remove poster image"
 msgstr "Elimina immagine poster"
 
-#: wp-includes/media-template.php:1127 wp-includes/media-template.php:1139
-msgid "Remove video source"
-msgstr "Rimuovi sorgente video"
+#: wp-includes/media-template.php:1196
+msgctxt "media"
+msgid "Remove video track"
+msgstr "Rimuovi traccia video"
 
-#: wp-includes/media-template.php:1044 wp-includes/media-template.php:1058
-msgid "Remove audio source"
-msgstr "Rimuovi sorgente audio"
+#: wp-includes/post.php:1389
+msgid "Remove featured image"
+msgstr "Rimuovi immagine in evidenza"
 
 #: wp-includes/formatting.php:125
 msgctxt "Comma-separated list of replacement words in your language"
 msgid "&#8217;tain&#8217;t,&#8217;twere,&#8217;twas,&#8217;tis,&#8217;twill,&#8217;til,&#8217;bout,&#8217;nuff,&#8217;round,&#8217;cause,&#8217;em"
 msgstr "da&#8217;,di&#8217;,fa&#8217;,sta&#8217;,va&#8217;,be&#8217;,po&#8217;,mo&#8217;,a&#8217;,de&#8217;,co&#8217;"
 
+#: wp-includes/media-template.php:1048 wp-includes/media-template.php:1062
+msgid "Remove audio source"
+msgstr "Rimuovi sorgente audio"
+
+#: wp-includes/media-template.php:1131 wp-includes/media-template.php:1143
+msgid "Remove video source"
+msgstr "Rimuovi sorgente video"
+
 #. translators: This is a comma-separated list of words that defy the syntax of
 #. quotations in normal use, for example...  'We do not have enough words yet'
 #. ... is a typical quoted phrase.  But when we write lines of code 'til we
@@ -1822,43 +3720,43 @@ msgctxt "Comma-separated list of words to texturize in your language"
 msgid "'tain't,'twere,'twas,'tis,'twill,'til,'bout,'nuff,'round,'cause,'em"
 msgstr "da',di',fa',sta',va',be',po',mo',a',de',co'"
 
-#: wp-includes/widgets/class-wp-widget-text.php:112
-msgid "Content:"
-msgstr "Messaggio:"
+#: wp-includes/class-wp-editor.php:1063
+msgid "Inline toolbar (when an image, link or preview is selected)"
+msgstr "Barra degli strumenti in linea (quando una immagine, un link o una anteprima è selezionata)"
 
-#: wp-includes/class-wp-xmlrpc-server.php:558
-msgid "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles"
-msgstr "Permetti le notifiche dei link da altri blog (pingback e trackback) sui nuovi articoli"
+#: wp-includes/class-wp-editor.php:1068
+msgid "Shift + Alt + letter:"
+msgstr "Shift + Alt + lettera:"
 
-#: wp-includes/class-wp-editor.php:1065
+#: wp-includes/class-wp-editor.php:1061
+msgid "Additional shortcuts,"
+msgstr "Scorciatoie aggiuntive,"
+
+#: wp-includes/class-wp-editor.php:1060
+msgid "Default shortcuts,"
+msgstr "Scorciatoie predefinite,"
+
+#: wp-includes/class-wp-editor.php:1070
 msgid "Ctrl + letter:"
 msgstr "Ctrl + lettera:"
 
-#: wp-includes/class-wp-editor.php:1064
+#: wp-includes/class-wp-editor.php:1069
 msgid "Cmd + letter:"
 msgstr "Cmd + lettera:"
 
-#: wp-includes/class-wp-editor.php:1063
-msgid "Shift + Alt + letter:"
-msgstr "Shift + Alt + lettera:"
-
-#: wp-includes/class-wp-editor.php:1062
+#: wp-includes/class-wp-editor.php:1067
 msgid "Ctrl + Alt + letter:"
 msgstr "Ctrl + Alt + lettera:"
 
-#: wp-includes/class-wp-editor.php:1058
-msgid "Inline toolbar (when an image, link or preview is selected)"
-msgstr "Barra degli strumenti in linea (quando una immagine, un link o una anteprima è selezionata)"
-
-#: wp-includes/class-wp-editor.php:1056
-msgid "Additional shortcuts,"
-msgstr "Scorciatoie aggiuntive,"
+#: wp-includes/widgets/class-wp-widget-text.php:112
+msgid "Content:"
+msgstr "Messaggio:"
 
-#: wp-includes/class-wp-editor.php:1055
-msgid "Default shortcuts,"
-msgstr "Scorciatoie predefinite,"
+#: wp-includes/class-wp-xmlrpc-server.php:554
+msgid "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles"
+msgstr "Permetti le notifiche dei link da altri blog (pingback e trackback) sui nuovi articoli"
 
-#: wp-includes/class-wp-customize-section.php:236
+#: wp-includes/class-wp-customize-section.php:248
 #: wp-includes/customize/class-wp-customize-themes-section.php:55
 msgid "Customizing"
 msgstr "Stai personalizzando"
@@ -1868,170 +3766,175 @@ msgstr "Stai personalizzando"
 msgid "Menu Options"
 msgstr "Opzioni del menu"
 
-#: wp-includes/class-wp-customize-nav-menus.php:793
+#: wp-includes/class-wp-customize-nav-menus.php:1072
 msgid "Add to Menu"
 msgstr "Aggiungi al menu"
 
-#: wp-includes/class-wp-customize-nav-menus.php:775
+#: wp-includes/class-wp-customize-nav-menus.php:967
+msgid "Search menu items&hellip;"
+msgstr "Cerca tra gli elementi del menu&hellip;"
+
+#: wp-includes/class-wp-customize-nav-menus.php:1054
 msgid "Custom Links"
 msgstr "Link personalizzati"
 
-#: wp-includes/class-wp-customize-nav-menus.php:767
+#: wp-includes/class-wp-customize-nav-menus.php:968
+#: wp-includes/class-wp-customize-widgets.php:787
 msgid "The search results will be updated as you type."
 msgstr "I risultati della ricerca vengono aggiornati mentre digiti."
 
-#: wp-includes/class-wp-customize-nav-menus.php:766
-msgid "Search menu items&hellip;"
-msgstr "Cerca tra gli elementi del menu&hellip;"
-
-#: wp-includes/class-wp-customize-nav-menus.php:765
-msgid "Search Menu Items"
-msgstr "Cerca tra gli elementi del menu"
-
-#: wp-includes/class-wp-customize-nav-menus.php:760
-msgid "Add Menu Items"
-msgstr "Aggiungi elementi al menu"
+#: wp-includes/class-wp-customize-nav-menus.php:559
+msgid "This panel is used for managing navigation menus for content you have already published on your site. You can create menus and add items for existing content such as pages, posts, categories, tags, formats, or custom links."
+msgstr "Questo pannello è utilizzato per gestire i menu di navigazione per contenuti che hai già pubblicato sul tuo sito. Puoi creare i menu ed aggiungere degli elementi per contenuti esistenti come pagine, articoli, categorie, tag, formati di articoli oppure link personalizzati."
 
 #. translators: &#9656; is the unicode right-pointing triangle, and %s is the
 #. section title in the Customizer
-#: wp-includes/class-wp-customize-nav-menus.php:383
-#: wp-includes/class-wp-customize-nav-menus.php:757
-#: wp-includes/class-wp-customize-section.php:234
-#: wp-includes/class-wp-customize-widgets.php:773
+#: wp-includes/class-wp-customize-nav-menus.php:428
+#: wp-includes/class-wp-customize-nav-menus.php:958
+#: wp-includes/class-wp-customize-section.php:246
+#: wp-includes/class-wp-customize-widgets.php:777
 msgid "Customizing &#9656; %s"
 msgstr "Stai personalizzando &#9656; %s"
 
-#: wp-includes/class-wp-customize-nav-menus.php:732
-msgid "Move one level down"
-msgstr "Sposta sotto di un livello"
+#: wp-includes/class-wp-customize-nav-menus.php:961
+msgid "Add Menu Items"
+msgstr "Aggiungi elementi al menu"
 
-#: wp-includes/class-wp-customize-nav-menus.php:731
+#: wp-includes/class-wp-customize-nav-menus.php:932
 msgid "Move one level up"
 msgstr "Sposta sopra di un livello"
 
-#: wp-includes/class-wp-customize-nav-menus.php:621
+#: wp-includes/class-wp-customize-nav-menus.php:933
+msgid "Move one level down"
+msgstr "Sposta sotto di un livello"
+
+#: wp-includes/class-wp-customize-nav-menus.php:589
+msgid "Menu Locations"
+msgstr "Posizioni del menu"
+
+#: wp-includes/class-wp-customize-nav-menus.php:687
 msgid "New menu name"
 msgstr "Nome del nuovo menu"
 
-#: wp-includes/class-wp-customize-nav-menus.php:609
+#: wp-includes/class-wp-customize-nav-menus.php:966
+msgid "Search Menu Items"
+msgstr "Cerca tra gli elementi del menu"
+
+#: wp-includes/class-wp-customize-nav-menus.php:675
 msgid "Add a Menu"
 msgstr "Aggiungi un menu"
 
-#: wp-includes/class-wp-customize-nav-menus.php:527
-#: wp-includes/customize/class-wp-customize-nav-menu-control.php:67
-msgid "Menu Locations"
-msgstr "Posizioni del menu"
-
-#: wp-includes/class-wp-customize-nav-menus.php:497
-msgid "This panel is used for managing navigation menus for content you have already published on your site. You can create menus and add items for existing content such as pages, posts, categories, tags, formats, or custom links."
-msgstr "Questo pannello è utilizzato per gestire i menu di navigazione per contenuti che hai già pubblicato sul tuo sito. Puoi creare i menu ed aggiungere degli elementi per contenuti esistenti come pagine, articoli, categorie, tag, formati di articoli oppure link personalizzati."
-
 #. translators: 1: item name, 2: item position, 3: parent item name
-#: wp-includes/class-wp-customize-nav-menus.php:425
+#: wp-includes/class-wp-customize-nav-menus.php:470
 msgid "%1$s. Sub item number %2$d under %3$s."
 msgstr "%1$s. Sottoelemento numero %2$d sotto %3$s."
 
 #. translators: 1: item name, 2: item position, 3: total number of items
-#: wp-includes/class-wp-customize-nav-menus.php:423
+#: wp-includes/class-wp-customize-nav-menus.php:468
 msgid "%1$s. Menu item %2$d of %3$d."
 msgstr "%1$s. Elemento %2$d di %3$d.del menu"
 
 #. translators: %s: previous item name
-#: wp-includes/class-wp-customize-nav-menus.php:421
+#: wp-includes/class-wp-customize-nav-menus.php:466
 msgid "Out from under %s"
 msgstr "Fuori da sotto %s"
 
 #. translators: %s: previous item name
-#: wp-includes/class-wp-customize-nav-menus.php:419
+#: wp-includes/class-wp-customize-nav-menus.php:464
 msgid "Under %s"
 msgstr "Sotto %s"
 
 #. translators: %s: previous item name
-#: wp-includes/class-wp-customize-nav-menus.php:417
+#: wp-includes/class-wp-customize-nav-menus.php:462
 msgid "Move out from under %s"
 msgstr "Sposta fuori da sotto %s"
 
 #. translators: %s: previous item name
-#: wp-includes/class-wp-customize-nav-menus.php:415
+#: wp-includes/class-wp-customize-nav-menus.php:460
 msgid "Move under %s"
 msgstr "Sposta sotto %s"
 
-#: wp-includes/class-wp-customize-nav-menus.php:413
+#: wp-includes/class-wp-customize-nav-menus.php:458
 msgid "Move to the top"
 msgstr "Sposta in cima"
 
-#: wp-includes/class-wp-customize-nav-menus.php:412
+#: wp-includes/class-wp-customize-nav-menus.php:457
 msgid "Move down one"
 msgstr "Sposta in giù di uno"
 
-#: wp-includes/class-wp-customize-nav-menus.php:411
+#: wp-includes/class-wp-customize-nav-menus.php:456
 msgid "Move up one"
 msgstr "Sposta in su di uno"
 
-#: wp-includes/class-wp-customize-nav-menus.php:390
+#: wp-includes/class-wp-customize-nav-menus.php:435
 msgid "Loading more results... please wait."
 msgstr "Caricamento di ulteriori risultati in corso... attendi."
 
-#: wp-includes/class-wp-customize-nav-menus.php:389
+#: wp-includes/class-wp-customize-nav-menus.php:434
 msgid "Additional items found: %d"
 msgstr "Trovati elementi addizionali: %d"
 
-#: wp-includes/class-wp-customize-nav-menus.php:388
+#: wp-includes/class-wp-customize-nav-menus.php:433
 msgid "Number of items found: %d"
 msgstr "Numero di elementi trovati: %d"
 
 #. translators: %s: title of menu item in draft status
-#: wp-includes/class-wp-customize-nav-menus.php:387
+#: wp-includes/class-wp-customize-nav-menus.php:432
 msgid "%s (Pending)"
 msgstr "%s (in sospeso)"
 
-#. translators: %s: title of menu item which is invalid
-#: wp-includes/class-wp-customize-nav-menus.php:385
-msgid "%s (Invalid)"
-msgstr "%s (non valido)"
-
-#: wp-includes/class-wp-customize-nav-menus.php:381
-msgid "Menu item is now a sub-item"
-msgstr "La voce del menu è ora una sotto-voce"
-
-#: wp-includes/class-wp-customize-nav-menus.php:380
+#: wp-includes/class-wp-customize-nav-menus.php:425
 msgid "Menu item moved out of submenu"
 msgstr "Elemento del menu spostato fuori dal submenu"
 
-#: wp-includes/class-wp-customize-nav-menus.php:379
-msgid "Menu item moved down"
-msgstr "Voce del menu spostata giù"
-
-#: wp-includes/class-wp-customize-nav-menus.php:378
+#: wp-includes/class-wp-customize-nav-menus.php:423
 msgid "Menu item moved up"
 msgstr "Voce di menu spostata su"
 
-#: wp-includes/class-wp-customize-nav-menus.php:377
-msgid "Menu deleted"
-msgstr "Menu cancellato"
-
-#: wp-includes/class-wp-customize-nav-menus.php:376
+#: wp-includes/class-wp-customize-nav-menus.php:421
 msgid "Menu created"
 msgstr "Menu creato"
 
-#: wp-includes/class-wp-customize-nav-menus.php:375
-msgid "Menu item deleted"
-msgstr "Voce menu cancellata"
+#: wp-includes/class-wp-customize-nav-menus.php:426
+msgid "Menu item is now a sub-item"
+msgstr "La voce del menu è ora una sotto-voce"
 
-#: wp-includes/class-wp-customize-nav-menus.php:374
+#: wp-includes/class-wp-customize-nav-menus.php:419
 msgid "Menu item added"
 msgstr "Voce menu aggiunta"
 
-#: wp-includes/class-wp-customize-nav-menus.php:142
+#: wp-includes/class-wp-customize-nav-menus.php:424
+msgid "Menu item moved down"
+msgstr "Voce del menu spostata giù"
+
+#. translators: %s: title of menu item which is invalid
+#: wp-includes/class-wp-customize-nav-menus.php:430
+msgid "%s (Invalid)"
+msgstr "%s (non valido)"
+
+#: wp-includes/class-wp-customize-nav-menus.php:420
+msgid "Menu item deleted"
+msgstr "Voce menu eliminata"
+
+#: wp-includes/class-wp-customize-nav-menus.php:422
+msgid "Menu deleted"
+msgstr "Menu eliminato"
+
+#: wp-includes/class-wp-customize-nav-menus.php:159
 msgctxt "nav menu home label"
 msgid "Home"
 msgstr "Home"
 
+#: wp-includes/class-wp-customize-nav-menus.php:790
+msgid "Unknown post type"
+msgstr "Tipo di contenuto (post type) sconosciuto."
+
 #: wp-includes/customize/class-wp-customize-new-menu-control.php:36
 msgid "Create Menu"
 msgstr "Crea menu"
 
-#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:137
+#. translators: Nav menu item original title. 1: Original title
+#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:139
 msgid "Original: %s"
 msgstr "Originale: %s"
 
@@ -2051,9 +3954,9 @@ msgstr "Classi CSS"
 msgid "Title Attribute"
 msgstr "Attributo titolo"
 
-#: wp-includes/class-wp-editor.php:1439
+#: wp-includes/class-wp-editor.php:1457
 #: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:105
-#: wp-includes/media-template.php:1001
+#: wp-includes/media-template.php:1005
 msgid "Open link in a new tab"
 msgstr "Apri il link in una nuova scheda"
 
@@ -2065,39 +3968,40 @@ msgstr "Etichetta di navigazione"
 msgid "Automatically add new top-level pages to this menu"
 msgstr "Aggiungi automaticamente le nuove pagine di primo livello a questo menu"
 
-#: wp-includes/customize/class-wp-customize-nav-menu-control.php:61
-msgid "Delete Menu"
-msgstr "Cancella menu"
+#: wp-includes/customize/class-wp-customize-nav-menu-control.php:55
+msgctxt "Reorder menu items in Customizer"
+msgid "Reorder"
+msgstr "Riordina"
 
 #: wp-includes/customize/class-wp-customize-nav-menu-control.php:56
 msgctxt "Cancel reordering menu items in Customizer"
 msgid "Done"
 msgstr "Fatto"
 
-#: wp-includes/customize/class-wp-customize-nav-menu-control.php:55
-msgctxt "Reorder menu items in Customizer"
-msgid "Reorder"
-msgstr "Riordina"
+#: wp-includes/customize/class-wp-customize-nav-menu-control.php:61
+msgid "Delete Menu"
+msgstr "Elimina menu"
 
 #: wp-includes/customize/class-wp-customize-nav-menu-control.php:52
 msgid "Add Items"
 msgstr "Aggiungi voci"
 
+#. translators: %s: site name
+#: wp-includes/admin-bar.php:318
+msgid "User Dashboard: %s"
+msgstr "Bacheca utente: %s"
+
 #. translators: 1: error message, 2: line number
-#: wp-includes/atomlib.php:144
+#: wp-includes/atomlib.php:149
 msgid "XML Error: %1$s at line %2$s"
 msgstr "Errore XML: %1$s alla riga %2$s"
 
-#: wp-includes/admin-bar.php:298
-msgid "User Dashboard: %s"
-msgstr "Bacheca utente: %s"
-
 #. translators: %s: theme name
-#: wp-includes/customize/class-wp-customize-theme-control.php:96
+#: wp-includes/customize/class-wp-customize-theme-control.php:99
 msgid "<span>Active:</span> %s"
 msgstr "<span>Attivo:</span> %s"
 
-#: wp-login.php:801 wp-login.php:805
+#: wp-login.php:793 wp-login.php:798
 msgid "https://codex.wordpress.org/Cookies"
 msgstr "https://codex.wordpress.org/Cookies"
 
@@ -2105,7 +4009,7 @@ msgstr "https://codex.wordpress.org/Cookies"
 msgid "https://codex.wordpress.org/Function_Reference/is_main_query"
 msgstr "https://codex.wordpress.org/Function_Reference/is_main_query"
 
-#: wp-includes/admin-bar.php:139
+#: wp-includes/admin-bar.php:156
 msgid "https://codex.wordpress.org/"
 msgstr "https://codex.wordpress.org/"
 
@@ -2114,35 +4018,35 @@ msgstr "https://codex.wordpress.org/"
 msgid "No %1$s was set in the arguments array for the \"%2$s\" sidebar. Defaulting to \"%3$s\". Manually set the %1$s to \"%3$s\" to silence this notice and keep existing sidebar content."
 msgstr "Nessun %1$s è stato impostato nell'array degli argomenti per la sidebar \"%2$s\". Si utilizzerà il valore predefinito \"%3$s\". Impostare manualmente %1$s a \"%3$s\" per nascondere questo avvertimento e mantenere il contenuto attuale della barra laterale."
 
-#: wp-includes/script-loader.php:558 wp-includes/script-loader.php:682
+#: wp-includes/script-loader.php:582 wp-includes/script-loader.php:706
 msgid "Connection lost or the server is busy. Please try again later."
 msgstr "Connessione persa oppure il server è occupato. Riprova più tardi."
 
-#: wp-includes/script-loader.php:636
+#: wp-includes/script-loader.php:660
 msgid "Updates may not complete if you navigate away from this page."
 msgstr "Gli aggiornamenti potrebbero non completarsi se navighi via da questa pagina."
 
-#: wp-includes/script-loader.php:621
-msgid "Update Failed!"
-msgstr "Aggiornamento non riuscito!"
-
 #. translators: JavaScript accessible string
-#: wp-includes/script-loader.php:635
+#: wp-includes/script-loader.php:659
 msgid "Update canceled."
 msgstr "Aggiornamento annullato."
 
-#. translators: %s: Plugin name and version
-#: wp-includes/script-loader.php:629
-msgid "%s update failed"
-msgstr "L'aggiornamento di %s non è riuscito"
+#: wp-includes/script-loader.php:645
+msgid "Update Failed!"
+msgstr "Aggiornamento non riuscito!"
 
 #. translators: %s: Plugin name and version
-#: wp-includes/script-loader.php:627
+#: wp-includes/script-loader.php:651
 msgid "%s updated!"
 msgstr "%s è stato aggiornato!"
 
 #. translators: %s: Plugin name and version
-#: wp-includes/script-loader.php:625
+#: wp-includes/script-loader.php:653
+msgid "%s update failed"
+msgstr "L'aggiornamento di %s non è riuscito"
+
+#. translators: %s: Plugin name and version
+#: wp-includes/script-loader.php:649
 msgid "Updating %s..."
 msgstr "L'aggiornamento di %s è in corso…"
 
@@ -2151,18 +4055,18 @@ msgctxt "theme"
 msgid "Change"
 msgstr "Cambia"
 
-#: wp-includes/script-loader.php:78
+#: wp-includes/script-loader.php:81
 msgid "Dismiss this notice."
 msgstr "Nascondi questa notifica."
 
 #. translators: %s: number of menu locations
-#: wp-includes/class-wp-customize-nav-menus.php:519
+#: wp-includes/class-wp-customize-nav-menus.php:581
 msgid "Your theme supports %s menu. Select which menu appears in each location."
 msgid_plural "Your theme supports %s menus. Select which menu appears in each location."
 msgstr[0] "Il tuo tema supporta %s menu. Scegli la posizione per ogni menu."
 msgstr[1] "Il tuo tema supporta %s menu. Scegli la posizione per ogni menu."
 
-#: wp-includes/class-wp-customize-nav-menus.php:516
+#: wp-includes/class-wp-customize-nav-menus.php:578
 msgid "Your theme supports one menu. Select which menu you would like to use."
 msgstr "Il tuo tema supporta un solo menu. Seleziona quale menu vorresti usare."
 
@@ -2173,205 +4077,205 @@ msgid_plural "%1$s responses to %2$s"
 msgstr[0] "%1$s risposta a %2$s "
 msgstr[1] "%1$s risposte a %2$s "
 
-#: wp-includes/script-loader.php:460
-msgid "Site Preview"
-msgstr "Anteprima sito"
+#: wp-includes/taxonomy.php:380 wp-includes/taxonomy.php:381
+msgid "Taxonomy names must be between 1 and 32 characters in length."
+msgstr "I nomi di tassonomia devono essere con lunghezza tra 1 e 32 caratteri."
 
 #. translators: %d: nth image found in a post
-#: wp-includes/script-loader.php:563
+#: wp-includes/script-loader.php:587
 msgid "Suggested image #%d"
 msgstr "Immagine suggerita #%d"
 
 #. translators: %d: nth embed found in a post
-#: wp-includes/script-loader.php:561
+#: wp-includes/script-loader.php:585
 msgid "Suggested embed #%d"
 msgstr "Incorporazione suggerita #%d"
 
-#: wp-includes/script-loader.php:616
+#. translators: JavaScript accessible string
+#: wp-includes/script-loader.php:657
+msgid "Update completed successfully."
+msgstr "Aggiornamento completato con successo."
+
+#: wp-includes/script-loader.php:640
 msgid "Updated!"
 msgstr "Aggiornato!"
 
-#: wp-includes/script-loader.php:615
+#: wp-includes/script-loader.php:639
 msgid "Updating..."
 msgstr "Aggiornamento in corso..."
 
-#: wp-includes/script-loader.php:637
+#: wp-includes/taxonomy.php:3494
+msgid "Could not split shared term."
+msgstr "Impossibile dividere termini condivisi."
+
+#. translators: JavaScript accessible string
+#: wp-includes/script-loader.php:655
+msgid "Updating... please wait."
+msgstr "Aggiornamento in corso... attendi."
+
+#: wp-includes/script-loader.php:469
+msgid "Site Preview"
+msgstr "Anteprima sito"
+
+#: wp-includes/theme.php:2955
+msgid "Customizer"
+msgstr "Personalizza"
+
+#: wp-includes/script-loader.php:661
 msgid "Install Now"
 msgstr "Installa ora"
 
-#: wp-includes/script-loader.php:641
+#: wp-includes/script-loader.php:665
 msgid "Installed!"
 msgstr "Installato!"
 
-#: wp-includes/script-loader.php:640
-msgid "Installing..."
-msgstr "Installazione in corso"
+#: wp-includes/script-loader.php:682
+msgid "Installation completed successfully."
+msgstr "Installazione completata con successo."
 
-#: wp-includes/script-loader.php:657
+#: wp-includes/script-loader.php:681
 msgid "Installing... please wait."
 msgstr "Installazione in corso, attendere."
 
-#. translators: JavaScript accessible string
-#: wp-includes/script-loader.php:631
-msgid "Updating... please wait."
-msgstr "Aggiornamento in corso... attendi."
-
-#. translators: JavaScript accessible string
-#: wp-includes/script-loader.php:633
-msgid "Update completed successfully."
-msgstr "Aggiornamento completato con successo."
-
-#: wp-includes/script-loader.php:658
-msgid "Installation completed successfully."
-msgstr "Installazione completata con successo."
+#: wp-includes/script-loader.php:664
+msgid "Installing..."
+msgstr "Installazione in corso"
 
-#: wp-includes/taxonomy.php:392 wp-includes/taxonomy.php:393
-msgid "Taxonomy names must be between 1 and 32 characters in length."
-msgstr "I nomi di tassonomia devono essere con lunghezza tra 1 e 32 caratteri."
+#: wp-includes/class-wp-customize-nav-menus.php:161
+#: wp-includes/class-wp-customize-nav-menus.php:414
+#: wp-includes/customize/class-wp-customize-nav-menu-item-setting.php:337
+#: wp-includes/nav-menu.php:768
+msgid "Custom Link"
+msgstr "Link personalizzato"
 
-#: wp-includes/taxonomy.php:3716
-msgid "Could not split shared term."
-msgstr "Impossibile dividere termini condivisi."
+#. translators: 1: comment author, 2: author IP, 3: author domain
+#. translators: 1: Comment author name, 2: comment author's IP, 3: comment
+#. author IP's hostname
+#: wp-includes/pluggable.php:1457 wp-includes/pluggable.php:1617
+msgid "Author: %1$s (IP: %2$s, %3$s)"
+msgstr "Autore: %1$s (IP: %2$s, %3$s)"
 
-#: wp-includes/theme.php:2110
-msgid "Customizer"
-msgstr "Personalizza"
+#. translators: %s: table name
+#: wp-includes/ms-load.php:471
+msgid "<strong>Database tables are missing.</strong> This means that MySQL is not running, WordPress was not installed properly, or someone deleted %s. You really should look at your database now."
+msgstr "<strong>Le tabelle nel database sono mancanti.</strong> Questo significa che MySQL non è in esecuzione, WordPress non è stato installato correttamente, o qualcuno ha cancellato %s. Dovresti controllare il tuo database ora."
 
-#: wp-includes/media.php:3365
+#: wp-includes/media.php:3417
 msgid "Drag and drop to reorder media files."
 msgstr "Trascina per riordinare i file."
 
-#. translators: Do not translate USERNAME, SITE_NAME, BLOG_URL, PASSWORD: those
-#. are placeholders.
-#: wp-includes/ms-functions.php:1452
+#. translators: 1: Trackback/pingback website name, 2: website IP, 3: website
+#. hostname
+#: wp-includes/pluggable.php:1436 wp-includes/pluggable.php:1447
+#: wp-includes/pluggable.php:1597 wp-includes/pluggable.php:1607
+msgid "Website: %1$s (IP: %2$s, %3$s)"
+msgstr "Sito web: %1$s (IP: %2$s, %3$s)"
+
+#. translators: 1: site url, 2: table name, 3: database name
+#: wp-includes/ms-load.php:477
+msgid "<strong>Could not find site %1$s.</strong> Searched for table %2$s in database %3$s. Is that right?"
+msgstr "<strong>Non trovo il sito %1$s.</strong> Ricerca per tabella %2$s nel database %3$s. È corretto?"
+
+#. translators: Do not translate USERNAME, PASSWORD, LOGINLINK, SITE_NAME:
+#. those are placeholders.
+#: wp-includes/ms-functions.php:2170
 msgid ""
 "Howdy USERNAME,\n"
 "\n"
-"Your new SITE_NAME site has been successfully set up at:\n"
-"BLOG_URL\n"
-"\n"
-"You can log in to the administrator account with the following information:\n"
+"Your new account is set up.\n"
 "\n"
+"You can log in with the following information:\n"
 "Username: USERNAME\n"
 "Password: PASSWORD\n"
-"Log in here: BLOG_URLwp-login.php\n"
+"LOGINLINK\n"
 "\n"
-"We hope you enjoy your new site. Thanks!\n"
+"Thanks!\n"
 "\n"
 "--The Team @ SITE_NAME"
 msgstr ""
 "Ciao USERNAME,\n"
 "\n"
-"il tuo nuovo sito SITE_NAME è stato correttamente creato ed impostato su:\n"
-"BLOG_URL\n"
-"\n"
-"Puoi effettuare l'accesso all’account di amministrazione con le seguenti informazioni:\n"
+"il tuo nuovo account è pronto.\n"
 "\n"
+"Puoi effettuare l'accesso con le seguenti informazioni:\n"
 "Nome utente: USERNAME\n"
 "Password: PASSWORD\n"
-"Effettua l'accesso qui: BLOG_URLwp-login.php\n"
-"\n"
-"Speriamo che il tuo nuovo sito ti piaccia. Grazie!\n"
+"LOGINLINK\n"
 "\n"
+"Grazie!\n"
 "Il team di SITE_NAME"
 
-#. translators: Do not translate USERNAME, PASSWORD, LOGINLINK, SITE_NAME:
-#. those are placeholders.
-#: wp-includes/ms-functions.php:2129
+#. translators: Do not translate USERNAME, SITE_NAME, BLOG_URL, PASSWORD: those
+#. are placeholders.
+#: wp-includes/ms-functions.php:1479
 msgid ""
 "Howdy USERNAME,\n"
 "\n"
-"Your new account is set up.\n"
+"Your new SITE_NAME site has been successfully set up at:\n"
+"BLOG_URL\n"
+"\n"
+"You can log in to the administrator account with the following information:\n"
 "\n"
-"You can log in with the following information:\n"
 "Username: USERNAME\n"
 "Password: PASSWORD\n"
-"LOGINLINK\n"
+"Log in here: BLOG_URLwp-login.php\n"
 "\n"
-"Thanks!\n"
+"We hope you enjoy your new site. Thanks!\n"
 "\n"
 "--The Team @ SITE_NAME"
 msgstr ""
 "Ciao USERNAME,\n"
 "\n"
-"il tuo nuovo account è pronto.\n"
+"il tuo nuovo sito SITE_NAME è stato correttamente creato ed impostato su:\n"
+"BLOG_URL\n"
+"\n"
+"Puoi effettuare l'accesso all’account di amministrazione con le seguenti informazioni:\n"
 "\n"
-"Puoi effettuare l'accesso con le seguenti informazioni:\n"
 "Nome utente: USERNAME\n"
 "Password: PASSWORD\n"
-"LOGINLINK\n"
+"Effettua l'accesso qui: BLOG_URLwp-login.php\n"
+"\n"
+"Speriamo che il tuo nuovo sito ti piaccia. Grazie!\n"
 "\n"
-"Grazie!\n"
 "Il team di SITE_NAME"
 
-#. translators: %s: table name
-#: wp-includes/ms-load.php:480
-msgid "<strong>Database tables are missing.</strong> This means that MySQL is not running, WordPress was not installed properly, or someone deleted %s. You really should look at your database now."
-msgstr "<strong>Le tabelle nel database sono mancanti.</strong> Questo significa che MySQL non è in esecuzione, WordPress non è stato installato correttamente, o qualcuno ha cancellato %s. Dovresti controllare il tuo database ora."
-
-#: wp-includes/class-wp-customize-nav-menus.php:144
-#: wp-includes/class-wp-customize-nav-menus.php:370
-#: wp-includes/customize/class-wp-customize-nav-menu-item-setting.php:565
-#: wp-includes/nav-menu.php:795
-msgid "Custom Link"
-msgstr "Link personalizzato"
-
-#. translators: 1: site url, 2: table name, 3: database name
-#: wp-includes/ms-load.php:486
-msgid "<strong>Could not find site %1$s.</strong> Searched for table %2$s in database %3$s. Is that right?"
-msgstr "<strong>Non trovo il sito %1$s.</strong> Ricerca per tabella %2$s nel database %3$s. È corretto?"
-
-#. translators: 1: website name, 2: website IP, 3: website hostname
-#: wp-includes/pluggable.php:1428 wp-includes/pluggable.php:1438
-#: wp-includes/pluggable.php:1581 wp-includes/pluggable.php:1589
-msgid "Website: %1$s (IP: %2$s, %3$s)"
-msgstr "Sito web: %1$s (IP: %2$s, %3$s)"
-
-#. translators: 1: comment author, 2: author IP, 3: author domain
-#: wp-includes/pluggable.php:1448 wp-includes/pluggable.php:1596
-msgid "Author: %1$s (IP: %2$s, %3$s)"
-msgstr "Autore: %1$s (IP: %2$s, %3$s)"
-
-#: wp-includes/post.php:1027 wp-includes/post.php:1028
-msgid "Post type names must be between 1 and 20 characters in length."
-msgstr "I nomi delle tipologie di articoli devono essere compresi fra 1 e 20 caratteri di lunghezza."
-
 #. translators: revision date format, see https://secure.php.net/date
-#: wp-includes/post-template.php:1635 wp-includes/post-template.php:1671
+#: wp-includes/post-template.php:1700 wp-includes/post-template.php:1736
 msgctxt "revision date format"
 msgid "F j, Y @ H:i:s"
 msgstr "j F Y alle G:i:s"
 
-#: wp-includes/class-wp-customize-nav-menus.php:788
-#: wp-includes/class-wp-editor.php:1434 wp-includes/media-template.php:813
+#: wp-includes/post.php:1116 wp-includes/post.php:1117
+msgid "Post type names must be between 1 and 20 characters in length."
+msgstr "I nomi dei tipi di contenuto (post type) devono essere compresi fra 1 e 20 caratteri di lunghezza."
+
+#: wp-includes/class-wp-customize-nav-menus.php:1067
+#: wp-includes/class-wp-editor.php:1452 wp-includes/media-template.php:817
 msgid "Link Text"
 msgstr "Testo del link"
 
-#. translators: %s: post title
-#: wp-includes/comment-template.php:1502
-msgid "1 Comment<span class=\"screen-reader-text\"> on %s</span>"
-msgstr "1 commento<span class=\"screen-reader-text\"> su %s</span>"
+#. translators: 1: 'text_direction' argument, 2: bloginfo() function name, 3:
+#. is_rtl() function name
+#: wp-includes/general-template.php:725
+msgid "The %1$s option is deprecated for the family of %2$s functions. Use the %3$s function instead."
+msgstr "L'opzione %1$s è deprecata per la famiglia di funzioni di %2$s. Al suo posto utilizza la funzione %3$s."
 
-#. translators: 1: Number of comments 2: post title
-#: wp-includes/comment-template.php:1507
-msgid "%1$s Comment<span class=\"screen-reader-text\"> on %2$s</span>"
-msgid_plural "%1$s Comments<span class=\"screen-reader-text\"> on %2$s</span>"
-msgstr[0] "%1$s commento<span class=\"screen-reader-text\"> su %2$s</span>"
-msgstr[1] "%1$s commenti<span class=\"screen-reader-text\"> su %2$s</span>"
+#. translators: 1: 'siteurl'/'home' argument, 2: bloginfo() function name, 3:
+#. 'url' argument
+#: wp-includes/general-template.php:652
+msgid "The %1$s option is deprecated for the family of %2$s functions. Use the %3$s option instead."
+msgstr "L'opzione %1$s è deprecata per la famiglia di funzioni di %2$s. Al suo posto utilizza la funzione %3$s."
+
+#. translators: %s: post title
+#: wp-includes/comment-template.php:1497
+msgid "No Comments<span class=\"screen-reader-text\"> on %s</span>"
+msgstr "Nessun commento<span class=\"screen-reader-text\"> su %s</span>"
 
 #. translators: %s: post title
 #: wp-includes/comment-template.php:1513
 msgid "Comments Off<span class=\"screen-reader-text\"> on %s</span>"
 msgstr "Commenti disabilitati<span class=\"screen-reader-text\"> su %s</span>"
 
-#: wp-includes/widgets/class-wp-widget-archives.php:79
-msgid "Select Year"
-msgstr "Seleziona anno"
-
-#: wp-includes/widgets/class-wp-widget-archives.php:85
-msgid "Select Day"
-msgstr "Seleziona giorno"
-
 #: wp-includes/widgets/class-wp-widget-archives.php:88
 msgid "Select Week"
 msgstr "Scegli la settimana"
@@ -2380,299 +4284,320 @@ msgstr "Scegli la settimana"
 msgid "Select Post"
 msgstr "Scegli articolo"
 
-#. translators: %s: post title
-#: wp-includes/comment-template.php:1497
-msgid "No Comments<span class=\"screen-reader-text\"> on %s</span>"
-msgstr "Nessun commento<span class=\"screen-reader-text\"> su %s</span>"
+#: wp-includes/widgets/class-wp-widget-archives.php:79
+msgid "Select Year"
+msgstr "Seleziona anno"
 
-#. translators: 1: 'siteurl'/'home' argument, 2: bloginfo() function name, 3:
-#. 'url' argument
-#: wp-includes/general-template.php:652
-msgid "The %1$s option is deprecated for the family of %2$s functions. Use the %3$s option instead."
-msgstr "L'opzione %1$s è deprecata per la famiglia di funzioni di %2$s. Al suo posto utilizza la funzione %3$s."
+#: wp-includes/widgets/class-wp-widget-archives.php:85
+msgid "Select Day"
+msgstr "Seleziona giorno"
 
-#. translators: 1: 'text_direction' argument, 2: bloginfo() function name, 3:
-#. is_rtl() function name
-#: wp-includes/general-template.php:725
-msgid "The %1$s option is deprecated for the family of %2$s functions. Use the %3$s function instead."
-msgstr "L'opzione %1$s è deprecata per la famiglia di funzioni di %2$s. Al suo posto utilizza la funzione %3$s."
+#. translators: %s: post title
+#: wp-includes/comment-template.php:1502
+msgid "1 Comment<span class=\"screen-reader-text\"> on %s</span>"
+msgstr "1 commento<span class=\"screen-reader-text\"> su %s</span>"
+
+#. translators: 1: Number of comments 2: post title
+#: wp-includes/comment-template.php:1507
+msgid "%1$s Comment<span class=\"screen-reader-text\"> on %2$s</span>"
+msgid_plural "%1$s Comments<span class=\"screen-reader-text\"> on %2$s</span>"
+msgstr[0] "%1$s commento<span class=\"screen-reader-text\"> su %2$s</span>"
+msgstr[1] "%1$s commenti<span class=\"screen-reader-text\"> su %2$s</span>"
 
-#: wp-includes/customize/class-wp-customize-theme-control.php:102
+#: wp-includes/customize/class-wp-customize-theme-control.php:105
 #: wp-includes/customize/class-wp-customize-themes-section.php:70
 msgid "Theme Details"
 msgstr "Dettagli del tema"
 
 #: wp-includes/customize/class-wp-customize-theme-control.php:87
-#: wp-includes/script-loader.php:671
+#: wp-includes/script-loader.php:695
 msgid "Live Preview"
 msgstr "Anteprima in tempo reale"
 
-#: wp-includes/link-template.php:2532
-msgctxt "next post"
-msgid "Next"
-msgstr "Successivo"
-
-#: wp-includes/link-template.php:2531
-msgctxt "previous post"
-msgid "Previous"
-msgstr "Precedente"
-
-#: wp-includes/taxonomy.php:610
+#: wp-includes/taxonomy.php:510
 msgid "No categories found."
 msgstr "Nessuna categoria trovata"
 
-#: wp-includes/class-wp-editor.php:1045 wp-includes/script-loader.php:94
+#: wp-includes/class-wp-editor.php:1050 wp-includes/script-loader.php:99
 msgid "Distraction-free writing mode"
 msgstr "Modalità di scrittura senza distrazioni"
 
 #. translators: 1: Theme support 2: hook name
-#: wp-includes/theme.php:1728
+#: wp-includes/theme.php:2403
 msgid "Theme support for %1$s should be registered before the %2$s hook."
 msgstr "Il supporto del tema a %1$s deve essere registrato prima dell'hook %2$s."
 
-#: wp-includes/class-wp-customize-widgets.php:730
+#: wp-includes/class-wp-customize-widgets.php:733
 msgid "Widget moved up"
 msgstr "Widget spostato in su"
 
-#: wp-includes/class-wp-customize-widgets.php:731
+#: wp-includes/class-wp-customize-widgets.php:734
 msgid "Widget moved down"
 msgstr "Widget spostato giù"
 
-#: wp-includes/class-wp-editor.php:1026
-msgid "Rich Text Area. Press Alt-Shift-H for help."
-msgstr "Area testo elaborato. Premi Alt-Shift-H per aiuto."
+#: wp-includes/class-wp-editor.php:1075
+msgid "To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons."
+msgstr "Per spostare il focus su altri pulsanti usare Tab o i tasti cursore. Per ripristinare il focus sull'editor premere Esc oppure premere uno dei pulsanti."
 
-#: wp-includes/class-wp-editor.php:1057
+#: wp-includes/class-wp-editor.php:1062
 msgid "Focus shortcuts:"
 msgstr "Scorciatoie focus:"
 
-#: wp-includes/class-wp-editor.php:1059
-msgid "Editor menu (when enabled)"
-msgstr "Menu dell'editor (se abilitato)"
+#: wp-includes/class-wp-editor.php:1066
+msgid "Elements path"
+msgstr "Percorso elementi"
 
-#: wp-includes/class-wp-editor.php:1060
+#: wp-includes/class-wp-editor.php:1065
 msgid "Editor toolbar"
 msgstr "Barra degli strumenti dell'editor"
 
-#: wp-includes/class-wp-editor.php:1070
-msgid "To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons."
-msgstr "Per spostare il focus su altri pulsanti usare Tab o i tasti cursore. Per ripristinare il focus sull'editor premere Esc oppure premere uno dei pulsanti."
+#: wp-includes/class-wp-editor.php:1064
+msgid "Editor menu (when enabled)"
+msgstr "Menu dell'editor (se abilitato)"
 
-#: wp-includes/class-wp-editor.php:1061
-msgid "Elements path"
-msgstr "Percorso elementi"
+#: wp-includes/class-wp-editor.php:1031
+msgid "Rich Text Area. Press Alt-Shift-H for help."
+msgstr "Area testo elaborato. Premi Alt-Shift-H per aiuto."
 
 #. translators: 1: month, 2: day of month
-#: wp-includes/date.php:458
+#: wp-includes/date.php:457
 msgid "The following values do not describe a valid date: month %1$s, day %2$s."
 msgstr "I seguenti valori non descrivono una data valida: giorno %2$s, mese %1$s."
 
-#: wp-includes/taxonomy.php:2336
-msgid "A term with the name provided already exists in this taxonomy."
-msgstr "In questa tassonomia esiste già un termine con questo nome."
-
 #. translators: %s: database access abstraction class, usually wpdb or a class
 #. extending wpdb
 #: wp-includes/wp-db.php:1180
 msgid "%s must set a database connection for use with escaping."
 msgstr "%s deve impostare una connessione ad un database da utilizzare per l'escaping."
 
-#: wp-includes/theme.php:1577
+#: wp-includes/theme.php:2247
 msgid "You need to pass an array of types."
 msgstr "Occorre passare un array di tipi."
 
-#: wp-includes/l10n.php:1101
-msgctxt "translations"
-msgid "Installed"
-msgstr "Installata"
-
-#: wp-includes/l10n.php:1119
-msgctxt "translations"
-msgid "Available"
-msgstr "Disponibile"
-
-#: wp-includes/link-template.php:2477
-msgid "Older posts"
-msgstr "Articoli meno recenti"
+#: wp-includes/taxonomy.php:2067
+msgid "A term with the name provided already exists in this taxonomy."
+msgstr "In questa tassonomia esiste già un termine con questo nome."
 
-#: wp-includes/link-template.php:2479 wp-includes/link-template.php:2533
-#: wp-includes/link-template.php:2577
-msgid "Posts navigation"
-msgstr "Navigazione articoli"
+#: wp-includes/media-template.php:435 wp-includes/media-template.php:538
+msgctxt "verb"
+msgid "Trash"
+msgstr "Cestina"
 
-#: wp-includes/link-template.php:2478
-msgid "Newer posts"
-msgstr "Articoli seguenti"
+#: wp-includes/pluggable.php:1461
+msgid "You can see all comments on this post here:"
+msgstr "Puoi vedere tutti i commenti su questo post qui:"
 
-#: wp-includes/script-loader.php:956
+#: wp-includes/script-loader.php:980
 msgid "Previous"
 msgstr "Precedente"
 
-#: wp-includes/media-template.php:591
-msgid "Edit Selection"
-msgstr "Modifica la selezione"
+#: wp-includes/pluggable.php:1450
+msgid "You can see all pingbacks on this post here:"
+msgstr "Puoi vedere tutti i pingbacks su questo post qui:"
 
-#: wp-includes/media.php:3383
-msgctxt "noun"
-msgid "Trash"
-msgstr "Cestino"
+#. translators: 1: Comment text
+#: wp-includes/pluggable.php:1438 wp-includes/pluggable.php:1449
+#: wp-includes/pluggable.php:1460 wp-includes/pluggable.php:1623
+msgid "Comment: %s"
+msgstr "Commento: %s"
 
-#: wp-includes/pluggable.php:1429 wp-includes/pluggable.php:1439
-#: wp-includes/pluggable.php:1450 wp-includes/pluggable.php:1582
-#: wp-includes/pluggable.php:1590 wp-includes/pluggable.php:1598
+#. translators: 1: Trackback/pingback/comment author URL
+#: wp-includes/pluggable.php:1437 wp-includes/pluggable.php:1448
+#: wp-includes/pluggable.php:1459 wp-includes/pluggable.php:1599
+#: wp-includes/pluggable.php:1609 wp-includes/pluggable.php:1621
 msgid "URL: %s"
 msgstr "URL: %s"
 
-#: wp-includes/pluggable.php:1430 wp-includes/pluggable.php:1440
-#: wp-includes/pluggable.php:1451 wp-includes/pluggable.php:1599
-msgid "Comment: %s"
-msgstr "Commento: %s"
-
-#: wp-includes/pluggable.php:1431
-msgid "You can see all trackbacks on this post here:"
-msgstr "Puoi vedere tutti i trackback su questo post qui:"
+#: wp-includes/l10n.php:1222
+msgctxt "translations"
+msgid "Available"
+msgstr "Disponibile"
 
-#: wp-includes/pluggable.php:1441
-msgid "You can see all pingbacks on this post here:"
-msgstr "Puoi vedere tutti i pingbacks su questo post qui:"
+#: wp-includes/media.php:3435
+msgctxt "noun"
+msgid "Trash"
+msgstr "Cestino"
 
-#: wp-includes/pluggable.php:1452
-msgid "You can see all comments on this post here:"
-msgstr "Puoi vedere tutti i commenti su questo post qui:"
+#: wp-includes/link-template.php:2481
+msgid "Newer posts"
+msgstr "Articoli seguenti"
 
-#: wp-includes/media-template.php:433 wp-includes/media-template.php:534
-msgctxt "verb"
-msgid "Trash"
-msgstr "Cestina"
+#: wp-includes/link-template.php:2482 wp-includes/link-template.php:2536
+#: wp-includes/link-template.php:2580
+msgid "Posts navigation"
+msgstr "Navigazione articoli"
 
-#: wp-includes/class-wp-editor.php:960
-msgid "Add to Dictionary"
-msgstr "Aggiungi al dizionario"
+#: wp-includes/l10n.php:1191
+msgctxt "translations"
+msgid "Installed"
+msgstr "Installata"
 
-#: wp-includes/class-wp-editor.php:968
-msgid "Border color"
-msgstr "Colore bordo"
+#: wp-includes/media-template.php:595
+msgid "Edit Selection"
+msgstr "Modifica la selezione"
 
-#: wp-includes/class-wp-editor.php:997
-msgctxt "horizontal table cell alignment"
-msgid "H Align"
-msgstr "H Align"
+#: wp-includes/pluggable.php:1439
+msgid "You can see all trackbacks on this post here:"
+msgstr "Puoi vedere tutti i trackback su questo post qui:"
 
-#: wp-includes/class-wp-editor.php:1002
-msgctxt "vertical table cell alignment"
-msgid "V Align"
-msgstr "V Align"
+#: wp-includes/link-template.php:2480
+msgid "Older posts"
+msgstr "Articoli meno recenti"
 
 #. translators: Date query invalid date message: 1: invalid value, 2: type of
 #. value, 3: minimum valid value, 4: maximum valid value
-#: wp-includes/date.php:411
+#: wp-includes/date.php:410
 msgid "Invalid value %1$s for %2$s. Expected value should be between %3$s and %4$s."
 msgstr "Valore non valido %1$s per %2$s. Il valore previsto dovrebbe essere tra %3$s e %4$s."
 
-#: wp-includes/comment-template.php:1594
+#: wp-includes/class-wp-editor.php:1007
+msgctxt "vertical table cell alignment"
+msgid "V Align"
+msgstr "V Align"
+
+#: wp-includes/class-wp-editor.php:1002
+msgctxt "horizontal table cell alignment"
+msgid "H Align"
+msgstr "H Align"
+
+#. translators: Comment reply button text. 1: Comment author name
+#: wp-includes/comment-template.php:1596
 msgid "Reply to %s"
 msgstr "Rispondi a %s"
 
-#. translators: 1: year, 2: month, 3: day of month
-#: wp-includes/date.php:441
-msgid "The following values do not describe a valid date: year %1$s, month %2$s, day %3$s."
-msgstr "I seguenti valori non descrivono una data valida: anno %1$s, mese %2$s, giorno %3$s."
-
-#: wp-includes/general-template.php:1456
-msgid "Category: %s"
-msgstr "Categoria: %s"
+#. translators: Post type archive title. 1: Post type name
+#: wp-includes/general-template.php:1503
+msgid "Archives: %s"
+msgstr "Archivi: %s"
 
-#: wp-includes/general-template.php:1458
-msgid "Tag: %s"
-msgstr "Tag: %s"
+#. translators: Taxonomy term archive title. 1: Taxonomy singular name, 2:
+#. Current taxonomy term
+#: wp-includes/general-template.php:1507
+msgid "%1$s: %2$s"
+msgstr "%1$s: %2$s"
 
-#: wp-includes/general-template.php:1460
-msgid "Author: %s"
-msgstr "Autore: %s"
+#: wp-includes/general-template.php:1497
+msgctxt "post format archive title"
+msgid "Audio"
+msgstr "Audio"
 
-#: wp-includes/general-template.php:1462
+#. translators: Daily archive title. 1: Date
+#: wp-includes/general-template.php:1480
+msgid "Day: %s"
+msgstr "Giorno: %s"
+
+#. translators: Yearly archive title. 1: Year
+#: wp-includes/general-template.php:1474
 msgid "Year: %s"
 msgstr "Anno: %s"
 
-#: wp-includes/general-template.php:1469
-msgctxt "post format archive title"
-msgid "Asides"
-msgstr "Digressioni"
+#. translators: Author archive title. 1: Author name
+#: wp-includes/general-template.php:1471
+msgid "Author: %s"
+msgstr "Autore: %s"
 
-#: wp-includes/general-template.php:1466 wp-includes/general-template.php:2042
-msgctxt "daily archives date format"
-msgid "F j, Y"
-msgstr "j F Y"
+#. translators: Tag archive title. 1: Tag name
+#: wp-includes/general-template.php:1468
+msgid "Tag: %s"
+msgstr "Tag: %s"
 
-#: wp-includes/general-template.php:1466
-msgid "Day: %s"
-msgstr "Giorno: %s"
+#. translators: Category archive title. 1: Category name
+#: wp-includes/general-template.php:1465
+msgid "Category: %s"
+msgstr "Categoria: %s"
 
-#: wp-includes/general-template.php:1464
+#. translators: Monthly archive title. 1: Month name and year
+#: wp-includes/general-template.php:1477
 msgid "Month: %s"
 msgstr "Mese: %s"
 
-#: wp-includes/general-template.php:1473
-msgctxt "post format archive title"
-msgid "Images"
-msgstr "Immagini"
+#: wp-includes/general-template.php:1480 wp-includes/general-template.php:2060
+msgctxt "daily archives date format"
+msgid "F j, Y"
+msgstr "j F Y"
 
-#: wp-includes/general-template.php:1471
+#: wp-includes/general-template.php:1485
 msgctxt "post format archive title"
 msgid "Galleries"
 msgstr "Gallerie"
 
-#: wp-includes/general-template.php:1477
+#: wp-includes/general-template.php:1487
 msgctxt "post format archive title"
-msgid "Quotes"
-msgstr "Citazioni"
+msgid "Images"
+msgstr "Immagini"
 
-#: wp-includes/general-template.php:1475
-msgctxt "post format archive title"
-msgid "Videos"
-msgstr "Video"
+#: wp-includes/class-wp-editor.php:965
+msgid "Add to Dictionary"
+msgstr "Aggiungi al dizionario"
+
+#: wp-includes/class-wp-editor.php:973
+msgid "Border color"
+msgstr "Colore bordo"
 
-#: wp-includes/general-template.php:1479
+#: wp-includes/general-template.php:1493
 msgctxt "post format archive title"
 msgid "Links"
 msgstr "Link"
 
-#: wp-includes/general-template.php:1481
+#: wp-includes/class-wp-editor.php:1051
+msgid "No alignment"
+msgstr "Nessun allineamento"
+
+#: wp-includes/general-template.php:1499
+msgctxt "post format archive title"
+msgid "Chats"
+msgstr "Chat"
+
+#: wp-includes/general-template.php:1495
 msgctxt "post format archive title"
 msgid "Statuses"
 msgstr "Stati"
 
-#: wp-includes/general-template.php:1485
+#: wp-includes/general-template.php:1489
 msgctxt "post format archive title"
-msgid "Chats"
-msgstr "Chat"
+msgid "Videos"
+msgstr "Video"
+
+#: wp-includes/general-template.php:1491
+msgctxt "post format archive title"
+msgid "Quotes"
+msgstr "Citazioni"
 
 #: wp-includes/general-template.php:1483
 msgctxt "post format archive title"
-msgid "Audio"
-msgstr "Audio"
+msgid "Asides"
+msgstr "Digressioni"
 
-#. translators: 1: Taxonomy singular name, 2: Current taxonomy term
-#: wp-includes/general-template.php:1492
-msgid "%1$s: %2$s"
-msgstr "%1$s: %2$s"
+#. translators: 1: year, 2: month, 3: day of month
+#: wp-includes/date.php:440
+msgid "The following values do not describe a valid date: year %1$s, month %2$s, day %3$s."
+msgstr "I seguenti valori non descrivono una data valida: anno %1$s, mese %2$s, giorno %3$s."
 
-#: wp-includes/general-template.php:1488
-msgid "Archives: %s"
-msgstr "Archivi: %s"
+#: wp-includes/customize/class-wp-customize-image-control.php:39
+msgid "No image selected"
+msgstr "Nessuna immagine selezionata"
 
-#: wp-includes/class-wp-editor.php:1046
-msgid "No alignment"
-msgstr "Nessun allineamento"
+#: wp-includes/class-wp-editor.php:944
+msgid "Color"
+msgstr "Colore"
 
-#: wp-includes/customize/class-wp-customize-media-control.php:61
-msgid "Change File"
-msgstr "Cambia file"
+#: wp-includes/class-wp-editor.php:946
+msgctxt "label for custom color"
+msgid "Custom..."
+msgstr "Personalizza..."
+
+#: wp-includes/class-wp-editor.php:947
+msgid "No color"
+msgstr "Nessun colore"
 
 #: wp-includes/customize/class-wp-customize-media-control.php:64
 msgid "No file selected"
 msgstr "Nessun file selezionato"
 
+#: wp-includes/class-wp-editor.php:945
+msgid "Custom color"
+msgstr "Colore personalizzato"
+
 #: wp-includes/customize/class-wp-customize-media-control.php:66
 msgid "Choose File"
 msgstr "Scegli un file"
@@ -2682,241 +4607,220 @@ msgstr "Scegli un file"
 msgid "Select Image"
 msgstr "Seleziona una immagine"
 
-#: wp-includes/customize/class-wp-customize-image-control.php:39
-msgid "No image selected"
-msgstr "Nessuna immagine selezionata"
-
-#: wp-includes/class-wp-editor.php:940
-msgid "Custom color"
-msgstr "Colore personalizzato"
-
-#: wp-includes/class-wp-editor.php:939
-msgid "Color"
-msgstr "Colore"
-
-#: wp-includes/class-wp-editor.php:941
-msgctxt "label for custom color"
-msgid "Custom..."
-msgstr "Personalizza..."
-
-#: wp-includes/class-wp-editor.php:942
-msgid "No color"
-msgstr "Nessun colore"
+#: wp-includes/customize/class-wp-customize-media-control.php:61
+msgid "Change File"
+msgstr "Cambia file"
 
-#: wp-includes/class-wp-editor.php:878
-msgctxt "list style"
-msgid "Default"
-msgstr "Predefinito"
+#: wp-includes/post.php:66
+msgctxt "add new media"
+msgid "Add New"
+msgstr "Aggiungi nuovo"
 
-#: wp-includes/admin-bar.php:638
-msgctxt "add new from admin bar"
-msgid "Link"
-msgstr "Link"
+#: wp-includes/post.php:64
+msgctxt "post type general name"
+msgid "Media"
+msgstr "Media"
 
-#: wp-includes/post.php:40
-msgctxt "add new on admin bar"
-msgid "Page"
-msgstr "Pagina"
+#: wp-includes/class-wp-editor.php:1043
+msgctxt "TinyMCE menu"
+msgid "Format"
+msgstr "Formato"
 
 #: wp-includes/post.php:23
-msgctxt "add new on admin bar"
+msgctxt "add new from admin bar"
 msgid "Post"
 msgstr "Articolo"
 
-#: wp-includes/class-wp-editor.php:1038
-msgctxt "TinyMCE menu"
-msgid "Format"
-msgstr "Formato"
+#: wp-includes/post.php:43
+msgctxt "add new from admin bar"
+msgid "Page"
+msgstr "Pagina"
 
-#: wp-includes/post.php:58
-msgctxt "post type general name"
-msgid "Media"
-msgstr "Media"
+#: wp-includes/admin-bar.php:685
+msgctxt "add new from admin bar"
+msgid "Link"
+msgstr "Link"
 
-#: wp-includes/post.php:60
-msgctxt "add new media"
-msgid "Add New"
-msgstr "Aggiungi nuovo"
+#: wp-includes/class-wp-editor.php:883
+msgctxt "list style"
+msgid "Default"
+msgstr "Predefinito"
 
-#: wp-login.php:874
+#: wp-login.php:867
 msgid "<strong>You have successfully updated WordPress!</strong> Please log back in to see what&#8217;s new."
 msgstr "<strong>Hai aggiornato WordPress!</strong> Effettua nuovamente il login per vedere cosa c'è di nuovo.."
 
-#: wp-includes/media.php:3391
+#: wp-includes/media.php:3442
+msgid "Trash Selected"
+msgstr "Cestina i selezionati"
+
+#: wp-includes/media.php:3443
 msgid "Untrash Selected"
 msgstr "Ripristina i selezionati"
 
-#: wp-includes/media.php:3390
-msgid "Trash Selected"
-msgstr "Cestina i selezionati"
+#: wp-includes/media-template.php:433 wp-includes/media-template.php:536
+msgid "Untrash"
+msgstr "Ripristina"
 
-#: wp-includes/media.php:3387
+#: wp-includes/media.php:3439
 msgid ""
 "You are about to trash these items.\n"
 "  'Cancel' to stop, 'OK' to delete."
 msgstr ""
-"Stai per cestinare questi elementi.\n"
-"  'Annulla' per interrompere, 'OK' per cancellare."
-
-#: wp-includes/media-template.php:431 wp-includes/media-template.php:532
-msgid "Untrash"
-msgstr "Ripristina"
+"Stai per spostare nel cestino questi elementi.\n"
+"  'Annulla' per interrompere, 'OK' per eliminare."
 
 #: wp-includes/class-wp-customize-panel.php:347
 msgid "Press return or enter to open this panel"
 msgstr "Premi return o invio per aprire questo pannello"
 
-#: wp-includes/media.php:3392
+#: wp-includes/media.php:3440
+msgid "Bulk Select"
+msgstr "Selezione multipla"
+
+#: wp-includes/media.php:3444
 msgid "Delete Selected"
 msgstr "Elimina i selezionati"
 
-#: wp-includes/media.php:3389
+#: wp-includes/media.php:3441
 msgid "Cancel Selection"
 msgstr "Annulla la selezione"
 
-#: wp-includes/media.php:3388
-msgid "Bulk Select"
-msgstr "Selezione multipla"
-
 #. translators: %s: taxonomy label, %l: list of terms formatted as per
 #. $term_template
-#: wp-includes/taxonomy.php:4201
+#: wp-includes/taxonomy.php:3979
 msgid "%s: %l."
 msgstr "%s: %l."
 
-#: wp-includes/class-wp-customize-nav-menus.php:368
-#: wp-includes/script-loader.php:729
+#: wp-includes/class-wp-customize-nav-menus.php:412
+#: wp-includes/script-loader.php:753
 msgctxt "missing menu item navigation label"
 msgid "(no label)"
 msgstr "(nessuna etichetta)"
 
-#: wp-includes/ms-load.php:93
-msgid "This site is no longer available."
-msgstr "Questo sito non è più disponibile"
-
-#: wp-includes/script-loader.php:685
-msgid "No plugins found. Try a different search."
-msgstr "Nessun plugin trovato. Prova una ricerca differente."
+#: wp-includes/class-wp-editor.php:1049
+msgid "Read more..."
+msgstr "Leggi tutto..."
 
-#: wp-includes/media.php:3397
-msgid "Search Media"
-msgstr "Cerca media"
+#: wp-includes/media.php:3447
+msgid "Filter by date"
+msgstr "Filtra per data"
 
-#: wp-includes/media.php:3396
+#: wp-includes/media.php:3448
 msgid "Filter by type"
 msgstr "Filtra per tipo"
 
-#: wp-includes/media.php:3395
-msgid "Filter by date"
-msgstr "Filtra per data"
+#: wp-includes/ms-load.php:93
+msgid "This site is no longer available."
+msgstr "Questo sito non è più disponibile"
 
-#: wp-includes/media.php:3386 wp-includes/script-loader.php:77
-msgid ""
-"You are about to permanently delete these items.\n"
-"  'Cancel' to stop, 'OK' to delete."
-msgstr ""
-"Stai per cancellare definitivamente questi elementi.\n"
-"  'Annulla' per interrompere, 'OK' per cancellare."
+#: wp-includes/media-template.php:341
+msgid "File type:"
+msgstr "Tipo di file:"
 
-#: wp-includes/media.php:3382
-msgid "Unattached"
-msgstr "Non allegato"
+#: wp-includes/media-template.php:342
+msgid "Uploaded on:"
+msgstr "Caricato il:"
 
-#: wp-includes/media.php:3379
-msgid "All dates"
-msgstr "Tutte le date"
+#: wp-includes/media-template.php:347
+msgid "Dimensions:"
+msgstr "Dimensioni:"
 
-#: wp-includes/media.php:2158
-msgid "Bitrate Mode"
-msgstr "Modalità bitrate"
+#: wp-includes/media-template.php:357
+msgid "Bitrate:"
+msgstr "Bitrate:"
 
-#: wp-includes/media-template.php:426
-msgid "Edit more details"
-msgstr "Modifica i dettagli aggiuntivi"
+#: wp-includes/media-template.php:409
+msgid "Uploaded By"
+msgstr "Caricato da"
 
-#: wp-includes/media-template.php:424
+#: wp-includes/media-template.php:426
 msgid "View attachment page"
 msgstr "Vedi pagina allegato"
 
-#: wp-includes/media-template.php:412
+#: wp-includes/media-template.php:340
+msgid "File name:"
+msgstr "Nome file:"
+
+#: wp-includes/media-template.php:414
 msgid "Uploaded To"
 msgstr "Caricato in"
 
-#: wp-includes/media-template.php:407
-msgid "Uploaded By"
-msgstr "Caricato da"
-
-#: wp-includes/media-template.php:355
-msgid "Bitrate:"
-msgstr "Bitrate:"
-
-#: wp-includes/media-template.php:345
-msgid "Dimensions:"
-msgstr "Dimensioni:"
-
-#: wp-includes/media-template.php:342
+#: wp-includes/media-template.php:344
 msgid "File size:"
 msgstr "Dimensioni file:"
 
-#: wp-includes/media-template.php:340
-msgid "Uploaded on:"
-msgstr "Caricato il:"
-
-#: wp-includes/media-template.php:339
-msgid "File type:"
-msgstr "Tipo di file:"
-
-#: wp-includes/media-template.php:338
-msgid "File name:"
-msgstr "Nome file:"
-
-#: wp-includes/media-template.php:282
-msgid "Edit next media item"
-msgstr "Modifica l'elemento media successivo"
-
 #: wp-includes/media-template.php:281
 msgid "Edit previous media item"
 msgstr "Modifica l'elemento media precedente"
 
-#: wp-includes/media-template.php:255
-msgid "Grid View"
-msgstr "Visualizzazione a griglia"
+#: wp-includes/media-template.php:282
+msgid "Edit next media item"
+msgstr "Modifica l'elemento media successivo"
 
-#: wp-includes/media-template.php:252
-msgid "List View"
-msgstr "Elenco"
+#: wp-includes/media-template.php:187
+msgid "Close uploader"
+msgstr "Chiudi l'uploader"
 
 #: wp-includes/media-template.php:233
 msgid "Maximum upload file size: %s."
 msgstr "Dimensione massima di caricamento file: %s."
 
-#: wp-includes/media-template.php:187
-msgid "Close uploader"
-msgstr "Chiudi l'uploader"
+#: wp-includes/media.php:2185
+msgid "Bitrate"
+msgstr "Bitrate"
 
 #: wp-includes/media-template.php:166
 msgid "Close media panel"
 msgstr "Chiudi il pannello media"
 
-#: wp-includes/class-wp-editor.php:1460
-msgid "Search or use up and down arrow keys to select an item."
-msgstr "Cerca o usa i tasti freccia su e freccia giù per selezionare un elemento."
+#: wp-includes/media-template.php:428
+msgid "Edit more details"
+msgstr "Modifica i dettagli aggiuntivi"
 
-#: wp-includes/class-wp-editor.php:1044
-msgid "Read more..."
-msgstr "Leggi tutto..."
+#: wp-includes/media.php:3431
+msgid "All dates"
+msgstr "Tutte le date"
 
-#: wp-includes/class-wp-editor.php:1029
+#: wp-includes/media.php:3434
+msgid "Unattached"
+msgstr "Non allegato"
+
+#: wp-includes/media.php:3449
+msgid "Search Media"
+msgstr "Cerca media"
+
+#: wp-includes/media-template.php:255
+msgid "Grid View"
+msgstr "Visualizzazione a griglia"
+
+#: wp-includes/class-wp-editor.php:1034
 msgid "Your browser does not support direct access to the clipboard. Please use keyboard shortcuts or your browser&#8217;s edit menu instead."
 msgstr "Il tuo browser non supporta l'accesso diretto agli appunti. Utilizza allora le scorciatoie di tastiera o il menu modifica del tuo browser."
 
-#: wp-includes/media.php:2157
-msgid "Bitrate"
-msgstr "Bitrate"
+#: wp-includes/media.php:2186
+msgid "Bitrate Mode"
+msgstr "Modalità bitrate"
 
-#: wp-includes/class-wp-customize-widgets.php:419
-msgid "Widgets are independent sections of content that can be placed into widgetized areas provided by your theme (commonly called sidebars)."
-msgstr "I widget sono sezioni di contenuto indipendente che possono venir inserite nelle aree widget predisposte, fornite dal proprio tema (comunemente sono indicate come barre laterali)."
+#: wp-includes/script-loader.php:709
+msgid "No plugins found. Try a different search."
+msgstr "Nessun plugin trovato. Prova una ricerca differente."
+
+#: wp-includes/class-wp-editor.php:1478
+msgid "Search or use up and down arrow keys to select an item."
+msgstr "Cerca o usa i tasti freccia su e freccia giù per selezionare un elemento."
+
+#: wp-includes/media-template.php:252
+msgid "List View"
+msgstr "Elenco"
+
+#: wp-includes/media.php:3438 wp-includes/script-loader.php:80
+msgid ""
+"You are about to permanently delete these items.\n"
+"  'Cancel' to stop, 'OK' to delete."
+msgstr ""
+"Stai per eliminare definitivamente questi elementi.\n"
+"  'Annulla' per interrompere, 'OK' per eliminare."
 
 #. translators: %s: the site/panel title in the Customizer
 #: wp-includes/class-wp-customize-panel.php:372
@@ -2924,845 +4828,838 @@ msgstr "I widget sono sezioni di contenuto indipendente che possono venir inseri
 msgid "You are customizing %s"
 msgstr "Stai personalizzando %s"
 
-#. translators: %s: header height in pixels
-#: wp-includes/customize/class-wp-customize-header-image-control.php:183
-msgid "While you can crop images to your liking after clicking <strong>Add new image</strong>, your theme recommends a header height of %s pixels."
-msgstr "Anche se è possibile ritagliare le immagini secondo i propri desideri dopo aver fatto clic su <strong>Aggiungi nuova immagine</strong>, il tema raccomanda un header con una altezza di %s pixel."
+#: wp-includes/comment.php:3102
+msgid "<strong>ERROR</strong>: The comment could not be saved. Please try again later."
+msgstr "<strong>ERRORE</strong>: Il commento non può essere salvato. Riprovare più tardi."
+
+#: wp-includes/class-wp-customize-widgets.php:422
+msgid "Widgets are independent sections of content that can be placed into widgetized areas provided by your theme (commonly called sidebars)."
+msgstr "I widget sono sezioni di contenuto indipendente che possono venir inserite nelle aree widget predisposte, fornite dal proprio tema (comunemente sono indicate come barre laterali)."
 
 #. translators: %s: header width in pixels
-#: wp-includes/customize/class-wp-customize-header-image-control.php:178
+#: wp-includes/customize/class-wp-customize-header-image-control.php:184
 msgid "While you can crop images to your liking after clicking <strong>Add new image</strong>, your theme recommends a header width of %s pixels."
 msgstr "Anche se è possibile ritagliare le immagini secondo i propri desideri dopo aver fatto clic su <strong>Aggiungi nuova immagine</strong>, il tema raccomanda un header con una larghezza di %s pixel."
 
-#: wp-includes/comment.php:2925
-msgid "<strong>ERROR</strong>: The comment could not be saved. Please try again later."
-msgstr "<strong>ERRORE</strong>: Il commento non può essere salvato. Riprovare più tardi."
+#. translators: %s: header height in pixels
+#: wp-includes/customize/class-wp-customize-header-image-control.php:189
+msgid "While you can crop images to your liking after clicking <strong>Add new image</strong>, your theme recommends a header height of %s pixels."
+msgstr "Anche se è possibile ritagliare le immagini secondo i propri desideri dopo aver fatto clic su <strong>Aggiungi nuova immagine</strong>, il tema raccomanda un header con una altezza di %s pixel."
 
-#: wp-includes/update.php:123 wp-includes/update.php:306
-#: wp-includes/update.php:479
+#: wp-includes/update.php:128 wp-includes/update.php:318
+#: wp-includes/update.php:498
 msgid "(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)"
 msgstr "(WordPress non può stabilire una connessione sicura a WordPress.org. Contatta l’amministratore del server.)"
 
-#: wp-includes/class-wp-customize-widgets.php:1125
+#: wp-includes/class-wp-customize-widgets.php:1128
 msgid "Shift-click to edit this widget."
 msgstr "Fai clic tenendo premuto il tasto maiuscole per modificare questo widget"
 
-#: wp-includes/class-wp-editor.php:841
+#: wp-includes/class-wp-editor.php:846
 msgctxt "HTML tag"
 msgid "Address"
 msgstr "Indirizzo"
 
-#: wp-includes/class-wp-editor.php:1025
+#: wp-includes/class-wp-editor.php:1030
 msgid "If you&#8217;re looking to paste rich content from Microsoft Word, try turning this option off. The editor will clean up text pasted from Word automatically."
 msgstr "Se stai incollando un contenuto da Microsoft Word, prova ad attivare questa opzione. L'editor pulirà automaticamente il testo incollato da Word."
 
 #. translators: %s: header size in pixels
-#: wp-includes/customize/class-wp-customize-header-image-control.php:173
+#: wp-includes/customize/class-wp-customize-header-image-control.php:179
 msgid "While you can crop images to your liking after clicking <strong>Add new image</strong>, your theme recommends a header size of %s pixels."
 msgstr "Poiché puoi ritagliare le immagini dopo aver fatto clic su <strong>Aggiungi nuovo</strong>, il tema raccomanda di utilizzare per l'header una dimensione di %s pixel."
 
-#: wp-includes/class-wp-editor.php:1054
+#: wp-includes/class-wp-editor.php:1059
 msgid "Keyboard Shortcuts"
 msgstr "Scorciatoie da tastiera"
 
-#: wp-login.php:804
+#. translators: 1: Browser cookie documentation URL
+#: wp-login.php:797
 msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href=\"%s\">enable cookies</a> to use WordPress."
 msgstr "<strong>ERRORE</strong>: i cookies sono bloccati o non supportati dal tuo browser. Per utilizzare WordPress devi <a href=\"%s\">abilitare i cookie</a>."
 
-#: wp-login.php:800
+#. translators: 1: Browser cookie documentation URL, 2: Support forums URL
+#: wp-login.php:792
 msgid "<strong>ERROR</strong>: Cookies are blocked due to unexpected output. For help, please see <a href=\"%1$s\">this documentation</a> or try the <a href=\"%2$s\">support forums</a>."
 msgstr "<strong>ERRORE</strong>: i cookie sono bloccati a causa di un output inaspettato. Per un aiuto, vedi  <a href=\"%1$s\">questa documentazione</a> oppure prova nei <a href=\"%2$s\">forum di supporto</a>."
 
-#: wp-includes/media.php:3458
-msgid "Add to Audio Playlist"
-msgstr "Aggiungi alla playlist audio"
+#: wp-includes/class-wp-editor.php:1006
+msgctxt "table cell alignment attribute"
+msgid "None"
+msgstr "Nessuno"
 
-#: wp-includes/media.php:3457
-msgid "Add to audio playlist"
-msgstr "Aggiungi alla playlist audio"
+#: wp-includes/class-wp-editor.php:858
+msgid "Font Family"
+msgstr "Tipo carattere"
 
-#: wp-includes/media.php:3456
-msgid "Update audio playlist"
-msgstr "Aggiorna playlist audio"
+#: wp-includes/class-wp-editor.php:859
+msgid "Font Sizes"
+msgstr "Dimensione carattere"
 
-#: wp-includes/media.php:3455
-msgid "Insert audio playlist"
-msgstr "Inserisci playlist audio"
+#: wp-includes/class-wp-editor.php:996
+msgid "Split table cell"
+msgstr "Dividi cella"
 
-#: wp-includes/media.php:3454
-msgid "&#8592; Cancel Audio Playlist"
-msgstr "&#8592; Annulla la playlist audio"
+#: wp-includes/media-template.php:888
+msgid "Edit Original"
+msgstr "Modifica originale"
 
-#: wp-includes/media.php:3453
-msgid "Edit Audio Playlist"
-msgstr "Modifica playlist audio"
+#: wp-includes/media.php:2181
+msgid "Genre"
+msgstr "Genere"
 
-#: wp-includes/media.php:3434
+#: wp-includes/media-template.php:385 wp-includes/media-template.php:566
+#: wp-includes/media.php:2176
+msgid "Artist"
+msgstr "Artista"
+
+#: wp-includes/media-template.php:386 wp-includes/media-template.php:567
+#: wp-includes/media.php:2177
+msgid "Album"
+msgstr "Album"
+
+#: wp-includes/media.php:3487
 msgid "There has been an error cropping your image."
 msgstr "Si è verificato un errore durante il ridimensionamento dell&#8217;immagine."
 
-#: wp-includes/media.php:2155
-msgctxt "video or audio"
-msgid "Length"
-msgstr "Durata"
+#: wp-includes/media-template.php:956
+msgid "Custom Size"
+msgstr "Dimensioni personalizzate"
 
-#: wp-includes/media.php:2154
+#: wp-includes/media.php:2182
 msgid "Year"
 msgstr "Anno"
 
-#: wp-includes/media.php:2153
-msgid "Genre"
-msgstr "Genere"
+#: wp-includes/media.php:2183
+msgctxt "video or audio"
+msgid "Length"
+msgstr "Durata"
 
-#: wp-includes/media-template.php:384 wp-includes/media-template.php:563
-#: wp-includes/media.php:2149
-msgid "Album"
-msgstr "Album"
+#: wp-includes/media.php:3506
+msgid "Edit Audio Playlist"
+msgstr "Modifica playlist audio"
 
-#: wp-includes/media-template.php:383 wp-includes/media-template.php:562
-#: wp-includes/media.php:2148
-msgid "Artist"
-msgstr "Artista"
+#: wp-includes/media.php:3508
+msgid "Insert audio playlist"
+msgstr "Inserisci playlist audio"
 
-#: wp-includes/media-template.php:995
+#: wp-includes/media-template.php:999
 msgid "Image CSS Class"
 msgstr "Classe CSS dell&#8217;immagine"
 
-#: wp-includes/media-template.php:991
+#: wp-includes/media-template.php:995
 msgid "Image Title Attribute"
 msgstr "Attributo title dell&#8217;immagine"
 
-#: wp-includes/media-template.php:987
-msgid "Advanced Options"
-msgstr "Opzioni avanzate"
-
-#: wp-includes/media-template.php:952
-msgid "Custom Size"
-msgstr "Dimensioni personalizzate"
-
-#: wp-includes/media-template.php:238 wp-includes/media.php:3433
-msgid "Suggested image dimensions:"
-msgstr "Dimensioni suggerite per l'immagine:"
+#: wp-includes/media.php:3511
+msgid "Add to Audio Playlist"
+msgstr "Aggiungi alla playlist audio"
 
-#: wp-includes/class-wp-editor.php:991
-msgid "Split table cell"
-msgstr "Dividi cella"
+#: wp-includes/media.php:3510
+msgid "Add to audio playlist"
+msgstr "Aggiungi alla playlist audio"
 
-#: wp-includes/class-wp-editor.php:854
-msgid "Font Sizes"
-msgstr "Dimensione carattere"
+#: wp-includes/media.php:3509
+msgid "Update audio playlist"
+msgstr "Aggiorna playlist audio"
 
-#: wp-includes/class-wp-editor.php:853
-msgid "Font Family"
-msgstr "Tipo carattere"
+#: wp-includes/media-template.php:991
+msgid "Advanced Options"
+msgstr "Opzioni avanzate"
 
-#: wp-includes/class-wp-editor.php:1001
-msgctxt "table cell alignment attribute"
-msgid "None"
-msgstr "Nessuno"
+#: wp-includes/media-template.php:792
+msgid "Show Video List"
+msgstr "Mostra elenco video"
 
-#: wp-includes/media-template.php:884
-msgid "Edit Original"
-msgstr "Modifica originale"
+#: wp-includes/media-template.php:1012
+msgid "Link CSS Class"
+msgstr "Classe CSS del link"
 
-#: wp-includes/media-template.php:905
+#: wp-includes/media-template.php:909
 msgid "Display Settings"
 msgstr "Impostazioni di visualizzazione"
 
-#: wp-includes/media-template.php:788
-msgid "Show Video List"
-msgstr "Mostra elenco video"
+#: wp-includes/media.php:3507
+msgid "&#8592; Cancel Audio Playlist"
+msgstr "&#8592; Annulla la playlist audio"
 
-#: wp-includes/media-template.php:1008
-msgid "Link CSS Class"
-msgstr "Classe CSS del link"
+#: wp-includes/media-template.php:238 wp-includes/media.php:3486
+msgid "Suggested image dimensions:"
+msgstr "Dimensioni suggerite per l'immagine:"
 
-#: wp-includes/class-wp-editor.php:826
+#: wp-includes/class-wp-editor.php:831
 msgctxt "TinyMCE"
 msgid "Headings"
 msgstr "Titoli"
 
-#: wp-includes/class-wp-customize-widgets.php:780
-msgid "Search widgets&hellip;"
-msgstr "Ricerca widget&hellip;"
+#: wp-includes/customize/class-wp-customize-header-image-control.php:108
+msgid "Set image"
+msgstr "Imposta immagine"
 
-#: wp-includes/class-wp-customize-widgets.php:779
-msgid "Search Widgets"
-msgstr "Ricerca widget"
+#: wp-includes/class-wp-customize-widgets.php:708
+msgctxt "Move widget"
+msgid "Move"
+msgstr "Sposta"
 
-#: wp-includes/class-wp-customize-widgets.php:728
+#: wp-includes/customize/class-wp-widget-area-customize-control.php:64
+msgctxt "Reorder widgets in Customizer"
+msgid "Reorder"
+msgstr "Riordina"
+
+#: wp-includes/class-wp-customize-widgets.php:731
 msgid "Trash widget by moving it to the inactive widgets sidebar."
 msgstr "Cestina il widget spostandolo nell&#8217;area dei widget inattivi."
 
-#: wp-includes/class-wp-customize-widgets.php:726
+#: wp-includes/class-wp-customize-widgets.php:729
 msgid "Save and preview changes before publishing them."
 msgstr "Salva e vedi in anteprima le modifiche prima di pubblicarle."
 
+#: wp-includes/class-wp-customize-widgets.php:783
+msgid "Search Widgets"
+msgstr "Ricerca widget"
+
+#: wp-includes/class-wp-customize-widgets.php:784
+msgid "Search widgets&hellip;"
+msgstr "Ricerca widget&hellip;"
+
 #: wp-includes/customize/class-wp-widget-area-customize-control.php:65
 msgctxt "Cancel reordering widgets in Customizer"
 msgid "Done"
 msgstr "Completato"
 
-#: wp-includes/customize/class-wp-widget-area-customize-control.php:64
-msgctxt "Reorder widgets in Customizer"
-msgid "Reorder"
-msgstr "Riordina"
-
-#: wp-includes/customize/class-wp-customize-header-image-control.php:112
-msgid "Set image"
-msgstr "Imposta immagine"
-
-#: wp-includes/class-wp-customize-widgets.php:705
-msgctxt "Move widget"
-msgid "Move"
-msgstr "Sposta"
-
-#: wp-includes/media-template.php:1077 wp-includes/media-template.php:1166
+#: wp-includes/media-template.php:1081 wp-includes/media-template.php:1170
 msgctxt "auto preload"
 msgid "Auto"
 msgstr "Automatico"
 
-#: wp-includes/media-template.php:1183
-msgid "Tracks (subtitles, captions, descriptions, chapters, or metadata)"
-msgstr "Tracce (sottotitoli, didascalia, capitoli o metadata)"
-
-#: wp-includes/media.php:3432
+#: wp-includes/media.php:3485
 msgid "Cropping&hellip;"
 msgstr "Ritaglio&hellip;"
 
-#: wp-includes/class-wp-customize-widgets.php:696
-msgid "Move to another area&hellip;"
-msgstr "Sposta in un'altra area&hellip;"
-
-#: wp-includes/class-wp-editor.php:1037
-msgctxt "TinyMCE menu"
-msgid "Table"
-msgstr "Tabella"
-
-#: wp-includes/class-wp-editor.php:1036
-msgctxt "TinyMCE menu"
-msgid "View"
-msgstr "Visualizza"
-
-#: wp-includes/class-wp-editor.php:1035
-msgctxt "TinyMCE menu"
-msgid "Tools"
-msgstr "Strumenti"
-
-#: wp-includes/class-wp-editor.php:1034
-msgctxt "TinyMCE menu"
-msgid "Edit"
-msgstr "Modifica"
-
-#: wp-includes/class-wp-editor.php:1033
-msgctxt "TinyMCE menu"
-msgid "File"
-msgstr "File"
-
-#: wp-includes/class-wp-editor.php:1032
-msgctxt "TinyMCE menu"
-msgid "Insert"
-msgstr "Inserisci"
-
-#. translators: word count
-#: wp-includes/class-wp-editor.php:1024
-msgid "Words: %s"
-msgstr "Parole: %s"
-
-#: wp-includes/class-wp-editor.php:1020
-msgctxt "editor button"
-msgid "Show blocks"
-msgstr "Mostra blocchi"
-
-#: wp-includes/class-wp-editor.php:1016
-msgctxt "TinyMCE"
-msgid "Templates"
-msgstr "Modelli"
+#: wp-includes/media-template.php:1187
+msgid "Tracks (subtitles, captions, descriptions, chapters, or metadata)"
+msgstr "Tracce (sottotitoli, didascalia, capitoli o metadata)"
 
-#: wp-includes/class-wp-editor.php:1015
-msgctxt "TinyMCE"
-msgid "Insert template"
-msgstr "Inserisci modello"
+#: wp-includes/class-wp-customize-widgets.php:699
+msgid "Move to another area&hellip;"
+msgstr "Sposta in un'altra area&hellip;"
 
-#: wp-includes/class-wp-editor.php:978
-msgctxt "table footer"
-msgid "Footer"
-msgstr "Piè di pagina"
+#. translators: block tags
+#: wp-includes/class-wp-editor.php:840
+msgctxt "TinyMCE"
+msgid "Blocks"
+msgstr "Blocchi"
 
-#: wp-includes/class-wp-editor.php:977
-msgctxt "table body"
-msgid "Body"
-msgstr "Corpo"
+#: wp-includes/class-wp-editor.php:893
+msgctxt "Name of link anchor (TinyMCE)"
+msgid "Name"
+msgstr "Nome"
 
-#: wp-includes/class-wp-editor.php:976
-msgctxt "table header"
-msgid "Header"
-msgstr "Header"
+#: wp-includes/class-wp-editor.php:894
+msgctxt "Link anchor (TinyMCE)"
+msgid "Anchor"
+msgstr "Ancora"
 
-#: wp-includes/class-wp-editor.php:974
-msgctxt "table cell"
-msgid "Cell"
-msgstr "Cella"
+#: wp-includes/class-wp-editor.php:952
+msgctxt "find/replace"
+msgid "Next"
+msgstr "Prossimo"
 
-#: wp-includes/class-wp-editor.php:973
-msgctxt "table columns"
-msgid "Cols"
-msgstr "Colonne"
+#: wp-includes/class-wp-editor.php:958
+msgctxt "find/replace"
+msgid "Find"
+msgstr "Cerca"
 
-#: wp-includes/class-wp-editor.php:959
+#: wp-includes/class-wp-editor.php:964
 msgctxt "spellcheck"
 msgid "Ignore"
 msgstr "Ignora"
 
-#: wp-includes/class-wp-editor.php:958
+#: wp-includes/class-wp-editor.php:963
 msgctxt "spellcheck"
 msgid "Ignore all"
 msgstr "Ignora tutto"
 
-#: wp-includes/class-wp-editor.php:957
+#: wp-includes/class-wp-editor.php:962
 msgctxt "spellcheck"
 msgid "Finish"
 msgstr "Finito"
 
+#: wp-includes/class-wp-editor.php:978
+msgctxt "table columns"
+msgid "Cols"
+msgstr "Colonne"
+
+#: wp-includes/class-wp-editor.php:951
+msgctxt "find/replace"
+msgid "Replace"
+msgstr "Sostituire"
+
+#. translators: previous
 #: wp-includes/class-wp-editor.php:954
 msgctxt "find/replace"
-msgid "Replace all"
-msgstr "Sostituire tutto"
+msgid "Prev"
+msgstr "Precedente"
 
-#: wp-includes/class-wp-editor.php:953
+#: wp-includes/class-wp-editor.php:959
 msgctxt "find/replace"
-msgid "Find"
-msgstr "Cerca"
+msgid "Replace all"
+msgstr "Sostituire tutto"
 
-#: wp-includes/class-wp-editor.php:952
+#: wp-includes/class-wp-editor.php:957
 msgctxt "find/replace"
 msgid "Replace with"
 msgstr "Sostituire con"
 
-#: wp-includes/class-wp-editor.php:950
+#: wp-includes/class-wp-editor.php:955
 msgctxt "find/replace"
 msgid "Whole words"
 msgstr "Parole intere"
 
-#. translators: previous
-#: wp-includes/class-wp-editor.php:949
-msgctxt "find/replace"
-msgid "Prev"
-msgstr "Precedente"
-
-#: wp-includes/class-wp-editor.php:947
-msgctxt "find/replace"
-msgid "Next"
-msgstr "Prossimo"
-
-#: wp-includes/class-wp-editor.php:946
-msgctxt "find/replace"
-msgid "Replace"
-msgstr "Sostituire"
+#: wp-includes/class-wp-editor.php:982
+msgctxt "table body"
+msgid "Body"
+msgstr "Corpo"
 
-#: wp-includes/class-wp-editor.php:924
-msgctxt "editor button"
-msgid "Left to right"
-msgstr "Da sinistra a destra"
+#: wp-includes/class-wp-editor.php:1039
+msgctxt "TinyMCE menu"
+msgid "Edit"
+msgstr "Modifica"
 
-#: wp-includes/class-wp-editor.php:923
+#: wp-includes/class-wp-editor.php:1025
 msgctxt "editor button"
-msgid "Right to left"
-msgstr "Da destra a sinistra"
+msgid "Show blocks"
+msgstr "Mostra blocchi"
 
-#: wp-includes/class-wp-editor.php:890
-msgctxt "Link anchors (TinyMCE)"
-msgid "Anchors"
-msgstr "Ancore"
+#: wp-includes/class-wp-editor.php:880 wp-includes/script-loader.php:112
+msgid "Bulleted list"
+msgstr "Elenco puntato"
 
-#: wp-includes/class-wp-editor.php:889
-msgctxt "Link anchor (TinyMCE)"
-msgid "Anchor"
-msgstr "Ancora"
+#: wp-includes/class-wp-editor.php:882
+msgctxt "list style"
+msgid "Square"
+msgstr "Quadrato"
 
-#: wp-includes/class-wp-editor.php:888
-msgctxt "Name of link anchor (TinyMCE)"
-msgid "Name"
-msgstr "Nome"
+#: wp-includes/class-wp-editor.php:884
+msgctxt "list style"
+msgid "Circle"
+msgstr "Cerchio vuoto"
 
 #: wp-includes/class-wp-editor.php:885
 msgctxt "list style"
-msgid "Lower Roman"
-msgstr "Numero romano minuscolo"
+msgid "Disc"
+msgstr "Cerchio pieno"
 
-#: wp-includes/class-wp-editor.php:884
+#: wp-includes/class-wp-editor.php:886
 msgctxt "list style"
-msgid "Upper Roman"
-msgstr "Numero romano maiuscolo"
+msgid "Lower Greek"
+msgstr "Lettera greca minuscola"
 
-#: wp-includes/class-wp-editor.php:883
+#: wp-includes/class-wp-editor.php:887
+msgctxt "list style"
+msgid "Lower Alpha"
+msgstr "Lettera minuscola"
+
+#: wp-includes/class-wp-editor.php:888
 msgctxt "list style"
 msgid "Upper Alpha"
 msgstr "Lettera maiuscola"
 
-#: wp-includes/class-wp-editor.php:882
+#: wp-includes/class-wp-editor.php:889
 msgctxt "list style"
-msgid "Lower Alpha"
-msgstr "Lettera minuscola"
+msgid "Upper Roman"
+msgstr "Numero romano maiuscolo"
+
+#: wp-includes/class-wp-editor.php:890
+msgctxt "list style"
+msgid "Lower Roman"
+msgstr "Numero romano minuscolo"
+
+#: wp-includes/class-wp-editor.php:829
+msgctxt "TinyMCE"
+msgid "Formats"
+msgstr "Formati"
+
+#: wp-includes/class-wp-editor.php:1018
+msgctxt "table cell scope attribute"
+msgid "Scope"
+msgstr "Ambito"
+
+#: wp-includes/class-wp-editor.php:977
+msgctxt "table column"
+msgid "Column"
+msgstr "Colonna"
+
+#: wp-includes/class-wp-editor.php:843
+msgctxt "HTML tag"
+msgid "Div"
+msgstr "Div"
+
+#: wp-includes/class-wp-editor.php:844
+msgctxt "HTML tag"
+msgid "Pre"
+msgstr "Pre"
+
+#: wp-includes/class-wp-editor.php:848
+msgctxt "HTML elements"
+msgid "Inline"
+msgstr "Inline"
+
+#: wp-includes/class-wp-editor.php:895
+msgctxt "Link anchors (TinyMCE)"
+msgid "Anchors"
+msgstr "Ancore"
+
+#: wp-includes/class-wp-editor.php:979
+msgctxt "table cell"
+msgid "Cell"
+msgstr "Cella"
+
+#. translators: word count
+#: wp-includes/class-wp-editor.php:1029
+msgid "Words: %s"
+msgstr "Parole: %s"
+
+#: wp-includes/class-wp-editor.php:1040
+msgctxt "TinyMCE menu"
+msgid "Tools"
+msgstr "Strumenti"
+
+#: wp-includes/class-wp-editor.php:1042
+msgctxt "TinyMCE menu"
+msgid "Table"
+msgstr "Tabella"
+
+#: wp-includes/class-wp-editor.php:1038
+msgctxt "TinyMCE menu"
+msgid "File"
+msgstr "File"
+
+#: wp-includes/class-wp-editor.php:1041
+msgctxt "TinyMCE menu"
+msgid "View"
+msgstr "Visualizza"
+
+#: wp-includes/class-wp-editor.php:1020
+msgctxt "TinyMCE"
+msgid "Insert template"
+msgstr "Inserisci modello"
+
+#: wp-includes/class-wp-editor.php:1021
+msgctxt "TinyMCE"
+msgid "Templates"
+msgstr "Modelli"
+
+#: wp-includes/class-wp-editor.php:928
+msgctxt "editor button"
+msgid "Right to left"
+msgstr "Da destra a sinistra"
+
+#: wp-includes/class-wp-editor.php:929
+msgctxt "editor button"
+msgid "Left to right"
+msgstr "Da sinistra a destra"
+
+#: wp-includes/class-wp-editor.php:983
+msgctxt "table footer"
+msgid "Footer"
+msgstr "Piè di pagina"
+
+#: wp-includes/class-wp-editor.php:1037
+msgctxt "TinyMCE menu"
+msgid "Insert"
+msgstr "Inserisci"
+
+#: wp-includes/class-wp-editor.php:981
+msgctxt "table header"
+msgid "Header"
+msgstr "Header"
+
+#: wp-includes/media-template.php:1069 wp-includes/media-template.php:1151
+msgid "Add alternate sources for maximum HTML5 playback:"
+msgstr "Aggiungi una sorgente per la massima riproduzione HTML5: "
+
+#: wp-includes/widgets/class-wp-widget-search.php:31
+msgctxt "Search widget"
+msgid "Search"
+msgstr "Cerca"
 
-#: wp-includes/class-wp-editor.php:881
-msgctxt "list style"
-msgid "Lower Greek"
-msgstr "Lettera greca minuscola"
+#. translators: used to join items in a list with more than 2 items
+#: wp-includes/formatting.php:4476
+msgid "%s, %s"
+msgstr "%s, %s"
 
-#: wp-includes/class-wp-editor.php:880
-msgctxt "list style"
-msgid "Disc"
-msgstr "Cerchio pieno"
+#. translators: used to join last two items in a list with more than 2 times
+#: wp-includes/formatting.php:4478
+msgid "%s, and %s"
+msgstr "%s e %s"
 
-#: wp-includes/class-wp-editor.php:879
-msgctxt "list style"
-msgid "Circle"
-msgstr "Cerchio vuoto"
+#. translators: used to join items in a list with only 2 items
+#: wp-includes/formatting.php:4480
+msgid "%s and %s"
+msgstr "%s e %s"
 
-#: wp-includes/class-wp-editor.php:877
-msgctxt "list style"
-msgid "Square"
-msgstr "Quadrato"
+#: wp-includes/media-template.php:811
+msgid "Show Images"
+msgstr "Mostra le immagini"
 
-#: wp-includes/class-wp-editor.php:875 wp-includes/script-loader.php:107
-msgid "Bulleted list"
-msgstr "Elenco puntato"
+#: wp-includes/media-template.php:1082 wp-includes/media-template.php:1171
+msgid "Metadata"
+msgstr "Metadati"
 
-#: wp-includes/class-wp-editor.php:843
-msgctxt "HTML elements"
-msgid "Inline"
-msgstr "Inline"
+#: wp-includes/media-template.php:1089 wp-includes/media-template.php:1178
+msgid "Autoplay"
+msgstr "Autoplay"
 
-#: wp-includes/class-wp-editor.php:839
-msgctxt "HTML tag"
-msgid "Pre"
-msgstr "Pre"
+#: wp-includes/class-wp-customize-nav-menus.php:952
+#: wp-includes/class-wp-customize-panel.php:368
+#: wp-includes/class-wp-customize-section.php:368
+#: wp-includes/class-wp-customize-widgets.php:772
+#: wp-includes/customize/class-wp-customize-nav-menus-panel.php:75
+#: wp-includes/media.php:3411
+msgid "Back"
+msgstr "Indietro"
 
-#: wp-includes/class-wp-editor.php:838
-msgctxt "HTML tag"
-msgid "Div"
-msgstr "Div"
+#: wp-includes/media.php:3474
+msgid "Image Details"
+msgstr "Dettagli Immagine"
 
-#. translators: block tags
-#: wp-includes/class-wp-editor.php:835
-msgctxt "TinyMCE"
-msgid "Blocks"
-msgstr "Blocchi"
+#: wp-includes/media.php:3514
+msgid "Drag and drop to reorder videos."
+msgstr "Trascina e rilascia per riordinare i video."
 
-#: wp-includes/class-wp-editor.php:972
-msgctxt "table column"
-msgid "Column"
-msgstr "Colonna"
+#: wp-includes/media-template.php:1162
+msgid "Poster Image"
+msgstr "Immagine Poster"
 
-#: wp-includes/class-wp-editor.php:1013
-msgctxt "table cell scope attribute"
-msgid "Scope"
-msgstr "Ambito"
+#: wp-includes/media-template.php:1200
+msgid "There are no associated subtitles."
+msgstr "Non ci sono sottotitoli associati."
 
-#: wp-includes/class-wp-editor.php:824
-msgctxt "TinyMCE"
-msgid "Formats"
-msgstr "Formati"
+#: wp-includes/media.php:3427
+msgid "Create a new playlist"
+msgstr "Crea una nuova playlist"
 
-#: wp-includes/media-template.php:1065 wp-includes/media-template.php:1147
-msgid "Add alternate sources for maximum HTML5 playback:"
-msgstr "Aggiungi una sorgente per la massima riproduzione HTML5: "
+#: wp-includes/media.php:3428
+msgid "Create a new video playlist"
+msgstr "Crea una nuova playlist video"
 
-#: wp-includes/user.php:2014
-msgid "Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! \" ? $ % ^ &amp; )."
-msgstr "Suggerimento: la password dovrebbe essere lunga almeno dodici caratteri. Per renderla più sicura utilizza lettere maiuscole e minuscole, numeri e simboli come ! \" ? $ % ^ &amp; )."
+#: wp-includes/media.php:3475
+msgid "Replace Image"
+msgstr "Sostituisci Immagine"
 
-#: wp-includes/wp-db.php:1296
-msgid "The query argument of %s must have a placeholder."
-msgstr "L'argomento %s della query deve avere un valore."
+#: wp-includes/media.php:3520
+msgid "Add to video playlist"
+msgstr "Aggiungi alla playlist video"
 
 #: wp-includes/nav-menu.php:376
 msgid "Invalid menu ID."
 msgstr "ID menu non valido."
 
-#: wp-includes/media.php:3468
-msgid "Add to Video Playlist"
-msgstr "Aggiungi alla playlist video"
-
-#: wp-includes/media.php:3467
-msgid "Add to video playlist"
-msgstr "Aggiungi alla playlist video"
-
-#: wp-includes/media.php:3466
-msgid "Update video playlist"
-msgstr "Aggiorna playlist video"
+#: wp-includes/wp-db.php:1297
+msgid "The query argument of %s must have a placeholder."
+msgstr "L'argomento %s della query deve avere un valore."
 
-#: wp-includes/media.php:3465
-msgid "Insert video playlist"
-msgstr "Inserisci playlist video"
+#: wp-includes/user.php:2040
+msgid "Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! \" ? $ % ^ &amp; )."
+msgstr "Suggerimento: la password dovrebbe essere lunga almeno dodici caratteri. Per renderla più sicura utilizza lettere maiuscole e minuscole, numeri e simboli come ! \" ? $ % ^ &amp; )."
 
-#: wp-includes/media.php:3464
-msgid "&#8592; Cancel Video Playlist"
-msgstr "&#8592; Cancella playlist video"
+#: wp-includes/media.php:3505
+msgid "Create Audio Playlist"
+msgstr "Crea playlist audio "
 
-#: wp-includes/media.php:3463
+#: wp-includes/media.php:3516
 msgid "Edit Video Playlist"
 msgstr "Modifica playlist video"
 
-#: wp-includes/media.php:3462
+#: wp-includes/media.php:3518
+msgid "Insert video playlist"
+msgstr "Inserisci playlist video"
+
+#: wp-includes/media.php:3515
 msgid "Create Video Playlist"
 msgstr "Crea playlist video"
 
-#: wp-includes/media.php:3461
-msgid "Drag and drop to reorder videos."
-msgstr "Trascina e rilascia per riordinare i video."
-
-#: wp-includes/media.php:3452
-msgid "Create Audio Playlist"
-msgstr "Crea playlist audio "
-
-#: wp-includes/media.php:3451
-msgid "Drag and drop to reorder tracks."
-msgstr "Trascina e rilascia per riordinare le tracce."
-
-#: wp-includes/media.php:3448
-msgid "Add Subtitles"
-msgstr "Aggiungi sottotitoli"
+#: wp-includes/media-template.php:794
+msgid "Show Tracklist"
+msgstr "Mostra la scaletta delle tracce"
 
-#: wp-includes/media.php:3447
-msgid "Select Poster Image"
-msgstr "Seleziona immagine Poster"
+#: wp-includes/media-template.php:803
+msgid "Show Artist Name in Tracklist"
+msgstr "Mostra il nome dell'artista nella scaletta"
 
-#: wp-includes/media.php:3445
-msgid "Add Video Source"
-msgstr "Aggiungi sorgente video"
+#: wp-includes/media.php:3519
+msgid "Update video playlist"
+msgstr "Aggiorna playlist video"
 
-#: wp-includes/media.php:3444
-msgid "Replace Video"
-msgstr "Sostituisci video"
+#: wp-includes/media.php:3484
+msgid "Crop your image"
+msgstr "Ritaglia la tua immagine"
 
-#: wp-includes/media.php:3443
+#: wp-includes/media.php:3496
 msgid "Video Details"
 msgstr "Dettagli video"
 
-#: wp-includes/media.php:3439
-msgid "Add Audio Source"
-msgstr "Aggiungi sorgente audio"
-
-#: wp-includes/media.php:3438
-msgid "Replace Audio"
-msgstr "Sostituisci audio"
-
-#: wp-includes/media.php:3437
-msgid "Audio Details"
-msgstr "Dettagli audio"
+#: wp-includes/media.php:3497
+msgid "Replace Video"
+msgstr "Sostituisci video"
 
-#: wp-includes/media.php:3431
-msgid "Crop your image"
-msgstr "Ritaglia la tua immagine"
+#: wp-includes/media.php:3498
+msgid "Add Video Source"
+msgstr "Aggiungi sorgente video"
 
-#: wp-includes/media.php:3430
-msgid "Crop Image"
-msgstr "Ritaglia immagine"
+#: wp-includes/media.php:3521
+msgid "Add to Video Playlist"
+msgstr "Aggiungi alla playlist video"
 
-#: wp-includes/media.php:3429
-msgid "Skip Cropping"
-msgstr "Salta ritaglio"
+#: wp-includes/customize/class-wp-customize-image-control.php:41
+#: wp-includes/media.php:3480
+msgid "Choose Image"
+msgstr "Scegli immagine"
 
-#: wp-includes/media.php:3428
+#: wp-includes/media.php:3481
 msgid "Select and Crop"
 msgstr "Seleziona e ritaglia"
 
-#: wp-includes/customize/class-wp-customize-image-control.php:41
-#: wp-includes/media.php:3427
-msgid "Choose Image"
-msgstr "Scegli immagine"
+#: wp-includes/media.php:3501
+msgid "Add Subtitles"
+msgstr "Aggiungi sottotitoli"
+
+#: wp-includes/media-template.php:782
+msgid "Playlist Settings"
+msgstr "Impostazioni playlist"
 
-#: wp-includes/media.php:3423 wp-includes/media.php:3440
-#: wp-includes/media.php:3446
+#: wp-includes/media.php:3476 wp-includes/media.php:3493
+#: wp-includes/media.php:3499
 msgid "Cancel Edit"
 msgstr "Cancella modifiche"
 
-#: wp-includes/media.php:3422
-msgid "Replace Image"
-msgstr "Sostituisci Immagine"
-
-#: wp-includes/media.php:3376
-msgid "Create a new video playlist"
-msgstr "Crea una nuova playlist video"
+#: wp-includes/media.php:3490
+msgid "Audio Details"
+msgstr "Dettagli audio"
 
-#: wp-includes/media.php:3375
-msgid "Create a new playlist"
-msgstr "Crea una nuova playlist"
+#: wp-includes/media.php:3504
+msgid "Drag and drop to reorder tracks."
+msgstr "Trascina e rilascia per riordinare le tracce."
 
-#: wp-includes/media-template.php:1196
-msgid "There are no associated subtitles."
-msgstr "Non ci sono sottotitoli associati."
+#: wp-includes/media.php:3482
+msgid "Skip Cropping"
+msgstr "Salta ritaglio"
 
-#: wp-includes/media-template.php:1158
-msgid "Poster Image"
-msgstr "Immagine Poster"
+#: wp-includes/media.php:3483
+msgid "Crop Image"
+msgstr "Ritaglia immagine"
 
-#: wp-includes/media-template.php:1085 wp-includes/media-template.php:1174
-msgid "Autoplay"
-msgstr "Autoplay"
+#: wp-includes/media.php:3491
+msgid "Replace Audio"
+msgstr "Sostituisci audio"
 
-#: wp-includes/media-template.php:1078 wp-includes/media-template.php:1167
-msgid "Metadata"
-msgstr "Metadati"
+#: wp-includes/media.php:3492
+msgid "Add Audio Source"
+msgstr "Aggiungi sorgente audio"
 
-#: wp-includes/media-template.php:807
-msgid "Show Images"
-msgstr "Mostra le immagini"
+#: wp-includes/media.php:3500
+msgid "Select Poster Image"
+msgstr "Seleziona immagine Poster"
 
-#: wp-includes/media-template.php:799
-msgid "Show Artist Name in Tracklist"
-msgstr "Mostra il nome dell'artista nella scaletta"
+#: wp-includes/media.php:3517
+msgid "&#8592; Cancel Video Playlist"
+msgstr "&#8592; Cancella playlist video"
 
-#. translators: used to join items in a list with only 2 items
-#: wp-includes/formatting.php:4464
-msgid "%s and %s"
-msgstr "%s e %s"
+#: wp-includes/class-wp-editor.php:863
+msgid "Align left"
+msgstr "Allinea a sinistra"
 
-#. translators: used to join last two items in a list with more than 2 times
-#: wp-includes/formatting.php:4462
-msgid "%s, and %s"
-msgstr "%s e %s"
+#: wp-includes/class-wp-editor.php:861
+msgid "Align center"
+msgstr "Allinea al centro"
 
-#. translators: used to join items in a list with more than 2 items
-#: wp-includes/formatting.php:4460
-msgid "%s, %s"
-msgstr "%s, %s"
+#: wp-includes/class-wp-editor.php:862
+msgid "Align right"
+msgstr "Allinea a destra"
 
-#: wp-includes/widgets/class-wp-widget-search.php:31
-msgctxt "Search widget"
-msgid "Search"
-msgstr "Cerca"
+#: wp-includes/class-wp-editor.php:881 wp-includes/script-loader.php:114
+msgid "Numbered list"
+msgstr "Elenco numerato"
 
-#: wp-includes/media-template.php:778
-msgid "Playlist Settings"
-msgstr "Impostazioni playlist"
+#: wp-includes/class-wp-editor.php:919
+msgid "Insert/edit video"
+msgstr "Inserisci/modifica video"
 
-#: wp-includes/media-template.php:790
-msgid "Show Tracklist"
-msgstr "Mostra la scaletta delle tracce"
+#: wp-includes/class-wp-editor.php:917 wp-includes/script-loader.php:111
+msgid "Insert image"
+msgstr "Inserisci immagine"
 
-#: wp-includes/class-wp-customize-nav-menus.php:751
-#: wp-includes/class-wp-customize-panel.php:368
-#: wp-includes/class-wp-customize-section.php:356
-#: wp-includes/class-wp-customize-widgets.php:768
-#: wp-includes/customize/class-wp-customize-nav-menus-panel.php:75
-#: wp-includes/media.php:3359
-msgid "Back"
-msgstr "Indietro"
+#: wp-includes/admin-bar.php:172
+msgid "https://wordpress.org/support/forum/requests-and-feedback"
+msgstr "https://wordpress.org/support/forum/requests-and-feedback"
 
-#: wp-includes/update.php:123 wp-includes/update.php:306
-#: wp-includes/update.php:479
-msgid "An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href=\"https://wordpress.org/support/\">support forums</a>."
-msgstr "Si è verificato un errore inaspettato. Deve esserci un errore con WordPress.org o con la configurazione di questo server. Se continui ad avere problemi prova a consultare il <a href=\"https://it.wordpress.org/forums/\">forum di supporto</a>."
+#: wp-includes/class-wp-editor.php:950
+msgid "Could not find the specified string."
+msgstr "Non riesco a trovare la stringa specifica."
 
-#: wp-includes/media.php:3421
-msgid "Image Details"
-msgstr "Dettagli Immagine"
+#: wp-includes/class-wp-editor.php:1013
+msgid "Column group"
+msgstr "Colonna gruppo"
 
-#: wp-includes/class-wp-editor.php:1042 wp-includes/script-loader.php:115
-msgid "Insert Read More tag"
-msgstr "Inserisci il tag «Leggi tutto…»"
+#: wp-includes/class-wp-editor.php:915
+msgid "Style"
+msgstr "Stile"
 
-#: wp-includes/class-wp-editor.php:1021
-msgid "Show invisible characters"
-msgstr "Mostra caratteri invisibili"
+#: wp-includes/class-wp-editor.php:865
+msgid "Increase indent"
+msgstr "Aumenta rientro"
 
-#: wp-includes/class-wp-editor.php:1019
-msgid "Text color"
-msgstr "Colore del testo"
+#: wp-includes/class-wp-editor.php:853
+msgid "Clear formatting"
+msgstr "Cancella formattazione"
 
-#: wp-includes/class-wp-editor.php:1018
-msgid "Background color"
-msgstr "Colore di sfondo"
+#: wp-includes/class-wp-editor.php:866
+msgid "Decrease indent"
+msgstr "Decrementa rientro"
 
-#: wp-includes/class-wp-editor.php:987
-msgid "Delete column"
-msgstr "Cancella colonna"
+#: wp-includes/class-wp-editor.php:864
+msgid "Justify"
+msgstr "Giustificato"
 
-#: wp-includes/class-wp-editor.php:1007
-msgid "Row group"
-msgstr "Gruppo riga"
+#: wp-includes/class-wp-editor.php:940
+msgid "Restore last draft"
+msgstr "Ripristina l'ultima bozza"
 
-#: wp-includes/class-wp-editor.php:1010
-msgid "Cell type"
-msgstr "Tipo cella"
+#: wp-includes/class-wp-editor.php:927
+msgid "Special character"
+msgstr "Caratteri speciali"
 
-#: wp-includes/class-wp-editor.php:975
-msgid "Header cell"
-msgstr "Cella dell'header "
+#: wp-includes/class-wp-editor.php:857
+msgid "Source code"
+msgstr "Codice sorgente"
 
-#: wp-includes/class-wp-editor.php:963
-msgid "Insert table"
-msgstr "Inserisci tabella"
+#: wp-includes/class-wp-editor.php:930
+msgid "Emoticons"
+msgstr "Emoticons"
 
-#: wp-includes/class-wp-editor.php:1009
+#: wp-includes/class-wp-editor.php:899
+msgid "Robots"
+msgstr "Robots"
+
+#: wp-includes/class-wp-editor.php:1014
 msgid "Row type"
 msgstr "Tipo riga"
 
-#: wp-includes/class-wp-editor.php:1012
-msgid "Cell spacing"
-msgstr "Spaziatura cella"
+#: wp-includes/class-wp-editor.php:968
+msgid "Insert table"
+msgstr "Inserisci tabella"
 
-#: wp-includes/class-wp-editor.php:1011
-msgid "Cell padding"
-msgstr "Padding cella"
+#: wp-includes/class-wp-editor.php:1015
+msgid "Cell type"
+msgstr "Tipo cella"
 
-#: wp-includes/class-wp-editor.php:971
-msgid "Rows"
-msgstr "Righe"
+#: wp-includes/class-wp-editor.php:1012
+msgid "Row group"
+msgstr "Gruppo riga"
 
-#: wp-includes/class-wp-editor.php:955
-msgid "Match case"
-msgstr "Argomento per confronto"
+#: wp-includes/class-wp-editor.php:1023
+msgid "Background color"
+msgstr "Colore di sfondo"
 
-#: wp-includes/class-wp-editor.php:951
-msgid "Find and replace"
-msgstr "Trova e sostituisci"
+#: wp-includes/class-wp-editor.php:1024
+msgid "Text color"
+msgstr "Colore del testo"
 
-#: wp-includes/media-template.php:885 wp-includes/media.php:3357
-msgid "Replace"
-msgstr "Sostituisci"
+#: wp-includes/class-wp-editor.php:1026
+msgid "Show invisible characters"
+msgstr "Mostra caratteri invisibili"
 
-#: wp-includes/class-wp-editor.php:928
-msgid "Paste as text"
-msgstr "Incolla come testo"
+#: wp-includes/class-wp-editor.php:921
+msgid "Alternative source"
+msgstr "Sorgente alternativa"
 
-#: wp-includes/class-wp-editor.php:927
-msgid "Page break"
-msgstr "Interruzione di pagina"
+#: wp-includes/class-wp-editor.php:901
+msgid "Keywords"
+msgstr "Parole chiave"
 
-#: wp-includes/class-wp-editor.php:926
-msgid "Nonbreaking space"
-msgstr "Spazio senza interruzioni"
+#: wp-includes/customize/class-wp-customize-header-image-control.php:213
+msgctxt "custom headers"
+msgid "Previously uploaded"
+msgstr "Precedentemente caricata"
 
-#: wp-includes/class-wp-editor.php:919
-msgid "Embed"
-msgstr "Embed"
+#: wp-includes/customize/class-wp-customize-header-image-control.php:220
+msgctxt "custom headers"
+msgid "Suggested"
+msgstr "Suggerita"
 
 #: wp-includes/class-wp-editor.php:918
-msgid "Insert video"
-msgstr "Inserisci video"
-
-#: wp-includes/class-wp-editor.php:917
-msgid "Paste your embed code below:"
-msgstr "Inserisci il codice di embed qui di seguito:"
-
-#: wp-includes/class-wp-editor.php:913
 msgid "Insert date/time"
 msgstr "Inserisci data/ora"
 
-#: wp-includes/class-wp-editor.php:933
-msgid "Horizontal line"
-msgstr "Linea orizzontale"
-
-#: wp-includes/class-wp-editor.php:897
-msgid "Encoding"
-msgstr "Codifica"
-
-#: wp-includes/class-wp-editor.php:894
-msgid "Robots"
-msgstr "Robots"
-
-#: wp-includes/class-wp-editor.php:925
-msgid "Emoticons"
-msgstr "Emoticons"
-
-#: wp-includes/class-wp-editor.php:852
-msgid "Source code"
-msgstr "Codice sorgente"
-
-#: wp-includes/class-wp-editor.php:922
-msgid "Special character"
-msgstr "Caratteri speciali"
-
-#: wp-includes/class-wp-editor.php:935
-msgid "Restore last draft"
-msgstr "Ripristina l'ultima bozza"
+#: wp-includes/class-wp-editor.php:923
+msgid "Insert video"
+msgstr "Inserisci video"
 
-#: wp-includes/class-wp-editor.php:873
-msgid "Visual aids"
-msgstr "Aiuti visuali"
+#: wp-includes/class-wp-editor.php:924
+msgid "Embed"
+msgstr "Embed"
 
-#: wp-includes/class-wp-editor.php:858
-msgid "Align left"
-msgstr "Allinea a sinistra"
+#: wp-includes/class-wp-editor.php:931
+msgid "Nonbreaking space"
+msgstr "Spazio senza interruzioni"
 
-#: wp-includes/class-wp-editor.php:859
-msgid "Justify"
-msgstr "Giustificato"
+#: wp-includes/class-wp-editor.php:932
+msgid "Page break"
+msgstr "Interruzione di pagina"
 
-#: wp-includes/class-wp-editor.php:1025
-msgid "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off."
-msgstr "Incolla come testo semplice. Il contenuto verr&aacute; incollato come semplice testo finch&eacute; mantieni attiva questa opzione."
+#: wp-includes/class-wp-editor.php:933
+msgid "Paste as text"
+msgstr "Incolla come testo"
 
-#: wp-includes/class-wp-editor.php:861
-msgid "Decrease indent"
-msgstr "Decrementa rientro"
+#: wp-includes/media-template.php:889 wp-includes/media.php:3409
+msgid "Replace"
+msgstr "Sostituisci"
 
-#: wp-includes/class-wp-editor.php:856
-msgid "Align center"
-msgstr "Allinea al centro"
+#: wp-includes/class-wp-editor.php:956
+msgid "Find and replace"
+msgstr "Trova e sostituisci"
 
-#: wp-includes/class-wp-editor.php:848
-msgid "Clear formatting"
-msgstr "Cancella formattazione"
+#: wp-includes/class-wp-editor.php:976
+msgid "Rows"
+msgstr "Righe"
 
-#: wp-includes/class-wp-editor.php:860
-msgid "Increase indent"
-msgstr "Aumenta rientro"
+#: wp-includes/class-wp-editor.php:1016
+msgid "Cell padding"
+msgstr "Padding cella"
 
-#: wp-includes/class-wp-editor.php:876 wp-includes/script-loader.php:109
-msgid "Numbered list"
-msgstr "Elenco numerato"
+#: wp-includes/class-wp-editor.php:1017
+msgid "Cell spacing"
+msgstr "Spaziatura cella"
 
-#: wp-includes/class-wp-editor.php:857
-msgid "Align right"
-msgstr "Allinea a destra"
+#: wp-includes/customize/class-wp-customize-header-image-control.php:140
+msgid "No image set"
+msgstr "Nessuna immagine impostata"
 
-#: wp-includes/class-wp-customize-widgets.php:729
-#: wp-includes/script-loader.php:683 wp-includes/script-loader.php:707
-msgid "An error has occurred. Please reload the page and try again."
-msgstr "Abbiamo riscontrato un errore. Ricarica la pagina e prova di nuovo."
+#: wp-includes/class-wp-editor.php:960
+msgid "Match case"
+msgstr "Argomento per confronto"
 
-#: wp-includes/class-wp-customize-widgets.php:704
+#: wp-includes/class-wp-customize-widgets.php:707
 msgid "Select an area to move this widget into:"
 msgstr "Seleziona un&#8217;area nella quale spostare questo widget:"
 
-#: wp-includes/class-wp-customize-nav-menus.php:729
-#: wp-includes/class-wp-customize-widgets.php:698
-msgid "Move up"
-msgstr "Sposta sopra"
-
-#: wp-includes/class-wp-customize-nav-menus.php:730
-#: wp-includes/class-wp-customize-widgets.php:697
-msgid "Move down"
-msgstr "Muovi giù"
-
-#: wp-includes/class-wp-customize-widgets.php:775
-#: wp-includes/customize/class-wp-widget-area-customize-control.php:61
-msgid "Add a Widget"
-msgstr "Aggiungi un widget"
+#: wp-includes/customize/class-wp-customize-header-image-control.php:97
+msgid "Randomize uploaded headers"
+msgstr "Rendi casuali le testate caricate"
 
-#: wp-includes/customize/class-wp-customize-header-image-control.php:214
-msgctxt "custom headers"
-msgid "Suggested"
-msgstr "Suggerita"
+#: wp-includes/customize/class-wp-customize-header-image-control.php:99
+msgid "Randomize suggested headers"
+msgstr "Rendi casuali le testate suggerite"
 
-#: wp-includes/customize/class-wp-customize-header-image-control.php:207
-msgctxt "custom headers"
-msgid "Previously uploaded"
-msgstr "Precedentemente caricata"
+#: wp-includes/class-wp-editor.php:878
+msgid "Visual aids"
+msgstr "Aiuti visuali"
 
-#: wp-includes/customize/class-wp-customize-header-image-control.php:192
+#: wp-includes/customize/class-wp-customize-header-image-control.php:198
 msgid "Current header"
 msgstr "Intestazione attuale"
 
-#: wp-includes/customize/class-wp-customize-header-image-control.php:140
-msgid "No image set"
-msgstr "Nessuna immagine impostata"
-
 #: wp-includes/customize/class-wp-customize-header-image-control.php:128
 msgid "Randomizing suggested headers"
 msgstr "Rendi casuali le testate suggerite"
@@ -3771,176 +5668,192 @@ msgstr "Rendi casuali le testate suggerite"
 msgid "Randomizing uploaded headers"
 msgstr "Ordinamento casuale delle testate caricate"
 
-#: wp-includes/customize/class-wp-customize-header-image-control.php:99
-msgid "Randomize suggested headers"
-msgstr "Rendi casuali le testate suggerite"
-
-#: wp-includes/customize/class-wp-customize-header-image-control.php:97
-msgid "Randomize uploaded headers"
-msgstr "Rendi casuali le testate caricate"
-
-#: wp-includes/admin-bar.php:155
-msgid "https://wordpress.org/support/forum/requests-and-feedback"
-msgstr "https://wordpress.org/support/forum/requests-and-feedback"
+#: wp-includes/class-wp-editor.php:1046
+msgid "Toolbar Toggle"
+msgstr "Mostra/nascondi la barra degli strumenti"
 
-#: wp-includes/admin-bar.php:147 wp-includes/wp-db.php:1129
-#: wp-includes/wp-db.php:1597 wp-includes/wp-db.php:1701 wp-login.php:801
-msgid "https://wordpress.org/support/"
-msgstr "https://wordpress.org/support/ "
+#: wp-includes/class-wp-customize-widgets.php:732
+#: wp-includes/script-loader.php:707 wp-includes/script-loader.php:731
+msgid "An error has occurred. Please reload the page and try again."
+msgstr "Abbiamo riscontrato un errore. Ricarica la pagina e prova di nuovo."
+
+#: wp-includes/class-wp-editor.php:1030
+msgid "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off."
+msgstr "Incolla come testo semplice. Il contenuto verr&aacute; incollato come semplice testo finch&eacute; mantieni attiva questa opzione."
 
-#: wp-includes/admin-bar.php:131
-#: wp-includes/widgets/class-wp-widget-meta.php:69 wp-login.php:104
+#: wp-includes/admin-bar.php:148
+#: wp-includes/widgets/class-wp-widget-meta.php:69 wp-login.php:103
 msgid "https://wordpress.org/"
 msgstr "https://it.wordpress.org/"
 
-#: wp-includes/class-wp-editor.php:896
-msgid "Keywords"
-msgstr "Parole chiave"
+#: wp-includes/class-wp-customize-nav-menus.php:931
+#: wp-includes/class-wp-customize-widgets.php:700
+msgid "Move down"
+msgstr "Muovi giù"
 
-#: wp-includes/class-wp-editor.php:916
-msgid "Alternative source"
-msgstr "Sorgente alternativa"
+#: wp-includes/class-wp-editor.php:938
+msgid "Horizontal line"
+msgstr "Linea orizzontale"
 
-#: wp-includes/class-wp-editor.php:910
-msgid "Style"
-msgstr "Stile"
+#: wp-includes/class-wp-customize-widgets.php:779
+#: wp-includes/customize/class-wp-widget-area-customize-control.php:61
+msgid "Add a Widget"
+msgstr "Aggiungi un widget"
 
-#: wp-includes/class-wp-editor.php:912 wp-includes/script-loader.php:106
-msgid "Insert image"
-msgstr "Inserisci immagine"
+#: wp-includes/admin-bar.php:164 wp-includes/update.php:127
+#: wp-includes/update.php:317 wp-includes/update.php:497
+#: wp-includes/wp-db.php:1129 wp-includes/wp-db.php:1601
+#: wp-includes/wp-db.php:1705 wp-login.php:793
+msgid "https://wordpress.org/support/"
+msgstr "https://wordpress.org/support/ "
 
-#: wp-includes/class-wp-editor.php:1041
-msgid "Toolbar Toggle"
-msgstr "Mostra/nascondi la barra degli strumenti"
+#: wp-includes/class-wp-editor.php:1047 wp-includes/script-loader.php:120
+msgid "Insert Read More tag"
+msgstr "Inserisci il tag «Leggi tutto…»"
 
-#: wp-includes/class-wp-editor.php:1008
-msgid "Column group"
-msgstr "Colonna gruppo"
+#: wp-includes/class-wp-customize-nav-menus.php:930
+#: wp-includes/class-wp-customize-widgets.php:701
+msgid "Move up"
+msgstr "Sposta sopra"
 
-#: wp-includes/class-wp-editor.php:945
-msgid "Could not find the specified string."
-msgstr "Non riesco a trovare la stringa specifica."
+#: wp-includes/class-wp-editor.php:980
+msgid "Header cell"
+msgstr "Cella dell'header "
 
-#: wp-includes/class-wp-editor.php:914
-msgid "Insert/edit video"
-msgstr "Inserisci/modifica video"
+#: wp-includes/class-wp-editor.php:902
+msgid "Encoding"
+msgstr "Codifica"
 
-#: wp-includes/general-template.php:3403
-msgctxt "admin color scheme"
-msgid "Coffee"
-msgstr "Caffè"
+#: wp-includes/class-wp-editor.php:922
+msgid "Paste your embed code below:"
+msgstr "Inserisci il codice di embed qui di seguito:"
 
-#: wp-includes/general-template.php:3397
+#: wp-includes/class-wp-editor.php:992
+msgid "Delete column"
+msgstr "Elimina colonna"
+
+#: wp-includes/general-template.php:3454
 msgctxt "admin color scheme"
-msgid "Ocean"
-msgstr "Oceano"
+msgid "Sunrise"
+msgstr "Alba"
 
-#: wp-includes/general-template.php:3391
+#: wp-includes/general-template.php:3460
 msgctxt "admin color scheme"
 msgid "Ectoplasm"
 msgstr "Ectoplasma"
 
-#: wp-includes/general-template.php:3385
+#: wp-includes/general-template.php:3466
 msgctxt "admin color scheme"
-msgid "Sunrise"
-msgstr "Alba"
+msgid "Ocean"
+msgstr "Oceano"
+
+#: wp-includes/general-template.php:3472
+msgctxt "admin color scheme"
+msgid "Coffee"
+msgstr "Caffè"
 
 #: wp-includes/class-wp-image-editor.php:288
 msgid "Attempted to set image quality outside of the range [1,100]."
 msgstr "Tentativo di impostare la qualità dell'immagine al di fuori dell'intervallo consentito [1,100]."
 
-#: wp-includes/widgets/class-wp-nav-menu-widget.php:27
-msgid "Add a custom menu to your sidebar."
-msgstr "Aggiungi un menu personalizzato alla tua barra laterale."
+#: wp-includes/widgets/class-wp-widget-search.php:28
+msgid "A search form for your site."
+msgstr "Un modulo di ricerca per il tuo sito."
 
-#: wp-includes/widgets/class-wp-widget-tag-cloud.php:27
-msgid "A cloud of your most used tags."
-msgstr "Una nuvola contenente tutti i tag più usati."
+#: wp-includes/widgets/class-wp-widget-archives.php:28
+msgid "A monthly archive of your site&#8217;s Posts."
+msgstr "Un archivio mensile degli articoli contenuti nel tuo sito."
 
-#: wp-includes/widgets/class-wp-widget-rss.php:27
-msgid "Entries from any RSS or Atom feed."
-msgstr "Contenuti ricavati da qualsiasi feed RSS o Atom."
+#: wp-includes/widgets/class-wp-widget-recent-posts.php:28
+msgid "Your site&#8217;s most recent Posts."
+msgstr "Gli articoli più recenti nel tuo sito."
 
 #: wp-includes/widgets/class-wp-widget-recent-comments.php:28
 msgid "Your site&#8217;s most recent comments."
 msgstr "I commenti più recenti nel tuo sito."
 
-#: wp-includes/widgets/class-wp-widget-recent-posts.php:28
-msgid "Your site&#8217;s most recent Posts."
-msgstr "Gli articoli più recenti nel tuo sito."
+#: wp-includes/widgets/class-wp-widget-tag-cloud.php:27
+msgid "A cloud of your most used tags."
+msgstr "Una nuvola contenente tutti i tag più usati."
 
-#: wp-includes/widgets/class-wp-widget-categories.php:28
-msgid "A list or dropdown of categories."
-msgstr "Una lista o un elenco a discesa di categorie."
+#: wp-includes/widgets/class-wp-widget-calendar.php:38
+msgid "A calendar of your site&#8217;s Posts."
+msgstr "Un calendario degli articoli del tuo sito."
 
 #: wp-includes/widgets/class-wp-widget-text.php:28
 msgid "Arbitrary text or HTML."
 msgstr "Un testo o codice HTML generico."
 
-#: wp-includes/widgets/class-wp-widget-calendar.php:38
-msgid "A calendar of your site&#8217;s Posts."
-msgstr "Un calendario degli articoli del tuo sito."
-
-#: wp-includes/widgets/class-wp-widget-meta.php:30
-msgid "Login, RSS, &amp; WordPress.org links."
-msgstr "Aggiungi i link di login, RSS e WordPress.org."
+#: wp-includes/widgets/class-wp-widget-categories.php:28
+msgid "A list or dropdown of categories."
+msgstr "Una lista o un elenco a discesa di categorie."
 
-#: wp-includes/widgets/class-wp-widget-archives.php:28
-msgid "A monthly archive of your site&#8217;s Posts."
-msgstr "Un archivio mensile degli articoli contenuti nel tuo sito."
+#: wp-includes/widgets/class-wp-widget-rss.php:27
+msgid "Entries from any RSS or Atom feed."
+msgstr "Contenuti ricavati da qualsiasi feed RSS o Atom."
 
-#: wp-includes/widgets/class-wp-widget-search.php:28
-msgid "A search form for your site."
-msgstr "Un modulo di ricerca per il tuo sito."
+#: wp-includes/widgets/class-wp-nav-menu-widget.php:27
+msgid "Add a custom menu to your sidebar."
+msgstr "Aggiungi un menu personalizzato alla tua barra laterale."
 
 #: wp-includes/widgets/class-wp-widget-pages.php:28
 msgid "A list of your site&#8217;s Pages."
 msgstr "La lista delle pagine del tuo sito."
 
+#: wp-includes/widgets/class-wp-widget-meta.php:30
+msgid "Login, RSS, &amp; WordPress.org links."
+msgstr "Aggiungi i link di login, RSS e WordPress.org."
+
 #. translators: If there are characters in your language that are not supported
 #. by Open Sans, translate this to 'off'. Do not translate into your own
 #. language.
-#: wp-includes/script-loader.php:776
+#: wp-includes/script-loader.php:800
 msgctxt "Open Sans font: on or off"
 msgid "on"
 msgstr "on"
 
-#. translators: To add an additional Open Sans character subset specific to
-#. your language, translate this to 'greek', 'cyrillic' or 'vietnamese'. Do not
-#. translate into your own language.
-#: wp-includes/script-loader.php:782
-msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
-msgid "no-subset"
-msgstr "no-subset"
-
-#: wp-includes/link-template.php:1604
+#: wp-includes/link-template.php:1607
 msgid "Use commas instead of %s to separate excluded terms."
 msgstr "Usa le virgole invece di %s per separare i termini da escludere."
 
-#: wp-includes/general-template.php:3379
-msgctxt "admin color scheme"
-msgid "Midnight"
-msgstr "Mezzanotte"
-
-#: wp-includes/general-template.php:3367
+#: wp-includes/general-template.php:3436
 msgctxt "admin color scheme"
 msgid "Light"
 msgstr "Light"
 
-#: wp-includes/general-template.php:3357
+#: wp-includes/general-template.php:3448
+msgctxt "admin color scheme"
+msgid "Midnight"
+msgstr "Mezzanotte"
+
+#: wp-includes/general-template.php:3425
 msgctxt "admin color scheme"
 msgid "Default"
 msgstr "Predefinito"
 
-#: wp-includes/admin-bar.php:170
+#. translators: To add an additional Open Sans character subset specific to
+#. your language, translate this to 'greek', 'cyrillic' or 'vietnamese'. Do not
+#. translate into your own language.
+#: wp-includes/script-loader.php:806
+msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
+msgid "no-subset"
+msgstr "no-subset"
+
+#. translators: %s: support forums URL
+#: wp-includes/update.php:126 wp-includes/update.php:316
+#: wp-includes/update.php:496
+msgid "An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href=\"%s\">support forums</a>."
+msgstr "Si è verificato un errore inaspettato. C'è qualche cosa di sbagliato con WordPress.org o con la configurazione di questo server. Se continui ad avere problemi, chiedi aiuto sul <a href=\"%s\">forum di supporto</a>."
+
+#: wp-includes/admin-bar.php:187
 msgid "Menu"
 msgstr "Menu"
 
-#: wp-includes/update.php:576
+#: wp-includes/update.php:603
 msgid "Translation Updates"
 msgstr "Aggiornamenti delle traduzioni"
 
-#: wp-includes/class-wp-theme.php:243
+#: wp-includes/class-wp-theme.php:244
 msgid "The theme directory \"%s\" does not exist."
 msgstr "La directory del tema  \"%s\" non esiste."
 
@@ -3949,140 +5862,141 @@ msgstr "La directory del tema  \"%s\" non esiste."
 #. "stopwords". You should not simply translate these individual words into
 #. your language. Instead, look for and provide commonly accepted stopwords in
 #. your language.
-#: wp-includes/query.php:2235
+#: wp-includes/class-wp-query.php:1419
 msgctxt "Comma-separated list of search stopwords in your language"
 msgid "about,an,are,as,at,be,by,com,for,from,how,in,is,it,of,on,or,that,the,this,to,was,what,when,where,who,will,with,www"
 msgstr "su,un,uno,una,sono,siete,come,alle,allo,alla,essere,di,da,per,in,con,per,tra,fra,come,è,egli,ella,essi,loro,il,al,le,lo,oppure,questo,quello,queste,questi,quelli,quelle,a,era,eri,erano,cosa,quando,dove,chi,www"
 
-#: wp-includes/post-template.php:1545
+#: wp-includes/post-template.php:1601
 msgid "This content is password protected. To view it please enter your password below:"
 msgstr "Il contenuto è protetto da password. Per visualizzarlo inserisci di seguito la password:"
 
-#: wp-includes/functions.php:1233
+#: wp-includes/functions.php:1237
 msgid "ERROR: This is not a valid feed template."
 msgstr "ERRORE: questo non è un modello valido per i feed."
 
-#: wp-includes/class-wp-http-streams.php:156
-#: wp-includes/class-wp-http-streams.php:164
-msgid "The SSL certificate for the host could not be verified."
-msgstr "Il certificato SSL per questo host non può essere verificato."
-
 #: wp-includes/class-wp-http-curl.php:257
 #: wp-includes/class-wp-http-streams.php:256
 msgid "Failed to write request to temporary file."
 msgstr "Fallito il tentativo di scrittura di un file temporano."
 
-#: wp-includes/media-template.php:644
+#: wp-includes/class-wp-http-streams.php:156
+#: wp-includes/class-wp-http-streams.php:164
+msgid "The SSL certificate for the host could not be verified."
+msgstr "Il certificato SSL per questo host non può essere verificato."
+
+#: wp-includes/media-template.php:648
 msgid "Embed Media Player"
 msgstr "Incorpora il media player"
 
-#: wp-includes/media-template.php:661
-msgid "Link to Attachment Page"
-msgstr "Link alla pagina dell'allegato"
+#: wp-includes/media-template.php:352 wp-includes/media-template.php:530
+msgid "Length:"
+msgstr "Lunghezza:"
 
-#: wp-includes/media-template.php:654
+#: wp-includes/media-template.php:635
+msgid "Embed or Link"
+msgstr "Incorpora o crea un link"
+
+#: wp-includes/media-template.php:658
 msgid "Link to Media File"
 msgstr "Link al file multimediale"
 
-#: wp-includes/media-template.php:631
-msgid "Embed or Link"
-msgstr "Incorpora o crea un link"
+#: wp-includes/media-template.php:665
+msgid "Link to Attachment Page"
+msgstr "Link alla pagina dell'allegato"
 
-#: wp-includes/media-template.php:350 wp-includes/media-template.php:526
-msgid "Length:"
-msgstr "Lunghezza:"
+#: wp-includes/script-loader.php:355
+msgid "Download File"
+msgstr "Scarica il file"
 
-#: wp-includes/script-loader.php:350
-msgid "Captions/Subtitles"
-msgstr "Didascalie/Sottotitoli"
+#: wp-includes/script-loader.php:356
+msgid "Download Video"
+msgstr "Scarica il video"
 
-#: wp-includes/script-loader.php:359
-msgid "Unmute"
-msgstr "Togli il muto"
+#: wp-includes/script-loader.php:353
+msgid "Turn off Fullscreen"
+msgstr "Disattiva lo schermo intero"
 
-#: wp-includes/script-loader.php:345
+#: wp-includes/script-loader.php:354
 msgid "Go Fullscreen"
 msgstr "Vai a tutto schermo"
 
-#: wp-includes/script-loader.php:344
-msgid "Turn off Fullscreen"
-msgstr "Disattiva lo schermo intero"
+#: wp-includes/script-loader.php:359
+msgid "Captions/Subtitles"
+msgstr "Didascalie/Sottotitoli"
 
-#: wp-includes/script-loader.php:358
+#: wp-includes/script-loader.php:368
+msgid "Unmute"
+msgstr "Togli il muto"
+
+#: wp-includes/script-loader.php:367
 msgid "Mute Toggle"
 msgstr "Cambia il muto"
 
-#: wp-includes/script-loader.php:347
-msgid "Download Video"
-msgstr "Scarica il video"
-
-#: wp-includes/script-loader.php:346
-msgid "Download File"
-msgstr "Scarica il file"
-
-#: wp-includes/formatting.php:3235
-msgid "%s year"
-msgid_plural "%s years"
-msgstr[0] "%s anno"
-msgstr[1] "%s anni"
+#. translators: Time difference between two dates, in weeks. 1: Number of weeks
+#: wp-includes/formatting.php:3239
+msgid "%s week"
+msgid_plural "%s weeks"
+msgstr[0] "%s settimana"
+msgstr[1] "%s settimane"
 
-#: wp-includes/formatting.php:3230
+#. translators: Time difference between two dates, in months. 1: Number of
+#. months
+#: wp-includes/formatting.php:3245
 msgid "%s month"
 msgid_plural "%s months"
 msgstr[0] "%s mese"
 msgstr[1] "%s mesi"
 
-#: wp-includes/formatting.php:3225
-msgid "%s week"
-msgid_plural "%s weeks"
-msgstr[0] "%s settimana"
-msgstr[1] "%s settimane"
+#. translators: Time difference between two dates, in years. 1: Number of years
+#: wp-includes/formatting.php:3251
+msgid "%s year"
+msgid_plural "%s years"
+msgstr[0] "%s anno"
+msgstr[1] "%s anni"
 
 #. translators: %d: ID of a post
 #: wp-includes/class-walker-page-dropdown.php:74
-#: wp-includes/class-walker-page.php:136
-#: wp-includes/class-wp-customize-nav-menus.php:171
-#: wp-includes/class-wp-customize-nav-menus.php:300
-#: wp-includes/nav-menu.php:758 wp-includes/nav-menu.php:836
+#: wp-includes/class-walker-page.php:157
+#: wp-includes/class-wp-customize-nav-menus.php:200
+#: wp-includes/class-wp-customize-nav-menus.php:345
+#: wp-includes/customize/class-wp-customize-nav-menu-item-setting.php:292
+#: wp-includes/nav-menu.php:731 wp-includes/nav-menu.php:809
 msgid "#%d (no title)"
 msgstr "#%d (senza titolo)"
 
-#: wp-includes/post-template.php:1745
+#: wp-includes/post-template.php:1812
 msgid "JavaScript must be enabled to use this feature."
 msgstr "Per utilizzare questa funzionalità occorre che JavaScript sia abilitato."
 
-#. translators: localized date and time format, see https://secure.php.net/date
-#: wp-includes/class-wp-locale.php:395
-msgid "F j, Y g:i a"
-msgstr "j F Y G:i"
+#. translators: localized date format, see https://secure.php.net/date
+#: wp-includes/class-wp-locale.php:398 wp-includes/media.php:3087
+msgid "F j, Y"
+msgstr "j F Y"
 
 #. translators: localized time format, see https://secure.php.net/date
-#: wp-includes/class-wp-locale.php:393
+#: wp-includes/class-wp-locale.php:400
 msgid "g:i a"
 msgstr "G:i"
 
-#. translators: localized date format, see https://secure.php.net/date
-#: wp-includes/class-wp-locale.php:391 wp-includes/media.php:3050
-msgid "F j, Y"
-msgstr "j F Y"
-
-#: wp-includes/class-wp-xmlrpc-server.php:441
-msgid "The URL to the admin area"
-msgstr "L'URL dell'area di amministrazione"
+#. translators: localized date and time format, see https://secure.php.net/date
+#: wp-includes/class-wp-locale.php:402
+msgid "F j, Y g:i a"
+msgstr "j F Y G:i"
 
-#: wp-includes/class-wp-xmlrpc-server.php:436
+#: wp-includes/class-wp-xmlrpc-server.php:432
 msgid "Login Address (URL)"
 msgstr "Indirizzo di login (URL)"
 
+#: wp-includes/class-wp-xmlrpc-server.php:437
+msgid "The URL to the admin area"
+msgstr "L'URL dell'area di amministrazione"
+
 #: wp-includes/media-template.php:194
 msgid "The web browser on your device cannot be used to upload files. You may be able to use the <a href=\"%s\">native app for your device</a> instead."
 msgstr "Il browser web del tuo dispositivo non può essere utilizzato per caricare file. Dovresti poter utilizzare al suo posto <a href=\"%s\">la app nativa per lil tuo dispositivo</a>."
 
-#: wp-includes/user.php:2317
-msgid "<strong>ERROR</strong>: Couldn&#8217;t register you&hellip; please contact the <a href=\"mailto:%s\">webmaster</a> !"
-msgstr "<strong>ERRORE</strong>: Impossibile registrarti&hellip; contatta il <a href=\"mailto:%s\">webmaster</a> !"
-
-#: wp-login.php:381
+#: wp-login.php:373
 msgid "Possible reason: your host may have disabled the mail() function."
 msgstr "Possibili motivi: il tuo host può aver disabilitato la funzione mail()."
 
@@ -4090,72 +6004,59 @@ msgstr "Possibili motivi: il tuo host può aver disabilitato la funzione mail().
 msgid "(more&hellip;)"
 msgstr "(altro&hellip;)"
 
-#. translators: 1: date
-#: wp-includes/post-template.php:1639
-msgctxt "post revision title extra"
-msgid "%1$s [Current Revision]"
-msgstr "%1$s [Versione attuale]"
+#: wp-includes/user.php:2341
+msgid "<strong>ERROR</strong>: Couldn&#8217;t register you&hellip; please contact the <a href=\"mailto:%s\">webmaster</a> !"
+msgstr "<strong>ERRORE</strong>: Impossibile registrarti&hellip; contatta il <a href=\"mailto:%s\">webmaster</a> !"
 
-#. translators: 1: date
-#: wp-includes/post-template.php:1637
-msgctxt "post revision title extra"
-msgid "%1$s [Autosave]"
-msgstr "%1$s [Salvataggio automatico]"
+#. translators: 1: month, 2: day, 3: year, 4: hour, 5: minute
+#: wp-includes/script-loader.php:560 wp-includes/script-loader.php:599
+msgid "%1$s %2$s, %3$s @ %4$s:%5$s"
+msgstr "%2$s %1$s %3$s alle %4$s : %5$s"
 
-#. translators: %s: site address
-#: wp-signup.php:880
-msgid "The site you were looking for, %s, does not exist, but you can create it now!"
-msgstr "Il sito che stavi cercando, %s, non esiste, ma puoi crearlo adesso!"
+#: wp-includes/script-loader.php:157
+msgid "Your session has expired. You can log in again from this page or go to the login page."
+msgstr "La tua sessione &egrave; scaduta. Puoi loggarti nuovamente da questa pagina o attraverso la pagina di login."
 
 #. translators: %s: email address
 #: wp-signup.php:764
-msgid "Have you entered your email correctly? You have entered %s, if it&#8217;s incorrect, you will not receive your email."
-msgstr "Hai inserito l&#8217;indirizzo email correttamente? Hai inserito %s, nel caso non fosse corretta, non riceverai alcuna email."
-
-#. translators: 1: month, 2: day, 3: year, 4: hour, 5: minute
-#: wp-includes/script-loader.php:536 wp-includes/script-loader.php:575
-msgid "%1$s %2$s, %3$s @ %4$s:%5$s"
-msgstr "%2$s %1$s %3$s alle %4$s : %5$s"
+msgid "Have you entered your email correctly? You have entered %s, if it&#8217;s incorrect, you will not receive your email."
+msgstr "Hai inserito l&#8217;indirizzo email correttamente? Hai inserito %s, nel caso non fosse corretta, non riceverai alcuna email."
 
-#: wp-includes/script-loader.php:152
-msgid "Your session has expired. You can log in again from this page or go to the login page."
-msgstr "La tua sessione &egrave; scaduta. Puoi loggarti nuovamente da questa pagina o attraverso la pagina di login."
+#. translators: %s: site address
+#: wp-signup.php:880
+msgid "The site you were looking for, %s, does not exist, but you can create it now!"
+msgstr "Il sito che stavi cercando, %s, non esiste, ma puoi crearlo adesso!"
 
-#: wp-includes/functions.php:5136
+#: wp-includes/functions.php:5225
 msgid "The login page will open in a new window. After logging in you can close it and return to this page."
 msgstr "La pagina di login sar&agrave; aperta in una nuova finestra. Dopo esserti loggato potrai chiuderla e ritornare a questa pagina."
 
-#. translators: post revision title: 1: author avatar, 2: author name, 3: time
-#. ago, 4: date
-#: wp-includes/post-template.php:1681
-msgctxt "post revision title"
-msgid "%1$s %2$s, %3$s ago (%4$s)"
-msgstr "%1$s %2$s, %3$s fa (%4$s)"
-
-#: wp-includes/class-walker-comment.php:328
+#. translators: %s: comment author link
+#: wp-includes/class-walker-comment.php:278
+#: wp-includes/class-walker-comment.php:335
 msgid "%s <span class=\"says\">says:</span>"
 msgstr "%s <span class=\"says\">ha detto:</span>"
 
-#: wp-includes/general-template.php:227 wp-includes/general-template.php:234
-msgctxt "submit button"
-msgid "Search"
-msgstr "Cerca"
+#: wp-includes/general-template.php:225
+msgctxt "placeholder"
+msgid "Search &hellip;"
+msgstr "Cerca &hellip;"
 
 #: wp-includes/general-template.php:224 wp-includes/general-template.php:232
 msgctxt "label"
 msgid "Search for:"
 msgstr "Ricerca per:"
 
-#: wp-includes/general-template.php:225
-msgctxt "placeholder"
-msgid "Search &hellip;"
-msgstr "Cerca &hellip;"
+#: wp-includes/general-template.php:227 wp-includes/general-template.php:234
+msgctxt "submit button"
+msgid "Search"
+msgstr "Cerca"
 
-#: wp-includes/functions.php:5134 wp-includes/script-loader.php:461
+#: wp-includes/functions.php:5223 wp-includes/script-loader.php:470
 msgid "Session expired"
 msgstr "Sessione scaduta"
 
-#: wp-includes/taxonomy.php:610
+#: wp-includes/taxonomy.php:510
 msgid "No tags found."
 msgstr "Nessun tag trovato."
 
@@ -4164,85 +6065,91 @@ msgctxt "meta widget link text"
 msgid "WordPress.org"
 msgstr "WordPress.org"
 
-#: wp-includes/functions.wp-scripts.php:227
+#. translators: 1: script name, 2: wp_enqueue_scripts
+#: wp-includes/functions.wp-scripts.php:230
 msgid "Do not deregister the %1$s script in the administration area. To target the front-end theme, use the %2$s hook."
 msgstr "Non de-registrare lo script %1$s nell'area amministrativa. Per farlo per il tema utilizzato ricorri all'hook %2$s."
 
-#: wp-includes/class-wp-xmlrpc-server.php:431
-msgid "Site Address (URL)"
-msgstr "Indirizzo sito (URL)"
-
-#: wp-includes/class-wp-xmlrpc-server.php:426
+#: wp-includes/class-wp-xmlrpc-server.php:422
 msgid "WordPress Address (URL)"
 msgstr "Indirizzo WordPress (URL)"
 
-#: wp-includes/class-wp-xmlrpc-server.php:2423 wp-includes/user.php:1403
-#: wp-includes/user.php:1722 wp-includes/user.php:1728
+#: wp-includes/class-wp-xmlrpc-server.php:427
+msgid "Site Address (URL)"
+msgstr "Indirizzo sito (URL)"
+
+#: wp-includes/class-wp-xmlrpc-server.php:2426
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:344
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:374
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:572
+#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:721
+#: wp-includes/user.php:1417 wp-includes/user.php:1738
+#: wp-includes/user.php:1744
 msgid "Invalid user ID."
 msgstr "ID utente non valido."
 
-#: wp-includes/media-template.php:478
-msgid "Caption this image&hellip;"
-msgstr "Didascalia per questa immagine&hellip;"
-
-#: wp-includes/media-template.php:747
+#: wp-includes/media-template.php:751
 msgid "Random Order"
 msgstr "Ordine casuale"
 
-#: wp-includes/media.php:3404
-msgid "Insert from URL"
-msgstr "Inserisci da URL"
+#: wp-includes/media-template.php:482
+msgid "Caption this image&hellip;"
+msgstr "Didascalia per questa immagine&hellip;"
 
 #. translators: This is a would-be plural string used in the media manager.
 #. If there is not a word you can use in your language to avoid issues with
 #. the 		   lack of plural support here, turn it into "selected: %d" then
 #. translate it.
-#: wp-includes/media.php:3364
+#: wp-includes/media.php:3416
 msgid "%d selected"
 msgstr "%d selezionati"
 
+#: wp-includes/media.php:3457
+msgid "Insert from URL"
+msgstr "Inserisci da URL"
+
 #: wp-includes/widgets/class-wp-widget-links.php:147
 msgctxt "Links widget"
 msgid "Random"
 msgstr "Casuale"
 
-#: wp-includes/media.php:3417
-msgid "Add to Gallery"
-msgstr "Aggiungi alla galleria"
-
-#: wp-includes/media-template.php:1229 wp-includes/media.php:3380
+#: wp-includes/media-template.php:1233 wp-includes/media.php:3432
 msgid "No items found."
 msgstr "Nessun elemento trovato"
 
-#: wp-includes/media.php:3418
+#: wp-includes/media.php:3470
+msgid "Add to Gallery"
+msgstr "Aggiungi alla galleria"
+
+#: wp-includes/media.php:3471
 msgid "Reverse order"
 msgstr "Ordine inverso"
 
-#: wp-includes/post.php:1294
+#: wp-includes/post.php:1388
 msgid "Set featured image"
 msgstr "Imposta l'immagine in evidenza"
 
-#: wp-includes/media-template.php:471
+#: wp-includes/media-template.php:475
 msgid "Deselect"
 msgstr "Deseleziona"
 
-#: wp-includes/class-wp-xmlrpc-server.php:4559
-#: wp-includes/class-wp-xmlrpc-server.php:4572
+#: wp-includes/class-wp-xmlrpc-server.php:4578
+#: wp-includes/class-wp-xmlrpc-server.php:4591
 msgid "Sorry, that file cannot be edited."
 msgstr "Questo file non può essere modificato."
 
-#: wp-includes/media-template.php:436 wp-includes/media-template.php:537
-#: wp-includes/media.php:3393
+#: wp-includes/media-template.php:438 wp-includes/media-template.php:541
+#: wp-includes/media.php:3445
 msgid "Delete Permanently"
-msgstr "Cancella definitivamente"
+msgstr "Elimina definitivamente"
 
-#: wp-includes/media.php:3385
+#: wp-includes/media.php:3437
 msgid ""
 "You are about to permanently delete this item.\n"
 "  'Cancel' to stop, 'OK' to delete."
 msgstr ""
-"Stai per cancellare definitivamente questo elemento.\n"
-"  'Annulla' per interrompere, 'OK' per cancellare."
+"Stai per eliminare definitivamente questo elemento.\n"
+"  'Annulla' per interrompere, 'OK' per eliminare."
 
 #: wp-includes/media-template.php:196
 msgid "Upload Limit Exceeded"
@@ -4252,116 +6159,116 @@ msgstr "Limite di caricamento superato"
 msgid "Dismiss Errors"
 msgstr "Nascondi l'errore"
 
+#: wp-includes/media.php:2901
+msgid "No editor could be selected."
+msgstr "Impossibile selezionare un editor"
+
 #: wp-includes/media-template.php:260
 msgid "Uploading"
 msgstr "Caricamento"
 
-#: wp-includes/media.php:2863
-msgid "No editor could be selected."
-msgstr "Impossibile selezionare un editor"
-
-#: wp-includes/post.php:2195
-msgid "Video <span class=\"count\">(%s)</span>"
-msgid_plural "Video <span class=\"count\">(%s)</span>"
-msgstr[0] "Video <span class=\"count\">(%s)</span>"
-msgstr[1] "Video <span class=\"count\">(%s)</span>"
+#: wp-includes/post.php:2287
+msgid "Manage Images"
+msgstr "Gestione immagini"
 
-#: wp-includes/post.php:2195
-msgid "Manage Video"
-msgstr "Gestione video"
+#: wp-includes/post.php:2287
+msgid "Image <span class=\"count\">(%s)</span>"
+msgid_plural "Images <span class=\"count\">(%s)</span>"
+msgstr[0] "Immagine <span class=\"count\">(%s)</span>"
+msgstr[1] "Immagini <span class=\"count\">(%s)</span>"
 
-#: wp-includes/post.php:2195
-msgid "Video"
-msgstr "Video"
+#: wp-includes/post.php:2288
+msgid "Manage Audio"
+msgstr "Gestione audio"
 
-#: wp-includes/post.php:2194
+#: wp-includes/post.php:2288
 msgid "Audio <span class=\"count\">(%s)</span>"
 msgid_plural "Audio <span class=\"count\">(%s)</span>"
 msgstr[0] "Audio <span class=\"count\">(%s)</span>"
 msgstr[1] "Audio <span class=\"count\">(%s)</span>"
 
-#: wp-includes/post.php:2194
-msgid "Manage Audio"
-msgstr "Gestione audio"
-
-#: wp-includes/post.php:2193
-msgid "Image <span class=\"count\">(%s)</span>"
-msgid_plural "Images <span class=\"count\">(%s)</span>"
-msgstr[0] "Immagine <span class=\"count\">(%s)</span>"
-msgstr[1] "Immagini <span class=\"count\">(%s)</span>"
+#: wp-includes/post.php:2289
+msgid "Video"
+msgstr "Video"
 
-#: wp-includes/post.php:2193
-msgid "Manage Images"
-msgstr "Gestione immagini"
+#: wp-includes/post.php:2289
+msgid "Manage Video"
+msgstr "Gestione video"
 
-#: wp-includes/post.php:1292
-msgid "Uploaded to this page"
-msgstr "Caricato in questa pagina"
+#: wp-includes/post.php:2289
+msgid "Video <span class=\"count\">(%s)</span>"
+msgid_plural "Video <span class=\"count\">(%s)</span>"
+msgstr[0] "Video <span class=\"count\">(%s)</span>"
+msgstr[1] "Video <span class=\"count\">(%s)</span>"
 
-#: wp-includes/post.php:1291
+#: wp-includes/post.php:1385
 msgid "Insert into page"
 msgstr "Inserisci nella pagina"
 
-#: wp-includes/post.php:2194
-msgid "Audio"
-msgstr "Audio"
+#: wp-includes/post.php:1386
+msgid "Uploaded to this page"
+msgstr "Caricato in questa pagina"
+
+#: wp-includes/media.php:3430
+msgid "All media items"
+msgstr "Tutti gli elementi media"
 
-#: wp-includes/post.php:1292
+#: wp-includes/post.php:1386
 msgid "Uploaded to this post"
 msgstr "Caricato in questo articolo"
 
-#: wp-includes/media.php:3378
-msgid "All media items"
-msgstr "Tutti gli elementi media"
+#: wp-includes/post.php:2288
+msgid "Audio"
+msgstr "Audio"
 
-#: wp-includes/media.php:3377
+#: wp-includes/media.php:3429
 msgid "&#8592; Return to library"
 msgstr "&#8592; Torna alla libreria"
 
-#: wp-includes/media-template.php:668 wp-includes/media-template.php:865
-#: wp-includes/media-template.php:978
+#: wp-includes/media-template.php:672 wp-includes/media-template.php:869
+#: wp-includes/media-template.php:982
 msgid "Custom URL"
 msgstr "URL personalizzata"
 
-#: wp-includes/media-template.php:733
+#: wp-includes/media-template.php:498 wp-includes/media.php:3454
+msgid "Attachment Details"
+msgstr "Dettagli allegato"
+
+#: wp-includes/media-template.php:737
 msgid "Columns"
 msgstr "Colonne"
 
-#: wp-includes/media-template.php:398 wp-includes/media-template.php:577
-#: wp-includes/media-template.php:836
+#: wp-includes/media-template.php:400 wp-includes/media-template.php:581
+#: wp-includes/media-template.php:840
 msgid "Alt Text"
 msgstr "Testo alternativo"
 
-#: wp-includes/media-template.php:494 wp-includes/media.php:3401
-msgid "Attachment Details"
-msgstr "Dettagli allegato"
-
-#: wp-includes/media-template.php:689 wp-includes/media-template.php:764
-#: wp-includes/media-template.php:938 wp-includes/media.php:3112
+#: wp-includes/media-template.php:693 wp-includes/media-template.php:768
+#: wp-includes/media-template.php:942 wp-includes/media.php:3149
 msgid "Large"
 msgstr "Grande"
 
-#: wp-includes/media.php:3413
-msgid "&#8592; Cancel Gallery"
-msgstr "&#8592; Cancella galleria"
-
-#: wp-includes/media.php:3369
-msgid "Upload Images"
-msgstr "Caricamento immagini"
+#: wp-includes/media-template.php:605
+msgid "Attachment Display Settings"
+msgstr "Impostazioni visualizzazione allegati"
 
-#: wp-includes/media-template.php:708
+#: wp-includes/media-template.php:712
 msgid "Gallery Settings"
 msgstr "Impostazioni galleria"
 
-#: wp-includes/media-template.php:601
-msgid "Attachment Display Settings"
-msgstr "Impostazioni visualizzazione allegati"
+#: wp-includes/media.php:3421
+msgid "Upload Images"
+msgstr "Caricamento immagini"
+
+#: wp-includes/media.php:3466
+msgid "&#8592; Cancel Gallery"
+msgstr "&#8592; Elimina galleria"
 
-#: wp-includes/ms-functions.php:1980
+#: wp-includes/ms-functions.php:2024
 msgid "WordPress &rsaquo; Success"
 msgstr "WordPress &rsaquo; Successo"
 
-#: wp-includes/media.php:3368
+#: wp-includes/media.php:3420
 msgid "Upload Files"
 msgstr "Carica file"
 
@@ -4369,7 +6276,7 @@ msgstr "Carica file"
 msgid "Drop files anywhere to upload"
 msgstr "Rilascia i file qui dentro per caricarli"
 
-#: wp-includes/media.php:3414
+#: wp-includes/media.php:3467
 msgid "Insert gallery"
 msgstr "Inserisci galleria"
 
@@ -4377,23 +6284,19 @@ msgstr "Inserisci galleria"
 msgid "Drop files to upload"
 msgstr "Trascina file per caricare"
 
-#: wp-includes/media.php:3411
-msgid "Create Gallery"
-msgstr "Crea galleria"
-
-#: wp-includes/media.php:3372
+#: wp-includes/media.php:3424
 msgid "Media Library"
 msgstr "Libreria media"
 
-#: wp-includes/ms-functions.php:1344
-msgid "You appear to have already installed WordPress. To reinstall please clear your old database tables first."
-msgstr "Sembra che WordPress sia già installato. Per reinstallarlo bisogna prima cancellare le tabelle dal database."
+#: wp-includes/media.php:3464
+msgid "Create Gallery"
+msgstr "Crea galleria"
 
-#: wp-includes/ms-functions.php:1344
+#: wp-includes/ms-functions.php:1367
 msgid "Already Installed"
 msgstr "Già installato"
 
-#: wp-includes/ms-functions.php:911
+#: wp-includes/ms-functions.php:924
 msgid ""
 "To activate your user, please click the following link:\n"
 "\n"
@@ -4407,7 +6310,13 @@ msgstr ""
 "\n"
 "Dopo l'attivazione, riceverai un altra email con i dettagli per il login."
 
-#: wp-includes/ms-functions.php:1228
+#: wp-includes/ms-functions.php:1367
+msgid "You appear to have already installed WordPress. To reinstall please clear your old database tables first."
+msgstr "Sembra che WordPress sia già installato. Per reinstallarlo bisogna prima cancellare le tabelle dal database."
+
+#. translators: New user notification email. 1: User login, 2: User IP address,
+#. 3: Settings screen URL
+#: wp-includes/ms-functions.php:1251
 msgid ""
 "New User: %1$s\n"
 "Remote IP: %2$s\n"
@@ -4419,7 +6328,9 @@ msgstr ""
 "\n"
 "Disabilita queste notifiche: %3$s"
 
-#: wp-includes/ms-functions.php:1186
+#. translators: New site notification email. 1: Site URL, 2: User IP address,
+#. 3: Settings screen URL
+#: wp-includes/ms-functions.php:1208
 msgid ""
 "New Site: %1$s\n"
 "URL: %2$s\n"
@@ -4433,38 +6344,42 @@ msgstr ""
 "\n"
 "Disabilita queste notifiche: %4$s"
 
-#: wp-includes/media-template.php:656 wp-includes/media-template.php:724
-#: wp-includes/media-template.php:967
+#: wp-includes/media-template.php:637 wp-includes/media-template.php:715
+#: wp-includes/media-template.php:863 wp-includes/media-template.php:967
+msgid "Link To"
+msgstr "Link a"
+
+#: wp-includes/media-template.php:660 wp-includes/media-template.php:728
+#: wp-includes/media-template.php:971
 msgid "Media File"
 msgstr "File media"
 
-#: wp-includes/media-template.php:663 wp-includes/media-template.php:721
-#: wp-includes/media-template.php:970
+#: wp-includes/media-template.php:667 wp-includes/media-template.php:725
+#: wp-includes/media-template.php:974
 msgid "Attachment Page"
 msgstr "Allegato pagina"
 
-#: wp-includes/media-template.php:633 wp-includes/media-template.php:711
-#: wp-includes/media-template.php:859 wp-includes/media-template.php:963
-msgid "Link To"
-msgstr "Link a"
-
 #: wp-includes/media-template.php:486
-msgid "Describe this media file&hellip;"
-msgstr "Descrivi questo file multimediale&hellip;"
+msgid "Describe this video&hellip;"
+msgstr "Descrivi questo video&hellip;"
 
-#: wp-includes/media-template.php:484
+#: wp-includes/media-template.php:488
 msgid "Describe this audio file&hellip;"
 msgstr "Descrivi questo file audio&hellip;"
 
-#: wp-includes/media-template.php:482
-msgid "Describe this video&hellip;"
-msgstr "Descrivi questo video&hellip;"
+#: wp-includes/media-template.php:490
+msgid "Describe this media file&hellip;"
+msgstr "Descrivi questo file multimediale&hellip;"
 
-#: wp-includes/media.php:3415
+#: wp-includes/media.php:3468
 msgid "Update gallery"
 msgstr "Aggiorna galleria"
 
-#: wp-includes/user.php:2260
+#: wp-includes/ms-functions.php:159
+msgid "The requested user does not exist."
+msgstr "L'utente richiesto non esiste."
+
+#: wp-includes/user.php:2284
 msgid "<strong>ERROR</strong>: This username is already registered. Please choose another one."
 msgstr "<strong>ERRORE</strong>: Questo nome utente è già registrato. Utilizzane un altro."
 
@@ -4472,154 +6387,142 @@ msgstr "<strong>ERRORE</strong>: Questo nome utente è già registrato. Utilizza
 msgid "Please enter a valid email address."
 msgstr "Inserire un indirizzo email valido."
 
-#: wp-includes/ms-functions.php:159
-msgid "The requested user does not exist."
-msgstr "L'utente richiesto non esiste."
+#: wp-includes/class-wp-image-editor-gd.php:97
+#: wp-includes/class-wp-image-editor-imagick.php:139
+msgid "File doesn&#8217;t exist?"
+msgstr "Il file non esiste?"
 
-#: wp-includes/class-wp-image-editor-gd.php:400
-#: wp-includes/class-wp-image-editor-gd.php:408
-#: wp-includes/class-wp-image-editor-gd.php:412
-#: wp-includes/class-wp-image-editor-gd.php:415
-msgid "Image Editor Save Failed"
-msgstr "Salvataggio immagine non riuscito"
+#: wp-includes/class-wp-image-editor-gd.php:105
+#: wp-includes/class-wp-image-editor-imagick.php:161
+msgid "File is not an image."
+msgstr "Il file non è una immagine"
 
-#: wp-includes/class-wp-image-editor-gd.php:362
-msgid "Image flip failed."
-msgstr "Il ribaltamento dell'immagine non è riuscito."
+#: wp-includes/class-wp-image-editor-gd.php:109
+#: wp-includes/class-wp-image-editor-imagick.php:232
+msgid "Could not read image size."
+msgstr "Impossibile leggere le dimensioni dell'immagine."
+
+#: wp-includes/class-wp-image-editor-gd.php:305
+msgid "Image crop failed."
+msgstr "Ritaglio immagine non riuscito."
 
 #: wp-includes/class-wp-image-editor-gd.php:332
 msgid "Image rotate failed."
 msgstr "Rotazione immagine non riuscita."
 
-#: wp-includes/class-wp-image-editor-gd.php:305
-msgid "Image crop failed."
-msgstr "Ritaglio immagine non riuscito."
+#: wp-includes/class-wp-image-editor-gd.php:400
+#: wp-includes/class-wp-image-editor-gd.php:408
+#: wp-includes/class-wp-image-editor-gd.php:412
+#: wp-includes/class-wp-image-editor-gd.php:415
+msgid "Image Editor Save Failed"
+msgstr "Salvataggio immagine non riuscito"
 
 #: wp-includes/class-wp-image-editor-gd.php:172
 #: wp-includes/class-wp-image-editor-gd.php:197
 msgid "Image resize failed."
 msgstr "Ridimensionamento immagine non riuscito."
 
-#: wp-includes/class-wp-image-editor-gd.php:109
-#: wp-includes/class-wp-image-editor-imagick.php:221
-msgid "Could not read image size."
-msgstr "Impossibile leggere le dimensioni dell'immagine."
-
-#: wp-includes/class-wp-image-editor-gd.php:105
-#: wp-includes/class-wp-image-editor-imagick.php:150
-msgid "File is not an image."
-msgstr "Il file non è una immagine"
-
-#: wp-includes/class-wp-image-editor-gd.php:97
-#: wp-includes/class-wp-image-editor-imagick.php:138
-msgid "File doesn&#8217;t exist?"
-msgstr "Il file non esiste?"
+#: wp-includes/class-wp-image-editor-gd.php:362
+msgid "Image flip failed."
+msgstr "Il ribaltamento dell'immagine non è riuscito."
 
 #. translators: 1: first name, 2: last name
-#: wp-includes/user.php:1552
+#: wp-includes/user.php:1566
 msgctxt "Display name based on first name and last name"
 msgid "%1$s %2$s"
 msgstr "%1$s %2$s"
 
-#: wp-includes/taxonomy.php:2563
-msgid "Could not insert term relationship into the database"
-msgstr "Impossibile inserire termini di relazione nel database"
-
-#: wp-includes/script-loader.php:697
-msgid "Current Color"
-msgstr "Colore attuale"
+#: wp-includes/media.php:3469
+msgid "Add to gallery"
+msgstr "Aggiungi alla galleria"
 
-#: wp-includes/script-loader.php:696
+#: wp-includes/script-loader.php:720
 msgid "Select Color"
 msgstr "Seleziona colore"
 
-#: wp-includes/media-template.php:594 wp-includes/script-loader.php:694
+#: wp-includes/media-template.php:598 wp-includes/script-loader.php:718
 msgid "Clear"
 msgstr "Pulisci"
 
-#: wp-includes/media.php:3416
-msgid "Add to gallery"
-msgstr "Aggiungi alla galleria"
+#: wp-includes/script-loader.php:721
+msgid "Current Color"
+msgstr "Colore attuale"
 
-#: wp-includes/post.php:1291
+#: wp-includes/post.php:1385
 msgid "Insert into post"
 msgstr "Inserisci nell'articolo"
 
-#: wp-includes/media.php:3374
+#: wp-includes/media.php:3426
 msgid "Create a new gallery"
 msgstr "Crea una nuova galleria"
 
-#: wp-includes/media.php:3373
-msgid "Insert Media"
-msgstr "Inserisci file multimediale"
-
-#: wp-includes/post.php:3035
-msgid "Whoops, the provided date is invalid."
-msgstr "Ops, la data inserita non è valida."
-
-#: wp-includes/post.php:62
-msgid "View Attachment Page"
-msgstr "Visualizza la pagina dell'allegato"
-
-#: wp-includes/media-template.php:205
-msgid "Select Files"
-msgstr "Seleziona i file"
-
-#: wp-includes/media-template.php:204
-msgctxt "Uploader: Drop files here - or - Select Files"
-msgid "or"
-msgstr "oppure"
-
-#: wp-includes/media-template.php:901
-msgid "Alternative Text"
-msgstr "Testo alternativo"
-
-#: wp-includes/class-wp-xmlrpc-server.php:4226
-#: wp-includes/class-wp-xmlrpc-server.php:4296
-msgid "Sorry, revisions are disabled."
-msgstr "Le revisioni sono disabilitate."
-
-#: wp-includes/class-wp-xmlrpc-server.php:2964
-#: wp-includes/class-wp-xmlrpc-server.php:4222
-#: wp-includes/class-wp-xmlrpc-server.php:4514
-#: wp-includes/class-wp-xmlrpc-server.php:5619
-msgid "Sorry, you are not allowed to edit posts."
-msgstr "Non hai i permessi per modificare gli articoli."
-
-#: wp-includes/class-wp-xmlrpc-server.php:2629
-msgid "Sorry, the user cannot be updated."
-msgstr "L'utente non può essere modificato."
+#: wp-includes/taxonomy.php:2311
+msgid "Could not insert term relationship into the database"
+msgstr "Impossibile inserire termini di relazione nel database"
 
-#: wp-includes/class-wp-xmlrpc-server.php:2492
-msgid "The role specified is not valid"
-msgstr "Il ruolo specificato non è valido"
+#: wp-includes/media.php:3425
+msgid "Insert Media"
+msgstr "Inserisci file multimediale"
 
-#: wp-includes/class-wp-xmlrpc-server.php:4915
-msgid "Sorry, you are not allowed to create pages as this user."
-msgstr "Non hai i permessi per creare pagine con questo utente."
+#: wp-includes/post.php:68
+msgid "View Attachment Page"
+msgstr "Visualizza la pagina dell'allegato"
 
-#: wp-includes/widgets/class-wp-widget-recent-posts.php:139
-msgid "Display post date?"
-msgstr "Visualizzare la data dell’articolo?"
+#: wp-includes/media-template.php:905
+msgid "Alternative Text"
+msgstr "Testo alternativo"
 
 #. translators: 1: blog name, 2: separator(raquo), 3: post type name
-#: wp-includes/general-template.php:2643
+#: wp-includes/general-template.php:2662
 msgid "%1$s %2$s %3$s Feed"
 msgstr "%1$s %2$s %3$s Feed"
 
-#: wp-includes/class-wp-xmlrpc-server.php:1575
-msgid "There is a revision of this post that is more recent."
-msgstr "C'è una revisione di questo articolo che è più recente."
-
 #: wp-includes/class-wp-xmlrpc-server.php:274
 msgid "XML-RPC services are disabled on this site."
 msgstr "Il servizio XML-RPC è disattivato su questo sito."
 
+#: wp-includes/class-wp-xmlrpc-server.php:1575
+msgid "There is a revision of this post that is more recent."
+msgstr "C'è una revisione di questo articolo che è più recente."
+
 #: wp-includes/class-wp-xmlrpc-server.php:285
 msgid "Incorrect username or password."
 msgstr "Nome utente o password non corrette."
 
-#: wp-includes/class-wp-editor.php:181
+#: wp-includes/widgets/class-wp-widget-recent-posts.php:139
+msgid "Display post date?"
+msgstr "Visualizzare la data dell’articolo?"
+
+#: wp-includes/class-wp-xmlrpc-server.php:2632
+msgid "Sorry, the user cannot be updated."
+msgstr "L'utente non può essere modificato."
+
+#: wp-includes/class-wp-xmlrpc-server.php:4240
+#: wp-includes/class-wp-xmlrpc-server.php:4310
+msgid "Sorry, revisions are disabled."
+msgstr "Le revisioni sono disabilitate."
+
+#: wp-includes/class-wp-xmlrpc-server.php:4934
+msgid "Sorry, you are not allowed to create pages as this user."
+msgstr "Non hai i permessi per creare pagine con questo utente."
+
+#: wp-includes/class-wp-xmlrpc-server.php:2967
+#: wp-includes/class-wp-xmlrpc-server.php:4236
+#: wp-includes/class-wp-xmlrpc-server.php:4533
+#: wp-includes/class-wp-xmlrpc-server.php:5638
+msgid "Sorry, you are not allowed to edit posts."
+msgstr "Non hai i permessi per modificare gli articoli."
+
+#: wp-includes/media-template.php:204
+msgctxt "Uploader: Drop files here - or - Select Files"
+msgid "or"
+msgstr "oppure"
+
+#: wp-includes/media-template.php:205
+msgid "Select Files"
+msgstr "Seleziona i file"
+
+#: wp-includes/class-wp-editor.php:182
 msgctxt "Name for the Text editor tab (formerly HTML)"
 msgid "Text"
 msgstr "Testo"
@@ -4628,27 +6531,27 @@ msgstr "Testo"
 msgid "Skip to toolbar"
 msgstr "Vai alla barra degli strumenti"
 
-#: wp-includes/customize/class-wp-customize-color-control.php:98
+#: wp-includes/customize/class-wp-customize-color-control.php:117
 msgid "Hex Value"
 msgstr "Valore esadecimale"
 
-#: wp-includes/class-wp-customize-manager.php:2150
+#: wp-includes/class-wp-customize-manager.php:3823
 msgid "Header Text Color"
 msgstr "Colore del testo dell'header"
 
-#: wp-includes/class-wp-customize-manager.php:2127
+#: wp-includes/class-wp-customize-manager.php:3800
 msgid "Colors"
 msgstr "Colori"
 
-#: wp-includes/script-loader.php:455
-msgid "Saved"
-msgstr "Salvato"
-
-#: wp-includes/script-loader.php:452
+#: wp-includes/script-loader.php:461
 msgid "Save &amp; Activate"
 msgstr "Salva &amp; attiva"
 
-#: wp-includes/script-loader.php:453
+#: wp-includes/script-loader.php:464
+msgid "Saved"
+msgstr "Salvato"
+
+#: wp-includes/script-loader.php:462
 msgid "Save &amp; Publish"
 msgstr "Salva &amp; pubblica"
 
@@ -4657,7 +6560,7 @@ msgstr "Salva &amp; pubblica"
 msgid "Select File"
 msgstr "Seleziona file"
 
-#: wp-includes/admin-bar.php:361
+#: wp-includes/admin-bar.php:396
 #: wp-includes/customize/class-wp-customize-theme-control.php:85
 #: wp-includes/customize/class-wp-customize-themes-section.php:67
 msgid "Customize"
@@ -4671,73 +6574,61 @@ msgstr "Gli argomenti passati a questo metodo XML-RPC sono insufficienti"
 msgid "Sorry, you cannot stick a private post."
 msgstr "Impossibile mettere in evidenza un articolo privato."
 
-#: wp-includes/class-wp-xmlrpc-server.php:5363
+#: wp-includes/class-wp-xmlrpc-server.php:5382
 msgid "Sorry, you are not allowed to publish this page."
 msgstr "Non hai i permessi per pubblicare questa pagina."
 
-#: wp-includes/class-wp-customize-manager.php:2173
+#: wp-includes/class-wp-customize-manager.php:3877
 #: wp-includes/customize/class-wp-customize-header-image-control.php:31
 msgid "Header Image"
 msgstr "Immagine dell'header"
 
-#: wp-includes/class-wp-xmlrpc-server.php:471
+#: wp-includes/class-wp-xmlrpc-server.php:467
 msgid "Post Thumbnail"
 msgstr "Miniatura articolo"
 
-#: wp-includes/script-loader.php:93
-msgid "Toggle Editor Text Direction"
-msgstr "Inverti direzione del testo dell'editor"
-
-#: wp-includes/script-loader.php:92
+#: wp-includes/script-loader.php:97
 msgid "text direction"
 msgstr "direzione del testo"
 
-#: wp-includes/ms-functions.php:448
-msgid "Username must be at least 4 characters."
-msgstr "Il nome utente deve essere di almeno 4 caratteri"
+#: wp-includes/script-loader.php:98
+msgid "Toggle Editor Text Direction"
+msgstr "Inverti direzione del testo dell'editor"
 
 #: wp-includes/ms-functions.php:577
 msgid "That name is not allowed."
 msgstr "Questo nome non è permesso."
 
-#: wp-includes/ms-functions.php:605
-msgid "Please enter a site title."
-msgstr "Inserisci il titolo del sito."
+#: wp-includes/ms-functions.php:448
+msgid "Username must be at least 4 characters."
+msgstr "Il nome utente deve essere di almeno 4 caratteri"
 
-#: wp-includes/ms-functions.php:426
-msgid "Please enter a username."
-msgstr "Inserisci il nome utente."
+#: wp-includes/ms-functions.php:580
+msgid "Site name must be at least 4 characters."
+msgstr "Il nome del sito deve essere di almeno 4 caratteri."
 
 #: wp-includes/ms-functions.php:570
 msgid "Please enter a site name."
 msgstr "Inserisci il nome del sito."
 
-#: wp-includes/ms-functions.php:580
-msgid "Site name must be at least 4 characters."
-msgstr "Il nome del sito deve essere di almeno 4 caratteri."
+#: wp-includes/ms-functions.php:426
+msgid "Please enter a username."
+msgstr "Inserisci il nome utente."
+
+#: wp-includes/ms-functions.php:605
+msgid "Please enter a site title."
+msgstr "Inserisci il titolo del sito."
 
-#: wp-includes/class-wp-customize-manager.php:2290
+#: wp-includes/class-wp-customize-manager.php:4092
 msgid "A static page"
 msgstr "Una pagina statica"
 
-#: wp-includes/class-wp-customize-manager.php:2248
-msgid "Background Attachment"
-msgstr "Fisso o scorrevole"
-
-#: wp-includes/class-wp-customize-manager.php:2232
-msgid "Background Position"
-msgstr "Posizione dello sfondo"
-
-#: wp-includes/class-wp-customize-manager.php:2215
-msgid "Background Repeat"
-msgstr "Ripetizione dello sfondo"
-
-#: wp-includes/class-wp-customize-manager.php:2193
+#: wp-includes/class-wp-customize-manager.php:3959
 #: wp-includes/customize/class-wp-customize-background-image-control.php:30
 msgid "Background Image"
 msgstr "Immagine di sfondo"
 
-#: wp-includes/class-wp-customize-manager.php:2165
+#: wp-includes/class-wp-customize-manager.php:3838
 msgid "Background Color"
 msgstr "Colore di sfondo"
 
@@ -4745,333 +6636,315 @@ msgstr "Colore di sfondo"
 msgid "Change Image"
 msgstr "Cambia immagine"
 
-#: wp-includes/customize/class-wp-customize-header-image-control.php:106
+#: wp-includes/customize/class-wp-customize-header-image-control.php:113
 msgid "Remove image"
 msgstr "Rimuovi immagine"
 
-#: wp-includes/class-wp-xmlrpc-server.php:4106
-msgid "Sorry, you are not allowed to edit this post type."
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:633
+msgid "Sorry, you are not allowed to edit this comment."
 msgstr "Non hai i permessi per modificare questo tipo di articoli."
 
-#: wp-includes/class-wp-customize-manager.php:2222
-msgid "Tile Vertically"
-msgstr "Affianca verticalmente"
-
-#: wp-includes/class-wp-customize-manager.php:2221
-msgid "Tile Horizontally"
-msgstr "Affianca orizzontalmente"
-
-#: wp-includes/class-wp-customize-manager.php:2220
-msgid "Tile"
-msgstr "Affianca"
-
-#: wp-includes/class-wp-customize-manager.php:2219
-msgid "No Repeat"
-msgstr "Nessuna ripetizione"
-
-#: wp-includes/class-wp-customize-manager.php:2253
-msgid "Fixed"
-msgstr "Fisso"
-
-#: wp-includes/class-wp-customize-manager.php:2252
-msgid "Scroll"
-msgstr "Scorrevole"
-
-#: wp-includes/class-wp-customize-manager.php:2313
+#: wp-includes/class-wp-customize-manager.php:4114
 msgid "Posts page"
 msgstr "Pagina articoli"
 
-#: wp-includes/class-wp-customize-manager.php:2301
+#: wp-includes/class-wp-customize-manager.php:4102
 msgid "Front page"
 msgstr "Pagina iniziale"
 
-#: wp-includes/script-loader.php:466
+#: wp-includes/script-loader.php:475
 msgid "Allowed Files"
 msgstr "File permessi"
 
-#: wp-includes/class-wp-customize-manager.php:2109
-#: wp-includes/class-wp-customize-widgets.php:727
-#: wp-includes/class-wp-editor.php:1047
+#: wp-includes/class-wp-customize-manager.php:3782
+#: wp-includes/class-wp-customize-widgets.php:730
+#: wp-includes/class-wp-editor.php:1052
 #: wp-includes/customize/class-wp-customize-image-control.php:37
 #: wp-includes/customize/class-wp-customize-media-control.php:63
-#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:141
-#: wp-includes/media-template.php:467 wp-includes/media.php:3358
+#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:144
+#: wp-includes/media-template.php:471 wp-includes/media.php:3410
 msgid "Remove"
 msgstr "Rimuovi"
 
-#: wp-includes/post.php:1293
+#: wp-includes/post.php:1387
 msgid "Featured Image"
 msgstr "Immagine in evidenza"
 
-#: wp-includes/class-wp-xmlrpc-server.php:2135
-#: wp-includes/class-wp-xmlrpc-server.php:2193
-#: wp-includes/class-wp-xmlrpc-server.php:2288
-msgid "Sorry, you are not allowed to assign terms in this taxonomy."
-msgstr "Non hai i permessi per assegnare termini a questa tassonomia."
+#: wp-includes/class-wp-xmlrpc-server.php:1904
+#: wp-includes/class-wp-xmlrpc-server.php:2003 wp-includes/taxonomy.php:1985
+#: wp-includes/taxonomy.php:2605
+msgid "Parent term does not exist."
+msgstr "Il termine genitore non esiste."
 
-#: wp-includes/class-wp-xmlrpc-server.php:2080
-msgid "Sorry, deleting the term failed."
-msgstr "L'eliminazione del termine è fallita."
+#: wp-includes/class-wp-xmlrpc-server.php:1429
+#: wp-includes/class-wp-xmlrpc-server.php:1979
+#: wp-includes/class-wp-xmlrpc-server.php:2070
+#: wp-includes/class-wp-xmlrpc-server.php:2142 wp-includes/taxonomy.php:1976
+msgid "Invalid term ID."
+msgstr "ID del termine non valido."
 
-#: wp-includes/class-wp-xmlrpc-server.php:2064
-msgid "Sorry, you are not allowed to delete terms in this taxonomy."
-msgstr "Non hai i permessi per cancellare termini da questa tassonomia"
+#: wp-includes/class-wp-xmlrpc-server.php:1895
+msgid "This taxonomy is not hierarchical."
+msgstr "Questa tassonomia non è gerarchica."
 
-#: wp-includes/class-wp-xmlrpc-server.php:2018
-msgid "Sorry, editing the term failed."
-msgstr "La modifica del termine è fallita."
+#: wp-includes/class-wp-tax-query.php:565
+#: wp-includes/class-wp-tax-query.php:572 wp-includes/class-wp-term.php:180
+#: wp-includes/class-wp-xmlrpc-server.php:1876
+#: wp-includes/class-wp-xmlrpc-server.php:1964
+#: wp-includes/class-wp-xmlrpc-server.php:2061
+#: wp-includes/class-wp-xmlrpc-server.php:2132
+#: wp-includes/class-wp-xmlrpc-server.php:2191
+#: wp-includes/class-wp-xmlrpc-server.php:2286
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:163
+#: wp-includes/taxonomy.php:419 wp-includes/taxonomy.php:639
+#: wp-includes/taxonomy.php:730 wp-includes/taxonomy.php:894
+#: wp-includes/taxonomy.php:1114 wp-includes/taxonomy.php:1867
+#: wp-includes/taxonomy.php:1961 wp-includes/taxonomy.php:2222
+#: wp-includes/taxonomy.php:2364 wp-includes/taxonomy.php:2564
+msgid "Invalid taxonomy."
+msgstr "Tassonomia non valida."
 
-#: wp-includes/class-wp-xmlrpc-server.php:1992
+#: wp-includes/class-wp-xmlrpc-server.php:1994
 msgid "This taxonomy is not hierarchical so you can't set a parent."
 msgstr "Questa tassonomia non è gerarchica quindi non è possibile impostare un genitore."
 
-#: wp-includes/class-wp-xmlrpc-server.php:1429
-#: wp-includes/class-wp-xmlrpc-server.php:1981
-#: wp-includes/class-wp-xmlrpc-server.php:2072
-#: wp-includes/class-wp-xmlrpc-server.php:2143 wp-includes/taxonomy.php:2245
-msgid "Invalid term ID."
-msgstr "ID del termine non valido."
+#: wp-includes/class-wp-xmlrpc-server.php:1891
+#: wp-includes/class-wp-xmlrpc-server.php:1989
+msgid "The term name cannot be empty."
+msgstr "Il nome del termine non può essere vuoto."
 
-#: wp-includes/class-wp-xmlrpc-server.php:1968
-msgid "Sorry, you are not allowed to edit terms in this taxonomy."
-msgstr "Non hai i permessi per modificare i termini di questa tassonomia."
+#: wp-includes/class-wp-xmlrpc-server.php:2020
+msgid "Sorry, editing the term failed."
+msgstr "La modifica del termine è fallita."
 
-#: wp-includes/class-wp-xmlrpc-server.php:1920
-msgid "Sorry, your term could not be created. Something wrong happened."
-msgstr "Il termine indicato non può essere creato. Si è verificato un problema."
+#: wp-includes/class-wp-xmlrpc-server.php:2082
+msgid "Sorry, deleting the term failed."
+msgstr "L'eliminazione del termine è fallita."
 
-#: wp-includes/class-wp-xmlrpc-server.php:1903
-#: wp-includes/class-wp-xmlrpc-server.php:2001 wp-includes/taxonomy.php:2254
-#: wp-includes/taxonomy.php:2853
-msgid "Parent term does not exist."
-msgstr "Il termine genitore non esiste."
+#: wp-includes/class-wp-xmlrpc-server.php:2196
+#: wp-includes/class-wp-xmlrpc-server.php:2291
+msgid "Sorry, you are not allowed to assign terms in this taxonomy."
+msgstr "Non hai i permessi per assegnare termini a questa tassonomia."
 
-#: wp-includes/class-wp-xmlrpc-server.php:1894
-msgid "This taxonomy is not hierarchical."
-msgstr "Questa tassonomia non è gerarchica."
+#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:144
+msgid "Sorry, you are not allowed to edit terms in this taxonomy."
+msgstr "Non hai i permessi per modificare i termini di questa tassonomia."
 
 #: wp-includes/class-wp-xmlrpc-server.php:1881
 msgid "Sorry, you are not allowed to create terms in this taxonomy."
 msgstr "Non hai i permessi per creare termini in questa tassonomia."
 
-#: wp-includes/class-wp-tax-query.php:565
-#: wp-includes/class-wp-tax-query.php:572 wp-includes/class-wp-term.php:179
-#: wp-includes/class-wp-xmlrpc-server.php:1876
-#: wp-includes/class-wp-xmlrpc-server.php:1963
-#: wp-includes/class-wp-xmlrpc-server.php:2059
-#: wp-includes/class-wp-xmlrpc-server.php:2130
-#: wp-includes/class-wp-xmlrpc-server.php:2188
-#: wp-includes/class-wp-xmlrpc-server.php:2283 wp-includes/taxonomy.php:508
-#: wp-includes/taxonomy.php:739 wp-includes/taxonomy.php:829
-#: wp-includes/taxonomy.php:992 wp-includes/taxonomy.php:1212
-#: wp-includes/taxonomy.php:1979 wp-includes/taxonomy.php:2230
-#: wp-includes/taxonomy.php:2478 wp-includes/taxonomy.php:2616
-#: wp-includes/taxonomy.php:2812
-msgid "Invalid taxonomy."
-msgstr "Tassonomia non valida."
-
-#: wp-includes/class-wp-xmlrpc-server.php:1890
-#: wp-includes/class-wp-xmlrpc-server.php:1987
-msgid "The term name cannot be empty."
-msgstr "Il nome del termine non può essere vuoto."
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:84
+#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:144
+msgid "Sorry, you are not allowed to manage terms in this taxonomy."
+msgstr "Non hai i permessi per gestire i termini di questa tassonomia"
 
 #: wp-includes/widgets/class-wp-widget-links.php:131
 msgid "Select Link Category:"
 msgstr "Seleziona la categoria del link:"
 
-#: wp-includes/class-wp-xmlrpc-server.php:466
+#: wp-includes/class-wp-xmlrpc-server.php:462
 msgid "Stylesheet"
 msgstr "Foglio di stile"
 
-#: wp-includes/class-wp-xmlrpc-server.php:461
+#: wp-includes/class-wp-xmlrpc-server.php:457
 msgid "Template"
 msgstr "Modello"
 
-#: wp-includes/widgets/class-wp-widget-links.php:161
-msgid "Number of links to show:"
-msgstr "Numero di link da visualizzare:"
-
-#: wp-includes/widgets/class-wp-widget-links.php:146
-msgid "Link ID"
-msgstr "ID link"
+#: wp-includes/widgets/class-wp-widget-links.php:144
+msgid "Link title"
+msgstr "Titolo del link"
 
 #: wp-includes/widgets/class-wp-widget-links.php:145
 msgid "Link rating"
 msgstr "Punteggio link"
 
-#: wp-includes/widgets/class-wp-widget-links.php:144
-msgid "Link title"
-msgstr "Titolo del link"
+#: wp-includes/widgets/class-wp-widget-links.php:146
+msgid "Link ID"
+msgstr "ID link"
+
+#: wp-includes/widgets/class-wp-widget-links.php:161
+msgid "Number of links to show:"
+msgstr "Numero di link da visualizzare:"
 
-#: wp-includes/class-wp-theme.php:309 wp-includes/class-wp-theme.php:313
+#: wp-includes/class-wp-theme.php:310 wp-includes/class-wp-theme.php:314
 msgid "The \"%s\" theme is not a valid parent theme."
 msgstr "Il tema \"%s\" non è un tema genitore valido."
 
-#: wp-includes/class-wp-theme.php:253
+#: wp-includes/class-wp-theme.php:254
 msgid "Stylesheet is not readable."
 msgstr "Il foglio di stile non è leggibile."
 
-#: wp-includes/class-wp-theme.php:249
+#: wp-includes/class-wp-theme.php:250
 msgid "ERROR: The themes directory is either empty or doesn&#8217;t exist. Please check your installation."
 msgstr "ERRORE: La directory dei temi è vuota o non esiste. Verifica la tua installazione."
 
+#: wp-includes/class-wp-customize-manager.php:4091
+msgid "Your latest posts"
+msgstr "Gli ultimi articoli"
+
 #. translators: %s: document title from the preview
-#: wp-includes/class-wp-customize-manager.php:1662
+#: wp-includes/class-wp-customize-manager.php:3280
 msgid "Customize: %s"
 msgstr "Personalizza %s"
 
-#: wp-includes/class-wp-customize-control.php:540
-#: wp-includes/class-wp-customize-nav-menus.php:533
-#: wp-includes/widgets/class-wp-nav-menu-widget.php:143
-msgid "&mdash; Select &mdash;"
-msgstr "&mdash; Seleziona &mdash;"
-
-#: wp-includes/class-wp-customize-manager.php:2053
+#: wp-includes/class-wp-customize-manager.php:3726
 msgid "Tagline"
 msgstr "Motto"
 
-#: wp-includes/class-wp-customize-manager.php:2285
-msgid "Front page displays"
-msgstr "Modalità di visualizzazione della prima pagina"
-
-#: wp-includes/class-wp-customize-manager.php:2289
-msgid "Your latest posts"
-msgstr "Gli ultimi articoli"
+#: wp-includes/class-wp-customize-manager.php:4074
+msgid "Static Front Page"
+msgstr "Pagina iniziale statica"
 
-#: wp-includes/class-wp-customize-manager.php:2274
+#: wp-includes/class-wp-customize-manager.php:4076
 msgid "Your theme supports a static front page."
 msgstr "Il tuo tema supporta una pagina iniziale statica."
 
-#: wp-includes/class-wp-customize-manager.php:2271
-msgid "Static Front Page"
-msgstr "Pagina iniziale statica"
+#: wp-includes/class-wp-customize-control.php:551
+#: wp-includes/class-wp-customize-nav-menus.php:595
+#: wp-includes/widgets/class-wp-nav-menu-widget.php:143
+msgid "&mdash; Select &mdash;"
+msgstr "&mdash; Seleziona &mdash;"
 
-#: wp-includes/script-loader.php:462
-msgid "Collapse Sidebar"
-msgstr "Collassa la barra laterale"
+#: wp-includes/class-wp-customize-manager.php:4087
+msgid "Front page displays"
+msgstr "Modalità di visualizzazione della prima pagina"
 
 #: wp-includes/class-wp-xmlrpc-server.php:1315
-#: wp-includes/class-wp-xmlrpc-server.php:5200
+#: wp-includes/class-wp-xmlrpc-server.php:5219
 msgid "The post type may not be changed."
-msgstr "Il tipo di articolo non può essere modificato."
+msgstr "Il tipo di contenuto (post type) non può essere modificato."
+
+#: wp-includes/class-wp-xmlrpc-server.php:447
+msgid "Image default size"
+msgstr "Dimensioni predefinite immagine"
 
-#: wp-includes/class-wp-xmlrpc-server.php:456
+#: wp-includes/class-wp-xmlrpc-server.php:452
 msgid "Image default align"
 msgstr "Allineamento predefinito immagine"
 
-#: wp-includes/class-wp-xmlrpc-server.php:446
+#: wp-includes/class-wp-xmlrpc-server.php:442
 msgid "Image default link type"
 msgstr "Tipo di link predefinito per le immagini"
 
-#: wp-includes/class-wp-xmlrpc-server.php:451
-msgid "Image default size"
-msgstr "Dimensioni predefinite immagine"
-
 #: wp-includes/class-wp-xmlrpc-server.php:1313
 #: wp-includes/class-wp-xmlrpc-server.php:1737
-#: wp-includes/class-wp-xmlrpc-server.php:4292
-#: wp-includes/class-wp-xmlrpc-server.php:4461
-#: wp-includes/class-wp-xmlrpc-server.php:4688
-#: wp-includes/class-wp-xmlrpc-server.php:5192
-#: wp-includes/class-wp-xmlrpc-server.php:5489
-#: wp-includes/class-wp-xmlrpc-server.php:5830
-#: wp-includes/class-wp-xmlrpc-server.php:6001
-#: wp-includes/class-wp-xmlrpc-server.php:6055
+#: wp-includes/class-wp-xmlrpc-server.php:4306
+#: wp-includes/class-wp-xmlrpc-server.php:4480
+#: wp-includes/class-wp-xmlrpc-server.php:4707
+#: wp-includes/class-wp-xmlrpc-server.php:5211
+#: wp-includes/class-wp-xmlrpc-server.php:5508
+#: wp-includes/class-wp-xmlrpc-server.php:5850
+#: wp-includes/class-wp-xmlrpc-server.php:6021
+#: wp-includes/class-wp-xmlrpc-server.php:6075
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:366
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:599
 msgid "Sorry, you are not allowed to edit this post."
 msgstr "Non hai i permessi per modificare questo articolo."
 
-#: wp-includes/admin-bar.php:324
-msgid "Edit Site"
-msgstr "Modifica sito"
-
-#: wp-includes/post.php:3780 wp-includes/script-loader.php:525
-#: wp-includes/script-loader.php:589
+#: wp-includes/post.php:3876 wp-includes/script-loader.php:545
+#: wp-includes/script-loader.php:613
 msgctxt "tag delimiter"
 msgid ","
 msgstr ","
 
-#: wp-includes/class-wp-xmlrpc-server.php:1273
-msgid "Sorry, you are not allowed to stick this post."
-msgstr "Non hai i permessi per mettere in evidenza questo articolo."
+#: wp-includes/admin-bar.php:344
+msgid "Edit Site"
+msgstr "Modifica sito"
 
-#: wp-includes/class-wp-xmlrpc-server.php:1418
-#: wp-includes/class-wp-xmlrpc-server.php:1442
-msgid "Sorry, one of the given taxonomies is not supported by the post type."
-msgstr "Una delle tassonomie non è supportata da questo tipo di articolo."
+#: wp-includes/class-wp-xmlrpc-server.php:1351
+#: wp-includes/class-wp-xmlrpc-server.php:4941
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:986
+msgid "Invalid author ID."
+msgstr "ID autore non valido"
+
+#: wp-includes/class-wp-xmlrpc-server.php:1646
+#: wp-includes/class-wp-xmlrpc-server.php:4783
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:798
+#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:253
+msgid "The post cannot be deleted."
+msgstr "L'articolo non può essere eliminato."
+
+#: wp-includes/class-wp-xmlrpc-server.php:1467
+msgid "Ambiguous term name used in a hierarchical taxonomy. Please use term ID instead."
+msgstr "Termine ambiguo utilizzato in una tassonomia gerarchica. Utilizza la ID dei termine."
 
 #: wp-includes/class-wp-xmlrpc-server.php:1421
 #: wp-includes/class-wp-xmlrpc-server.php:1445
 msgid "Sorry, you are not allowed to assign a term to one of the given taxonomies."
 msgstr "Non hai i permessi per assegnare un termine a una delle tassonomie."
 
-#: wp-includes/class-wp-xmlrpc-server.php:1332
-msgid "Sorry, you are not allowed to publish posts in this post type"
-msgstr "Non hai i permessi per pubblicare articoli con questa tipologia di articolo"
-
-#: wp-includes/class-wp-xmlrpc-server.php:1327
-msgid "Sorry, you are not allowed to create private posts in this post type"
-msgstr "Non hai i permessi per creare un articolo privato per questo tipo di articoli"
-
 #: wp-includes/class-wp-xmlrpc-server.php:1346
-#: wp-includes/class-wp-xmlrpc-server.php:4911
+#: wp-includes/class-wp-xmlrpc-server.php:4930
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:462
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:470
 msgid "Sorry, you are not allowed to create posts as this user."
 msgstr "Non hai i permessi per  creare articoli con questo utente."
 
-#: wp-includes/class-wp-xmlrpc-server.php:1341
-msgid "Sorry, you are not allowed to create password protected posts in this post type"
-msgstr "Non hai i permessi per creare articoli protetti da password per questo tipo di articoli"
-
-#: wp-includes/class-wp-xmlrpc-server.php:1792
-msgid "The post type specified is not valid"
-msgstr "Il tipo di articolo specificato non è valido"
-
-#: wp-includes/class-wp-xmlrpc-server.php:1646
-#: wp-includes/class-wp-xmlrpc-server.php:4764
-msgid "The post cannot be deleted."
-msgstr "L'articolo non può essere eliminato."
-
 #: wp-includes/class-wp-xmlrpc-server.php:1474
 msgid "Sorry, you are not allowed to add a term to one of the given taxonomies."
 msgstr "Non hai i permessi per aggiungere un termine a una delle tassonomie."
 
-#: wp-includes/class-wp-xmlrpc-server.php:1467
-msgid "Ambiguous term name used in a hierarchical taxonomy. Please use term ID instead."
-msgstr "Termine ambiguo utilizzato in una tassonomia gerarchica. Utilizza la ID dei termine."
-
-#: wp-includes/class-wp-xmlrpc-server.php:3134
+#: wp-includes/class-wp-xmlrpc-server.php:3137
 msgid "Sorry, you are not allowed to delete a category."
 msgstr "Non hai i permessi per per eliminare una categoria."
 
-#: wp-includes/class-wp-xmlrpc-server.php:1351
-#: wp-includes/class-wp-xmlrpc-server.php:4922
-msgid "Invalid author ID."
-msgstr "ID autore non valido"
+#: wp-includes/class-wp-xmlrpc-server.php:1327
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1075
+msgid "Sorry, you are not allowed to create private posts in this post type."
+msgstr "Non hai i permessi per creare articoli privati per questo tipo di contenuto (post type)."
+
+#: wp-includes/class-wp-xmlrpc-server.php:1341
+msgid "Sorry, you are not allowed to create password protected posts in this post type."
+msgstr "Non hai i permessi per creare articoli protetti da password per questo tipo di contenuto (post type)."
 
 #: wp-includes/class-wp-xmlrpc-server.php:1798
+#: wp-includes/class-wp-xmlrpc-server.php:4120
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:81
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:79
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:130
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:133
 msgid "Sorry, you are not allowed to edit posts in this post type."
-msgstr "Non hai i permessi per modificare gli articoli di questo tipo."
+msgstr "Non hai i permessi per modificare gli articoli di questo tipo di contenuto (post type)."
 
-#: wp-includes/general-template.php:1000 wp-includes/general-template.php:1464
-msgctxt "monthly archives date format"
-msgid "F Y"
-msgstr "F Y"
+#: wp-includes/class-wp-xmlrpc-server.php:1418
+#: wp-includes/class-wp-xmlrpc-server.php:1442
+msgid "Sorry, one of the given taxonomies is not supported by the post type."
+msgstr "Una delle tassonomie non è supportata da questo tipo di contenuto (post type)."
 
-#: wp-includes/general-template.php:997 wp-includes/general-template.php:1462
+#: wp-includes/general-template.php:1005 wp-includes/general-template.php:1474
 msgctxt "yearly archives date format"
 msgid "Y"
 msgstr "Y"
 
-#. translators: closing curly single quote
-#: wp-includes/formatting.php:103
-msgctxt "closing curly single quote"
+#: wp-includes/general-template.php:1008 wp-includes/general-template.php:1477
+msgctxt "monthly archives date format"
+msgid "F Y"
+msgstr "F Y"
+
+#. translators: opening curly double quote
+#: wp-includes/formatting.php:88 wp-includes/formatting.php:4785
+msgctxt "opening curly double quote"
+msgid "&#8220;"
+msgstr "&#8220;"
+
+#. translators: closing curly double quote
+#: wp-includes/formatting.php:90
+msgctxt "closing curly double quote"
+msgid "&#8221;"
+msgstr "&#8221;"
+
+#. translators: apostrophe, for example in 'cause or can't
+#: wp-includes/formatting.php:93
+msgctxt "apostrophe"
 msgid "&#8217;"
 msgstr "&#8217;"
 
-#. translators: opening curly single quote
-#: wp-includes/formatting.php:101
-msgctxt "opening curly single quote"
-msgid "&#8216;"
-msgstr "&#8216;"
+#. translators: prime, for example in 9' (nine feet)
+#: wp-includes/formatting.php:96
+msgctxt "prime"
+msgid "&#8242;"
+msgstr "&#8242;"
 
 #. translators: double prime, for example in 9" (nine inches)
 #: wp-includes/formatting.php:98
@@ -5079,52 +6952,34 @@ msgctxt "double prime"
 msgid "&#8243;"
 msgstr "&#8243;"
 
-#. translators: prime, for example in 9' (nine feet)
-#: wp-includes/formatting.php:96
-msgctxt "prime"
-msgid "&#8242;"
-msgstr "&#8242;"
+#. translators: opening curly single quote
+#: wp-includes/formatting.php:101
+msgctxt "opening curly single quote"
+msgid "&#8216;"
+msgstr "&#8216;"
 
-#. translators: apostrophe, for example in 'cause or can't
-#: wp-includes/formatting.php:93
-msgctxt "apostrophe"
+#. translators: closing curly single quote
+#: wp-includes/formatting.php:103
+msgctxt "closing curly single quote"
 msgid "&#8217;"
 msgstr "&#8217;"
 
-#. translators: closing curly double quote
-#: wp-includes/formatting.php:90
-msgctxt "closing curly double quote"
-msgid "&#8221;"
-msgstr "&#8221;"
-
-#. translators: opening curly double quote
-#: wp-includes/formatting.php:88 wp-includes/formatting.php:4717
-msgctxt "opening curly double quote"
-msgid "&#8220;"
-msgstr "&#8220;"
-
 #: wp-signup.php:174
 msgid "Allow search engines to index this site."
 msgstr "Permetti ai motori di ricerca di indicizzare questo sito."
 
-#: wp-load.php:92
+#: wp-load.php:90
 msgid "Create a Configuration File"
 msgstr "Crea un file di configurazione"
 
 #. translators: %s: wp-config.php
-#: wp-load.php:89
+#: wp-load.php:87
 msgid "You can create a %s file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file."
 msgstr "Puoi creare un file %s tramite una interfaccia web ma non funziona con tutte le configurazioni di server. Il metodo più sicuro è creare il file manualmente."
 
-#. translators: 1: login URL, 2: username, 3: user email, 4: lost password URL
-#: wp-activate.php:103
-msgid "Your account has been activated. You may now <a href=\"%1$s\">log in</a> to the site using your chosen username of &#8220;%2$s&#8221;. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%4$s\">reset your password</a>."
-msgstr "Il tuo account è stato attivato. Ora puoi <a href=\"%1$s\">accedere</a> al sito utilizzando il nome utente scelto, &#8220;%2$s&#8221;. Per favore controlla la tua casella email %3$s per la password e le istruzioni di accesso. Se non ricevi alcuna email, per favore controlla la cartella junk o spam. Se continui a non ricevere l'email nell'arco di un'ora, puoi <a href=\"%4$s\">reimpostare la password</a>."
-
-#. translators: 1: home URL, 2: site address, 3: login URL, 4: username
-#: wp-signup.php:474
-msgid "<a href=\"%1$s\">%2$s</a> is your new site. <a href=\"%3$s\">Log in</a> as &#8220;%4$s&#8221; using your existing password."
-msgstr "<a href=\"%1$s\">%2$s</a> è il tuo nuovo sito. <a href=\"%3$s\">Accedi</a> come &#8220;%4$s&#8221; utilizzando la tua password esistente."
+#: wp-includes/class-wp-customize-manager.php:4127
+msgid "https://codex.wordpress.org/CSS"
+msgstr "https://codex.wordpress.org/CSS"
 
 #. translators: 1: site URL, 2: site domain, 3: username, 4: user email, 5:
 #. lost password URL
@@ -5132,34 +6987,47 @@ msgstr "<a href=\"%1$s\">%2$s</a> è il tuo nuovo sito. <a href=\"%3$s\">Accedi<
 msgid "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your site using your chosen username of &#8220;%3$s&#8221;. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%5$s\">reset your password</a>."
 msgstr "Il sito <a href=\"%1$s\">%2$s</a> è attivo. Ora puoi accedere al sito utilizzando il nome utente scelto &#8220;%3$s&#8221;. Controlla la tua email %4$s per la password e le istruzioni di login. Se non ricevi alcuna email controlla la cartella di spam o junk. Se entro un'ora non hai ancora ricevuto l'email, puoi <a href=\"%5$s\">reimpostare la password</a>."
 
-#: wp-includes/functions.php:1414
+#. translators: 1: home URL, 2: site address, 3: login URL, 4: username
+#: wp-signup.php:474
+msgid "<a href=\"%1$s\">%2$s</a> is your new site. <a href=\"%3$s\">Log in</a> as &#8220;%4$s&#8221; using your existing password."
+msgstr "<a href=\"%1$s\">%2$s</a> è il tuo nuovo sito. <a href=\"%3$s\">Accedi</a> come &#8220;%4$s&#8221; utilizzando la tua password esistente."
+
+#. translators: 1: login URL, 2: username, 3: user email, 4: lost password URL
+#: wp-activate.php:103
+msgid "Your account has been activated. You may now <a href=\"%1$s\">log in</a> to the site using your chosen username of &#8220;%2$s&#8221;. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%4$s\">reset your password</a>."
+msgstr "Il tuo account è stato attivato. Ora puoi <a href=\"%1$s\">accedere</a> al sito utilizzando il nome utente scelto, &#8220;%2$s&#8221;. Per favore controlla la tua casella email %3$s per la password e le istruzioni di accesso. Se non ricevi alcuna email, per favore controlla la cartella junk o spam. Se continui a non ricevere l'email nell'arco di un'ora, puoi <a href=\"%4$s\">reimpostare la password</a>."
+
+#. translators: %s: database repair URL
+#: wp-includes/functions.php:1420
 msgid "One or more database tables are unavailable. The database may need to be <a href=\"%s\">repaired</a>."
 msgstr "Una o più tabelle del database non sono disponibili. Il database potrebbe avere bisogno di essere <a href=\"%s\">riparato</a>."
 
-#: wp-includes/comment.php:772 wp-includes/comment.php:774
+#: wp-includes/comment.php:714 wp-includes/comment.php:858
+#: wp-includes/comment.php:861
 msgid "You are posting comments too quickly. Slow down."
 msgstr "Stai scrivendo commenti troppo in fretta. Rallenta."
 
-#: wp-includes/admin-bar.php:663
+#: wp-includes/admin-bar.php:710
 msgctxt "admin bar menu group label"
 msgid "New"
 msgstr "Nuovo"
 
-#: wp-includes/admin-bar.php:696
+#: wp-includes/admin-bar.php:743
 msgid "%s comment awaiting moderation"
 msgid_plural "%s comments awaiting moderation"
 msgstr[0] "%s commento in attesa di approvazione"
 msgstr[1] "%s commenti in attesa di approvazione"
 
-#: wp-includes/script-loader.php:285
+#: wp-includes/script-loader.php:294
 msgid "%s exceeds the maximum upload size for the multi-file uploader when used in your browser."
 msgstr "%s supera la dimensione massima di caricamento per il multi-file uploader quando viene utilizzato nel tuo browser."
 
-#: wp-includes/script-loader.php:293
+#: wp-includes/script-loader.php:302
 msgid "&#8220;%s&#8221; has failed to upload."
 msgstr "&#8220;%s&#8221; non è stato caricato."
 
-#: wp-includes/script-loader.php:284
+#. translators: 1: Opening link tag, 2: Closing link tag
+#: wp-includes/script-loader.php:293
 msgid "Please try uploading this file with the %1$sbrowser uploader%2$s."
 msgstr "Prova a caricare il file con %1$s l'uploader del browser%2$s."
 
@@ -5168,79 +7036,79 @@ msgctxt "links widget"
 msgid "All Links"
 msgstr "Tutti i link"
 
-#. translators: em dash
-#: wp-includes/formatting.php:108
-msgctxt "em dash"
-msgid "&#8212;"
-msgstr "&#8212;"
-
 #. translators: en dash
 #: wp-includes/formatting.php:106
 msgctxt "en dash"
 msgid "&#8211;"
 msgstr "&#8211;"
 
+#. translators: em dash
+#: wp-includes/formatting.php:108
+msgctxt "em dash"
+msgid "&#8212;"
+msgstr "&#8212;"
+
 #: wp-includes/class-wp-admin-bar.php:130
 msgid "The menu ID should not be empty."
 msgstr "L'ID del menu non dovrebbe essere vuoto."
 
-#: wp-includes/admin-bar.php:112 wp-includes/admin-bar.php:121
+#: wp-includes/admin-bar.php:120 wp-includes/admin-bar.php:138
 msgid "About WordPress"
 msgstr "Informazioni su WordPress"
 
-#: wp-includes/script-loader.php:273
+#: wp-includes/script-loader.php:281
 msgid "%s exceeds the maximum upload size for this site."
 msgstr "%s supera la dimensione massima di caricamento per questo sito."
 
-#: wp-includes/admin-bar.php:154
+#: wp-includes/admin-bar.php:171
 msgid "Feedback"
 msgstr "Riscontro"
 
-#: wp-includes/comment.php:2888
-msgid "<strong>ERROR</strong>: please fill the required fields (name, email)."
-msgstr "<strong>ERRORE</strong>: inserisci i campi obbligatori (nome, email)."
+#: wp-includes/comment.php:3077
+msgid "<strong>ERROR</strong>: please type a comment."
+msgstr "<strong>ERRORE</strong>: inserisci un commento."
 
-#: wp-includes/comment.php:2890
+#: wp-includes/comment.php:3072
 msgid "<strong>ERROR</strong>: please enter a valid email address."
 msgstr "<strong>ERRORE</strong>: inserisci un indirizzo email valido."
 
-#: wp-includes/comment.php:2907
-msgid "<strong>ERROR</strong>: please type a comment."
-msgstr "<strong>ERRORE</strong>: inserisci un commento."
+#: wp-includes/comment.php:3070
+msgid "<strong>ERROR</strong>: please fill the required fields (name, email)."
+msgstr "<strong>ERRORE</strong>: inserisci i campi obbligatori (nome, email)."
 
-#: wp-includes/script-loader.php:712
+#: wp-includes/script-loader.php:736
 msgid "Could not load the preview image. Please reload the page and try again."
 msgstr "Impossibile caricare l'immagine di anteprima. Ricarica la pagina e riprova."
 
-#: wp-includes/ms-deprecated.php:405
-msgid "<strong>ERROR</strong>: problem creating site entry."
-msgstr "<strong>ERRORE</strong>: problema nella creazione voce del sito."
-
-#: wp-includes/ms-deprecated.php:398
+#: wp-includes/ms-deprecated.php:399
 msgid "<strong>ERROR</strong>: Site URL already taken."
 msgstr "<strong>ERRORE</strong>: URL sito già preso."
 
-#: wp-includes/admin-bar.php:146
-msgid "Support Forums"
-msgstr "Forum di supporto"
+#: wp-includes/ms-deprecated.php:406
+msgid "<strong>ERROR</strong>: problem creating site entry."
+msgstr "<strong>ERRORE</strong>: problema nella creazione voce del sito."
 
-#: wp-includes/admin-bar.php:138
+#: wp-includes/admin-bar.php:155
 msgid "Documentation"
 msgstr "Documentazione"
 
-#: wp-includes/formatting.php:3322 wp-includes/general-template.php:3274
+#: wp-includes/admin-bar.php:163
+msgid "Support Forums"
+msgstr "Forum di supporto"
+
+#: wp-includes/formatting.php:3338 wp-includes/general-template.php:3344
 msgid "&hellip;"
 msgstr "&hellip;"
 
-#: wp-includes/functions.php:3647 wp-includes/ms-load.php:471
-#: wp-includes/wp-db.php:1579
-msgid "Error establishing a database connection"
-msgstr "Errore nello stabilire una connessione al database"
-
-#: wp-includes/functions.php:3643
+#: wp-includes/functions.php:3718
 msgid "Database Error"
 msgstr "Errore del database"
 
+#: wp-includes/functions.php:3722 wp-includes/ms-load.php:462
+#: wp-includes/wp-db.php:1583
+msgid "Error establishing a database connection"
+msgstr "Errore nello stabilire una connessione al database"
+
 #. translators: %s: number of comments
 #: wp-includes/comment-template.php:893 wp-includes/comment-template.php:907
 msgid "%s Comment"
@@ -5248,143 +7116,142 @@ msgid_plural "%s Comments"
 msgstr[0] "%s commento"
 msgstr[1] "%s commenti"
 
-#: wp-includes/admin-bar.php:130
+#: wp-includes/admin-bar.php:147
 msgid "WordPress.org"
 msgstr "WordPress.org"
 
-#: wp-includes/admin-bar.php:296
+#. translators: %s: site name
+#: wp-includes/admin-bar.php:315
 msgid "Network Admin: %s"
 msgstr "Amministratore del network: %s"
 
-#: wp-includes/taxonomy.php:596
-msgctxt "taxonomy singular name"
-msgid "Tag"
-msgstr "Tag"
-
-#: wp-includes/taxonomy.php:595
+#: wp-includes/taxonomy.php:495
 msgctxt "taxonomy general name"
 msgid "Tags"
 msgstr "Tag"
 
-#: wp-includes/functions.wp-scripts.php:42
+#: wp-includes/taxonomy.php:496
+msgctxt "taxonomy singular name"
+msgid "Tag"
+msgstr "Tag"
+
+#. translators: 1: wp_enqueue_scripts, 2: admin_enqueue_scripts, 3:
+#. login_enqueue_scripts
+#: wp-includes/functions.wp-scripts.php:43
 msgid "Scripts and styles should not be registered or enqueued until the %1$s, %2$s, or %3$s hooks."
 msgstr "Gli script e gli stili non dovrebbero essere registrati o accodati prima degli hooks %1$s,%2$s, o %3$s."
 
-#: wp-includes/ms-functions.php:1980
+#: wp-includes/ms-functions.php:2024
 msgid "You have been added to this site. Please visit the <a href=\"%s\">homepage</a> or <a href=\"%s\">log in</a> using your username and password."
 msgstr "Sei stato aggiunto a questo sito. Visita <a href=\"%s\">l'homepage </a> o <a href=\"%s\">accedi</a> utilizzando il tuo nome utente e la tua password."
 
-#: wp-includes/script-loader.php:277
+#: wp-includes/script-loader.php:285
 msgid "Memory exceeded. Please try another smaller file."
 msgstr "Memoria esaurita. Prova con un file più piccolo."
 
-#: wp-includes/script-loader.php:276
-msgid "This file is not an image. Please try another."
-msgstr "Questo file non è un'immagine. Prova con un file diverso."
-
-#: wp-includes/script-loader.php:278
+#: wp-includes/script-loader.php:286
 msgid "This is larger than the maximum size. Please try another."
 msgstr "Questo file è più grande della dimensione massima consentita. Prova con un file diverso."
 
-#: wp-includes/general-template.php:3373
+#: wp-includes/script-loader.php:284
+msgid "This file is not an image. Please try another."
+msgstr "Questo file non è un'immagine. Prova con un file diverso."
+
+#: wp-includes/general-template.php:3442
 msgctxt "admin color scheme"
 msgid "Blue"
 msgstr "Blu"
 
-#: wp-includes/formatting.php:4210
+#: wp-includes/formatting.php:4226
 msgid "The timezone you have entered is not valid. Please select a valid timezone."
 msgstr "Il fuso orario inserito non è valido. Seleziona un fuso orario valido."
 
-#: wp-includes/admin-bar.php:658
+#: wp-includes/admin-bar.php:705
 msgctxt "add new from admin bar"
 msgid "User"
 msgstr "Utente"
 
-#: wp-includes/post.php:59
+#: wp-includes/post.php:65
 msgctxt "add new from admin bar"
 msgid "Media"
 msgstr "Media"
 
-#: wp-includes/taxonomy.php:603
+#: wp-includes/taxonomy.php:503
 msgid "View Category"
 msgstr "Visualizza categoria"
 
-#: wp-includes/taxonomy.php:603
-msgid "View Tag"
-msgstr "Visualizza tag"
-
-#: wp-includes/pluggable.php:1042
+#: wp-includes/pluggable.php:1043 wp-includes/pluggable.php:1086
 msgid "You should specify a nonce action to be verified by using the first parameter."
 msgstr "È necessario specificare una azione nonce da verificare utilizzando il primo parametro."
 
-#. translators: 1: site URL, 2: login URL
-#: wp-activate.php:145
-msgid "Your account is now activated. <a href=\"%1$s\">View your site</a> or <a href=\"%2$s\">Log in</a>"
-msgstr "Il tuo account è ora attivo. <a href=\"%1$s\">Visualizza il tuo sito</a> o <a href=\"%2$s\">Accedi</a>"
+#: wp-includes/taxonomy.php:503
+msgid "View Tag"
+msgstr "Visualizza tag"
 
 #. translators: 1: login URL, 2: network home URL
 #: wp-activate.php:150
 msgid "Your account is now activated. <a href=\"%1$s\">Log in</a> or go back to the <a href=\"%2$s\">homepage</a>."
 msgstr "Il tuo account è stato attivato. <a href=\"%1$s\">Accedi</a> o torna alla <a href=\"%2$s\">homepage</a>."
 
-#: wp-includes/admin-bar.php:199
-msgid "Howdy, %1$s"
-msgstr "Ciao, %1$s"
-
-#: wp-includes/post.php:1289
-msgid "All Pages"
-msgstr "Tutte le pagine"
+#. translators: 1: site URL, 2: login URL
+#: wp-activate.php:145
+msgid "Your account is now activated. <a href=\"%1$s\">View your site</a> or <a href=\"%2$s\">Log in</a>"
+msgstr "Il tuo account è ora attivo. <a href=\"%1$s\">Visualizza il tuo sito</a> o <a href=\"%2$s\">Accedi</a>"
 
-#: wp-includes/post.php:1289
+#: wp-includes/post.php:1382
 msgid "All Posts"
 msgstr "Tutti gli articoli"
 
-#: wp-includes/script-loader.php:507
+#: wp-includes/script-loader.php:525
 msgid "Approve and Reply"
 msgstr "Approvare e rispondere"
 
-#: wp-includes/link-template.php:2411
-msgid "Post navigation"
-msgstr "Navigazione articoli"
+#: wp-includes/post.php:1382
+msgid "All Pages"
+msgstr "Tutte le pagine"
 
 #: wp-includes/class-walker-comment.php:244
 msgid "Pingback:"
 msgstr "Pingback:"
 
-#: wp-includes/link-template.php:2820 wp-includes/link-template.php:2868
+#: wp-includes/link-template.php:2414
+msgid "Post navigation"
+msgstr "Navigazione articoli"
+
+#: wp-includes/link-template.php:2823 wp-includes/link-template.php:2871
 msgid "Comments navigation"
 msgstr "Navigazione commenti"
 
-#: wp-includes/class-wp-admin-bar.php:420
-msgid "Toolbar"
-msgstr "Barra degli strumenti"
+#: wp-includes/class-wp-editor.php:920
+msgid "Poster"
+msgstr "Poster"
 
-#: wp-includes/media-template.php:1075 wp-includes/media-template.php:1164
+#: wp-includes/media-template.php:1079 wp-includes/media-template.php:1168
 msgid "Preload"
 msgstr "Precaricamento"
 
-#: wp-includes/class-wp-editor.php:915
-msgid "Poster"
-msgstr "Poster"
+#: wp-includes/class-wp-admin-bar.php:420
+msgid "Toolbar"
+msgstr "Barra degli strumenti"
 
-#: wp-includes/class-http.php:285
+#: wp-includes/class-http.php:281
 msgid "Destination directory for file streaming does not exist or is not writable."
 msgstr "La directory di destinazione per il file di streaming non esiste o non è scrivibile."
 
-#: wp-includes/class-http.php:533
+#: wp-includes/class-http.php:534
 msgid "There are no HTTP transports available which can complete the requested request."
 msgstr "Non vi sono transport HTTP disponibili che permettono di completare la richiesta effettuata."
 
-#: wp-includes/taxonomy.php:123 wp-includes/taxonomy.php:124
+#: wp-includes/taxonomy.php:141 wp-includes/taxonomy.php:142
 msgctxt "post format"
 msgid "Format"
 msgstr "Formato"
 
-#: wp-includes/class-wp-editor.php:1442
+#: wp-includes/class-wp-editor.php:1460
 msgid "Or link to existing content"
 msgstr "Oppure inserisci un link a un contenuto esistente "
 
-#: wp-includes/class-wp-editor.php:1428
+#: wp-includes/class-wp-editor.php:1446
 msgid "Enter the destination URL"
 msgstr "Inserisci la URL di destinazione"
 
@@ -5404,19 +7271,22 @@ msgstr "Inserisci la URL di destinazione"
 msgid "Conditional query tags do not work before the query is run. Before then, they always return false."
 msgstr "I tag condizionali di una query non funzionano prima che la query sia stata eseguita. Prima dell'esecuzione restituiscono sempre il valore False."
 
-#: wp-includes/ms-functions.php:965
+#: wp-includes/ms-functions.php:984
 msgid "The user is already active."
 msgstr "Questo utente è già attivo."
 
-#: wp-includes/functions.php:3991
-msgid "(This message was added in version %s.)"
-msgstr "(Questo messaggio è stato aggiunto nella versione %s.)"
-
-#: wp-includes/functions.php:3996
+#. translators: Developer debugging message. 1: PHP function name, 2:
+#. Explanatory message, 3: Version information message
+#: wp-includes/functions.php:4091
 msgid "%1$s was called <strong>incorrectly</strong>. %2$s %3$s"
 msgstr "%1$s è stato richiamato <strong>in maniera scorretta</strong>. %2$s %3$s"
 
-#: wp-includes/pluggable.php:1458
+#. translators: %s: version number
+#: wp-includes/functions.php:4084
+msgid "(This message was added in version %s.)"
+msgstr "(Questo messaggio è stato aggiunto nella versione %s.)"
+
+#: wp-includes/pluggable.php:1467
 msgid "Permalink: %s"
 msgstr "Permalink: %s"
 
@@ -5439,87 +7309,87 @@ msgctxt "Post format"
 msgid "Audio"
 msgstr "Audio"
 
-#: wp-includes/class-wp-xmlrpc-server.php:4882
-#: wp-includes/class-wp-xmlrpc-server.php:5206
-msgid "Invalid post format"
+#: wp-includes/class-wp-xmlrpc-server.php:4901
+#: wp-includes/class-wp-xmlrpc-server.php:5225
+msgid "Invalid post format."
 msgstr "Formato articolo non valido"
 
-#: wp-includes/class-wp-editor.php:1459
+#: wp-includes/class-wp-editor.php:1477
 msgid "No search term specified. Showing recent items."
 msgstr "Nessun termine di ricerca inserito. Vengono mostrati i contenuti più recenti."
 
-#: wp-includes/plugin.php:888
+#: wp-includes/plugin.php:801
 msgid "Only a static class method or function can be used in an uninstall hook."
 msgstr "Per disinstallare un hook occorre usare solo un metodo di classe statico o una funzione."
 
-#: wp-includes/post.php:2783
+#: wp-includes/post.php:2879
 msgid "Passing an integer number of posts is deprecated. Pass an array of arguments instead."
 msgstr "Passare un numero intero di articoli è deprecato. Passare invece un array di argomenti."
 
-#: wp-includes/post-formats.php:98
-msgctxt "Post format"
-msgid "Video"
-msgstr "Video"
-
-#: wp-includes/post-formats.php:97
+#: wp-includes/post-formats.php:92
 msgctxt "Post format"
-msgid "Status"
-msgstr "Stato"
+msgid "Chat"
+msgstr "Chat"
 
-#: wp-includes/post-formats.php:96
+#: wp-includes/post-formats.php:93
 msgctxt "Post format"
-msgid "Quote"
-msgstr "Citazione"
+msgid "Gallery"
+msgstr "Galleria"
 
 #: wp-includes/post-formats.php:95
 msgctxt "Post format"
 msgid "Image"
 msgstr "Immagine"
 
-#: wp-includes/post-formats.php:94
+#: wp-includes/post-formats.php:97
 msgctxt "Post format"
-msgid "Link"
-msgstr "Link"
+msgid "Status"
+msgstr "Stato"
 
-#: wp-includes/post-formats.php:93
+#: wp-includes/post-formats.php:98
 msgctxt "Post format"
-msgid "Gallery"
-msgstr "Galleria"
+msgid "Video"
+msgstr "Video"
 
-#: wp-includes/post-formats.php:92
+#: wp-includes/post-formats.php:96
 msgctxt "Post format"
-msgid "Chat"
-msgstr "Chat"
+msgid "Quote"
+msgstr "Citazione"
 
 #: wp-includes/post-formats.php:91
 msgctxt "Post format"
 msgid "Aside"
 msgstr "Digressione"
 
-#: wp-includes/post.php:1287
-msgid "No posts found in Trash."
-msgstr "Nessun articolo trovato nel cestino."
+#: wp-includes/post-formats.php:94
+msgctxt "Post format"
+msgid "Link"
+msgstr "Link"
 
-#: wp-includes/post.php:1286
+#: wp-includes/post.php:1379
 msgid "No pages found."
 msgstr "Nessun pagina trovata."
 
-#: wp-includes/post.php:1287
+#: wp-includes/post.php:1380
+msgid "No posts found in Trash."
+msgstr "Nessun articolo trovato nel cestino."
+
+#: wp-includes/post.php:1380
 msgid "No pages found in Trash."
 msgstr "Nessuna pagina presente nel cestino."
 
-#: wp-includes/script-loader.php:673
+#: wp-includes/script-loader.php:697
 msgid "Network Enable"
 msgstr "Abilita rete"
 
-#: wp-includes/admin-bar.php:532
+#: wp-includes/admin-bar.php:567
 msgid "Shortlink"
 msgstr "Shortlink"
 
 #: wp-includes/class-wp-xmlrpc-server.php:1397
-#: wp-includes/class-wp-xmlrpc-server.php:3932
-#: wp-includes/class-wp-xmlrpc-server.php:5066
-#: wp-includes/class-wp-xmlrpc-server.php:5431
+#: wp-includes/class-wp-xmlrpc-server.php:3946
+#: wp-includes/class-wp-xmlrpc-server.php:5085
+#: wp-includes/class-wp-xmlrpc-server.php:5450
 msgid "Invalid attachment ID."
 msgstr "ID allegato non valido."
 
@@ -5527,7 +7397,7 @@ msgstr "ID allegato non valido."
 msgid "This file no longer needs to be included."
 msgstr "Il file non ha più la necessità di venire incluso"
 
-#: wp-login.php:536
+#: wp-login.php:527
 msgid "Please enter your username or email address. You will receive a link to create a new password via email."
 msgstr "Inserisci il tuo nome utente o il tuo indirizzo email. Riceverai tramite email un link per creare una nuova password."
 
@@ -5536,132 +7406,130 @@ msgstr "Inserisci il tuo nome utente o il tuo indirizzo email. Riceverai tramite
 msgid "Display as dropdown"
 msgstr "Visualizza come menu a discesa"
 
-#: wp-includes/class-wp-xmlrpc-server.php:508
+#: wp-includes/class-wp-xmlrpc-server.php:504
 msgid "Thumbnail Width"
 msgstr "Larghezza miniatura"
 
-#: wp-includes/class-wp-xmlrpc-server.php:513
+#: wp-includes/class-wp-xmlrpc-server.php:509
 msgid "Thumbnail Height"
 msgstr "Altezza miniatura"
 
-#: wp-includes/class-wp-xmlrpc-server.php:518
+#: wp-includes/class-wp-xmlrpc-server.php:514
 msgid "Crop thumbnail to exact dimensions"
 msgstr "Ritaglia la miniatura alle dimensioni esatte"
 
-#: wp-includes/class-wp-xmlrpc-server.php:543
-msgid "Large size image width"
-msgstr "Larghezza dell'immagine di dimensione grande"
+#: wp-includes/class-wp-xmlrpc-server.php:519
+msgid "Medium size image width"
+msgstr "Larghezza dell'immagine di dimensione media"
 
-#: wp-includes/class-wp-xmlrpc-server.php:528
+#: wp-includes/class-wp-xmlrpc-server.php:524
 msgid "Medium size image height"
 msgstr "Altezza dell'immagine di dimensione media"
 
-#: wp-includes/class-wp-xmlrpc-server.php:523
-msgid "Medium size image width"
-msgstr "Larghezza dell'immagine di dimensione media"
+#: wp-includes/class-wp-xmlrpc-server.php:539
+msgid "Large size image width"
+msgstr "Larghezza dell'immagine di dimensione grande"
 
-#: wp-includes/class-wp-xmlrpc-server.php:548
+#: wp-includes/class-wp-xmlrpc-server.php:544
 msgid "Large size image height"
 msgstr "Altezza dell'immagine di dimensione grande"
 
-#: wp-login.php:630
-msgid "Enter your new password below."
-msgstr "Digitare nuovamente la password."
-
-#: wp-login.php:340
+#: wp-login.php:330
 msgid "If this was a mistake, just ignore this email and nothing will happen."
 msgstr "Se si è trattato di un errore, ignorare questa email e non accadrà nulla."
 
-#: wp-login.php:337
-msgid "Someone has requested a password reset for the following account:"
-msgstr "Qualcuno ha richiesto la reimpostazione della password per il seguente account."
+#: wp-login.php:598
+msgid "The passwords do not match."
+msgstr "Le password non corrispondono."
 
-#: wp-login.php:622
-msgid "Your password has been reset."
-msgstr "La password è stata reimpostata."
+#: wp-login.php:621
+msgid "Enter your new password below."
+msgstr "Digitare nuovamente la password."
 
-#: wp-login.php:622
-msgid "Password Reset"
-msgstr "Reimpostazione password"
+#: wp-login.php:629
+msgid "New password"
+msgstr "Nuova password"
 
-#: wp-login.php:607
-msgid "The passwords do not match."
-msgstr "Le password non corrispondono."
+#: wp-login.php:331
+msgid "To reset your password, visit the following address:"
+msgstr "Per reimpostare la tua password visita il seguente indirizzo:"
 
-#: wp-login.php:630 wp-login.php:668
+#: wp-login.php:621 wp-login.php:659
 msgid "Reset Password"
 msgstr "Reimposta password"
 
-#: wp-login.php:341
-msgid "To reset your password, visit the following address:"
-msgstr "Per reimpostare la tua password visita il seguente indirizzo:"
+#: wp-login.php:613
+msgid "Password Reset"
+msgstr "Reimpostazione password"
+
+#: wp-login.php:613
+msgid "Your password has been reset."
+msgstr "La password è stata reimpostata."
+
+#: wp-login.php:327
+msgid "Someone has requested a password reset for the following account:"
+msgstr "Qualcuno ha richiesto la reimpostazione della password per il seguente account."
 
-#: wp-login.php:650
+#: wp-login.php:641
 msgid "Confirm new password"
-msgstr "Confermare la nuova password"
+msgstr "Conferma la nuova password"
 
-#: wp-login.php:638
-msgid "New password"
-msgstr "Nuova password"
+#: wp-includes/post-formats.php:68
+msgid "Invalid post."
+msgstr "Articolo non valido"
 
-#: wp-includes/admin-bar.php:498
+#: wp-includes/admin-bar.php:533
 msgid "Manage Comments"
 msgstr "Gestione commenti"
 
-#: wp-includes/admin-bar.php:260
+#: wp-includes/admin-bar.php:278
 msgid "Edit My Profile"
 msgstr "Modifica il tuo profilo"
 
-#: wp-includes/post-formats.php:68
-msgid "Invalid post."
-msgstr "Articolo non valido"
-
-#: wp-includes/class-wp-theme.php:788
+#: wp-includes/class-wp-theme.php:789
 msgid "Blavatar"
 msgstr "Blavatar"
 
 #. translators: %s: taxonomy name
-#: wp-includes/post.php:3248
+#: wp-includes/post.php:3344
 msgid "Invalid taxonomy: %s."
 msgstr "Tassonomia non valida: %s."
 
-#: wp-includes/query.php:2536
+#: wp-includes/class-wp-query.php:1714
 msgid "\"caller_get_posts\" is deprecated. Use \"ignore_sticky_posts\" instead."
 msgstr "\"caller_get_posts\" è deprecato. Utilizzare al suo posto \"ignore_sticky_posts\"."
 
-#: wp-includes/taxonomy.php:94
+#: wp-includes/taxonomy.php:112
 msgid "Link Category"
 msgstr "Categoria link"
 
-#: wp-includes/taxonomy.php:95
+#: wp-includes/taxonomy.php:113
 msgid "Search Link Categories"
 msgstr "Ricerca categorie link"
 
-#: wp-includes/taxonomy.php:97
+#: wp-includes/taxonomy.php:115
 msgid "All Link Categories"
 msgstr "Tutte le categorie link"
 
-#: wp-includes/taxonomy.php:99
+#: wp-includes/taxonomy.php:117
 msgid "Update Link Category"
 msgstr "Aggiorna categoria link"
 
-#: wp-includes/taxonomy.php:100
+#: wp-includes/taxonomy.php:118
 msgid "Add New Link Category"
 msgstr "Aggiungere una nuova categoria di link"
 
-#: wp-includes/taxonomy.php:101
+#: wp-includes/taxonomy.php:119
 msgid "New Link Category Name"
 msgstr "Nuovo nome di categoria link"
 
-#: wp-includes/admin-bar.php:407
+#: wp-includes/admin-bar.php:442
 msgid "Network Admin"
 msgstr "Gestione network"
 
-#: wp-includes/ms-functions.php:845 wp-includes/ms-functions.php:930
-msgid "[%1$s] Activate %2$s"
-msgstr "[%1$s] Attivato %2$s"
-
-#: wp-includes/load.php:133
+#. translators: 1: Current PHP version number, 2: WordPress version number, 3:
+#. Minimum required PHP version number
+#: wp-includes/load.php:132
 msgid "Your server is running PHP version %1$s but WordPress %2$s requires at least %3$s."
 msgstr "Il server sta utilizzando PHP versione %1$s ma WordPress %2$s richiede almeno la versione %3$s."
 
@@ -5689,91 +7557,90 @@ msgstr "utente"
 msgid "Custom Menu"
 msgstr "Menu personalizzato"
 
-#: wp-includes/theme-compat/comments.php:24
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Questo articolo è protetto da password. Inserisci la password per visualizzare i commenti."
+#: wp-includes/theme-compat/sidebar.php:56
+msgid "F, Y"
+msgstr "F Y"
+
+#: wp-includes/theme-compat/sidebar.php:48
+msgid "l, F jS, Y"
+msgstr "l, j F Y"
 
 #. translators: %s: category name
 #: wp-includes/theme-compat/sidebar.php:39
 msgid "You are currently browsing the archives for the %s category."
 msgstr "Stai visualizzando gli archivi per la categoria %s."
 
-#: wp-includes/theme-compat/sidebar.php:48
-msgid "l, F jS, Y"
-msgstr "l, j F Y"
+#. translators: 1: blog name, 2: WordPress
+#: wp-includes/theme-compat/footer.php:26
+msgid "%1$s is proudly powered by %2$s"
+msgstr "%1$s utilizza %2$s"
 
 #. translators: 1: site link, 2: search query
 #: wp-includes/theme-compat/sidebar.php:70
 msgid "You have searched the %1$s blog archives for <strong>&#8216;%2$s&#8217;</strong>. If you are unable to find anything in these search results, you can try one of these links."
 msgstr "Hai cercato negli archivi del blog %1$s  <strong>&#8216;%2$s&#8217;</strong>. Se non hai trovato nulla in questi risultati  prova uno di questi link."
 
-#. translators: 1: blog name, 2: WordPress
-#: wp-includes/theme-compat/footer.php:26
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s utilizza %2$s"
-
-#: wp-includes/theme-compat/sidebar.php:56
-msgid "F, Y"
-msgstr "F Y"
+#: wp-includes/theme-compat/comments.php:24
+msgid "This post is password protected. Enter the password to view comments."
+msgstr "Questo articolo è protetto da password. Inserisci la password per visualizzare i commenti."
 
-#: wp-includes/taxonomy.php:609
+#: wp-includes/taxonomy.php:509
 msgid "Choose from the most used tags"
 msgstr "Scegli un tag fra quelli più utilizzati"
 
-#: wp-includes/taxonomy.php:595
-msgctxt "taxonomy general name"
-msgid "Categories"
-msgstr "Categorie"
-
-#: wp-includes/taxonomy.php:599
-msgid "All Tags"
-msgstr "Tutti i tag"
+#: wp-includes/taxonomy.php:506
+msgid "New Category Name"
+msgstr "Nuovo nome di categoria"
 
-#: wp-includes/taxonomy.php:600
-msgid "Parent Category"
-msgstr "Categoria genitore"
+#: wp-includes/taxonomy.php:505
+msgid "Add New Category"
+msgstr "Aggiungi una nuova categoria"
 
-#: wp-includes/taxonomy.php:601
-msgid "Parent Category:"
-msgstr "Categoria genitore:"
+#: wp-includes/taxonomy.php:506
+msgid "New Tag Name"
+msgstr "Nuovo nome tag"
 
-#: wp-includes/taxonomy.php:604
+#: wp-includes/taxonomy.php:504
 msgid "Update Tag"
 msgstr "Aggiorna tag"
 
-#: wp-includes/taxonomy.php:605
+#: wp-includes/taxonomy.php:505
 msgid "Add New Tag"
 msgstr "Aggiungi nuovo tag"
 
-#: wp-includes/taxonomy.php:605
-msgid "Add New Category"
-msgstr "Aggiungi una nuova categoria"
-
-#: wp-includes/taxonomy.php:606
-msgid "New Tag Name"
-msgstr "Nuovo nome tag"
-
-#: wp-includes/taxonomy.php:606
-msgid "New Category Name"
-msgstr "Nuovo nome di categoria"
-
-#: wp-includes/taxonomy.php:598
+#: wp-includes/taxonomy.php:498
 msgid "Popular Tags"
 msgstr "Tag più popolari"
 
-#: wp-includes/taxonomy.php:597
-msgid "Search Tags"
-msgstr "Cerca tag"
+#: wp-includes/taxonomy.php:499
+msgid "All Tags"
+msgstr "Tutti i tag"
+
+#: wp-includes/taxonomy.php:495
+msgctxt "taxonomy general name"
+msgid "Categories"
+msgstr "Categorie"
 
-#: wp-includes/taxonomy.php:596
+#: wp-includes/taxonomy.php:496
 msgctxt "taxonomy singular name"
 msgid "Category"
 msgstr "Categoria"
 
-#. translators: 1: type of site sign-up; 2: network settings URL
-#: wp-signup.php:827
-msgid "Greetings Site Administrator! You are currently allowing &#8220;%s&#8221; registrations. To change or disable registration go to your <a href=\"%s\">Options page</a>."
-msgstr "Ciao amministratore del sito! Attualmente stai permettendo &#8220;%s&#8221; registrazioni. Per cambiare o disabilitare le registrazioni vai alla tua <a href=\"%s\">pagina delle opzioni</a>."
+#: wp-includes/taxonomy.php:497
+msgid "Search Tags"
+msgstr "Cerca tag"
+
+#: wp-includes/taxonomy.php:500
+msgid "Parent Category"
+msgstr "Categoria genitore"
+
+#: wp-includes/taxonomy.php:501
+msgid "Parent Category:"
+msgstr "Categoria genitore:"
+
+#: wp-signup.php:871
+msgid "Sorry, new registrations are not allowed at this time."
+msgstr "Al momento non si accettano nuove registrazioni."
 
 #: wp-signup.php:761
 msgid "Check the junk or spam folder of your email client. Sometime emails wind up there by mistake."
@@ -5783,67 +7650,68 @@ msgstr "Controllare la cartella Cestino o Spam del proprio programma email. A vo
 msgid "Wait a little longer. Sometimes delivery of email can be delayed by processes outside of our control."
 msgstr "Attendere un po'. Alcune volte la consegna delle email può venir ritardata da processi al di fuori del nostro controllo."
 
-#: wp-signup.php:871
-msgid "Sorry, new registrations are not allowed at this time."
-msgstr "Al momento non si accettano nuove registrazioni."
+#. translators: 1: type of site sign-up; 2: network settings URL
+#: wp-signup.php:827
+msgid "Greetings Site Administrator! You are currently allowing &#8220;%s&#8221; registrations. To change or disable registration go to your <a href=\"%s\">Options page</a>."
+msgstr "Ciao amministratore del sito! Attualmente stai permettendo &#8220;%s&#8221; registrazioni. Per cambiare o disabilitare le registrazioni vai alla tua <a href=\"%s\">pagina delle opzioni</a>."
 
 #: wp-signup.php:240
 msgid "We send your registration email to this address. (Double-check your email address before continuing.)"
 msgstr "Invieremo l'email di registrazione a questo indirizzo. (Controllare attentamente l'indirizzo email prima di proseguire.)"
 
-#: wp-includes/post.php:1279
-msgctxt "post type singular name"
-msgid "Post"
-msgstr "Articolo"
-
-#: wp-includes/post.php:1279
-msgctxt "post type singular name"
-msgid "Page"
-msgstr "Pagina"
+#: wp-includes/post.php:1378
+msgid "Search Posts"
+msgstr "Cerca articoli"
 
-#: wp-includes/post.php:1278
-msgctxt "post type general name"
-msgid "Pages"
-msgstr "Pagine"
+#: wp-includes/post.php:1378
+msgid "Search Pages"
+msgstr "Cerca pagine"
 
-#: wp-includes/post.php:1281
+#: wp-includes/post.php:1373
 msgid "Add New Page"
 msgstr "Aggiungi nuova pagina"
 
-#: wp-includes/post.php:1285
-msgid "Search Posts"
-msgstr "Cerca articoli"
-
-#: wp-includes/post.php:1282
+#: wp-includes/post.php:1374
 msgid "Edit Page"
 msgstr "Modifica pagina"
 
-#: wp-includes/post.php:1278
+#: wp-includes/post.php:1373
+msgid "Add New Post"
+msgstr "Aggiungi nuovo articolo"
+
+#: wp-includes/post.php:1370
 msgctxt "post type general name"
 msgid "Posts"
 msgstr "Articoli"
 
-#: wp-includes/post.php:1288
-msgid "Parent Page:"
-msgstr "Pagina genitore:"
+#: wp-includes/post.php:1370
+msgctxt "post type general name"
+msgid "Pages"
+msgstr "Pagine"
 
-#: wp-includes/post.php:1281
-msgid "Add New Post"
-msgstr "Aggiungi nuovo articolo"
+#: wp-includes/post.php:1371
+msgctxt "post type singular name"
+msgid "Page"
+msgstr "Pagina"
 
-#: wp-includes/post.php:1285
-msgid "Search Pages"
-msgstr "Cerca pagine"
+#: wp-includes/post.php:1371
+msgctxt "post type singular name"
+msgid "Post"
+msgstr "Articolo"
+
+#: wp-includes/post.php:1381
+msgid "Parent Page:"
+msgstr "Pagina genitore:"
 
 #: wp-includes/ms-default-constants.php:141
 msgid "<strong>Conflicting values for the constants VHOST and SUBDOMAIN_INSTALL.</strong> The value of SUBDOMAIN_INSTALL will be assumed to be your subdomain configuration setting."
 msgstr "<strong>Conflitto fra i valori per le costanti VHOST e SUBDOMAIN_INSTALL.</strong> Verrà preso il valore di SUBDOMAIN_INSTALL come parametro di configurazione dei sottodomini."
 
-#: wp-includes/user.php:2257
+#: wp-includes/user.php:2281
 msgid "<strong>ERROR</strong>: This username is invalid because it uses illegal characters. Please enter a valid username."
 msgstr "<strong>ERRORE</strong>: questo nome utente non è valido perché utilizza dei caratteri non ammessi. Inserisci un nome utente valido."
 
-#: wp-includes/comment-template.php:2189
+#: wp-includes/comment-template.php:2204
 msgid "Required fields are marked %s"
 msgstr "I campi obbligatori sono contrassegnati %s"
 
@@ -5863,38 +7731,44 @@ msgstr "Tema senza %s"
 msgid "Please include a %s template in your theme."
 msgstr "Includi un modello %s nel tuo tema."
 
-#: wp-includes/class-wp-xmlrpc-server.php:4845
-msgid "Sorry, you are not allowed to publish pages on this site."
-msgstr "Non hai i permessi per pubblicare pagine su questo sito."
-
-#: wp-includes/class-wp-xmlrpc-server.php:3181
-#: wp-includes/class-wp-xmlrpc-server.php:5732
-#: wp-includes/class-wp-xmlrpc-server.php:5953
+#: wp-includes/class-wp-xmlrpc-server.php:3184
+#: wp-includes/class-wp-xmlrpc-server.php:5751
+#: wp-includes/class-wp-xmlrpc-server.php:5973
 msgid "Sorry, you must be able to edit posts on this site in order to view categories."
 msgstr "Occorre avere la possibilità di modificare gli articoli di questo sito per poter visualizzare le categorie."
 
-#: wp-includes/class-wp-xmlrpc-server.php:4856
-#: wp-includes/class-wp-xmlrpc-server.php:4869
-#: wp-includes/class-wp-xmlrpc-server.php:4874
+#: wp-includes/class-wp-xmlrpc-server.php:4864
+msgid "Sorry, you are not allowed to publish pages on this site."
+msgstr "Non hai i permessi per pubblicare pagine su questo sito."
+
+#: wp-includes/class-wp-xmlrpc-server.php:4875
+#: wp-includes/class-wp-xmlrpc-server.php:4888
+#: wp-includes/class-wp-xmlrpc-server.php:4893
 msgid "Sorry, you are not allowed to publish posts on this site."
 msgstr "Non hai i permessi per pubblicare articoli su questo sito."
 
 #: wp-includes/class-wp-xmlrpc-server.php:1318
-#: wp-includes/class-wp-xmlrpc-server.php:4608
+#: wp-includes/class-wp-xmlrpc-server.php:4627
 msgid "Sorry, you are not allowed to post on this site."
 msgstr "Non hai i permessi per pubblicare articoli su questo sito."
 
-#: wp-includes/class-wp-xmlrpc-server.php:488
-msgid "Site Tagline"
-msgstr "Motto del sito"
+#. translators: New site notification email subject. 1: Network name, 2: New
+#. site name
+#: wp-includes/ms-functions.php:1531
+msgid "New %1$s Site: %2$s"
+msgstr "Nuovo %1$s sito: %2$s"
 
-#: wp-includes/class-wp-xmlrpc-server.php:3005
-msgid "Sorry, you must be able to edit posts on this site in order to view tags."
-msgstr "Occorre avere la possibilità di modificare gli articoli di questo sito per poter visualizzare i tag."
+#: wp-includes/ms-functions.php:1223
+msgid "New Site Registration: %s"
+msgstr "Registrazione nuovo sito: %s"
 
-#: wp-includes/pluggable.php:1722
-msgid "New user registration on your site %s:"
-msgstr "Nuovo utente registrato sul sito %s:"
+#: wp-includes/ms-functions.php:986
+msgid "The site is already active."
+msgstr "Il sito è già attivo."
+
+#: wp-includes/ms-functions.php:1140
+msgid "Could not create site."
+msgstr "Impossibile creare il sito."
 
 #: wp-includes/ms-functions.php:631
 msgid "That site is currently reserved but may be available in a couple days."
@@ -5904,39 +7778,35 @@ msgstr "Questo sito è attualmente riservato ma potrebbe essere disponibile in u
 msgid "Sorry, that site is reserved!"
 msgstr "Questo sito è riservato!"
 
-#: wp-includes/ms-functions.php:584
-msgid "Sorry, you may not use that site name."
-msgstr "Non è possibile usare questo nome per il sito."
+#: wp-includes/ms-functions.php:616 wp-includes/ms-functions.php:1133
+msgid "Sorry, that site already exists!"
+msgstr "Questo sito esiste già!"
 
 #: wp-includes/ms-functions.php:588
 msgid "Sorry, site names must have letters too!"
 msgstr "I nomi dei siti devono avere anche delle lettere!"
 
-#: wp-includes/ms-functions.php:1118
-msgid "Could not create site."
-msgstr "Impossibile creare il sito."
+#: wp-includes/ms-functions.php:584
+msgid "Sorry, you may not use that site name."
+msgstr "Non è possibile usare questo nome per il sito."
 
-#: wp-includes/class-wp-xmlrpc-server.php:3635
-#: wp-includes/class-wp-xmlrpc-server.php:3716
-#: wp-includes/class-wp-xmlrpc-server.php:3748
-#: wp-includes/class-wp-xmlrpc-server.php:3780
-#: wp-includes/class-wp-xmlrpc-server.php:4018
-msgid "Sorry, you are not allowed access to details about this site."
-msgstr "Non hai i permessi per accedere ai dettagli riguardanti questo sito."
+#: wp-includes/class-wp-xmlrpc-server.php:3008
+msgid "Sorry, you must be able to edit posts on this site in order to view tags."
+msgstr "Occorre avere la possibilità di modificare gli articoli di questo sito per poter visualizzare i tag."
 
-#: wp-includes/ms-functions.php:967
-msgid "The site is already active."
-msgstr "Il sito è già attivo."
+#: wp-includes/class-wp-xmlrpc-server.php:484
+msgid "Site Tagline"
+msgstr "Motto del sito"
 
-#: wp-includes/ms-functions.php:1511
-msgid "New %1$s Site: %2$s"
-msgstr "Nuovo %1$s sito: %2$s"
+#: wp-includes/option.php:1749
+msgid "Site URL."
+msgstr "URL sito"
 
-#: wp-includes/ms-functions.php:1201
-msgid "New Site Registration: %s"
-msgstr "Registrazione nuovo sito: %s"
+#: wp-includes/pluggable.php:1758
+msgid "New user registration on your site %s:"
+msgstr "Nuovo utente registrato sul sito %s:"
 
-#: wp-includes/ms-functions.php:821
+#: wp-includes/ms-functions.php:825
 msgid ""
 "To activate your blog, please click the following link:\n"
 "\n"
@@ -5956,121 +7826,126 @@ msgstr ""
 "\n"
 "%s"
 
-#: wp-includes/ms-functions.php:616 wp-includes/ms-functions.php:1111
-msgid "Sorry, that site already exists!"
-msgstr "Questo sito esiste già!"
-
-#: wp-includes/load.php:530
-msgid "The site you have requested is not installed properly. Please contact the system administrator."
-msgstr "Il sito richiesto non è installato correttamente. Contattare l'amministratore di sistema."
+#: wp-includes/class-wp-xmlrpc-server.php:3649
+#: wp-includes/class-wp-xmlrpc-server.php:3730
+#: wp-includes/class-wp-xmlrpc-server.php:3762
+#: wp-includes/class-wp-xmlrpc-server.php:3794
+#: wp-includes/class-wp-xmlrpc-server.php:4032
+msgid "Sorry, you are not allowed access to details about this site."
+msgstr "Non hai i permessi per accedere ai dettagli riguardanti questo sito."
 
 #: wp-includes/ms-load.php:114
 msgid "This site has been archived or suspended."
 msgstr "Questo blog è stato archiviato o sospeso."
 
+#: wp-includes/load.php:536
+msgid "The site you have requested is not installed properly. Please contact the system administrator."
+msgstr "Il sito richiesto non è installato correttamente. Contattare l'amministratore di sistema."
+
 #: wp-includes/nav-menu.php:371
 msgid "The given object ID is not that of a menu item."
 msgstr "L'ID dell'oggetto indicato non è quello di un elemento del menu."
 
-#: wp-includes/formatting.php:4155
-msgid "The Site address you entered did not appear to be a valid URL. Please enter a valid URL."
-msgstr "L'indirizzo del sito immesso non sembra essere una URL valida. Inserisci una URL valida."
+#: wp-includes/formatting.php:4052
+msgid "The email address entered did not appear to be a valid email address. Please enter a valid email address."
+msgstr "L'indirizzo email inserito non sembra essere un indirizzo email valido. Inserisci un indirizzo email valido."
 
-#: wp-includes/formatting.php:4142
+#: wp-includes/formatting.php:4158
 msgid "The WordPress address you entered did not appear to be a valid URL. Please enter a valid URL."
 msgstr "L'indirizzo di WordPress inserito non sembra essere una URL valida. Inserisci una URL valida."
 
-#: wp-includes/formatting.php:4036
-msgid "The email address entered did not appear to be a valid email address. Please enter a valid email address."
-msgstr "L'indirizzo email inserito non sembra essere un indirizzo email valido. Inserisci un indirizzo email valido."
+#: wp-includes/formatting.php:4171
+msgid "The Site address you entered did not appear to be a valid URL. Please enter a valid URL."
+msgstr "L'indirizzo del sito immesso non sembra essere una URL valida. Inserisci una URL valida."
 
-#: wp-includes/taxonomy.php:2333
+#: wp-includes/taxonomy.php:2064
 msgid "A term with the name provided already exists with this parent."
 msgstr "Un termine con il nome indicato esiste già per questo genitore."
 
-#: wp-includes/ms-functions.php:1978
+#: wp-includes/ms-functions.php:2022
 msgid "An error occurred adding you to this site. Back to the <a href=\"%s\">homepage</a>."
 msgstr "Si è verificato un errore nell'aggiunta del proprio sito. Tornare alla <a href=\"%s\">homepage</a>."
 
-#: wp-includes/ms-functions.php:1896
+#: wp-includes/ms-functions.php:1940
 msgid "This file is too big. Files must be less than %d KB in size."
 msgstr "Il file è troppo grande. I file devono avere una dimensione inferiore a %d KB."
 
-#: wp-includes/comment-template.php:2218
+#: wp-includes/comment-template.php:2233
 msgid "Your email address will not be published."
 msgstr "Il tuo indirizzo email non sarà pubblicato."
 
-#: wp-includes/class-http.php:268 wp-includes/class-wp-xmlrpc-server.php:6229
+#: wp-includes/class-http.php:264 wp-includes/class-wp-xmlrpc-server.php:6246
 msgid "A valid URL was not provided."
 msgstr "Non è stata fornita una URL valida."
 
 #: wp-includes/class-wp-image-editor-gd.php:185
-#: wp-includes/class-wp-image-editor-imagick.php:255
+#: wp-includes/class-wp-image-editor-imagick.php:266
 msgid "Could not calculate resized image dimensions"
 msgstr "Impossibile calcolare la dimensioni dell'immagine ridimensionata"
 
-#: wp-includes/ms-load.php:497
-msgid "If you&#8217;re still stuck with this message, then check that your database contains the following tables:"
-msgstr "Se si continua a visualizzare questo messaggio, verificare che il database contenga le seguenti tabelle:"
+#: wp-mail.php:15
+msgid "This action has been disabled by the administrator."
+msgstr "Questa azione è stata disabilitata dall'amministratore"
 
-#: wp-signup.php:758
-msgid "If you haven&#8217;t received your email yet, there are a number of things you can do:"
-msgstr "Se non hai ancora ricevuta l'email, ci sono una serie di cose che puoi fare:"
+#: wp-signup.php:127
+msgid "Must be at least 4 characters, letters and numbers only. It cannot be changed, so choose carefully!"
+msgstr "Deve essere di almeno 4 caratteri, solo lettere e numeri. Non può venir cambiato quindi sceglilo con attenzione!"
 
 #: wp-signup.php:313
 msgid "Welcome back, %s. By filling out the form below, you can <strong>add another site to your account</strong>. There is no limit to the number of sites you can have, so create to your heart&#8217;s content, but write responsibly!"
 msgstr "Bentornato %s. Compilando il seguente modulo è possibile <strong>aggiungere un nuovo sito al proprio account</strong>. Non vi è limite al numero di blog che è possibile avere, quindi create i contenuti secondo il vostro cuore ma scrivete con responsabilità."
 
-#: wp-mail.php:15
-msgid "This action has been disabled by the administrator."
-msgstr "Questa azione è stata disabilitata dall'amministratore"
-
 #: wp-signup.php:873
 msgid "You are logged in already. No need to register again!"
 msgstr "Si è già fatto il login. Non serve registrarsi nuovamente!"
 
+#: wp-includes/ms-load.php:488
+msgid "If you&#8217;re still stuck with this message, then check that your database contains the following tables:"
+msgstr "Se si continua a visualizzare questo messaggio, verificare che il database contenga le seguenti tabelle:"
+
 #. translators: %s: login URL
 #: wp-signup.php:838
 msgid "You must first <a href=\"%s\">log in</a>, and then you can create a new site."
 msgstr "Devi prima <a href=\"%s\">accedere</a> e dopo potrai creare un nuovo sito."
 
-#: wp-signup.php:127
-msgid "Must be at least 4 characters, letters and numbers only. It cannot be changed, so choose carefully!"
-msgstr "Deve essere di almeno 4 caratteri, solo lettere e numeri. Non può venir cambiato quindi sceglilo con attenzione!"
+#: wp-signup.php:758
+msgid "If you haven&#8217;t received your email yet, there are a number of things you can do:"
+msgstr "Se non hai ancora ricevuta l'email, ci sono una serie di cose che puoi fare:"
 
-#: wp-includes/script-loader.php:603
+#: wp-includes/script-loader.php:627
 msgid "Are you sure you want to install this plugin?"
 msgstr "Sei davvero sicuro di voler installare questo plugin?"
 
-#: wp-includes/post.php:1296 wp-includes/script-loader.php:717
+#: wp-includes/post.php:1390 wp-includes/script-loader.php:741
 msgid "Use as featured image"
 msgstr "Utilizza come immagine in evidenza"
 
-#: wp-includes/general-template.php:1008
+#: wp-includes/general-template.php:1016
 msgid "Page %s"
 msgstr "Pagina %s"
 
-#: wp-includes/load.php:224
-msgid "Briefly unavailable for scheduled maintenance. Check back in a minute."
-msgstr "Momentaneamente non disponibile per manutenzione. Riprovare fra un minuto."
-
-#: wp-includes/load.php:220
+#: wp-includes/load.php:219
 msgid "Maintenance"
 msgstr "In manutenzione."
 
-#: wp-includes/taxonomy.php:80
-msgid "Navigation Menus"
-msgstr "Menu di navigazione"
+#: wp-includes/load.php:223
+msgid "Briefly unavailable for scheduled maintenance. Check back in a minute."
+msgstr "Momentaneamente non disponibile per manutenzione. Riprovare fra un minuto."
 
-#: wp-includes/post.php:104
+#: wp-includes/post.php:113
+msgid "Navigation Menu Items"
+msgstr "Elementi del menu di navigazione"
+
+#: wp-includes/post.php:114
 msgid "Navigation Menu Item"
 msgstr "Elemento del menu di navigazione"
 
-#: wp-includes/post.php:103
-msgid "Navigation Menu Items"
-msgstr "Elementi del menu di navigazione"
+#: wp-includes/taxonomy.php:98
+msgid "Navigation Menus"
+msgstr "Menu di navigazione"
 
-#: wp-links-opml.php:29
+#. translators: 1: Site name
+#: wp-links-opml.php:31
 msgid "Links for %s"
 msgstr "Link per %s"
 
@@ -6078,7 +7953,7 @@ msgstr "Link per %s"
 msgid "No menus have been created yet. <a href=\"%s\">Create some</a>."
 msgstr "Non è stato creato ancora alcun menu. <a href=\"%s\">Crearne uno</a>"
 
-#: wp-includes/script-loader.php:727
+#: wp-includes/script-loader.php:751
 msgid ""
 "You are about to permanently delete this menu. \n"
 " 'Cancel' to stop, 'OK' to delete."
@@ -6086,37 +7961,64 @@ msgstr ""
 "Si sta per eliminare definitivamente questo menu.\n"
 " 'Annulla' per interrompere, 'OK' per eliminare."
 
-#: wp-includes/link-template.php:3749
+#: wp-includes/link-template.php:3745
 msgid "This is the short link."
 msgstr "Questo è il link breve."
 
-#: wp-includes/update.php:572
+#. translators: 1: Number of updates available to WordPress
+#: wp-includes/update.php:592
+msgid "%d WordPress Update"
+msgstr "%d aggiornamento WordPress"
+
+#. translators: 1: Number of updates available to plugins
+#: wp-includes/update.php:596
 msgid "%d Plugin Update"
 msgid_plural "%d Plugin Updates"
 msgstr[0] "%d aggiornamento plugin"
 msgstr[1] "%d aggiornamenti plugin"
 
-#: wp-includes/update.php:574
+#. translators: 1: Number of updates available to themes
+#: wp-includes/update.php:600
 msgid "%d Theme Update"
 msgid_plural "%d Theme Updates"
 msgstr[0] "%d aggiornamento tema"
 msgstr[1] "%d aggiornamenti tema"
 
-#: wp-includes/update.php:570
-msgid "%d WordPress Update"
-msgstr "%d aggiornamento WordPress"
+#: wp-signup.php:106
+msgid "Site Name:"
+msgstr "Nome sito:"
+
+#: wp-signup.php:108
+msgid "Site Domain:"
+msgstr "Dominio sito:"
+
+#: wp-signup.php:121
+msgid "sitename"
+msgstr "nome sito"
+
+#: wp-signup.php:132
+msgid "Site Title:"
+msgstr "Titolo sito:"
+
+#: wp-signup.php:307
+msgid "Get <em>another</em> %s site in seconds"
+msgstr "Ottieni <em>un altro</em> %s sito in pochi secondi"
+
+#: wp-signup.php:328
+msgid "If you&#8217;re not going to use a great site domain, leave it for a new user. Now have at it!"
+msgstr "Se non si ha  intenzione di utilizzare un grande dominio per il sito, lasciarlo per un nuovo utente. Ora precedete!"
 
-#: wp-signup.php:755
-msgid "If you do not activate your site within two days, you will have to sign up again."
-msgstr "Se non si attiva il proprio sito entro due giorni si dovrà ripetere la sottoscrizione."
+#: wp-signup.php:552
+msgid "Gimme a site!"
+msgstr "Dammi un nuovo sito!"
 
 #: wp-signup.php:752
 msgid "But, before you can start using your site, <strong>you must activate it</strong>."
 msgstr "Ma, prima di poter iniziare ad utilizzare queso sito <strong>occorre attivarlo</strong>."
 
-#: wp-signup.php:552
-msgid "Gimme a site!"
-msgstr "Dammi un nuovo sito!"
+#: wp-signup.php:755
+msgid "If you do not activate your site within two days, you will have to sign up again."
+msgstr "Se non si attiva il proprio sito entro due giorni si dovrà ripetere la sottoscrizione."
 
 #: wp-signup.php:852
 msgid "Site registration has been disabled."
@@ -6127,89 +8029,65 @@ msgstr "La registrazione dei blog è stata disabilitata."
 msgid "Congratulations! Your new site, %s, is almost ready."
 msgstr "Congratulazioni! Il tuo nuovo blog, %s, è quasi pronto."
 
-#: wp-signup.php:307
-msgid "Get <em>another</em> %s site in seconds"
-msgstr "Ottieni <em>un altro</em> %s sito in pochi secondi"
-
-#: wp-signup.php:121
-msgid "sitename"
-msgstr "nome sito"
+#: wp-includes/script-loader.php:297
+msgid "File canceled."
+msgstr "File cancellato."
 
-#: wp-signup.php:106
-msgid "Site Name:"
-msgstr "Nome sito:"
+#. translators: 1: Post title
+#: wp-includes/pluggable.php:1434
+msgid "New trackback on your post \"%s\""
+msgstr "Nuovo trackback all'articolo \"%s\""
 
-#: wp-signup.php:108
-msgid "Site Domain:"
-msgstr "Dominio sito:"
+#: wp-includes/ms-load.php:466
+msgid "If you are the owner of this network please check that MySQL is running properly and all tables are error free."
+msgstr "Se sei il proprietario di questo network verifica che MySQL stia girando correttamente e tutte le tabelle siano esenti da errori."
 
-#: wp-signup.php:132
-msgid "Site Title:"
-msgstr "Titolo sito:"
+#: wp-includes/pluggable.php:1455
+msgid "New comment on your post \"%s\""
+msgstr "Nuovo commento all'articolo \"%s\""
 
-#: wp-includes/script-loader.php:288
-msgid "File canceled."
-msgstr "File cancellato."
+#. translators: 1: Post title
+#: wp-includes/pluggable.php:1445
+msgid "New pingback on your post \"%s\""
+msgstr "Nuovo pingback all'articolo \"%s\""
 
+#. translators: 1: Post title
 #: wp-includes/pluggable.php:1594
-msgid "A new comment on the post \"%s\" is waiting for your approval"
-msgstr "Un nuovo commento all'articolo \"%s\" è in attesa della tua approvazione"
-
-#: wp-includes/pluggable.php:1586
-msgid "A new pingback on the post \"%s\" is waiting for your approval"
-msgstr "Un nuovo pingback all'articolo \"%s\" è in attesa della tua approvazione"
-
-#: wp-includes/pluggable.php:1578
 msgid "A new trackback on the post \"%s\" is waiting for your approval"
 msgstr "Un nuovo trackback all'articolo \"%s\" è in attesa della tua approvazione"
 
-#: wp-includes/pluggable.php:1436
-msgid "New pingback on your post \"%s\""
-msgstr "Nuovo pingback all'articolo \"%s\""
+#. translators: 1: Post title
+#: wp-includes/pluggable.php:1604
+msgid "A new pingback on the post \"%s\" is waiting for your approval"
+msgstr "Un nuovo pingback all'articolo \"%s\" è in attesa della tua approvazione"
 
-#: wp-includes/pluggable.php:1446
-msgid "New comment on your post \"%s\""
-msgstr "Nuovo commento all'articolo \"%s\""
+#. translators: 1: Post title
+#: wp-includes/pluggable.php:1614
+msgid "A new comment on the post \"%s\" is waiting for your approval"
+msgstr "Un nuovo commento all'articolo \"%s\" è in attesa della tua approvazione"
 
-#: wp-includes/ms-load.php:474
+#: wp-includes/ms-load.php:465
 msgid "If your site does not display, please contact the owner of this network."
 msgstr "Se il tuo sito non si visualizza contatta l'amministratore di questo network."
 
-#: wp-includes/ms-load.php:475
-msgid "If you are the owner of this network please check that MySQL is running properly and all tables are error free."
-msgstr "Se sei il proprietario di questo network verifica che MySQL stia girando correttamente e tutte le tabelle siano esenti da errori."
-
-#: wp-includes/pluggable.php:1426
-msgid "New trackback on your post \"%s\""
-msgstr "Nuovo trackback all'articolo \"%s\""
+#. translators: %s: site name
+#: wp-signup.php:469
+msgid "The site %s is yours."
+msgstr "Il sito %s è di tua proprietà."
 
 #: wp-signup.php:319
 msgid "Sites you are already a member of:"
 msgstr "Siti di cui sei già membro:"
 
-#: wp-signup.php:328
-msgid "If you&#8217;re not going to use a great site domain, leave it for a new user. Now have at it!"
-msgstr "Se non si ha  intenzione di utilizzare un grande dominio per il sito, lasciarlo per un nuovo utente. Ora precedete!"
-
 #: wp-signup.php:343
 msgid "Create Site"
 msgstr "Crea sito"
 
-#. translators: %s: site name
-#: wp-signup.php:469
-msgid "The site %s is yours."
-msgstr "Il sito %s è di tua proprietà."
-
-#. translators: %s: post title
-#: wp-includes/theme-compat/comments.php:37
-msgid "One response to %s"
-msgstr "Una replica a %s"
-
 #: wp-includes/widgets/class-wp-widget-tag-cloud.php:152
 msgid "Taxonomy:"
 msgstr "Tassonomia:"
 
-#: wp-includes/taxonomy.php:81
+#: wp-includes/taxonomy.php:99
 msgid "Navigation Menu"
 msgstr "Menu di navigazione"
 
@@ -6217,1806 +8095,1813 @@ msgstr "Menu di navigazione"
 msgid "Select Menu:"
 msgstr "Selezionare il menu:"
 
-#: wp-includes/admin-bar.php:742
-#: wp-includes/class-wp-customize-nav-menus.php:505
+#. translators: %s: post title
+#: wp-includes/theme-compat/comments.php:37
+msgid "One response to %s"
+msgstr "Una replica a %s"
+
+#: wp-includes/admin-bar.php:789
+#: wp-includes/class-wp-customize-nav-menus.php:567
 msgid "Menus"
 msgstr "Menu"
 
-#: wp-includes/wp-db.php:1369
-msgid "WordPress database error %1$s for query %2$s"
-msgstr "WordPress errore database %1$s per la query %2$s"
-
-#: wp-includes/wp-db.php:1367
-msgid "WordPress database error %1$s for query %2$s made by %3$s"
-msgstr "WordPress errore sul database %1$s per la query %2$s fatta da %3$s"
-
-#: wp-includes/load.php:142
-msgid "Your PHP installation appears to be missing the MySQL extension which is required by WordPress."
-msgstr "L’installazione di PHP non ha l’estensione MySQL necessaria per utilizzare WordPress."
-
-#: wp-includes/class-wp-xmlrpc-server.php:6434
-msgid "The specified target URL does not exist."
-msgstr "L’URL di destinazione specifica non esiste"
-
-#: wp-includes/class-wp-xmlrpc-server.php:6401
-msgid "Pingback from %1$s to %2$s registered. Keep the web talking! :-)"
-msgstr "Pingback da %1$s a %2$s registrato. Facciamo parlare il web! :-)"
-
-#: wp-includes/class-wp-xmlrpc-server.php:6369
-msgid "The source URL does not contain a link to the target URL, and so cannot be used as a source."
-msgstr "L'URL d'origine non contiene un link all'URL di destinazione e quindi non può essere utilizzato come origine."
-
-#: wp-includes/class-wp-xmlrpc-server.php:6333
-msgid "We cannot find a title on that page."
-msgstr "Non possiamo trovare un titolo in quella pagina."
+#: wp-includes/class-wp-xmlrpc-server.php:412
+msgid "Software Name"
+msgstr "Nome software"
 
-#: wp-includes/class-wp-xmlrpc-server.php:6312
-msgid "The source URL does not exist."
-msgstr "L'URL sorgente non esiste."
+#: wp-includes/class-wp-xmlrpc-server.php:417
+msgid "Software Version"
+msgstr "Versione software"
 
-#: wp-includes/class-wp-xmlrpc-server.php:6287
-msgid "The pingback has already been registered."
-msgstr "Il pingback è già stato registrato."
+#: wp-includes/class-wp-xmlrpc-server.php:474
+msgid "Time Zone"
+msgstr "Fuso orario"
 
-#: wp-includes/class-wp-xmlrpc-server.php:6279
-msgid "The source URL and the target URL cannot both point to the same resource."
-msgstr "L'URL di partenza e l'URL d'arrivo non possono puntare alla stessa risorsa."
+#: wp-includes/class-wp-xmlrpc-server.php:499
+msgid "Allow new users to sign up"
+msgstr "Permettere ai nuovi utenti di iscriversi"
 
-#: wp-includes/class-wp-xmlrpc-server.php:6269
-#: wp-includes/class-wp-xmlrpc-server.php:6276
-#: wp-includes/class-wp-xmlrpc-server.php:6283
-#: wp-includes/class-wp-xmlrpc-server.php:6427
-msgid "The specified target URL cannot be used as a target. It either doesn&#8217;t exist, or it is not a pingback-enabled resource."
-msgstr "L'URL indicata non può essere usata come destinazione. O non esiste o non è una risorsa abilitata al pingback."
+#: wp-includes/class-wp-xmlrpc-server.php:2679
+#: wp-includes/class-wp-xmlrpc-server.php:2799
+#: wp-includes/class-wp-xmlrpc-server.php:2861
+msgid "Sorry, no such page."
+msgstr "Questa pagina non esiste."
 
-#: wp-includes/class-wp-xmlrpc-server.php:6234
-msgid "Is there no link to us?"
-msgstr "Non ci sono link a noi?"
+#: wp-includes/class-wp-xmlrpc-server.php:3231
+#: wp-includes/class-wp-xmlrpc-server.php:3363
+#: wp-includes/class-wp-xmlrpc-server.php:3430
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:351
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:654
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:744
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:769
+msgid "Invalid comment ID."
+msgstr "ID commento non valido."
 
-#: wp-includes/class-wp-xmlrpc-server.php:5821
-msgid "Could not write file %1$s (%2$s)"
-msgstr "Impossibile scrivere il file %1$s (%2$s)"
+#: wp-includes/class-wp-xmlrpc-server.php:3288
+#: wp-includes/class-wp-xmlrpc-server.php:3445
+msgid "Invalid comment status."
+msgstr "Stato del commento non valido."
 
-#: wp-includes/class-wp-xmlrpc-server.php:5408
-msgid "Sorry, your entry could not be edited. Something wrong happened."
-msgstr "Questa voce non può essere modificata. Si è verificato un errore."
+#: wp-includes/class-wp-xmlrpc-server.php:3531
+msgid "You must be registered to comment."
+msgstr "Occorre essere registrati per poter inviare commenti"
 
-#: wp-includes/class-wp-xmlrpc-server.php:5256
-msgid "Sorry, you are not allowed to change the page author as this user."
-msgstr "Non hai i permessi per cambiare l'autore della pagina con questo nome utente."
+#: wp-includes/class-wp-xmlrpc-server.php:1311
+#: wp-includes/class-wp-xmlrpc-server.php:1570
+#: wp-includes/class-wp-xmlrpc-server.php:1636
+#: wp-includes/class-wp-xmlrpc-server.php:1734
+#: wp-includes/class-wp-xmlrpc-server.php:2665
+#: wp-includes/class-wp-xmlrpc-server.php:3545
+#: wp-includes/class-wp-xmlrpc-server.php:3549
+#: wp-includes/class-wp-xmlrpc-server.php:3686
+#: wp-includes/class-wp-xmlrpc-server.php:4233
+#: wp-includes/class-wp-xmlrpc-server.php:4297
+#: wp-includes/class-wp-xmlrpc-server.php:4300
+#: wp-includes/class-wp-xmlrpc-server.php:4303
+#: wp-includes/class-wp-xmlrpc-server.php:4477
+#: wp-includes/class-wp-xmlrpc-server.php:5208
+#: wp-includes/class-wp-xmlrpc-server.php:5505
+#: wp-includes/class-wp-xmlrpc-server.php:6018
+#: wp-includes/class-wp-xmlrpc-server.php:6072
+#: wp-includes/class-wp-xmlrpc-server.php:6191 wp-includes/post.php:3012
+#: wp-includes/post.php:3546
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:357
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:435
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:631
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:743
+#: wp-includes/revision.php:292
+msgid "Invalid post ID."
+msgstr "ID articolo non valido"
 
-#: wp-includes/class-wp-xmlrpc-server.php:5251
-msgid "Sorry, you are not allowed to change the post author as this user."
-msgstr "Non hai i permessi per cambiare l'autore dell'articolo con questo utente."
+#: wp-includes/class-wp-xmlrpc-server.php:3591
+msgid "Comment author name and email are required."
+msgstr "Sono richiesti il nome e l'email dell'autore del commento"
 
-#: wp-includes/class-wp-xmlrpc-server.php:1305
-#: wp-includes/class-wp-xmlrpc-server.php:3297
-#: wp-includes/class-wp-xmlrpc-server.php:4101
-#: wp-includes/class-wp-xmlrpc-server.php:4860
-#: wp-includes/class-wp-xmlrpc-server.php:4918
-#: wp-includes/class-wp-xmlrpc-server.php:5196
-#: wp-includes/class-wp-xmlrpc-server.php:5260 wp-includes/post.php:1071
-msgid "Invalid post type."
-msgstr "Tipo di articolo non valido"
+#: wp-includes/class-wp-xmlrpc-server.php:4541
+#: wp-includes/class-wp-xmlrpc-server.php:5923
+msgid "Either there are no posts, or something went wrong."
+msgstr "O non vi sono articoli o qualcosa è andato storto."
 
-#: wp-includes/class-wp-xmlrpc-server.php:4682
-#: wp-includes/class-wp-xmlrpc-server.php:4754
-#: wp-includes/class-wp-xmlrpc-server.php:5586
-#: wp-includes/class-wp-xmlrpc-server.php:6119
+#: wp-includes/class-wp-xmlrpc-server.php:4701
+#: wp-includes/class-wp-xmlrpc-server.php:4773
+#: wp-includes/class-wp-xmlrpc-server.php:5605
+#: wp-includes/class-wp-xmlrpc-server.php:6139
 msgid "Sorry, no such post."
 msgstr "Questo articolo non esiste."
 
-#: wp-includes/class-wp-xmlrpc-server.php:4691
-#: wp-includes/class-wp-xmlrpc-server.php:5365
-#: wp-includes/class-wp-xmlrpc-server.php:6174
-msgid "Sorry, you are not allowed to publish this post."
-msgstr "Non hai i permessi per pubblicare questo articolo."
-
-#: wp-includes/class-wp-xmlrpc-server.php:4522
-#: wp-includes/class-wp-xmlrpc-server.php:5903
-msgid "Either there are no posts, or something went wrong."
-msgstr "O non vi sono articoli o qualcosa è andato storto."
-
-#: wp-includes/class-wp-xmlrpc-server.php:3874
-msgid "Sorry, you are not allowed to update options."
-msgstr "Non hai i permessi per aggiornare le opzioni."
+#: wp-includes/class-wp-xmlrpc-server.php:6286
+#: wp-includes/class-wp-xmlrpc-server.php:6293
+#: wp-includes/class-wp-xmlrpc-server.php:6300
+#: wp-includes/class-wp-xmlrpc-server.php:6446
+msgid "The specified target URL cannot be used as a target. It either doesn&#8217;t exist, or it is not a pingback-enabled resource."
+msgstr "L'URL indicata non può essere usata come destinazione. O non esiste o non è una risorsa abilitata al pingback."
 
-#: wp-includes/class-wp-xmlrpc-server.php:3676
-msgid "Sorry, you are not allowed access to details of this post."
-msgstr "Non hai i permessi per accedere ai dettagli di questo articoli."
+#: wp-includes/class-wp-xmlrpc-server.php:6296
+msgid "The source URL and the target URL cannot both point to the same resource."
+msgstr "L'URL di partenza e l'URL d'arrivo non possono puntare alla stessa risorsa."
 
-#: wp-includes/class-wp-xmlrpc-server.php:3584
-msgid "A valid email address is required"
-msgstr "&Egrave richiesto un indirizzo email valido"
+#: wp-includes/class-wp-xmlrpc-server.php:6329
+msgid "The source URL does not exist."
+msgstr "L'URL sorgente non esiste."
 
-#: wp-includes/class-wp-xmlrpc-server.php:3582
-msgid "Comment author name and email are required"
-msgstr "Sono richiesti il nome e l'email dell'autore del commento"
+#: wp-includes/class-wp-xmlrpc-server.php:6350
+msgid "We cannot find a title on that page."
+msgstr "Non possiamo trovare un titolo in quella pagina."
 
-#: wp-includes/class-wp-xmlrpc-server.php:1311
-#: wp-includes/class-wp-xmlrpc-server.php:1570
-#: wp-includes/class-wp-xmlrpc-server.php:1636
-#: wp-includes/class-wp-xmlrpc-server.php:1734
-#: wp-includes/class-wp-xmlrpc-server.php:2662
-#: wp-includes/class-wp-xmlrpc-server.php:3542
-#: wp-includes/class-wp-xmlrpc-server.php:3546
-#: wp-includes/class-wp-xmlrpc-server.php:3672
-#: wp-includes/class-wp-xmlrpc-server.php:4219
-#: wp-includes/class-wp-xmlrpc-server.php:4283
-#: wp-includes/class-wp-xmlrpc-server.php:4286
-#: wp-includes/class-wp-xmlrpc-server.php:4289
-#: wp-includes/class-wp-xmlrpc-server.php:4458
-#: wp-includes/class-wp-xmlrpc-server.php:5189
-#: wp-includes/class-wp-xmlrpc-server.php:5486
-#: wp-includes/class-wp-xmlrpc-server.php:5998
-#: wp-includes/class-wp-xmlrpc-server.php:6052
-#: wp-includes/class-wp-xmlrpc-server.php:6171 wp-includes/post.php:2916
-#: wp-includes/post.php:3450 wp-includes/revision.php:292
-msgid "Invalid post ID."
-msgstr "ID articolo non valido"
+#: wp-includes/class-wp-xmlrpc-server.php:6387
+msgid "The source URL does not contain a link to the target URL, and so cannot be used as a source."
+msgstr "L'URL d'origine non contiene un link all'URL di destinazione e quindi non può essere utilizzato come origine."
 
-#: wp-includes/class-wp-xmlrpc-server.php:3528
-msgid "You must be registered to comment"
-msgstr "Occorre essere registrati per poter inviare commenti"
+#. translators: 1: URL of the page linked from, 2: URL of the page linked to
+#: wp-includes/class-wp-xmlrpc-server.php:6420
+msgid "Pingback from %1$s to %2$s registered. Keep the web talking! :-)"
+msgstr "Pingback da %1$s a %2$s registrato. Facciamo parlare il web! :-)"
 
-#: wp-includes/class-wp-xmlrpc-server.php:3474
-msgid "Sorry, the comment could not be edited. Something wrong happened."
-msgstr "Il commento non può essere modificato. &Egrave; accaduto qualcosa di sbagliato."
+#. translators: 1: Database error message, 2: SQL query, 3: Name of the calling
+#. function
+#: wp-includes/wp-db.php:1369
+msgid "WordPress database error %1$s for query %2$s made by %3$s"
+msgstr "WordPress errore sul database %1$s per la query %2$s fatta da %3$s"
 
-#: wp-includes/class-wp-xmlrpc-server.php:3285
-#: wp-includes/class-wp-xmlrpc-server.php:3442
-msgid "Invalid comment status."
-msgstr "Stato del commento non valido."
+#. translators: 1: Database error message, 2: SQL query
+#: wp-includes/wp-db.php:1372
+msgid "WordPress database error %1$s for query %2$s"
+msgstr "WordPress errore database %1$s per la query %2$s"
 
-#: wp-includes/class-wp-xmlrpc-server.php:3228
-#: wp-includes/class-wp-xmlrpc-server.php:3360
-#: wp-includes/class-wp-xmlrpc-server.php:3427
-msgid "Invalid comment ID."
-msgstr "ID commento non valido."
+#: wp-includes/class-wp-xmlrpc-server.php:6251
+msgid "Is there no link to us?"
+msgstr "Non ci sono link a noi?"
 
-#: wp-includes/class-wp-xmlrpc-server.php:3087
-#: wp-includes/class-wp-xmlrpc-server.php:3089
+#: wp-includes/class-wp-xmlrpc-server.php:3090
+#: wp-includes/class-wp-xmlrpc-server.php:3092
 msgid "Sorry, the new category failed."
 msgstr "L'inserimento di una nuova categoria non è riuscito."
 
-#: wp-includes/class-wp-xmlrpc-server.php:2805
+#: wp-includes/class-wp-xmlrpc-server.php:2808
 msgid "Failed to delete the page."
 msgstr "Impossibile eliminare la pagina."
 
-#: wp-includes/class-wp-xmlrpc-server.php:2676
-#: wp-includes/class-wp-xmlrpc-server.php:2796
-#: wp-includes/class-wp-xmlrpc-server.php:2858
-msgid "Sorry, no such page."
-msgstr "Questa pagina non esiste."
-
-#: wp-includes/class-wp-xmlrpc-server.php:503
-msgid "Allow new users to sign up"
-msgstr "Permettere ai nuovi utenti di iscriversi"
-
-#: wp-includes/class-wp-xmlrpc-server.php:478
-msgid "Time Zone"
-msgstr "Fuso orario"
-
-#: wp-includes/class-wp-xmlrpc-server.php:421
-msgid "Software Version"
-msgstr "Versione software"
-
-#: wp-includes/class-wp-xmlrpc-server.php:416
-msgid "Software Name"
-msgstr "Nome software"
-
-#: wp-signup.php:846
-msgid "User registration has been disabled."
-msgstr "La registrazione utenti è stata disabilitata."
+#: wp-includes/class-wp-xmlrpc-server.php:6304
+msgid "The pingback has already been registered."
+msgstr "Il pingback è già stato registrato."
 
-#: wp-signup.php:834
-msgid "Registration has been disabled."
-msgstr "La registrazione è stata disabilitata."
+#: wp-includes/class-wp-xmlrpc-server.php:6453
+msgid "The specified target URL does not exist."
+msgstr "L’URL di destinazione specifica non esiste"
 
-#: wp-signup.php:756
-msgid "Still waiting for your email?"
-msgstr "Stai ancora aspettando l’email?"
+#: wp-includes/load.php:141
+msgid "Your PHP installation appears to be missing the MySQL extension which is required by WordPress."
+msgstr "L’installazione di PHP non ha l’estensione MySQL necessaria per utilizzare WordPress."
 
-#: wp-signup.php:673
-msgid "Signup"
-msgstr "Registrazione"
+#: wp-includes/class-wp-xmlrpc-server.php:5275
+msgid "Sorry, you are not allowed to change the page author as this user."
+msgstr "Non hai i permessi per cambiare l'autore della pagina con questo nome utente."
 
-#: wp-signup.php:609
-msgid "If you do not activate your username within two days, you will have to sign up again."
-msgstr "Se non si attiva il proprio nome utente entro due giorni, occorrerà registrarsi nuovamente."
+#: wp-includes/class-wp-xmlrpc-server.php:5270
+msgid "Sorry, you are not allowed to change the post author as this user."
+msgstr "Non hai i permessi per cambiare l'autore dell'articolo con questo utente."
 
-#: wp-signup.php:606
-msgid "But, before you can start using your new username, <strong>you must activate it</strong>."
-msgstr "Ma prima di poter inziare ad utilizzare il proprio nome utente <strong>bisogna attivarlo</strong>."
+#: wp-includes/class-wp-xmlrpc-server.php:4710
+#: wp-includes/class-wp-xmlrpc-server.php:5384
+#: wp-includes/class-wp-xmlrpc-server.php:6194
+msgid "Sorry, you are not allowed to publish this post."
+msgstr "Non hai i permessi per pubblicare questo articolo."
 
-#. translators: %s: username
-#: wp-signup.php:605
-msgid "%s is your new username"
-msgstr "%s è il nuovo nome utente"
+#: wp-includes/class-wp-xmlrpc-server.php:3888
+msgid "Sorry, you are not allowed to update options."
+msgstr "Non hai i permessi per aggiornare le opzioni."
 
-#: wp-includes/script-loader.php:955 wp-signup.php:559
-msgid "Next"
-msgstr "Successivo"
+#: wp-includes/class-wp-xmlrpc-server.php:3690
+msgid "Sorry, you are not allowed access to details of this post."
+msgstr "Non hai i permessi per accedere ai dettagli di questo articoli."
 
-#: wp-signup.php:555
-msgid "Just a username, please."
-msgstr "Solo un nome utente, grazie."
+#: wp-includes/class-wp-xmlrpc-server.php:3593
+msgid "A valid email address is required."
+msgstr "&Egrave; obbligatorio un indirizzo email valido."
 
-#. translators: %s: name of the network
-#: wp-signup.php:535
-msgid "Get your own %s account in seconds"
-msgstr "Ottieni il tuo account %s in pochi secondi"
+#. translators: 1: file name, 2: error message
+#: wp-includes/class-wp-xmlrpc-server.php:5841
+msgid "Could not write file %1$s (%2$s)."
+msgstr "Impossibile scrivere il file %1$s (%2$s)."
 
-#: wp-signup.php:310
-msgid "There was a problem, please correct the form below and try again."
-msgstr "Si era verificato un problema, correggi il modulo sottostante e riprova."
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:603
+msgid "Sorry, you are not allowed to update posts as this user."
+msgstr "Non hai i permessi per aggiornare gli articoli con questo utente."
 
-#: wp-signup.php:236
-msgid "Email&nbsp;Address:"
-msgstr "Indirizzo&nbsp;email:"
+#: wp-includes/class-wp-xmlrpc-server.php:1305
+#: wp-includes/class-wp-xmlrpc-server.php:1792
+#: wp-includes/class-wp-xmlrpc-server.php:3300
+#: wp-includes/class-wp-xmlrpc-server.php:4115
+#: wp-includes/class-wp-xmlrpc-server.php:4879
+#: wp-includes/class-wp-xmlrpc-server.php:4937
+#: wp-includes/class-wp-xmlrpc-server.php:5215
+#: wp-includes/class-wp-xmlrpc-server.php:5279 wp-includes/post.php:1160
+#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:122
+msgid "Invalid post type."
+msgstr "Tipo di contenuto (post type) non valido."
 
-#: wp-signup.php:233
-msgid "(Must be at least 4 characters, letters and numbers only.)"
-msgstr "(Deve essere di almeno 4 caratteri, solo lettere e numeri.)"
+#: wp-includes/class-wp-xmlrpc-server.php:1332
+#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1081
+msgid "Sorry, you are not allowed to publish posts in this post type."
+msgstr "Non hai i permessi per pubblicare articoli per questo tipo di contenuto (post type)."
 
-#: wp-signup.php:173
-msgid "Privacy:"
-msgstr "Privacy:"
+#: wp-includes/class-wp-theme.php:784
+msgid "Gray"
+msgstr "Grigio"
 
-#. translators: %s: POP3 error
-#: wp-mail.php:231
-msgid "Oops: %s"
-msgstr "Ops: %s"
+#: wp-includes/post.php:202
+msgid "Published <span class=\"count\">(%s)</span>"
+msgid_plural "Published <span class=\"count\">(%s)</span>"
+msgstr[0] "Pubblicato <span class=\"count\">(%s)</span>"
+msgstr[1] "Pubblicati <span class=\"count\">(%s)</span>"
 
-#: wp-mail.php:121
-msgid "Author is %s"
-msgstr "L'autore è %s"
+#: wp-includes/post.php:216
+msgid "Draft <span class=\"count\">(%s)</span>"
+msgid_plural "Drafts <span class=\"count\">(%s)</span>"
+msgstr[0] "Bozza <span class=\"count\">(%s)</span>"
+msgstr[1] "Bozze <span class=\"count\">(%s)</span>"
 
-#: wp-mail.php:54
-msgid "There doesn&#8217;t seem to be any new mail."
-msgstr "Sembra non ci siano nuove email."
+#: wp-includes/post.php:230
+msgid "Private <span class=\"count\">(%s)</span>"
+msgid_plural "Private <span class=\"count\">(%s)</span>"
+msgstr[0] "Privato <span class=\"count\">(%s)</span>"
+msgstr[1] "Privati <span class=\"count\">(%s)</span>"
 
-#: wp-mail.php:34
-msgid "Slow down cowboy, no need to check for new mails so often!"
-msgstr "Rallenta cowboy, non serve controllare così spesso le nuove email!"
+#: wp-includes/post.php:237
+msgid "Trash <span class=\"count\">(%s)</span>"
+msgid_plural "Trash <span class=\"count\">(%s)</span>"
+msgstr[0] "Cestinato <span class=\"count\">(%s)</span>"
+msgstr[1] "Cestinati <span class=\"count\">(%s)</span>"
 
-#: wp-login.php:872
-msgid "Registration complete. Please check your email."
-msgstr "Registrazione completata. Verifica la tua email."
+#: wp-includes/class-wp-editor.php:908
+msgid "General"
+msgstr "Generale"
 
-#: wp-login.php:870
-msgid "Check your email for your new password."
-msgstr "Controllare la propria casella email per la nuova password."
+#: wp-includes/comment.php:241
+msgid "Unapproved"
+msgstr "Non approvato"
 
-#: wp-login.php:868
-msgid "Check your email for the confirmation link."
-msgstr "Controllare la propria casella email per il link di conferma."
+#: wp-includes/comment.php:658 wp-includes/comment.php:661
+#: wp-includes/comment.php:664
+msgid "Duplicate comment detected; it looks as though you&#8217;ve already said that!"
+msgstr "Identificato un commento duplicato; sembra che tu abbia già scritto questo commento!"
 
-#: wp-login.php:866
-msgid "User registration is currently not allowed."
-msgstr "La registrazione degli utenti non è al momento permessa."
+#: wp-includes/comment.php:2101
+msgid "Could not update comment status"
+msgstr "Impossibile aggiornare lo stato del commento"
 
-#: wp-login.php:864
-msgid "You are now logged out."
-msgstr "Hai effettuato il log out."
+#: wp-includes/cron.php:405
+msgid "Once Hourly"
+msgstr "Ogni ora"
 
-#: wp-login.php:823
-msgid "You have logged in successfully."
-msgstr "Ti sei autenticato correttamente."
+#: wp-includes/cron.php:406
+msgid "Twice Daily"
+msgstr "Due volte al giorno"
 
-#: wp-includes/user.php:144 wp-includes/user.php:170 wp-includes/user.php:222
-#: wp-includes/user.php:242 wp-login.php:754 wp-login.php:946
-msgid "Lost your password?"
-msgstr "Password dimenticata?"
+#: wp-includes/cron.php:407
+msgid "Once Daily"
+msgstr "Ogni giorno"
 
-#: wp-login.php:727
-msgid "Register For This Site"
-msgstr "Registrazione per questo sito"
+#: wp-includes/widgets/class-wp-widget-links.php:142
+#: wp-includes/widgets/class-wp-widget-pages.php:135
+msgid "Sort by:"
+msgstr "Ordinato per:"
 
-#: wp-login.php:727
-msgid "Registration Form"
-msgstr "Modulo di registrazione"
+#: wp-includes/widgets/class-wp-widget-pages.php:137
+msgid "Page title"
+msgstr "Titolo della pagina"
 
-#: wp-login.php:555
-msgid "Get New Password"
-msgstr "Ottieni una nuova password"
+#: wp-includes/widgets/class-wp-widget-pages.php:138
+msgid "Page order"
+msgstr "Ordine della pagina"
 
-#: wp-includes/general-template.php:408 wp-login.php:544 wp-login.php:906
-msgid "Username or Email"
-msgstr "Nome utente o email:"
+#: wp-includes/widgets/class-wp-widget-pages.php:139
+msgid "Page ID"
+msgstr "ID pagina"
 
-#: wp-login.php:536
-msgid "Lost Password"
-msgstr "Password persa"
+#: wp-includes/widgets/class-wp-widget-pages.php:143
+msgid "Exclude:"
+msgstr "Escludi:"
 
-#: wp-includes/user.php:2274
-msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
-msgstr "<strong>ERRORE</strong>: l’indirizzo email non è corretto."
+#: wp-includes/widgets/class-wp-widget-pages.php:146
+msgid "Page IDs, separated by commas."
+msgstr "ID pagina, separati da virgole."
 
-#: wp-includes/user.php:2272
-msgid "<strong>ERROR</strong>: Please type your email address."
-msgstr "<strong>ERRORE</strong>: Digitare il proprio indirizzo email."
+#: wp-includes/widgets/class-wp-widget-links.php:27
+msgid "Your blogroll"
+msgstr "Il blogroll"
 
-#: wp-includes/user.php:2133 wp-includes/user.php:2136
-#: wp-includes/user.php:2140 wp-includes/user.php:2165
-#: wp-includes/user.php:2174 wp-includes/user.php:2178
-#: wp-includes/user.php:2195
-msgid "Invalid key"
-msgstr "Chiave non valida"
+#: wp-includes/widgets/class-wp-widget-links.php:152
+msgid "Show Link Image"
+msgstr "Mostra immagine link"
 
-#: wp-login.php:381
-msgid "The email could not be sent."
-msgstr "Impossibile inviare l’email."
+#: wp-includes/widgets/class-wp-widget-links.php:154
+msgid "Show Link Name"
+msgstr "Mostra nome link"
 
-#: wp-login.php:353
-msgid "[%s] Password Reset"
-msgstr "Reimpostazione password per [%s] "
+#: wp-includes/widgets/class-wp-widget-links.php:156
+msgid "Show Link Description"
+msgstr "Mostra descrizione link"
 
-#: wp-includes/user.php:2078
-msgid "Password reset is not allowed for this user"
-msgstr "La reimpostazione della password non è consentita per questo utente."
+#: wp-includes/widgets/class-wp-widget-links.php:158
+msgid "Show Link Rating"
+msgstr "Mostra valutazione link"
 
-#: wp-login.php:324
-msgid "<strong>ERROR</strong>: Invalid username or email."
-msgstr "<strong>ERRORE</strong>: nome utente o email non validi."
+#: wp-includes/widgets/class-wp-widget-archives.php:82
+msgid "Select Month"
+msgstr "Seleziona mese"
 
-#: wp-login.php:303
-msgid "<strong>ERROR</strong>: There is no user registered with that email address."
-msgstr "<strong>ERRORE</strong>: L'utente registrato con questo indirizzo email non esiste."
+#: wp-includes/widgets/class-wp-widget-archives.php:161
+#: wp-includes/widgets/class-wp-widget-categories.php:167
+msgid "Show post counts"
+msgstr "Mostra conteggio articoli"
 
-#: wp-login.php:299
-msgid "<strong>ERROR</strong>: Enter a username or email address."
-msgstr "<strong>ERRORE</strong>: Inserisci un nome utente o un indirizzo email."
+#: wp-includes/widgets/class-wp-widget-calendar.php:41
+msgid "Calendar"
+msgstr "Calendario"
 
-#: wp-login.php:105
-msgid "Powered by WordPress"
-msgstr "Powered by WordPress"
+#: wp-includes/widgets/class-wp-widget-text.php:32
+msgid "Text"
+msgstr "Testo"
 
-#: wp-includes/wp-db.php:3212
-msgid "<strong>ERROR</strong>: WordPress %1$s requires MySQL %2$s or higher"
-msgstr "<strong>ERRORE</strong>: WordPress %1$s richiede MySQL %2$s o superiore"
+#: wp-includes/widgets/class-wp-widget-categories.php:71
+msgid "Select Category"
+msgstr "Seleziona una categoria"
 
-#: wp-includes/widgets.php:173 wp-includes/widgets.php:244
-msgid "Sidebar %d"
-msgstr "Barra laterale %d"
+#: wp-includes/widgets/class-wp-widget-categories.php:170
+msgid "Show hierarchy"
+msgstr "Visualizza la gerarchia"
 
-#: wp-includes/functions.php:5135 wp-includes/user.php:280
-msgid "Please log in again."
-msgstr "Accedi nuovamente"
+#: wp-includes/widgets/class-wp-widget-recent-posts.php:31
+#: wp-includes/widgets/class-wp-widget-recent-posts.php:50
+msgid "Recent Posts"
+msgstr "Articoli recenti"
 
-#: wp-includes/user.php:310
-msgid "<strong>ERROR</strong>: Your account has been marked as a spammer."
-msgstr "<strong>ERRORE</strong>: l'account è stato contrassegnato come un account spammer."
+#: wp-includes/widgets/class-wp-widget-recent-posts.php:135
+msgid "Number of posts to show:"
+msgstr "Numero di articoli da visualizzare:"
 
-#: wp-includes/user.php:133 wp-includes/user.php:206
-msgid "<strong>ERROR</strong>: The password field is empty."
-msgstr "<strong>ERRORE</strong>: il campo password è vuoto."
+#. translators: comments widget: 1: comment author, 2: post link
+#: wp-includes/widgets/class-wp-widget-recent-comments.php:116
+msgctxt "widgets"
+msgid "%1$s on %2$s"
+msgstr "%1$s su %2$s"
 
-#: wp-includes/user.php:130
-msgid "<strong>ERROR</strong>: The username field is empty."
-msgstr "<strong>ERRORE</strong>: il campo nome utente è vuoto."
+#: wp-includes/widgets.php:1267
+msgid "Untitled"
+msgstr "Senza titolo"
 
-#: wp-includes/class-wp-theme.php:245
-msgid "Stylesheet is missing."
-msgstr "Foglio di stile mancante."
+#: wp-includes/widgets.php:1367
+msgid "Display item content?"
+msgstr "Visualizza il contenuto delle voci?"
 
-#: wp-includes/class-wp-theme.php:297
-msgid "The parent theme is missing. Please install the \"%s\" parent theme."
-msgstr "Il tema padre è mancante. Installare il tema padre \"%s\"."
+#: wp-includes/widgets/class-wp-widget-tag-cloud.php:30
+msgid "Tag Cloud"
+msgstr "Tag Cloud"
 
-#: wp-includes/taxonomy.php:4272
-msgid "Invalid object ID"
-msgstr "ID oggetto non valido."
+#: wp-includes/deprecated.php:64
+msgid "new WordPress Loop"
+msgstr "nuovo WordPress Loop"
 
-#: wp-includes/taxonomy.php:2910
-msgid "The slug &#8220;%s&#8221; is already in use by another term"
-msgstr "L'abbreviazione &#8220;%s&#8221; è già utilizzata da un altro termine"
+#: wp-includes/deprecated.php:963
+msgid "Last updated"
+msgstr "Ultimo aggiornamento"
 
-#: wp-includes/taxonomy.php:2344
-msgid "Could not insert term into the database"
-msgstr "Non è possibile inserire il termine nel database"
+#. translators: Comments feed title. 1: Post title
+#: wp-includes/feed-rss2-comments.php:38
+msgid "Comments on: %s"
+msgstr "Commenti a: %s"
 
-#: wp-includes/taxonomy.php:825 wp-includes/taxonomy.php:2825
-#: wp-includes/taxonomy.php:4070
-msgid "Empty Term"
-msgstr "Termine vuoto"
+#. translators: Comments feed title. 1: Site name, 2: Search query
+#: wp-includes/feed-atom-comments.php:36 wp-includes/feed-rss2-comments.php:41
+msgid "Comments for %1$s searching on %2$s"
+msgstr "Commenti per %1$s ricercati in %2$s"
 
-#: wp-includes/script-loader.php:551
-msgid "Saving Draft&#8230;"
-msgstr "Salvataggio bozza&#8230;"
+#. translators: Comments feed title. 1: Site name
+#: wp-includes/feed-atom-comments.php:39 wp-includes/feed-rss2-comments.php:44
+msgid "Comments for %s"
+msgstr "Commenti per %s"
 
-#: wp-includes/script-loader.php:719
-msgid "Could not set that as the thumbnail image. Try a different attachment."
-msgstr "Impossibile impostare questo elemento come miniatura della pagina. Provare con un differente allegato."
+#. translators: Individual comment title. 1: Post title, 2: Comment author name
+#: wp-includes/feed-atom-comments.php:81 wp-includes/feed-rss2-comments.php:80
+msgid "Comment on %1$s by %2$s"
+msgstr "Commenti su %1$s di %2$s"
 
-#: wp-includes/script-loader.php:718
-msgid "Saving..."
-msgstr "Salvataggio in corso..."
+#. translators: Comment author title. 1: Comment author name
+#: wp-includes/feed-atom-comments.php:84 wp-includes/feed-rss2-comments.php:83
+msgid "By: %s"
+msgstr "Di: %s"
 
-#: wp-includes/script-loader.php:587
-msgid "Remove From Bulk Edit"
-msgstr "Rimuovi dalla modifica di gruppo"
+#. translators: Time difference between two dates, in minutes (min=minute). 1:
+#. Number of minutes
+#: wp-includes/formatting.php:3221
+msgid "%s min"
+msgid_plural "%s mins"
+msgstr[0] "%s minuto"
+msgstr[1] "%s minuti"
 
-#: wp-includes/script-loader.php:586 wp-includes/script-loader.php:595
-msgid "Error while saving the changes."
-msgstr "Errore nel salvataggio delle modifiche."
+#. translators: Time difference between two dates, in hours. 1: Number of hours
+#: wp-includes/formatting.php:3227
+msgid "%s hour"
+msgid_plural "%s hours"
+msgstr[0] "%s ora"
+msgstr[1] "%s ore"
 
-#: wp-includes/script-loader.php:573
-msgid "Submitted on:"
-msgstr "Inviato il:"
+#. translators: Time difference between two dates, in days. 1: Number of days
+#: wp-includes/formatting.php:3233
+msgid "%s day"
+msgid_plural "%s days"
+msgstr[0] "%s giorno"
+msgstr[1] "%s giorni"
 
-#: wp-includes/script-loader.php:547
-msgid "Password Protected"
-msgstr "Protetto da password"
+#. translators: used between list items, there is a space after the comma
+#: wp-includes/class-wp-theme.php:741
+msgid ", "
+msgstr ", "
 
-#: wp-includes/script-loader.php:538
-msgid "No more comments found."
-msgstr "Nessun altro commento trovato."
+#: wp-includes/option.php:156
+msgid "%s is a protected WP option and may not be modified"
+msgstr "%s è un opzione protetta di WP e non può essere modificata"
 
-#: wp-includes/script-loader.php:537
-msgid "Show more comments"
-msgstr "Mostra altri commenti"
+#. translators: %s: directory path
+#: wp-includes/functions.php:1909 wp-includes/functions.php:2175
+msgid "Unable to create directory %s. Is its parent directory writable by the server?"
+msgstr "Impossibile creare la directory %s. Verifica che la directory madre sia scrivibile dal server!"
 
-#: wp-includes/script-loader.php:534
-msgid "Published on:"
-msgstr "Pubblicato il:"
+#: wp-includes/functions.php:2137
+msgid "Empty filename"
+msgstr "Nome file vuoto"
 
-#: wp-includes/script-loader.php:533
-msgid "Schedule for:"
-msgstr "Pianifica per:"
+#: wp-includes/functions.php:2183
+msgid "Could not write file %s"
+msgstr "Impossibile scrivere il file %s"
 
-#: wp-includes/script-loader.php:532
-msgid "Publish on:"
-msgstr "Pubblica il:"
+#. translators: %s: site name
+#: wp-includes/functions.php:2538
+msgid "You are attempting to log out of %s"
+msgstr "Si sta tentando di scollegarsi da %s"
 
-#: wp-includes/script-loader.php:395
-msgctxt "password strength"
-msgid "Medium"
-msgstr "Media"
+#: wp-includes/functions.php:2559
+msgid "WordPress Failure Notice"
+msgstr "Avviso di errore WordPress"
 
-#: wp-includes/script-loader.php:292
-msgid "moved to the trash."
-msgstr "spostato nel cestino."
+#: wp-includes/functions.php:2554 wp-includes/ms-functions.php:1970
+msgid "Please try again."
+msgstr "Riprovare"
 
-#: wp-includes/script-loader.php:291
-msgid "Crunching&hellip;"
-msgstr "Elaborazione&hellip;"
+#: wp-includes/functions.php:2679
+msgid "&laquo; Back"
+msgstr "&laquo; Indietro"
 
-#: wp-includes/script-loader.php:289
-msgid "Upload stopped."
-msgstr "Caricamento interrotto."
+#: wp-includes/functions.php:2691 wp-load.php:92
+msgid "WordPress &rsaquo; Error"
+msgstr "WordPress &rsaquo; Errore"
 
-#: wp-includes/script-loader.php:287
-msgid "Security error."
-msgstr "Errore di sicurezza."
+#. translators: 1: PHP function name, 2: version number, 3: alternative
+#. function name
+#. translators: 1: PHP file name, 2: version number, 3: alternative file name
+#. translators: 1: WordPress hook name, 2: version number, 3: alternative hook
+#. name
+#: wp-includes/functions.php:3783 wp-includes/functions.php:3911
+#: wp-includes/functions.php:4034
+msgid "%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead."
+msgstr "%1$s è <strong>deprecata</strong> dalla versione %2$s! Utilizzare al suo posto %3$s."
 
-#: wp-includes/script-loader.php:286
-msgid "IO error."
-msgstr "Errore di I/O."
+#. translators: 1: PHP function name, 2: version number
+#. translators: 1: PHP file name, 2: version number
+#. translators: 1: WordPress hook name, 2: version number
+#: wp-includes/functions.php:3786 wp-includes/functions.php:3914
+#: wp-includes/functions.php:4037
+msgid "%1$s is <strong>deprecated</strong> since version %2$s with no alternative available."
+msgstr "%1$s è <strong>deprecata</strong> dalla versione %2$s senza alcuna alternativa disponibile."
 
-#: wp-includes/script-loader.php:283
-msgid "Upload failed."
-msgstr "Caricamento non riuscito."
+#: wp-includes/functions.php:4573
+msgid "Select a city"
+msgstr "Seleziona una città"
 
-#: wp-includes/script-loader.php:282
-msgid "HTTP error."
-msgstr "Errore HTTP."
+#: wp-includes/general-template.php:274
+msgid "Log out"
+msgstr "Esci da questo account"
 
-#: wp-includes/script-loader.php:281
-msgid "You may only upload 1 file."
-msgstr "&Egrave; possibile caricare un solo file."
+#: wp-includes/general-template.php:539 wp-login.php:553 wp-login.php:666
+#: wp-login.php:740 wp-login.php:933
+msgid "Register"
+msgstr "Registrati"
 
-#: wp-includes/script-loader.php:280
-msgid "There was a configuration error. Please contact the server administrator."
-msgstr "Si è verificato un errore di configurazione. Contattate l'amministratore del server."
+#: wp-includes/general-template.php:543
+msgid "Site Admin"
+msgstr "Amministra sito"
 
-#: wp-includes/script-loader.php:279
-msgid "An error occurred in the upload. Please try again later."
-msgstr "Si è verificato un errore durante il caricamento. Riprovare più tardi."
+#. translators: 1: separator, 2: search phrase
+#: wp-includes/general-template.php:1179
+msgid "Search Results %1$s %2$s"
+msgstr "Risultati della ricerca %1$s %2$s"
 
-#: wp-includes/script-loader.php:275
-msgid "This file type is not allowed. Please try another."
-msgstr "Questo tipo di file non è consentito. Prova con un altro file."
+#. translators: 1: month name, 2: 4-digit year
+#: wp-includes/general-template.php:1743 wp-includes/media.php:3345
+msgid "%1$s %2$d"
+msgstr "%1$s %2$d"
 
-#: wp-includes/script-loader.php:274
-msgid "This file is empty. Please try another."
-msgstr "Questo file è vuoto. Prova con un altro file."
+#. translators: Calendar caption: 1: month name, 2: 4-digit year
+#: wp-includes/general-template.php:1968
+msgctxt "calendar caption"
+msgid "%1$s %2$s"
+msgstr "%1$s: %2$s"
 
-#: wp-includes/script-loader.php:272
-msgid "You have attempted to queue too many files."
-msgstr "Hai tentato di mettere in coda troppi file."
+#. translators: Separator between blog name and feed type in feed links
+#: wp-includes/general-template.php:2606 wp-includes/general-template.php:2648
+msgctxt "feed link"
+msgid "&raquo;"
+msgstr "&raquo;"
 
-#: wp-includes/script-loader.php:262
-msgid "This feature requires inline frames. You have iframes disabled or your browser does not support them."
-msgstr "Questa funzionalità richiede il frame in linea. Hai gli iframe disabilitati o il browser non li supporta."
+#. translators: 1: blog title, 2: separator (raquo)
+#: wp-includes/general-template.php:2608
+msgid "%1$s %2$s Feed"
+msgstr "%1$s %2$s Feed"
 
-#: wp-includes/script-loader.php:260
-msgid "of"
-msgstr "di"
+#. translators: 1: blog title, 2: separator (raquo)
+#: wp-includes/general-template.php:2610
+msgid "%1$s %2$s Comments Feed"
+msgstr "%1$s %2$s Feed dei commenti"
 
-#: wp-includes/script-loader.php:259
-msgid "Image"
-msgstr "Immagine"
+#. translators: 1: blog name, 2: separator(raquo), 3: post title
+#: wp-includes/general-template.php:2650
+msgid "%1$s %2$s %3$s Comments Feed"
+msgstr "%1$s %2$s %3$s Feed dei commenti"
 
-#: wp-includes/script-loader.php:258
-msgid "&lt; Prev"
-msgstr "&laquo; Prec."
+#. translators: 1: blog name, 2: separator(raquo), 3: category name
+#: wp-includes/general-template.php:2652
+msgid "%1$s %2$s %3$s Category Feed"
+msgstr "%1$s %2$s %3$s Feed della categoria"
 
-#: wp-includes/script-loader.php:257
-msgid "Next &gt;"
-msgstr "Succ. &raquo;"
+#. translators: 1: blog name, 2: separator(raquo), 3: tag name
+#: wp-includes/general-template.php:2654
+msgid "%1$s %2$s %3$s Tag Feed"
+msgstr "%1$s %2$s %3$s Feed del tag"
 
-#: wp-includes/script-loader.php:128 wp-includes/script-loader.php:500
-msgid "An unidentified error has occurred."
-msgstr "Si è verificato un errore non identificato."
+#. translators: 1: blog name, 2: separator(raquo), 3: author name
+#: wp-includes/general-template.php:2658
+msgid "%1$s %2$s Posts by %3$s Feed"
+msgstr "%1$s %2$s Articoli per il feed %3$s"
 
-#: wp-includes/script-loader.php:91
-msgid "Enter a description of the image"
-msgstr "Inserisci una descrizione per l'immagine"
+#. translators: 1: blog name, 2: separator(raquo), 3: search phrase
+#: wp-includes/general-template.php:2660
+msgid "%1$s %2$s Search Results for &#8220;%3$s&#8221; Feed"
+msgstr "%1$s %2$s Risultati della ricerca per i feed di &#8220;%3$s&#8221;"
 
-#: wp-includes/script-loader.php:90
-msgid "Enter the URL of the image"
-msgstr "Inserisci l'URL dell'immagine"
+#: wp-includes/general-template.php:3258
+msgid "&laquo; Previous"
+msgstr "&laquo; Precedente"
 
-#: wp-includes/script-loader.php:89
-msgid "Enter the URL"
-msgstr "Inserisci l'URL"
+#: wp-includes/general-template.php:3259
+msgid "Next &raquo;"
+msgstr "Successivo &raquo;"
 
-#: wp-includes/script-loader.php:88
-msgid "close tags"
-msgstr "chiudi tag"
+#: wp-includes/class-http.php:268
+msgid "User has blocked requests through HTTP."
+msgstr "L'utente ha bloccato le richieste via HTTP."
 
-#: wp-includes/script-loader.php:87
-msgid "Close all open tags"
-msgstr "Chiudi tutti i tag aperti"
+#: wp-includes/class-http.php:965 wp-includes/class-wp-http-curl.php:232
+#: wp-includes/class-wp-http-curl.php:271
+msgid "Too many redirects."
+msgstr "Troppi redirect."
 
-#: wp-includes/rss.php:919 wp-includes/widgets.php:1251
-msgid "An error has occurred, which probably means the feed is down. Try again later."
-msgstr "Si è verificato un errore; probabilmente il feed non è attivo. Riprova più tardi."
+#: wp-includes/class-wp-http-curl.php:189
+#: wp-includes/class-wp-http-streams.php:228
+msgid "Could not open handle for fopen() to %s"
+msgstr "Impossibile aprire un handle per fopen() verso %s"
 
-#: wp-includes/user.php:1976
-msgid "Jabber / Google Talk"
-msgstr "Jabber / Google Talk"
+#. translators: month name
+#: wp-includes/class-wp-locale.php:158 wp-includes/class-wp-locale.php:186
+msgid "January"
+msgstr "gennaio"
 
-#: wp-includes/user.php:1975
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
+#. translators: month name
+#: wp-includes/class-wp-locale.php:159 wp-includes/class-wp-locale.php:187
+msgid "February"
+msgstr "febbraio"
 
-#: wp-includes/user.php:1974
-msgid "AIM"
-msgstr "AIM"
+#. translators: month name
+#: wp-includes/class-wp-locale.php:160 wp-includes/class-wp-locale.php:188
+msgid "March"
+msgstr "marzo"
 
-#: wp-includes/user.php:1432
-msgid "Cannot create a user with an empty login name."
-msgstr "Impossibile creare un utente senza un nome di login."
+#. translators: month name
+#: wp-includes/class-wp-locale.php:161 wp-includes/class-wp-locale.php:189
+msgid "April"
+msgstr "aprile"
 
-#: wp-includes/revision.php:295
-msgid "Cannot create a revision of a revision"
-msgstr "Impossibile creare una revisione di una revisione"
+#. translators: month name
+#: wp-includes/class-wp-locale.php:162 wp-includes/class-wp-locale.php:190
+msgid "May"
+msgstr "maggio"
 
-#: wp-includes/post.php:3315
-msgid "The page template is invalid."
-msgstr "Il modello della pagina non è valido."
+#. translators: month name
+#: wp-includes/class-wp-locale.php:163 wp-includes/class-wp-locale.php:191
+msgid "June"
+msgstr "giugno"
 
-#: wp-includes/post.php:3217
-msgid "Could not insert post into the database"
-msgstr "È impossibile inserire l'articolo nel database"
+#. translators: month name
+#: wp-includes/class-wp-locale.php:164 wp-includes/class-wp-locale.php:192
+msgid "July"
+msgstr "luglio"
 
-#: wp-includes/post.php:3202
-msgid "Could not update post in the database"
-msgstr "Impossibile aggiornare l'articolo nel database"
+#. translators: month name
+#: wp-includes/class-wp-locale.php:165 wp-includes/class-wp-locale.php:193
+msgid "August"
+msgstr "agosto"
 
-#: wp-includes/post.php:2963
-msgid "Content, title, and excerpt are empty."
-msgstr "Contenuto, titolo e riassunto sono vuoti."
+#. translators: month name
+#: wp-includes/class-wp-locale.php:166 wp-includes/class-wp-locale.php:194
+msgid "September"
+msgstr "settembre"
 
-#: wp-includes/post.php:153
-msgid "Trash <span class=\"count\">(%s)</span>"
-msgid_plural "Trash <span class=\"count\">(%s)</span>"
-msgstr[0] "Cestinato <span class=\"count\">(%s)</span>"
-msgstr[1] "Cestinati <span class=\"count\">(%s)</span>"
+#. translators: month name
+#: wp-includes/class-wp-locale.php:167 wp-includes/class-wp-locale.php:195
+msgid "October"
+msgstr "ottobre"
 
-#: wp-includes/post.php:146
-msgid "Private <span class=\"count\">(%s)</span>"
-msgid_plural "Private <span class=\"count\">(%s)</span>"
-msgstr[0] "Privato <span class=\"count\">(%s)</span>"
-msgstr[1] "Privati <span class=\"count\">(%s)</span>"
+#. translators: month name
+#: wp-includes/class-wp-locale.php:168 wp-includes/class-wp-locale.php:196
+msgid "November"
+msgstr "novembre"
 
-#: wp-includes/post.php:139
-msgid "Pending <span class=\"count\">(%s)</span>"
-msgid_plural "Pending <span class=\"count\">(%s)</span>"
-msgstr[0] "In sospeso <span class=\"count\">(%s)</span>"
-msgstr[1] "In sospeso <span class=\"count\">(%s)</span>"
+#. translators: month name
+#: wp-includes/class-wp-locale.php:169 wp-includes/class-wp-locale.php:197
+msgid "December"
+msgstr "dicembre"
 
-#: wp-includes/post.php:132
-msgid "Draft <span class=\"count\">(%s)</span>"
-msgid_plural "Drafts <span class=\"count\">(%s)</span>"
-msgstr[0] "Bozza <span class=\"count\">(%s)</span>"
-msgstr[1] "Bozze <span class=\"count\">(%s)</span>"
+#. translators: weekday
+#: wp-includes/class-wp-locale.php:131 wp-includes/class-wp-locale.php:140
+#: wp-includes/class-wp-locale.php:149
+msgid "Sunday"
+msgstr "domenica"
 
-#: wp-includes/post.php:125
-msgid "Scheduled <span class=\"count\">(%s)</span>"
-msgid_plural "Scheduled <span class=\"count\">(%s)</span>"
-msgstr[0] "Pianificato <span class=\"count\">(%s)</span>"
-msgstr[1] "Pianificati <span class=\"count\">(%s)</span>"
+#. translators: weekday
+#: wp-includes/class-wp-locale.php:132 wp-includes/class-wp-locale.php:141
+#: wp-includes/class-wp-locale.php:150
+msgid "Monday"
+msgstr "lunedì"
 
-#: wp-includes/post.php:118
-msgid "Published <span class=\"count\">(%s)</span>"
-msgid_plural "Published <span class=\"count\">(%s)</span>"
-msgstr[0] "Pubblicato <span class=\"count\">(%s)</span>"
-msgstr[1] "Pubblicati <span class=\"count\">(%s)</span>"
+#. translators: weekday
+#: wp-includes/class-wp-locale.php:133 wp-includes/class-wp-locale.php:142
+#: wp-includes/class-wp-locale.php:151
+msgid "Tuesday"
+msgstr "martedì"
 
-#: wp-includes/post.php:86
-msgid "Revision"
-msgstr "Revisione"
+#. translators: weekday
+#: wp-includes/class-wp-locale.php:134 wp-includes/class-wp-locale.php:143
+#: wp-includes/class-wp-locale.php:152
+msgid "Wednesday"
+msgstr "mercoledì"
 
-#: wp-includes/post-template.php:1689
-msgid "%1$s [Current Revision]"
-msgstr "%1$s [Revisione attuale]"
+#. translators: weekday
+#: wp-includes/class-wp-locale.php:135 wp-includes/class-wp-locale.php:144
+#: wp-includes/class-wp-locale.php:153
+msgid "Thursday"
+msgstr "giovedì"
 
-#: wp-includes/post-template.php:1688
-msgid "%1$s [Autosave]"
-msgstr "%1$s [Salvataggio automatico]"
+#. translators: weekday
+#: wp-includes/class-wp-locale.php:136 wp-includes/class-wp-locale.php:145
+#: wp-includes/class-wp-locale.php:154
+msgid "Friday"
+msgstr "venerdì"
 
-#: wp-includes/post-template.php:1284
-msgid "Home"
-msgstr "Home"
+#. translators: weekday
+#: wp-includes/class-wp-locale.php:137 wp-includes/class-wp-locale.php:146
+#: wp-includes/class-wp-locale.php:155
+msgid "Saturday"
+msgstr "sabato"
 
-#: wp-includes/post-template.php:847
-msgid "Previous page"
-msgstr "Pagina precedente"
+#. translators: three-letter abbreviation of the weekday
+#: wp-includes/class-wp-locale.php:149
+msgid "Sun"
+msgstr "dom"
 
-#: wp-includes/post-template.php:846
-msgid "Next page"
-msgstr "Pagina successiva"
+#. translators: three-letter abbreviation of the weekday
+#: wp-includes/class-wp-locale.php:150
+msgid "Mon"
+msgstr "lun"
 
-#: wp-includes/post-template.php:385
-msgid "There is no excerpt because this is a protected post."
-msgstr "Non è disponibile alcun riassunto in quanto si tratta di un articolo protetto."
+#. translators: three-letter abbreviation of the weekday
+#: wp-includes/class-wp-locale.php:151
+msgid "Tue"
+msgstr "mar"
 
-#: wp-includes/post-template.php:145
-msgid "Private: %s"
-msgstr "Privato: %s"
+#. translators: three-letter abbreviation of the weekday
+#: wp-includes/class-wp-locale.php:152
+msgid "Wed"
+msgstr "mer"
 
-#: wp-includes/post-template.php:130
-msgid "Protected: %s"
-msgstr "Protetto: %s"
+#. translators: three-letter abbreviation of the weekday
+#: wp-includes/class-wp-locale.php:153
+msgid "Thu"
+msgstr "gio"
 
-#: wp-includes/pluggable.php:1754
-msgid "[%s] Your username and password info"
-msgstr "[%s] Il proprio nome utente e password"
+#. translators: three-letter abbreviation of the weekday
+#: wp-includes/class-wp-locale.php:154
+msgid "Fri"
+msgstr "ven"
 
-#: wp-includes/pluggable.php:1726
-msgid "[%s] New User Registration"
-msgstr "[%s] Registrazione di un nuovo utente"
+#. translators: three-letter abbreviation of the weekday
+#: wp-includes/class-wp-locale.php:155
+msgid "Sat"
+msgstr "sab"
 
-#: wp-includes/pluggable.php:1723 wp-includes/pluggable.php:1748
-#: wp-login.php:339
-msgid "Username: %s"
-msgstr "Nome utente: %s"
+#: wp-includes/class-wp-editor.php:935
+msgid "Print"
+msgstr "Stampa"
 
-#: wp-includes/pluggable.php:1616
-msgid "[%1$s] Please moderate: \"%2$s\""
-msgstr "[%1$s] Moderare: \"%2$s\""
+#: wp-includes/class-wp-editor.php:907
+msgid "Insert/edit image"
+msgstr "Inserisci/Modifica immagine"
 
-#: wp-includes/pluggable.php:1612
-msgid "Currently %s comment is waiting for approval. Please visit the moderation panel:"
-msgid_plural "Currently %s comments are waiting for approval. Please visit the moderation panel:"
-msgstr[0] "Attualmente è presente %s commento in attesa di approvazione. Visitare il pannello di moderazione:"
-msgstr[1] "Attualmente sono presenti %s commenti in attesa di approvazione. Visitare il pannello di moderazione:"
+#: wp-includes/class-wp-editor.php:941 wp-includes/class-wp-editor.php:1442
+#: wp-includes/script-loader.php:428
+msgid "Insert/edit link"
+msgstr "Inserisci/Modifica link"
 
-#: wp-includes/pluggable.php:1603
-msgid "Approve it: %s"
-msgstr "Approvalo: %s"
+#: wp-includes/class-wp-editor.php:985
+msgid "Insert row before"
+msgstr "Inserisci una riga prima"
 
-#: wp-includes/pluggable.php:1591
-msgid "Pingback excerpt: "
-msgstr "Riassunto pingback:"
+#: wp-includes/class-wp-editor.php:986
+msgid "Insert row after"
+msgstr "Inserisci una riga dopo"
 
-#: wp-includes/pluggable.php:1583
-msgid "Trackback excerpt: "
-msgstr "Estratto del trackback:"
+#: wp-includes/class-wp-editor.php:987
+msgid "Insert column before"
+msgstr "Inserisci una colonna prima"
 
-#: wp-includes/pluggable.php:1466 wp-includes/pluggable.php:1610
-msgid "Spam it: %s"
-msgstr "Marca come spam: %s"
+#: wp-includes/class-wp-editor.php:988
+msgid "Insert column after"
+msgstr "Inserisci una colonna dopo"
 
-#: wp-includes/pluggable.php:1464 wp-includes/pluggable.php:1608
-msgid "Delete it: %s"
-msgstr "Eliminare: %s"
+#: wp-includes/class-wp-editor.php:995
+msgid "Merge table cells"
+msgstr "Unisci celle tabella"
 
-#: wp-includes/pluggable.php:1462 wp-includes/pluggable.php:1606
-msgid "Trash it: %s"
-msgstr "Cestinare: %s"
+#: wp-includes/class-wp-editor.php:970
+msgid "Table properties"
+msgstr "Proprietà tabella"
 
-#. translators: 1: blog name, 2: post title
-#: wp-includes/pluggable.php:1443
-msgid "[%1$s] Pingback: \"%2$s\""
-msgstr "[%1$s] Pingback: \"%2$s\""
+#: wp-includes/class-wp-editor.php:989
+msgid "Paste table row before"
+msgstr "Incolla riga tabella prima"
 
-#. translators: 1: blog name, 2: post title
-#: wp-includes/pluggable.php:1433
-msgid "[%1$s] Trackback: \"%2$s\""
-msgstr "[%1$s] Trackback: \"%2$s\""
+#: wp-includes/class-wp-editor.php:990
+msgid "Paste table row after"
+msgstr "Incolla riga tabella dopo"
 
-#. translators: 1: blog name, 2: post title
-#: wp-includes/pluggable.php:1454
-msgid "[%1$s] Comment: \"%2$s\""
-msgstr "[%1$s] Commento: \"%2$s\""
+#: wp-includes/class-wp-editor.php:993
+msgid "Cut table row"
+msgstr "Taglia riga tabella"
 
-#: wp-includes/ms-load.php:492
-msgid "What do I do now?"
-msgstr "Cosa devo fare ora?"
+#: wp-includes/class-wp-editor.php:975
+msgid "Row"
+msgstr "Riga"
 
-#: wp-includes/ms-functions.php:1589
-msgid "New %1$s User: %2$s"
-msgstr "Nuovo %1$s utente: %2$s"
+#: wp-includes/class-wp-editor.php:898
+msgid "Document properties"
+msgstr "Proprietà documento"
 
-#: wp-includes/ms-functions.php:1243
-msgid "New User Registration: %s"
-msgstr "Registrazione nuovo utente: %s"
+#: wp-includes/class-wp-editor.php:841
+msgid "Paragraph"
+msgstr "Paragrafo"
 
-#: wp-includes/ms-functions.php:989
-msgid "That username is already activated."
-msgstr "Il nome utente è già stato attivato."
+#: wp-includes/class-wp-editor.php:842 wp-includes/script-loader.php:105
+msgid "Blockquote"
+msgstr "Citazione"
 
-#: wp-includes/ms-functions.php:981
-msgid "Could not create user"
-msgstr "Impossibile creare l'utente"
+#: wp-includes/class-wp-editor.php:856 wp-includes/script-loader.php:118
+msgid "Code"
+msgstr "Codice"
 
-#: wp-includes/ms-functions.php:961
-msgid "Invalid activation key."
-msgstr "Chiave di attivazione non valida."
+#: wp-includes/class-wp-editor.php:854 wp-includes/script-loader.php:100
+msgid "Bold"
+msgstr "Grassetto"
 
-#: wp-includes/ms-functions.php:497
-msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
-msgstr "Questo indirizzo email è stato già utilizzato. Verifica se nella tua posta è arrivata una email di attivazione. Se non fai nulla, l'indirizzo diverrà nuovamente disponibile in un paio di giorni."
+#: wp-includes/class-wp-editor.php:855 wp-includes/script-loader.php:102
+msgid "Italic"
+msgstr "Corsivo"
 
-#: wp-includes/ms-functions.php:487
-msgid "That username is currently reserved but may be available in a couple of days."
-msgstr "Il nome utente è attualmente riservato ma potrebbe rendersi disponibile in un paio di giorni."
+#: wp-includes/class-wp-editor.php:849
+msgid "Underline"
+msgstr "Sottolineato"
 
-#: wp-includes/ms-functions.php:475 wp-includes/user.php:1512
-msgid "Sorry, that email address is already used!"
-msgstr "Questo indirizzo email è già utilizzato!"
+#: wp-includes/class-wp-editor.php:850
+msgid "Strikethrough"
+msgstr "Barrato"
 
-#: wp-includes/ms-functions.php:471 wp-includes/user.php:1438
-msgid "Sorry, that username already exists!"
-msgstr "Questo nome utente esiste già!"
+#: wp-includes/class-wp-editor.php:851
+msgid "Subscript"
+msgstr "Pedice"
 
-#: wp-includes/ms-functions.php:465
-msgid "Sorry, that email address is not allowed!"
-msgstr "Questo indirizzo email non è consentito!"
+#: wp-includes/class-wp-editor.php:852
+msgid "Superscript"
+msgstr "Apice"
 
-#: wp-includes/ms-functions.php:456
-msgid "Sorry, usernames must have letters too!"
-msgstr "Il nome utente deve avere anche delle lettere!"
+#: wp-includes/class-wp-editor.php:868
+msgid "Cut"
+msgstr "Taglia"
 
-#: wp-includes/ms-functions.php:445
-msgid "You cannot use that email address to signup. We are having problems with them blocking some of our email. Please use another email provider."
-msgstr "Non è possibile utilizzare questo indirizzo email per registrarsi. Stiamo avendo problemi con alcune nostre email che vengono bloccate. Utilizzare un altro fornitore di email."
+#: wp-includes/class-wp-editor.php:869
+msgid "Copy"
+msgstr "Copia"
 
-#: wp-includes/ms-functions.php:241
-msgid "That user does not exist."
-msgstr "Questo utente non esiste."
+#: wp-includes/class-wp-editor.php:870
+msgid "Paste"
+msgstr "Incolla"
 
-#: wp-includes/class-wp-locale.php:196
-msgid "PM"
-msgstr "PM"
+#: wp-includes/class-wp-editor.php:828
+msgid "New document"
+msgstr "Nuovo documento"
 
-#: wp-includes/class-wp-locale.php:195
-msgid "AM"
-msgstr "AM"
+#: wp-includes/class-wp-editor.php:914
+msgid "Image description"
+msgstr "Descrizione immagine"
 
-#: wp-includes/class-wp-locale.php:194
-msgid "pm"
-msgstr "pm"
+#: wp-includes/class-wp-editor.php:911
+msgid "Border"
+msgstr "Bordo"
 
-#: wp-includes/class-wp-locale.php:193
-msgid "am"
-msgstr "am"
+#: wp-includes/class-wp-editor.php:916
+msgid "Dimensions"
+msgstr "Dimensioni"
 
-#: wp-includes/link-template.php:2732
-msgid "&laquo; Older Comments"
-msgstr "&laquo; Commenti precedenti"
+#: wp-includes/class-wp-editor.php:913
+msgid "Vertical space"
+msgstr "Spaziatura verticale"
 
-#: wp-includes/link-template.php:2688
-msgid "Newer Comments &raquo;"
-msgstr "Commenti seguenti &raquo;"
+#: wp-includes/class-wp-editor.php:939
+msgid "Horizontal space"
+msgstr "Spaziatura orizzontale"
 
-#: wp-includes/deprecated.php:2671
-msgid "Last Post"
-msgstr "Ultimo articolo"
+#: wp-includes/class-wp-editor.php:1008
+#: wp-includes/customize/class-wp-customize-background-position-control.php:46
+msgid "Top"
+msgstr "Alto"
 
-#: wp-includes/link-template.php:1776 wp-includes/link-template.php:2018
-msgid "Next Post"
-msgstr "Articolo successivo"
+#: wp-includes/class-wp-editor.php:1009
+msgid "Middle"
+msgstr "Mediano"
 
-#: wp-includes/link-template.php:1776 wp-includes/link-template.php:2018
-msgid "Previous Post"
-msgstr "Articolo precedente"
+#: wp-includes/class-wp-editor.php:1010
+#: wp-includes/customize/class-wp-customize-background-position-control.php:56
+msgid "Bottom"
+msgstr "Basso"
 
-#: wp-includes/link-template.php:697
-msgid "Comments Feed"
-msgstr "Feed dei commenti"
+#: wp-includes/class-wp-editor.php:912
+msgid "Constrain proportions"
+msgstr "Mantieni le proporzioni"
 
-#: wp-includes/class-wp-editor.php:1043
-msgid "Insert Page Break tag"
-msgstr "Inserisci tag di interruzione pagina"
+#: wp-includes/media-template.php:1094 wp-includes/media-template.php:1183
+msgid "Loop"
+msgstr "Ciclo"
 
-#: wp-includes/class-wp-editor.php:937
-msgid "Remove link"
-msgstr "Rimuovi link"
+#: wp-includes/media-template.php:845 wp-includes/media-template.php:911
+msgid "Align"
+msgstr "Allinea"
 
-#: wp-includes/script-loader.php:99
-msgid "Insert link"
-msgstr "Inserisci link"
+#: wp-includes/admin-bar.php:795
+msgid "Background"
+msgstr "Sfondo"
 
-#: wp-includes/class-wp-editor.php:956
-msgid "Check Spelling"
-msgstr "Verifica ortografia"
+#: wp-includes/class-wp-editor.php:937 wp-includes/script-loader.php:352
+msgid "Fullscreen"
+msgstr "Schermo intero"
 
-#: wp-includes/class-wp-editor.php:866
-msgid "Select all"
-msgstr "Seleziona tutto"
+#: wp-includes/script-loader.php:369
+msgid "Mute"
+msgstr "Muto"
 
-#: wp-includes/class-wp-editor.php:1067
-msgid "Action"
-msgstr "Azione"
+#: wp-includes/customize/class-wp-customize-background-position-control.php:55
+msgid "Bottom Left"
+msgstr "In basso a sinistra"
 
-#: wp-includes/class-wp-editor.php:1066
-msgid "Letter"
-msgstr "Lettera"
+#: wp-includes/customize/class-wp-customize-background-position-control.php:57
+msgid "Bottom Right"
+msgstr "In basso a destra"
 
-#: wp-includes/media-template.php:1004
-msgid "Link Rel"
-msgstr "Link Rel"
+#: wp-includes/media.php:3465
+msgid "Edit Gallery"
+msgstr "Modifica galleria"
 
-#: wp-includes/class-wp-editor.php:905
+#: wp-includes/class-wp-editor.php:910
 msgid "Source"
 msgstr "Sorgente"
 
-#: wp-includes/media.php:3412
-msgid "Edit Gallery"
-msgstr "Modifica galleria"
+#: wp-includes/media-template.php:1008
+msgid "Link Rel"
+msgstr "Link Rel"
+
+#: wp-includes/class-wp-editor.php:1071
+msgid "Letter"
+msgstr "Lettera"
 
-#: wp-includes/script-loader.php:360
-msgid "Mute"
-msgstr "Muto"
+#: wp-includes/class-wp-editor.php:1072
+msgid "Action"
+msgstr "Azione"
 
-#: wp-includes/class-wp-editor.php:932 wp-includes/script-loader.php:343
-msgid "Fullscreen"
-msgstr "Schermo intero"
+#: wp-includes/class-wp-editor.php:871
+msgid "Select all"
+msgstr "Seleziona tutto"
 
-#: wp-includes/admin-bar.php:748
-msgid "Background"
-msgstr "Sfondo"
+#: wp-includes/class-wp-editor.php:961
+msgid "Check Spelling"
+msgstr "Verifica ortografia"
 
-#: wp-includes/media-template.php:841 wp-includes/media-template.php:907
-msgid "Align"
-msgstr "Allinea"
+#: wp-includes/script-loader.php:104
+msgid "Insert link"
+msgstr "Inserisci link"
 
-#: wp-includes/media-template.php:1090 wp-includes/media-template.php:1179
-msgid "Loop"
-msgstr "Ciclo"
+#: wp-includes/class-wp-editor.php:942
+msgid "Remove link"
+msgstr "Rimuovi link"
 
-#: wp-includes/class-wp-editor.php:907
-msgid "Constrain proportions"
-msgstr "Mantieni le proporzioni"
+#: wp-includes/link-template.php:699
+msgid "Comments Feed"
+msgstr "Feed dei commenti"
 
-#: wp-includes/class-wp-editor.php:903
-msgid "General"
-msgstr "Generale"
+#: wp-includes/link-template.php:1779 wp-includes/link-template.php:2021
+msgid "Previous Post"
+msgstr "Articolo precedente"
 
-#: wp-includes/class-wp-editor.php:1005
-msgid "Bottom"
-msgstr "Basso"
+#: wp-includes/link-template.php:1779 wp-includes/link-template.php:2021
+msgid "Next Post"
+msgstr "Articolo successivo"
 
-#: wp-includes/class-wp-editor.php:1004
-msgid "Middle"
-msgstr "Mediano"
+#: wp-includes/deprecated.php:2671
+msgid "Last Post"
+msgstr "Ultimo articolo"
 
-#: wp-includes/class-wp-editor.php:1003
-msgid "Top"
-msgstr "Alto"
+#: wp-includes/link-template.php:2691
+msgid "Newer Comments &raquo;"
+msgstr "Commenti seguenti &raquo;"
 
-#: wp-includes/class-wp-editor.php:934
-msgid "Horizontal space"
-msgstr "Spaziatura orizzontale"
+#: wp-includes/link-template.php:2735
+msgid "&laquo; Older Comments"
+msgstr "&laquo; Commenti precedenti"
 
-#: wp-includes/class-wp-editor.php:908
-msgid "Vertical space"
-msgstr "Spaziatura verticale"
+#: wp-includes/class-wp-locale.php:200
+msgid "am"
+msgstr "am"
 
-#: wp-includes/class-wp-editor.php:911
-msgid "Dimensions"
-msgstr "Dimensioni"
+#: wp-includes/class-wp-locale.php:201
+msgid "pm"
+msgstr "pm"
 
-#: wp-includes/class-wp-editor.php:906
-msgid "Border"
-msgstr "Bordo"
+#: wp-includes/class-wp-locale.php:202
+msgid "AM"
+msgstr "AM"
 
-#: wp-includes/class-wp-editor.php:909
-msgid "Image description"
-msgstr "Descrizione immagine"
+#: wp-includes/class-wp-locale.php:203
+msgid "PM"
+msgstr "PM"
 
-#: wp-includes/class-wp-editor.php:823
-msgid "New document"
-msgstr "Nuovo documento"
+#. translators: 1: blog name, 2: post title
+#: wp-includes/pluggable.php:1463
+msgid "[%1$s] Comment: \"%2$s\""
+msgstr "[%1$s] Commento: \"%2$s\""
 
-#: wp-includes/class-wp-editor.php:865
-msgid "Paste"
-msgstr "Incolla"
+#. translators: 1: blog name, 2: post title
+#: wp-includes/pluggable.php:1441
+msgid "[%1$s] Trackback: \"%2$s\""
+msgstr "[%1$s] Trackback: \"%2$s\""
 
-#: wp-includes/class-wp-editor.php:864
-msgid "Copy"
-msgstr "Copia"
+#. translators: 1: blog name, 2: post title
+#: wp-includes/pluggable.php:1452
+msgid "[%1$s] Pingback: \"%2$s\""
+msgstr "[%1$s] Pingback: \"%2$s\""
 
-#: wp-includes/class-wp-editor.php:863
-msgid "Cut"
-msgstr "Taglia"
+#. translators: Comment moderation. 1: Comment action URL
+#: wp-includes/pluggable.php:1475 wp-includes/pluggable.php:1639
+msgid "Spam it: %s"
+msgstr "Marca come spam: %s"
 
-#: wp-includes/class-wp-editor.php:847
-msgid "Superscript"
-msgstr "Apice"
+#: wp-includes/pluggable.php:1600
+msgid "Trackback excerpt: "
+msgstr "Estratto del trackback:"
 
-#: wp-includes/class-wp-editor.php:846
-msgid "Subscript"
-msgstr "Pedice"
+#: wp-includes/pluggable.php:1610
+msgid "Pingback excerpt: "
+msgstr "Riassunto pingback:"
 
-#: wp-includes/class-wp-editor.php:845
-msgid "Strikethrough"
-msgstr "Barrato"
+#. translators: Comment moderation. 1: Comment action URL
+#: wp-includes/pluggable.php:1628
+msgid "Approve it: %s"
+msgstr "Approvalo: %s"
 
-#: wp-includes/class-wp-editor.php:844
-msgid "Underline"
-msgstr "Sottolineato"
+#: wp-includes/pluggable.php:1759 wp-includes/pluggable.php:1789
+#: wp-login.php:329
+msgid "Username: %s"
+msgstr "Nome utente: %s"
 
-#: wp-includes/class-wp-editor.php:850 wp-includes/script-loader.php:97
-msgid "Italic"
-msgstr "Corsivo"
+#: wp-includes/pluggable.php:1762
+msgid "[%s] New User Registration"
+msgstr "[%s] Registrazione di un nuovo utente"
 
-#: wp-includes/class-wp-editor.php:849 wp-includes/script-loader.php:95
-msgid "Bold"
-msgstr "Grassetto"
+#: wp-includes/pluggable.php:1795
+msgid "[%s] Your username and password info"
+msgstr "[%s] Il proprio nome utente e password"
 
-#: wp-includes/class-wp-editor.php:851 wp-includes/script-loader.php:113
-msgid "Code"
-msgstr "Codice"
+#: wp-includes/post-template.php:130
+msgid "Protected: %s"
+msgstr "Protetto: %s"
 
-#: wp-includes/class-wp-editor.php:837 wp-includes/script-loader.php:100
-msgid "Blockquote"
-msgstr "Citazione"
+#: wp-includes/post-template.php:145
+msgid "Private: %s"
+msgstr "Privato: %s"
 
-#: wp-includes/class-wp-editor.php:832
-msgid "Heading 6"
-msgstr "Titolo 6"
+#: wp-includes/post-template.php:865
+msgid "Next page"
+msgstr "Pagina successiva"
 
-#: wp-includes/class-wp-editor.php:831
-msgid "Heading 5"
-msgstr "Titolo 5"
+#: wp-includes/post-template.php:866
+msgid "Previous page"
+msgstr "Pagina precedente"
 
-#: wp-includes/class-wp-editor.php:830
-msgid "Heading 4"
-msgstr "Titolo 4"
+#: wp-includes/post-template.php:1334
+msgid "Home"
+msgstr "Home"
 
-#: wp-includes/class-wp-editor.php:829
-msgid "Heading 3"
-msgstr "Titolo 3"
+#: wp-includes/deprecated.php:1840 wp-includes/post-template.php:1499
+msgid "Missing Attachment"
+msgstr "Allegato mancante"
 
-#: wp-includes/class-wp-editor.php:828
-msgid "Heading 2"
-msgstr "Titolo 2"
+#: wp-includes/post.php:3059
+msgid "Content, title, and excerpt are empty."
+msgstr "Contenuto, titolo e riassunto sono vuoti."
 
-#: wp-includes/class-wp-editor.php:827
-msgid "Heading 1"
-msgstr "Titolo 1"
+#: wp-includes/post.php:3298
+msgid "Could not update post in the database"
+msgstr "Impossibile aggiornare l'articolo nel database"
 
-#: wp-includes/class-wp-editor.php:836
-msgid "Paragraph"
-msgstr "Paragrafo"
+#: wp-includes/revision.php:295
+msgid "Cannot create a revision of a revision"
+msgstr "Impossibile creare una revisione di una revisione"
 
-#: wp-includes/class-wp-editor.php:893
-msgid "Document properties"
-msgstr "Proprietà documento"
+#: wp-includes/user.php:1446
+msgid "Cannot create a user with an empty login name."
+msgstr "Impossibile creare un utente senza un nome di login."
 
-#: wp-includes/class-wp-editor.php:1028 wp-includes/script-loader.php:454
-#: wp-includes/script-loader.php:550 wp-includes/script-loader.php:559
-#: wp-includes/script-loader.php:728 wp-includes/theme.php:2109
-msgid "The changes you made will be lost if you navigate away from this page."
-msgstr "Se si abbandona questa pagina i cambiamenti effettuati verranno persi."
+#: wp-includes/user.php:2000
+msgid "AIM"
+msgstr "AIM"
 
-#: wp-includes/class-wp-editor.php:970
-msgid "Row"
-msgstr "Riga"
+#: wp-includes/user.php:2001
+msgid "Yahoo IM"
+msgstr "Yahoo IM"
 
-#: wp-includes/class-wp-editor.php:964
-msgid "Delete table"
-msgstr "Cancella tabella"
+#: wp-includes/user.php:2002
+msgid "Jabber / Google Talk"
+msgstr "Jabber / Google Talk"
 
-#: wp-includes/class-wp-editor.php:989
-msgid "Copy table row"
-msgstr "Copia la riga della tabella"
+#: wp-includes/script-loader.php:92
+msgid "Close all open tags"
+msgstr "Chiudi tutti i tag aperti"
 
-#: wp-includes/class-wp-editor.php:988
-msgid "Cut table row"
-msgstr "Taglia riga tabella"
+#: wp-includes/script-loader.php:93
+msgid "close tags"
+msgstr "chiudi tag"
 
-#: wp-includes/class-wp-editor.php:985
-msgid "Paste table row after"
-msgstr "Incolla riga tabella dopo"
+#: wp-includes/script-loader.php:94
+msgid "Enter the URL"
+msgstr "Inserisci l'URL"
 
-#: wp-includes/class-wp-editor.php:984
-msgid "Paste table row before"
-msgstr "Incolla riga tabella prima"
+#: wp-includes/script-loader.php:95
+msgid "Enter the URL of the image"
+msgstr "Inserisci l'URL dell'immagine"
 
-#: wp-includes/class-wp-editor.php:965
-msgid "Table properties"
-msgstr "Proprietà tabella"
+#: wp-includes/script-loader.php:96
+msgid "Enter a description of the image"
+msgstr "Inserisci una descrizione per l'immagine"
 
-#: wp-includes/class-wp-editor.php:967
-msgid "Table cell properties"
-msgstr "Proprietà della cella della tabella"
+#: wp-includes/script-loader.php:133 wp-includes/script-loader.php:518
+msgid "An unidentified error has occurred."
+msgstr "Si è verificato un errore non identificato."
 
-#: wp-includes/class-wp-editor.php:966
-msgid "Table row properties"
-msgstr "Proprietà della riga della tabella"
+#: wp-includes/script-loader.php:265
+msgid "Next &gt;"
+msgstr "Succ. &raquo;"
 
-#: wp-includes/class-wp-editor.php:990
-msgid "Merge table cells"
-msgstr "Unisci celle tabella"
+#: wp-includes/script-loader.php:266
+msgid "&lt; Prev"
+msgstr "&laquo; Prec."
 
-#: wp-includes/class-wp-editor.php:983
-msgid "Insert column after"
-msgstr "Inserisci una colonna dopo"
+#: wp-includes/script-loader.php:267
+msgid "Image"
+msgstr "Immagine"
 
-#: wp-includes/class-wp-editor.php:982
-msgid "Insert column before"
-msgstr "Inserisci una colonna prima"
+#: wp-includes/script-loader.php:268
+msgid "of"
+msgstr "di"
 
-#: wp-includes/class-wp-editor.php:986
-msgid "Delete row"
-msgstr "Cancella riga"
+#: wp-includes/script-loader.php:287
+msgid "An error occurred in the upload. Please try again later."
+msgstr "Si è verificato un errore durante il caricamento. Riprovare più tardi."
 
-#: wp-includes/class-wp-editor.php:981
-msgid "Insert row after"
-msgstr "Inserisci una riga dopo"
+#: wp-includes/script-loader.php:288
+msgid "There was a configuration error. Please contact the server administrator."
+msgstr "Si è verificato un errore di configurazione. Contattate l'amministratore del server."
 
-#: wp-includes/class-wp-editor.php:980
-msgid "Insert row before"
-msgstr "Inserisci una riga prima"
+#: wp-includes/script-loader.php:289
+msgid "You may only upload 1 file."
+msgstr "&Egrave; possibile caricare un solo file."
 
-#: wp-includes/class-wp-editor.php:936 wp-includes/class-wp-editor.php:1424
-#: wp-includes/script-loader.php:419
-msgid "Insert/edit link"
-msgstr "Inserisci/Modifica link"
+#: wp-includes/script-loader.php:290
+msgid "HTTP error."
+msgstr "Errore HTTP."
 
-#: wp-includes/class-wp-editor.php:902
-msgid "Insert/edit image"
-msgstr "Inserisci/Modifica immagine"
+#: wp-includes/script-loader.php:296
+msgid "Security error."
+msgstr "Errore di sicurezza."
 
-#: wp-includes/class-wp-editor.php:930
-msgid "Print"
-msgstr "Stampa"
+#: wp-includes/script-loader.php:298
+msgid "Upload stopped."
+msgstr "Caricamento interrotto."
 
-#. translators: three-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:148
-msgid "Sat"
-msgstr "sab"
+#: wp-includes/script-loader.php:300
+msgid "Crunching&hellip;"
+msgstr "Elaborazione&hellip;"
 
-#. translators: three-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:147
-msgid "Fri"
-msgstr "ven"
+#: wp-includes/script-loader.php:301
+msgid "moved to the trash."
+msgstr "spostato nel cestino."
 
-#. translators: three-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:146
-msgid "Thu"
-msgstr "gio"
+#: wp-includes/script-loader.php:404
+msgctxt "password strength"
+msgid "Medium"
+msgstr "Media"
 
-#. translators: three-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:145
-msgid "Wed"
-msgstr "mer"
+#: wp-includes/script-loader.php:556
+msgid "Publish on:"
+msgstr "Pubblica il:"
 
-#. translators: three-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:144
-msgid "Tue"
-msgstr "mar"
+#: wp-includes/script-loader.php:558
+msgid "Published on:"
+msgstr "Pubblicato il:"
 
-#. translators: three-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:143
-msgid "Mon"
-msgstr "lun"
+#: wp-includes/script-loader.php:561
+msgid "Show more comments"
+msgstr "Mostra altri commenti"
 
-#. translators: three-letter abbreviation of the weekday
-#: wp-includes/class-wp-locale.php:142
-msgid "Sun"
-msgstr "dom"
+#: wp-includes/script-loader.php:562
+msgid "No more comments found."
+msgstr "Nessun altro commento trovato."
 
-#. translators: weekday
-#: wp-includes/class-wp-locale.php:130 wp-includes/class-wp-locale.php:139
-#: wp-includes/class-wp-locale.php:148
-msgid "Saturday"
-msgstr "sabato"
+#: wp-includes/script-loader.php:571
+msgid "Password Protected"
+msgstr "Protetto da password"
 
-#. translators: weekday
-#: wp-includes/class-wp-locale.php:129 wp-includes/class-wp-locale.php:138
-#: wp-includes/class-wp-locale.php:147
-msgid "Friday"
-msgstr "venerdì"
+#: wp-includes/script-loader.php:597
+msgid "Submitted on:"
+msgstr "Inviato il:"
 
-#. translators: weekday
-#: wp-includes/class-wp-locale.php:128 wp-includes/class-wp-locale.php:137
-#: wp-includes/class-wp-locale.php:146
-msgid "Thursday"
-msgstr "giovedì"
+#: wp-includes/script-loader.php:610 wp-includes/script-loader.php:619
+msgid "Error while saving the changes."
+msgstr "Errore nel salvataggio delle modifiche."
 
-#. translators: weekday
-#: wp-includes/class-wp-locale.php:127 wp-includes/class-wp-locale.php:136
-#: wp-includes/class-wp-locale.php:145
-msgid "Wednesday"
-msgstr "mercoledì"
+#: wp-includes/script-loader.php:742
+msgid "Saving..."
+msgstr "Salvataggio in corso..."
 
-#. translators: weekday
-#: wp-includes/class-wp-locale.php:126 wp-includes/class-wp-locale.php:135
-#: wp-includes/class-wp-locale.php:144
-msgid "Tuesday"
-msgstr "martedì"
+#: wp-includes/script-loader.php:743
+msgid "Could not set that as the thumbnail image. Try a different attachment."
+msgstr "Impossibile impostare questo elemento come miniatura della pagina. Provare con un differente allegato."
 
-#. translators: weekday
-#: wp-includes/class-wp-locale.php:125 wp-includes/class-wp-locale.php:134
-#: wp-includes/class-wp-locale.php:143
-msgid "Monday"
-msgstr "lunedì"
+#: wp-includes/script-loader.php:575
+msgid "Saving Draft&#8230;"
+msgstr "Salvataggio bozza&#8230;"
 
-#. translators: weekday
-#: wp-includes/class-wp-locale.php:124 wp-includes/class-wp-locale.php:133
-#: wp-includes/class-wp-locale.php:142
-msgid "Sunday"
-msgstr "domenica"
+#: wp-includes/taxonomy.php:726 wp-includes/taxonomy.php:2577
+#: wp-includes/taxonomy.php:3848
+msgid "Empty Term"
+msgstr "Termine vuoto"
 
-#. translators: month name
-#: wp-includes/class-wp-locale.php:162 wp-includes/class-wp-locale.php:190
-msgid "December"
-msgstr "dicembre"
+#: wp-includes/taxonomy.php:4050
+msgid "Invalid object ID"
+msgstr "ID oggetto non valido."
 
-#. translators: month name
-#: wp-includes/class-wp-locale.php:161 wp-includes/class-wp-locale.php:189
-msgid "November"
-msgstr "novembre"
+#: wp-includes/class-wp-theme.php:246
+msgid "Stylesheet is missing."
+msgstr "Foglio di stile mancante."
 
-#. translators: month name
-#: wp-includes/class-wp-locale.php:160 wp-includes/class-wp-locale.php:188
-msgid "October"
-msgstr "ottobre"
+#: wp-includes/user.php:130
+msgid "<strong>ERROR</strong>: The username field is empty."
+msgstr "<strong>ERRORE</strong>: il campo nome utente è vuoto."
 
-#. translators: month name
-#: wp-includes/class-wp-locale.php:159 wp-includes/class-wp-locale.php:187
-msgid "September"
-msgstr "settembre"
+#: wp-includes/user.php:133 wp-includes/user.php:206
+msgid "<strong>ERROR</strong>: The password field is empty."
+msgstr "<strong>ERRORE</strong>: il campo password è vuoto."
 
-#. translators: month name
-#: wp-includes/class-wp-locale.php:158 wp-includes/class-wp-locale.php:186
-msgid "August"
-msgstr "agosto"
+#: wp-includes/widgets.php:173 wp-includes/widgets.php:244
+msgid "Sidebar %d"
+msgstr "Barra laterale %d"
 
-#. translators: month name
-#: wp-includes/class-wp-locale.php:157 wp-includes/class-wp-locale.php:185
-msgid "July"
-msgstr "luglio"
+#: wp-includes/user.php:2158 wp-includes/user.php:2161
+#: wp-includes/user.php:2165 wp-includes/user.php:2189
+#: wp-includes/user.php:2198 wp-includes/user.php:2202
+#: wp-includes/user.php:2219
+msgid "Invalid key"
+msgstr "Chiave non valida"
 
-#. translators: month name
-#: wp-includes/class-wp-locale.php:156 wp-includes/class-wp-locale.php:184
-msgid "June"
-msgstr "giugno"
+#: wp-login.php:546
+msgid "Get New Password"
+msgstr "Ottieni una nuova password"
 
-#. translators: month name
-#: wp-includes/class-wp-locale.php:155 wp-includes/class-wp-locale.php:183
-msgid "May"
-msgstr "maggio"
+#: wp-login.php:718
+msgid "Registration Form"
+msgstr "Modulo di registrazione"
 
-#. translators: month name
-#: wp-includes/class-wp-locale.php:154 wp-includes/class-wp-locale.php:182
-msgid "April"
-msgstr "aprile"
+#: wp-login.php:718
+msgid "Register For This Site"
+msgstr "Registrazione per questo sito"
 
-#. translators: month name
-#: wp-includes/class-wp-locale.php:153 wp-includes/class-wp-locale.php:181
-msgid "March"
-msgstr "marzo"
+#: wp-login.php:859
+msgid "User registration is currently not allowed."
+msgstr "La registrazione degli utenti non è al momento permessa."
 
-#. translators: month name
-#: wp-includes/class-wp-locale.php:152 wp-includes/class-wp-locale.php:180
-msgid "February"
-msgstr "febbraio"
+#: wp-includes/general-template.php:410 wp-login.php:914
+msgid "Remember Me"
+msgstr "Ricordami"
 
-#. translators: month name
-#: wp-includes/class-wp-locale.php:151 wp-includes/class-wp-locale.php:179
-msgid "January"
-msgstr "gennaio"
+#: wp-mail.php:34
+msgid "Slow down cowboy, no need to check for new mails so often!"
+msgstr "Rallenta cowboy, non serve controllare così spesso le nuove email!"
 
-#: wp-includes/class-wp-http-curl.php:189
-#: wp-includes/class-wp-http-streams.php:228
-msgid "Could not open handle for fopen() to %s"
-msgstr "Impossibile aprire un handle per fopen() verso %s"
+#. translators: Post author email address
+#: wp-mail.php:122
+msgid "Author is %s"
+msgstr "L'autore è %s"
 
-#: wp-includes/class-http.php:964 wp-includes/class-wp-http-curl.php:232
-#: wp-includes/class-wp-http-curl.php:271
-msgid "Too many redirects."
-msgstr "Troppi redirect."
+#: wp-includes/functions.php:4618 wp-includes/functions.php:4622
+msgid "UTC"
+msgstr "UTC"
 
-#: wp-includes/class-http.php:272
-msgid "User has blocked requests through HTTP."
-msgstr "L'utente ha bloccato le richieste via HTTP."
+#: wp-includes/functions.php:4626
+msgid "Manual Offsets"
+msgstr "Offset manuale"
 
-#: wp-includes/class-wp-theme.php:783
-msgid "Gray"
-msgstr "Grigio"
+#: wp-includes/ms-functions.php:241
+msgid "That user does not exist."
+msgstr "Questo utente non esiste."
 
-#: wp-includes/general-template.php:3189
-msgid "Next &raquo;"
-msgstr "Successivo &raquo;"
+#: wp-includes/ms-functions.php:487
+msgid "That username is currently reserved but may be available in a couple of days."
+msgstr "Il nome utente è attualmente riservato ma potrebbe rendersi disponibile in un paio di giorni."
 
-#: wp-includes/general-template.php:3188
-msgid "&laquo; Previous"
-msgstr "&laquo; Precedente"
+#: wp-includes/ms-functions.php:980
+msgid "Invalid activation key."
+msgstr "Chiave di attivazione non valida."
 
-#. translators: 1: blog name, 2: separator(raquo), 3: search phrase
-#: wp-includes/general-template.php:2641
-msgid "%1$s %2$s Search Results for &#8220;%3$s&#8221; Feed"
-msgstr "%1$s %2$s Risultati della ricerca per i feed di &#8220;%3$s&#8221;"
+#: wp-includes/ms-functions.php:1000
+msgid "Could not create user"
+msgstr "Impossibile creare l'utente"
 
-#. translators: 1: blog name, 2: separator(raquo), 3: author name
-#: wp-includes/general-template.php:2639
-msgid "%1$s %2$s Posts by %3$s Feed"
-msgstr "%1$s %2$s Articoli per il feed %3$s"
+#: wp-includes/ms-functions.php:1008
+msgid "That username is already activated."
+msgstr "Il nome utente è già stato attivato."
 
-#. translators: 1: blog name, 2: separator(raquo), 3: tag name
-#: wp-includes/general-template.php:2635
-msgid "%1$s %2$s %3$s Tag Feed"
-msgstr "%1$s %2$s %3$s Feed del tag"
+#: wp-includes/ms-functions.php:1266
+msgid "New User Registration: %s"
+msgstr "Registrazione nuovo utente: %s"
 
-#. translators: 1: blog name, 2: separator(raquo), 3: category name
-#: wp-includes/general-template.php:2633
-msgid "%1$s %2$s %3$s Category Feed"
-msgstr "%1$s %2$s %3$s Feed della categoria"
+#: wp-includes/post.php:96
+msgid "Revision"
+msgstr "Revisione"
 
-#. translators: 1: blog name, 2: separator(raquo), 3: post title
-#: wp-includes/general-template.php:2631
-msgid "%1$s %2$s %3$s Comments Feed"
-msgstr "%1$s %2$s %3$s Feed dei commenti"
+#: wp-includes/post.php:223
+msgid "Pending <span class=\"count\">(%s)</span>"
+msgid_plural "Pending <span class=\"count\">(%s)</span>"
+msgstr[0] "In sospeso <span class=\"count\">(%s)</span>"
+msgstr[1] "In sospeso <span class=\"count\">(%s)</span>"
 
-#. translators: 1: blog title, 2: separator (raquo)
-#: wp-includes/general-template.php:2591
-msgid "%1$s %2$s Comments Feed"
-msgstr "%1$s %2$s Feed dei commenti"
+#: wp-includes/class-wp-theme.php:298
+msgid "The parent theme is missing. Please install the \"%s\" parent theme."
+msgstr "Il tema padre è mancante. Installare il tema padre \"%s\"."
 
-#. translators: 1: blog title, 2: separator (raquo)
-#: wp-includes/general-template.php:2589
-msgid "%1$s %2$s Feed"
-msgstr "%1$s %2$s Feed"
+#: wp-includes/user.php:310
+msgid "<strong>ERROR</strong>: Your account has been marked as a spammer."
+msgstr "<strong>ERRORE</strong>: l'account è stato contrassegnato come un account spammer."
 
-#. translators: Separator between blog name and feed type in feed links
-#: wp-includes/general-template.php:2587 wp-includes/general-template.php:2629
-msgctxt "feed link"
-msgid "&raquo;"
-msgstr "&raquo;"
+#. translators: 1: WordPress version number, 2: Minimum required MySQL version
+#. number
+#: wp-includes/wp-db.php:3221
+msgid "<strong>ERROR</strong>: WordPress %1$s requires MySQL %2$s or higher"
+msgstr "<strong>ERRORE</strong>: WordPress %1$s richiede MySQL %2$s o superiore"
 
-#. translators: Calendar caption: 1: month name, 2: 4-digit year
-#: wp-includes/general-template.php:1950
-msgctxt "calendar caption"
-msgid "%1$s %2$s"
-msgstr "%1$s: %2$s"
+#: wp-signup.php:173
+msgid "Privacy:"
+msgstr "Privacy:"
 
-#. translators: 1: month name, 2: 4-digit year
-#: wp-includes/general-template.php:1725 wp-includes/media.php:3293
-msgid "%1$s %2$d"
-msgstr "%1$s %2$d"
+#: wp-signup.php:233
+msgid "(Must be at least 4 characters, letters and numbers only.)"
+msgstr "(Deve essere di almeno 4 caratteri, solo lettere e numeri.)"
 
-#: wp-includes/general-template.php:961 wp-includes/general-template.php:1176
-msgid "Page not found"
-msgstr "Pagina non trovata"
+#. translators: %s: name of the network
+#: wp-signup.php:535
+msgid "Get your own %s account in seconds"
+msgstr "Ottieni il tuo account %s in pochi secondi"
 
-#. translators: 1: separator, 2: search phrase
-#: wp-includes/general-template.php:1171
-msgid "Search Results %1$s %2$s"
-msgstr "Risultati della ricerca %1$s %2$s"
+#: wp-signup.php:555
+msgid "Just a username, please."
+msgstr "Solo un nome utente, grazie."
 
-#: wp-includes/general-template.php:543
-msgid "Site Admin"
-msgstr "Amministra sito"
+#: wp-includes/script-loader.php:979 wp-signup.php:559
+msgid "Next"
+msgstr "Successivo"
 
-#: wp-includes/general-template.php:539 wp-login.php:562 wp-login.php:675
-#: wp-login.php:749 wp-login.php:940
-msgid "Register"
-msgstr "Registrati"
+#. translators: %s: username
+#: wp-signup.php:605
+msgid "%s is your new username"
+msgstr "%s è il nuovo nome utente"
 
-#: wp-includes/general-template.php:410 wp-login.php:921
-msgid "Remember Me"
-msgstr "Ricordami"
+#: wp-signup.php:609
+msgid "If you do not activate your username within two days, you will have to sign up again."
+msgstr "Se non si attiva il proprio nome utente entro due giorni, occorrerà registrarsi nuovamente."
 
-#: wp-includes/general-template.php:274
-msgid "Log out"
-msgstr "Esci da questo account"
+#: wp-signup.php:673
+msgid "Signup"
+msgstr "Registrazione"
 
-#: wp-includes/general-template.php:272 wp-login.php:559 wp-login.php:622
-#: wp-login.php:672 wp-login.php:753
-msgid "Log in"
-msgstr "Accedi"
+#: wp-signup.php:834
+msgid "Registration has been disabled."
+msgstr "La registrazione è stata disabilitata."
 
-#: wp-includes/functions.php:4538
-msgid "Manual Offsets"
-msgstr "Offset manuale"
+#: wp-signup.php:606
+msgid "But, before you can start using your new username, <strong>you must activate it</strong>."
+msgstr "Ma prima di poter inziare ad utilizzare il proprio nome utente <strong>bisogna attivarlo</strong>."
 
-#: wp-includes/functions.php:4530 wp-includes/functions.php:4534
-msgid "UTC"
-msgstr "UTC"
+#: wp-includes/ms-functions.php:471 wp-includes/user.php:1452
+msgid "Sorry, that username already exists!"
+msgstr "Questo nome utente esiste già!"
 
-#: wp-includes/functions.php:4485
-msgid "Select a city"
-msgstr "Seleziona una città"
+#: wp-includes/ms-functions.php:465
+msgid "Sorry, that email address is not allowed!"
+msgstr "Questo indirizzo email non è consentito!"
 
-#: wp-includes/functions.php:3893
-msgid "%1$s was called with an argument that is <strong>deprecated</strong> since version %2$s with no alternative available."
-msgstr "%1$s è stato richiamato con un argomento che è <strong>deprecato</strong> dalla versione %2$s senza alcuna alternativa disponibile."
+#: wp-includes/ms-functions.php:456
+msgid "Sorry, usernames must have letters too!"
+msgstr "Il nome utente deve avere anche delle lettere!"
 
-#: wp-includes/functions.php:3891
+#. translators: 1: PHP function name, 2: version number, 3: optional message
+#. regarding the change
+#: wp-includes/functions.php:3975
 msgid "%1$s was called with an argument that is <strong>deprecated</strong> since version %2$s! %3$s"
 msgstr "%1$s è stato chiamato con un argomento <strong>deprecato</strong> dalla versione %2$s! %3$s."
 
-#: wp-includes/functions.php:3709 wp-includes/functions.php:3833
-#: wp-includes/functions.php:3948
-msgid "%1$s is <strong>deprecated</strong> since version %2$s with no alternative available."
-msgstr "%1$s è <strong>deprecata</strong> dalla versione %2$s senza alcuna alternativa disponibile."
+#: wp-includes/cron.php:205
+msgid "This argument has changed to an array to match the behavior of the other cron functions."
+msgstr "Questo argomento è stato trasformato in un array per adattarsi al funzionamento di altre funzioni cron."
 
-#: wp-includes/functions.php:3707 wp-includes/functions.php:3831
-#: wp-includes/functions.php:3946
-msgid "%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead."
-msgstr "%1$s è <strong>deprecata</strong> dalla versione %2$s! Utilizzare al suo posto %3$s."
+#: wp-includes/comment-template.php:2247
+msgid "Cancel reply"
+msgstr "Annulla risposta"
 
-#: wp-includes/functions.php:2656 wp-load.php:94
-msgid "WordPress &rsaquo; Error"
-msgstr "WordPress &rsaquo; Errore"
+#: wp-includes/post-template.php:385
+msgid "There is no excerpt because this is a protected post."
+msgstr "Non è disponibile alcun riassunto in quanto si tratta di un articolo protetto."
 
-#: wp-includes/functions.php:2644
-msgid "&laquo; Back"
-msgstr "&laquo; Indietro"
+#: wp-login.php:527
+msgid "Lost Password"
+msgstr "Password persa"
 
-#: wp-includes/functions.php:2522 wp-includes/ms-functions.php:1926
-msgid "Please try again."
-msgstr "Riprovare"
+#: wp-includes/widgets/class-wp-widget-text.php:115
+msgid "Automatically add paragraphs"
+msgstr "Aggiungi automaticamente paragrafi"
 
-#: wp-includes/functions.php:2518
-msgid "Do you really want to <a href='%s'>log out</a>?"
-msgstr "Si desidera <a href='%s'>scollegarsi</a>?"
+#. translators: Comment moderation. 1: Comment action URL
+#: wp-includes/pluggable.php:1473 wp-includes/pluggable.php:1635
+msgid "Delete it: %s"
+msgstr "Eliminare: %s"
 
-#: wp-includes/functions.php:2525
-msgid "WordPress Failure Notice"
-msgstr "Avviso di errore WordPress"
+#. translators: Comment moderation. 1: Number of comments awaiting approval
+#: wp-includes/pluggable.php:1642
+msgid "Currently %s comment is waiting for approval. Please visit the moderation panel:"
+msgid_plural "Currently %s comments are waiting for approval. Please visit the moderation panel:"
+msgstr[0] "Attualmente è presente %s commento in attesa di approvazione. Visitare il pannello di moderazione:"
+msgstr[1] "Attualmente sono presenti %s commenti in attesa di approvazione. Visitare il pannello di moderazione:"
 
-#: wp-includes/functions.php:2516
-msgid "You are attempting to log out of %s"
-msgstr "Si sta tentando di scollegarsi da %s"
+#: wp-includes/class-wp-editor.php:832
+msgid "Heading 1"
+msgstr "Titolo 1"
 
-#: wp-includes/functions.php:2163
-msgid "Could not write file %s"
-msgstr "Impossibile scrivere il file %s"
+#: wp-includes/class-wp-editor.php:833
+msgid "Heading 2"
+msgstr "Titolo 2"
 
-#: wp-includes/functions.php:2121
-msgid "Empty filename"
-msgstr "Nome file vuoto"
+#: wp-includes/class-wp-editor.php:834
+msgid "Heading 3"
+msgstr "Titolo 3"
 
-#: wp-includes/functions.php:1898 wp-includes/functions.php:2157
-msgid "Unable to create directory %s. Is its parent directory writable by the server?"
-msgstr "Impossibile creare la directory %s. Verifica che la directory madre sia scrivibile dal server!"
+#: wp-includes/class-wp-editor.php:835
+msgid "Heading 4"
+msgstr "Titolo 4"
 
-#: wp-includes/option.php:151
-msgid "%s is a protected WP option and may not be modified"
-msgstr "%s è un opzione protetta di WP e non può essere modificata"
+#: wp-includes/class-wp-editor.php:836
+msgid "Heading 5"
+msgstr "Titolo 5"
 
-#. translators: used between list items, there is a space after the comma
-#: wp-includes/class-wp-theme.php:740
-msgid ", "
-msgstr ", "
+#: wp-includes/class-wp-editor.php:837
+msgid "Heading 6"
+msgstr "Titolo 6"
 
-#: wp-includes/formatting.php:3220
-msgid "%s day"
-msgid_plural "%s days"
-msgstr[0] "%s giorno"
-msgstr[1] "%s giorni"
+#: wp-includes/feed-rss2-comments.php:91
+msgid "Protected Comments: Please enter your password to view comments."
+msgstr "Commenti protetti: inserisci la tua password per visualizzare i commenti."
 
-#: wp-includes/formatting.php:3215
-msgid "%s hour"
-msgid_plural "%s hours"
-msgstr[0] "%s ora"
-msgstr[1] "%s ore"
+#: wp-includes/general-template.php:272 wp-login.php:550 wp-login.php:613
+#: wp-login.php:663 wp-login.php:744
+msgid "Log in"
+msgstr "Accedi"
 
-#. translators: min=minute
-#: wp-includes/formatting.php:3210
-msgid "%s min"
-msgid_plural "%s mins"
-msgstr[0] "%s minuto"
-msgstr[1] "%s minuti"
+#: wp-includes/functions.php:5224 wp-includes/user.php:280
+msgid "Please log in again."
+msgstr "Accedi nuovamente"
 
-#: wp-includes/feed-rss2-comments.php:82
-msgid "Protected Comments: Please enter your password to view comments."
-msgstr "Commenti protetti: inserisci la tua password per visualizzare i commenti."
+#. translators: 1: PHP function name, 2: version number
+#: wp-includes/functions.php:3978
+msgid "%1$s was called with an argument that is <strong>deprecated</strong> since version %2$s with no alternative available."
+msgstr "%1$s è stato richiamato con un argomento che è <strong>deprecato</strong> dalla versione %2$s senza alcuna alternativa disponibile."
 
-#: wp-includes/feed-rss2-comments.php:37
-msgid "Comments on: %s"
-msgstr "Commenti a: %s"
+#: wp-includes/post.php:209
+msgid "Scheduled <span class=\"count\">(%s)</span>"
+msgid_plural "Scheduled <span class=\"count\">(%s)</span>"
+msgstr[0] "Pianificato <span class=\"count\">(%s)</span>"
+msgstr[1] "Pianificati <span class=\"count\">(%s)</span>"
 
-#: wp-includes/feed-atom-comments.php:75 wp-includes/feed-rss2-comments.php:74
-msgid "By: %s"
-msgstr "Di: %s"
+#: wp-includes/script-loader.php:611
+msgid "Remove From Bulk Edit"
+msgstr "Rimuovi dalla modifica di gruppo"
 
-#: wp-includes/feed-atom-comments.php:73 wp-includes/feed-rss2-comments.php:72
-msgid "Comment on %1$s by %2$s"
-msgstr "Commenti su %1$s di %2$s"
+#: wp-includes/script-loader.php:291
+msgid "Upload failed."
+msgstr "Caricamento non riuscito."
 
-#: wp-includes/feed-atom-comments.php:36 wp-includes/feed-rss2-comments.php:41
-msgid "Comments for %s"
-msgstr "Commenti per %s"
+#: wp-includes/ms-load.php:483
+msgid "What do I do now?"
+msgstr "Cosa devo fare ora?"
 
-#: wp-includes/feed-atom-comments.php:34 wp-includes/feed-rss2-comments.php:39
-msgid "Comments for %1$s searching on %2$s"
-msgstr "Commenti per %1$s ricercati in %2$s"
+#: wp-includes/ms-functions.php:475 wp-includes/user.php:1526
+msgid "Sorry, that email address is already used!"
+msgstr "Questo indirizzo email è già utilizzato!"
 
-#: wp-includes/deprecated.php:1840 wp-includes/post-template.php:1449
-msgid "Missing Attachment"
-msgstr "Allegato mancante"
+#: wp-includes/script-loader.php:295
+msgid "IO error."
+msgstr "Errore di I/O."
 
-#: wp-includes/deprecated.php:963
-msgid "Last updated"
-msgstr "Ultimo aggiornamento"
+#. translators: 1: Taxonomy term slug
+#: wp-includes/taxonomy.php:2663
+msgid "The slug &#8220;%s&#8221; is already in use by another term"
+msgstr "L'abbreviazione &#8220;%s&#8221; è già utilizzata da un altro termine"
 
-#: wp-includes/deprecated.php:64
-msgid "new WordPress Loop"
-msgstr "nuovo WordPress Loop"
+#: wp-login.php:289
+msgid "<strong>ERROR</strong>: Enter a username or email address."
+msgstr "<strong>ERRORE</strong>: Inserisci un nome utente o un indirizzo email."
 
-#: wp-includes/widgets/class-wp-widget-tag-cloud.php:30
-msgid "Tag Cloud"
-msgstr "Tag Cloud"
+#: wp-login.php:314
+msgid "<strong>ERROR</strong>: Invalid username or email."
+msgstr "<strong>ERRORE</strong>: nome utente o email non validi."
 
-#: wp-includes/widgets.php:1373
-msgid "Display item date?"
-msgstr "Visualizza la data delle voci?"
+#: wp-includes/user.php:2296
+msgid "<strong>ERROR</strong>: Please type your email address."
+msgstr "<strong>ERRORE</strong>: Digitare il proprio indirizzo email."
 
-#: wp-includes/widgets.php:1370
-msgid "Display item author if available?"
-msgstr "Se disponibile, visualizza l'autore delle voci?"
+#: wp-includes/user.php:2298
+msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
+msgstr "<strong>ERRORE</strong>: l’indirizzo email non è corretto."
 
-#: wp-includes/widgets.php:1367
-msgid "Display item content?"
-msgstr "Visualizza il contenuto delle voci?"
+#: wp-login.php:865
+msgid "Registration complete. Please check your email."
+msgstr "Registrazione completata. Verifica la tua email."
 
-#: wp-includes/widgets.php:1357
-msgid "How many items would you like to display?"
-msgstr "Quante voci vuoi visualizzare?"
+#: wp-login.php:861
+msgid "Check your email for the confirmation link."
+msgstr "Controllare la propria casella email per il link di conferma."
 
-#: wp-includes/widgets.php:1354
-msgid "Give the feed a title (optional):"
-msgstr "Inserisci un titolo per il feed RSS (opzionale):"
+#: wp-login.php:863
+msgid "Check your email for your new password."
+msgstr "Controllare la propria casella email per la nuova password."
 
-#: wp-includes/widgets.php:1351
-msgid "Enter the RSS feed URL here:"
-msgstr "Inserisci l'URL del feed RSS:"
+#: wp-includes/ms-functions.php:445
+msgid "You cannot use that email address to signup. We are having problems with them blocking some of our email. Please use another email provider."
+msgstr "Non è possibile utilizzare questo indirizzo email per registrarsi. Stiamo avendo problemi con alcune nostre email che vengono bloccate. Utilizzare un altro fornitore di email."
 
-#: wp-includes/widgets.php:1345
-msgid "RSS Error: %s"
-msgstr "Errore RSS %s"
+#: wp-includes/ms-functions.php:497
+msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
+msgstr "Questo indirizzo email è stato già utilizzato. Verifica se nella tua posta è arrivata una email di attivazione. Se non fai nulla, l'indirizzo diverrà nuovamente disponibile in un paio di giorni."
 
-#: wp-includes/widgets.php:1267
-msgid "Untitled"
-msgstr "Senza titolo"
+#. translators: Comment moderation notification email subject. 1: Site name, 2:
+#. Post title
+#: wp-includes/pluggable.php:1647
+msgid "[%1$s] Please moderate: \"%2$s\""
+msgstr "[%1$s] Moderare: \"%2$s\""
 
-#. translators: comments widget: 1: comment author, 2: post link
-#: wp-includes/widgets/class-wp-widget-recent-comments.php:116
-msgctxt "widgets"
-msgid "%1$s on %2$s"
-msgstr "%1$s su %2$s"
+#: wp-includes/comment-template.php:2248
+msgid "Post Comment"
+msgstr "Commento all'articolo"
 
-#: wp-includes/widgets/class-wp-widget-recent-posts.php:135
-msgid "Number of posts to show:"
-msgstr "Numero di articoli da visualizzare:"
+#: wp-includes/general-template.php:969 wp-includes/general-template.php:1184
+msgid "Page not found"
+msgstr "Pagina non trovata"
 
-#: wp-includes/widgets/class-wp-widget-recent-posts.php:31
-#: wp-includes/widgets/class-wp-widget-recent-posts.php:50
-msgid "Recent Posts"
-msgstr "Articoli recenti"
+#: wp-includes/class-wp-editor.php:1033 wp-includes/script-loader.php:463
+#: wp-includes/script-loader.php:574 wp-includes/script-loader.php:583
+#: wp-includes/script-loader.php:752 wp-includes/theme.php:2954
+msgid "The changes you made will be lost if you navigate away from this page."
+msgstr "Se si abbandona questa pagina i cambiamenti effettuati verranno persi."
 
-#: wp-includes/widgets/class-wp-widget-categories.php:170
-msgid "Show hierarchy"
-msgstr "Visualizza la gerarchia"
+#: wp-includes/class-wp-editor.php:1048
+msgid "Insert Page Break tag"
+msgstr "Inserisci tag di interruzione pagina"
 
-#: wp-includes/widgets/class-wp-widget-categories.php:71
-msgid "Select Category"
-msgstr "Seleziona una categoria"
+#: wp-login.php:373
+msgid "The email could not be sent."
+msgstr "Impossibile inviare l’email."
 
-#: wp-includes/widgets/class-wp-widget-text.php:115
-msgid "Automatically add paragraphs"
-msgstr "Aggiungi automaticamente paragrafi"
+#: wp-mail.php:54
+msgid "There doesn&#8217;t seem to be any new mail."
+msgstr "Sembra non ci siano nuove email."
 
-#: wp-includes/widgets/class-wp-widget-text.php:32
-msgid "Text"
-msgstr "Testo"
+#: wp-login.php:816
+msgid "You have logged in successfully."
+msgstr "Ti sei autenticato correttamente."
 
-#: wp-includes/widgets/class-wp-widget-calendar.php:41
-msgid "Calendar"
-msgstr "Calendario"
+#: wp-login.php:857
+msgid "You are now logged out."
+msgstr "Hai effettuato il log out."
+
+#: wp-includes/user.php:144 wp-includes/user.php:170 wp-includes/user.php:222
+#: wp-includes/user.php:242 wp-login.php:745 wp-login.php:939
+msgid "Lost your password?"
+msgstr "Password dimenticata?"
 
 #: wp-includes/widgets/class-wp-widget-meta.php:58
 msgid "Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>"
 msgstr "<abbr title=\"Really Simple Syndication\">RSS</abbr> degli articoli"
 
-#: wp-includes/widgets/class-wp-widget-archives.php:161
-#: wp-includes/widgets/class-wp-widget-categories.php:167
-msgid "Show post counts"
-msgstr "Mostra conteggio articoli"
-
-#: wp-includes/widgets/class-wp-widget-archives.php:82
-msgid "Select Month"
-msgstr "Seleziona mese"
-
-#: wp-includes/widgets/class-wp-widget-links.php:158
-msgid "Show Link Rating"
-msgstr "Mostra valutazione link"
-
-#: wp-includes/widgets/class-wp-widget-links.php:156
-msgid "Show Link Description"
-msgstr "Mostra descrizione link"
+#. translators: New user notification email subject. 1: Network name, 2: New
+#. user login
+#: wp-includes/ms-functions.php:1619
+msgid "New %1$s User: %2$s"
+msgstr "Nuovo %1$s utente: %2$s"
 
-#: wp-includes/widgets/class-wp-widget-links.php:154
-msgid "Show Link Name"
-msgstr "Mostra nome link"
+#: wp-includes/script-loader.php:280
+msgid "You have attempted to queue too many files."
+msgstr "Hai tentato di mettere in coda troppi file."
 
-#: wp-includes/widgets/class-wp-widget-links.php:152
-msgid "Show Link Image"
-msgstr "Mostra immagine link"
+#: wp-includes/script-loader.php:282
+msgid "This file is empty. Please try another."
+msgstr "Questo file è vuoto. Prova con un altro file."
 
-#: wp-includes/widgets/class-wp-widget-links.php:27
-msgid "Your blogroll"
-msgstr "Il blogroll"
+#: wp-includes/script-loader.php:283
+msgid "This file type is not allowed. Please try another."
+msgstr "Questo tipo di file non è consentito. Prova con un altro file."
 
-#: wp-includes/widgets/class-wp-widget-pages.php:146
-msgid "Page IDs, separated by commas."
-msgstr "ID pagina, separati da virgole."
+#: wp-includes/script-loader.php:557
+msgid "Schedule for:"
+msgstr "Pianifica per:"
 
-#: wp-includes/widgets/class-wp-widget-pages.php:143
-msgid "Exclude:"
-msgstr "Escludi:"
+#: wp-login.php:104
+msgid "Powered by WordPress"
+msgstr "Powered by WordPress"
 
-#: wp-includes/widgets/class-wp-widget-pages.php:139
-msgid "Page ID"
-msgstr "ID pagina"
+#. translators: %s: POP3 error
+#: wp-mail.php:232
+msgid "Oops: %s"
+msgstr "Ops: %s"
 
-#: wp-includes/widgets/class-wp-widget-pages.php:138
-msgid "Page order"
-msgstr "Ordine della pagina"
+#: wp-signup.php:236
+msgid "Email&nbsp;Address:"
+msgstr "Indirizzo&nbsp;email:"
 
-#: wp-includes/widgets/class-wp-widget-pages.php:137
-msgid "Page title"
-msgstr "Titolo della pagina"
+#: wp-signup.php:756
+msgid "Still waiting for your email?"
+msgstr "Stai ancora aspettando l’email?"
 
-#: wp-includes/widgets/class-wp-widget-links.php:142
-#: wp-includes/widgets/class-wp-widget-pages.php:135
-msgid "Sort by:"
-msgstr "Ordinato per:"
+#: wp-signup.php:846
+msgid "User registration has been disabled."
+msgstr "La registrazione utenti è stata disabilitata."
 
-#: wp-includes/cron.php:400
-msgid "Once Daily"
-msgstr "Ogni giorno"
+#: wp-includes/script-loader.php:270
+msgid "This feature requires inline frames. You have iframes disabled or your browser does not support them."
+msgstr "Questa funzionalità richiede il frame in linea. Hai gli iframe disabilitati o il browser non li supporta."
 
-#: wp-includes/cron.php:399
-msgid "Twice Daily"
-msgstr "Due volte al giorno"
+#: wp-login.php:293
+msgid "<strong>ERROR</strong>: There is no user registered with that email address."
+msgstr "<strong>ERRORE</strong>: L'utente registrato con questo indirizzo email non esiste."
 
-#: wp-includes/cron.php:398
-msgid "Once Hourly"
-msgstr "Ogni ora"
+#: wp-signup.php:310
+msgid "There was a problem, please correct the form below and try again."
+msgstr "Si era verificato un problema, correggi il modulo sottostante e riprova."
 
-#: wp-includes/cron.php:198
-msgid "This argument has changed to an array to match the behavior of the other cron functions."
-msgstr "Questo argomento è stato trasformato in un array per adattarsi al funzionamento di altre funzioni cron."
+#. translators: Password reset email subject. 1: Site name
+#: wp-login.php:345
+msgid "[%s] Password Reset"
+msgstr "Reimpostazione password per [%s] "
 
-#: wp-includes/comment.php:1938
-msgid "Could not update comment status"
-msgstr "Impossibile aggiornare lo stato del commento"
+#: wp-includes/user.php:2104
+msgid "Password reset is not allowed for this user"
+msgstr "La reimpostazione della password non è consentita per questo utente."
 
-#: wp-includes/comment.php:636 wp-includes/comment.php:638
-msgid "Duplicate comment detected; it looks as though you&#8217;ve already said that!"
-msgstr "Identificato un commento duplicato; sembra che tu abbia già scritto questo commento!"
+#: wp-includes/rss.php:917 wp-includes/widgets.php:1251
+msgid "An error has occurred, which probably means the feed is down. Try again later."
+msgstr "Si è verificato un errore; probabilmente il feed non è attivo. Riprova più tardi."
 
-#: wp-includes/comment.php:233
-msgid "Unapproved"
-msgstr "Non approvato"
+#: wp-includes/widgets.php:1351
+msgid "Enter the RSS feed URL here:"
+msgstr "Inserisci l'URL del feed RSS:"
 
-#: wp-includes/comment-template.php:2233
-msgid "Post Comment"
-msgstr "Commento all'articolo"
+#: wp-includes/post.php:3313
+msgid "Could not insert post into the database"
+msgstr "È impossibile inserire l'articolo nel database"
 
-#: wp-includes/comment-template.php:2232
-msgid "Cancel reply"
-msgstr "Annulla risposta"
+#: wp-includes/taxonomy.php:2088
+msgid "Could not insert term into the database"
+msgstr "Non è possibile inserire il termine nel database"
 
-#: wp-includes/comment-template.php:1868 wp-includes/comment-template.php:2227
-msgid "Leave a Reply to %s"
-msgstr "Rispondi a %s"
+#: wp-includes/widgets.php:1354
+msgid "Give the feed a title (optional):"
+msgstr "Inserisci un titolo per il feed RSS (opzionale):"
 
-#: wp-includes/comment-template.php:1867 wp-includes/comment-template.php:2226
-msgid "Leave a Reply"
-msgstr "Lascia un commento"
+#: wp-includes/widgets.php:1373
+msgid "Display item date?"
+msgstr "Visualizza la data delle voci?"
 
-#: wp-includes/comment-template.php:1775
-msgid "Click here to cancel reply."
-msgstr "Fai clic qui per annullare la risposta."
+#: wp-includes/widgets.php:1357
+msgid "How many items would you like to display?"
+msgstr "Quante voci vuoi visualizzare?"
 
-#: wp-includes/comment-template.php:1707
-msgid "Log in to leave a Comment"
-msgstr "Effettua il login per lasciare un commento"
+#: wp-includes/widgets.php:1370
+msgid "Display item author if available?"
+msgstr "Se disponibile, visualizza l'autore delle voci?"
 
-#: wp-includes/comment-template.php:1706
-msgid "Leave a Comment"
-msgstr "Lascia un commento"
+#: wp-includes/class-wp-editor.php:971
+msgid "Table row properties"
+msgstr "Proprietà della riga della tabella"
 
-#: wp-includes/comment-template.php:1595
-msgid "Log in to Reply"
-msgstr "Effettua il login per rispondere"
+#: wp-includes/class-wp-editor.php:972
+msgid "Table cell properties"
+msgstr "Proprietà della cella della tabella"
 
-#: wp-includes/class-walker-category.php:137
-msgid "Feed for all posts filed under %s"
-msgstr "Feed per tutti gli articoli archiviati in %s"
+#: wp-includes/class-wp-editor.php:994
+msgid "Copy table row"
+msgstr "Copia la riga della tabella"
 
-#: wp-includes/category-template.php:839 wp-includes/category-template.php:848
-msgid "%s topic"
-msgid_plural "%s topics"
-msgstr[0] "%s argomento"
-msgstr[1] "%s argomenti"
+#: wp-includes/customize/class-wp-customize-background-position-control.php:45
+msgid "Top Left"
+msgstr "In alto a sinistra"
 
-#: wp-includes/category-template.php:563 wp-includes/taxonomy.php:611
-msgid "No categories"
-msgstr "Nessuna categoria"
+#: wp-includes/customize/class-wp-customize-background-position-control.php:47
+msgid "Top Right"
+msgstr "In alto a destra"
 
-#: wp-includes/class-wp-user.php:715
-msgid "Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead."
-msgstr "L'utilizzo dei livelli utenti da temi e plugin è deprecato. Utilizza ruoli e capacità."
+#. translators: %s: revision date
+#. translators: %s: revision date with author avatar
+#: wp-includes/post-template.php:1702 wp-includes/post-template.php:1754
+msgid "%s [Autosave]"
+msgstr "%s [Salvataggio automatico]"
 
-#: wp-includes/bookmark-template.php:206
-msgid "Bookmarks"
-msgstr "Segnalibri"
+#: wp-includes/class-wp-customize-manager.php:3989
+#: wp-includes/class-wp-customize-manager.php:4030
+msgid "Fill Screen"
+msgstr "Riempi lo schermo"
 
-#: wp-includes/bookmark-template.php:83
-msgid "Last updated: %s"
-msgstr "Ultimo aggiornamento: %s"
+#. translators: %s: revision date
+#. translators: %s: revision date with author avatar
+#: wp-includes/post-template.php:1704 wp-includes/post-template.php:1756
+msgid "%s [Current Revision]"
+msgstr "%s [Revisione attuale]"
 
-#: wp-includes/author-template.php:256 wp-includes/author-template.php:415
-msgid "Posts by %s"
-msgstr "Articoli scritti da: %s"
+#. translators: %s: logout URL
+#: wp-includes/functions.php:2545
+msgid "Do you really want to <a href=\"%s\">log out</a>?"
+msgstr "Vuoi veramente <a href=\"%s\">disconnetterti</a>?"
 
-#: wp-includes/author-template.php:191
-msgid "Visit %s&#8217;s website"
-msgstr "Visita il sito web di %s"
+#: wp-includes/class-wp-editor.php:991
+msgid "Delete row"
+msgstr "Elimina riga"
 
-#: wp-includes/theme-compat/sidebar.php:103
-#: wp-includes/widgets/class-wp-widget-meta.php:33
-#: wp-includes/widgets/class-wp-widget-meta.php:48
-msgid "Meta"
-msgstr "Meta"
+#: wp-includes/class-wp-editor.php:969
+msgid "Delete table"
+msgstr "Elimina tabella"
 
-#: wp-includes/class-walker-comment.php:286
-msgid "(Edit)"
-msgstr "(Modifica)"
+#. translators: Comment moderation. 1: Comment action URL
+#: wp-includes/pluggable.php:1471 wp-includes/pluggable.php:1632
+msgid "Trash it: %s"
+msgstr "Sposta nel cestino: %s"
 
-#. translators: 1: comment date, 2: comment time
-#: wp-includes/class-walker-comment.php:286
-#: wp-includes/class-walker-comment.php:336
-msgid "%1$s at %2$s"
-msgstr "%1$s alle %2$s"
+#: wp-includes/class-wp-theme.php:783
+msgid "Blue"
+msgstr "Blu"
 
-#: wp-includes/class-walker-comment.php:279
-#: wp-includes/class-walker-comment.php:344
-msgid "Your comment is awaiting moderation."
-msgstr "Il tuo commento è in attesa di moderazione."
+#: wp-includes/taxonomy.php:502
+msgid "Edit Category"
+msgstr "Modifica categoria"
 
-#: wp-includes/class-walker-comment.php:276
-msgid "<cite class=\"fn\">%s</cite> <span class=\"says\">says:</span>"
-msgstr "<cite class=\"fn\">%s</cite> <span class=\"says\">scrive:</span>"
+#: wp-includes/class-wp-customize-nav-menus.php:283
+#: wp-includes/script-loader.php:234 wp-includes/script-loader.php:432
+#: wp-includes/script-loader.php:750
+msgid "No results found."
+msgstr "Nessun risultato trovato."
 
-#: wp-includes/theme-compat/comments.php:66
-msgid "Comments are closed."
-msgstr "I commenti sono chiusi."
+#: wp-includes/class-wp-customize-panel.php:375
+#: wp-includes/class-wp-customize-section.php:377
+#: wp-includes/customize/class-wp-customize-nav-menus-panel.php:85
+msgid "Help"
+msgstr "Aiuto"
 
-#: wp-includes/widgets/class-wp-widget-meta.php:59
-msgid "Comments <abbr title=\"Really Simple Syndication\">RSS</abbr>"
-msgstr "<abbr title=\"Really Simple Syndication\">RSS</abbr> dei commenti"
+#: wp-includes/class-wp-theme.php:783
+msgid "Black"
+msgstr "Nero"
 
-#: wp-includes/post-template.php:840
-msgid "Pages:"
-msgstr "Pagine:"
+#: wp-includes/class-wp-theme.php:783
+msgid "Brown"
+msgstr "Marrone"
 
-#. translators: %s: comments count
-#: wp-includes/script-loader.php:513
-msgid "Comments (%s)"
-msgstr "Commenti (%s)"
+#: wp-includes/class-wp-theme.php:784
+msgid "Green"
+msgstr "Verde"
 
-#: wp-includes/category-template.php:1144
-msgid "Tags: "
-msgstr "Tag:"
+#: wp-includes/class-wp-theme.php:784
+msgid "Orange"
+msgstr "Arancione"
 
-#. translators: %s: login URL
-#: wp-includes/comment-template.php:2205
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Devi essere <a href=\"%s\">connesso</a> per inviare un commento."
+#: wp-includes/class-wp-theme.php:785
+msgid "Pink"
+msgstr "Rosa"
 
-#: wp-includes/link-template.php:991 wp-includes/link-template.php:1326
-#: wp-includes/link-template.php:1428 wp-includes/link-template.php:1489
-msgid "Edit This"
-msgstr "Modifica"
+#: wp-includes/class-wp-theme.php:785
+msgid "Purple"
+msgstr "Viola"
 
-#: wp-includes/comment-template.php:922
-msgid "1 Comment"
-msgstr "1 commento"
+#: wp-includes/class-wp-theme.php:785
+msgid "Red"
+msgstr "Rosso"
 
-#: wp-includes/comment-template.php:920
-msgid "No Comments"
-msgstr "Nessun commento"
+#: wp-includes/class-wp-theme.php:786
+msgid "Silver"
+msgstr "Argento"
 
-#: wp-includes/comment-template.php:1522
-msgid "Enter your password to view comments."
-msgstr "Inserisci la tua password per visualizzare i commenti."
+#: wp-includes/class-wp-theme.php:786
+msgid "White"
+msgstr "Bianco"
 
-#: wp-includes/widgets/class-wp-widget-meta.php:70
-msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform."
-msgstr "Powered by WordPress, allo stato dell’arte una piattaforma di editoria personale semantica-"
+#: wp-includes/class-wp-theme.php:787
+msgid "Yellow"
+msgstr "Giallo"
 
-#: wp-includes/feed-atom-comments.php:32
-msgid "Comments on %s"
-msgstr "Commenti a %s"
+#: wp-includes/class-wp-theme.php:787
+msgid "Light"
+msgstr "Chiaro"
 
-#: wp-includes/class-wp-customize-nav-menus.php:254
-#: wp-includes/script-loader.php:423 wp-includes/script-loader.php:726
-msgid "No results found."
-msgstr "Nessun risultato trovato."
+#: wp-includes/class-wp-editor.php:999 wp-includes/media-template.php:962
+msgid "Width"
+msgstr "Larghezza"
 
-#: wp-includes/link-template.php:2214 wp-includes/link-template.php:2350
-msgid "Next Page &raquo;"
-msgstr "Pagina successiva &raquo;"
+#: wp-includes/class-wp-widget.php:155
+msgid "There are no options for this widget."
+msgstr "Non vi sono opzioni per questo widget."
 
-#: wp-includes/link-template.php:2297 wp-includes/link-template.php:2349
-msgid "&laquo; Previous Page"
-msgstr "&laquo; Pagina precedente"
+#: wp-includes/admin-bar.php:354 wp-includes/admin-bar.php:449
+#: wp-includes/admin-bar.php:516 wp-includes/deprecated.php:2792
+#: wp-includes/deprecated.php:2794
+msgid "Dashboard"
+msgstr "Bacheca"
 
-#: wp-includes/comment.php:2879
-msgid "Sorry, you must be logged in to post a comment."
-msgstr "Per inviare un commento occorre aver effettuato il login."
+#: wp-includes/admin-bar.php:467 wp-includes/admin-bar.php:770
+#: wp-includes/customize/class-wp-customize-themes-section.php:56
+msgid "Themes"
+msgstr "Temi"
 
-#: wp-includes/class-wp-xmlrpc-server.php:3550 wp-includes/comment.php:2805
-msgid "Sorry, comments are closed for this item."
-msgstr "I commenti sono chiusi per questo articolo."
+#: wp-includes/admin-bar.php:479
+msgid "Settings"
+msgstr "Impostazioni"
 
-#: wp-includes/class-wp-xmlrpc-server.php:4706
-msgid "For some strange yet very annoying reason, this post could not be edited."
-msgstr "Per qualche strano motivo, non è possibile modificare questo articolo."
+#: wp-includes/class-wp-xmlrpc-server.php:549
+msgid "Allow people to post comments on new articles"
+msgstr "Consenti la scrittura di commenti per i nuovi articoli"
 
-#: wp-includes/class-wp-xmlrpc-server.php:1526
-#: wp-includes/class-wp-xmlrpc-server.php:4628
-#: wp-includes/class-wp-xmlrpc-server.php:5087
-msgid "Sorry, your entry could not be posted. Something wrong happened."
-msgstr "Il tuo articolo non può essere pubblicato. Qualcosa è andato storto."
+#: wp-includes/class-wp-xmlrpc-server.php:494
+msgid "Time Format"
+msgstr "Formato ora"
 
-#: wp-includes/admin-bar.php:736 wp-includes/class-wp-customize-widgets.php:418
-#: wp-includes/functions.php:3584
-msgid "Widgets"
-msgstr "Widget"
+#: wp-includes/class-wp-editor.php:998 wp-includes/media-template.php:962
+msgid "Height"
+msgstr "Altezza"
 
-#: wp-includes/comment-template.php:2185
-msgid "Website"
-msgstr "Sito web"
+#: wp-includes/class-wp-customize-manager.php:3783
+#: wp-includes/customize/class-wp-customize-color-control.php:54
+#: wp-includes/customize/class-wp-customize-image-control.php:38
+#: wp-includes/customize/class-wp-customize-media-control.php:62
+#: wp-includes/script-loader.php:719
+msgid "Default"
+msgstr "Predefinito"
 
-#: wp-includes/taxonomy.php:607
-msgid "Separate tags with commas"
-msgstr "Separa i tag con delle virgole"
+#: wp-includes/class-wp-editor.php:180
+msgid "Visual"
+msgstr "Visuale"
 
 #: wp-includes/widgets/class-wp-nav-menu-widget.php:137
 #: wp-includes/widgets/class-wp-widget-archives.php:157
@@ -8032,629 +9917,687 @@ msgstr "Separa i tag con delle virgole"
 msgid "Title:"
 msgstr "Titolo:"
 
-#: wp-includes/class-wp-editor.php:179
-msgid "Visual"
-msgstr "Visuale"
+#: wp-includes/taxonomy.php:507
+msgid "Separate tags with commas"
+msgstr "Separa i tag con delle virgole"
 
-#: wp-includes/script-loader.php:601
-msgid "Plugin:"
-msgstr "Plugin:"
+#: wp-includes/comment-template.php:2200
+msgid "Website"
+msgstr "Sito web"
 
-#: wp-includes/class-wp-customize-manager.php:2110
-#: wp-includes/customize/class-wp-customize-color-control.php:41
-#: wp-includes/customize/class-wp-customize-image-control.php:38
-#: wp-includes/customize/class-wp-customize-media-control.php:62
-#: wp-includes/script-loader.php:695
-msgid "Default"
-msgstr "Predefinito"
+#: wp-includes/admin-bar.php:783 wp-includes/class-wp-customize-widgets.php:421
+#: wp-includes/functions.php:3659
+msgid "Widgets"
+msgstr "Widget"
 
-#: wp-includes/class-wp-editor.php:993 wp-includes/media-template.php:958
-msgid "Height"
-msgstr "Altezza"
+#: wp-includes/class-wp-xmlrpc-server.php:4725
+msgid "For some strange yet very annoying reason, this post could not be edited."
+msgstr "Per qualche strano motivo, non è possibile modificare questo articolo."
 
-#: wp-includes/class-wp-xmlrpc-server.php:498
-msgid "Time Format"
-msgstr "Formato ora"
+#: wp-includes/class-wp-xmlrpc-server.php:3553 wp-includes/comment.php:2988
+#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:449
+msgid "Sorry, comments are closed for this item."
+msgstr "I commenti sono chiusi per questo articolo."
 
-#: wp-includes/class-wp-xmlrpc-server.php:493
-msgid "Date Format"
-msgstr "Formato data"
+#: wp-includes/link-template.php:2300 wp-includes/link-template.php:2352
+msgid "&laquo; Previous Page"
+msgstr "&laquo; Pagina precedente"
 
-#: wp-includes/class-wp-xmlrpc-server.php:553
-msgid "Allow people to post comments on new articles"
-msgstr "Consenti la scrittura di commenti per i nuovi articoli"
+#: wp-includes/link-template.php:2217 wp-includes/link-template.php:2353
+msgid "Next Page &raquo;"
+msgstr "Pagina successiva &raquo;"
 
-#: wp-includes/comment-template.php:2183 wp-login.php:735
-msgid "Email"
-msgstr "Email"
+#. translators: Comments feed title. 1: Post title
+#: wp-includes/feed-atom-comments.php:33
+msgid "Comments on %s"
+msgstr "Commenti a %s"
 
-#: wp-includes/class-wp-customize-manager.php:2042
-#: wp-includes/class-wp-xmlrpc-server.php:483
-msgid "Site Title"
-msgstr "Titolo sito"
+#: wp-includes/comment-template.php:920
+msgid "No Comments"
+msgstr "Nessun commento"
 
-#: wp-includes/deprecated.php:2671
-msgid "First Post"
-msgstr "Primo articolo"
+#: wp-includes/comment-template.php:922
+msgid "1 Comment"
+msgstr "1 commento"
 
-#: wp-includes/admin-bar.php:444
-msgid "Settings"
-msgstr "Impostazioni"
+#: wp-includes/link-template.php:994 wp-includes/link-template.php:1329
+#: wp-includes/link-template.php:1431 wp-includes/link-template.php:1492
+msgid "Edit This"
+msgstr "Modifica"
 
-#: wp-includes/post.php:1280
-msgctxt "page"
-msgid "Add New"
-msgstr "Aggiungi nuova"
+#: wp-includes/category-template.php:1107
+msgid "Tags: "
+msgstr "Tag:"
 
-#: wp-includes/admin-bar.php:394
-msgid "My Sites"
-msgstr "I miei siti"
+#: wp-includes/post-template.php:859
+msgid "Pages:"
+msgstr "Pagine:"
 
-#: wp-includes/admin-bar.php:432 wp-includes/admin-bar.php:723
-#: wp-includes/customize/class-wp-customize-themes-section.php:56
-msgid "Themes"
-msgstr "Temi"
+#: wp-includes/widgets/class-wp-widget-meta.php:59
+msgid "Comments <abbr title=\"Really Simple Syndication\">RSS</abbr>"
+msgstr "<abbr title=\"Really Simple Syndication\">RSS</abbr> dei commenti"
+
+#. translators: %s: author's display name
+#: wp-includes/author-template.php:261 wp-includes/author-template.php:423
+msgid "Posts by %s"
+msgstr "Articoli scritti da: %s"
+
+#: wp-includes/bookmark-template.php:83
+msgid "Last updated: %s"
+msgstr "Ultimo aggiornamento: %s"
 
-#: wp-includes/admin-bar.php:420
+#: wp-includes/category-template.php:524 wp-includes/taxonomy.php:511
+msgid "No categories"
+msgstr "Nessuna categoria"
+
+#: wp-includes/category-template.php:801 wp-includes/category-template.php:810
+msgid "%s topic"
+msgid_plural "%s topics"
+msgstr[0] "%s argomento"
+msgstr[1] "%s argomenti"
+
+#: wp-includes/class-walker-category.php:137
+msgid "Feed for all posts filed under %s"
+msgstr "Feed per tutti gli articoli archiviati in %s"
+
+#: wp-includes/comment-template.php:1709
+msgid "Leave a Comment"
+msgstr "Lascia un commento"
+
+#. translators: 1: comment date, 2: comment time
+#: wp-includes/class-walker-comment.php:291
+#: wp-includes/class-walker-comment.php:346
+msgid "%1$s at %2$s"
+msgstr "%1$s alle %2$s"
+
+#: wp-includes/class-walker-comment.php:291
+msgid "(Edit)"
+msgstr "(Modifica)"
+
+#: wp-includes/theme-compat/sidebar.php:103
+#: wp-includes/widgets/class-wp-widget-meta.php:33
+#: wp-includes/widgets/class-wp-widget-meta.php:48
+msgid "Meta"
+msgstr "Meta"
+
+#: wp-includes/deprecated.php:2671
+msgid "First Post"
+msgstr "Primo articolo"
+
+#: wp-includes/admin-bar.php:455
 msgid "Sites"
 msgstr "Siti"
 
-#: wp-signup.php:178
-msgid "Yes"
-msgstr "Sì"
+#: wp-includes/class-wp-customize-manager.php:3715
+#: wp-includes/class-wp-xmlrpc-server.php:479
+msgid "Site Title"
+msgstr "Titolo sito"
 
-#: wp-includes/taxonomy.php:602
-msgid "Edit Category"
-msgstr "Modifica categoria"
+#: wp-includes/comment-template.php:2198 wp-login.php:726
+msgid "Email"
+msgstr "Email"
 
-#: wp-includes/general-template.php:411 wp-login.php:891 wp-login.php:923
-msgid "Log In"
-msgstr "Login"
+#: wp-includes/comment-template.php:1871 wp-includes/comment-template.php:2242
+msgid "Leave a Reply to %s"
+msgstr "Rispondi a %s"
 
-#: wp-login.php:645
-msgid "Strength indicator"
-msgstr "Livello di sicurezza"
+#: wp-includes/comment-template.php:1522
+msgid "Enter your password to view comments."
+msgstr "Inserisci la tua password per visualizzare i commenti."
 
-#: wp-includes/admin-bar.php:334 wp-includes/admin-bar.php:414
-#: wp-includes/admin-bar.php:481 wp-includes/deprecated.php:2792
-#: wp-includes/deprecated.php:2794
-msgid "Dashboard"
-msgstr "Bacheca"
+#: wp-includes/general-template.php:411 wp-login.php:884 wp-login.php:916
+msgid "Log In"
+msgstr "Login"
 
-#: wp-includes/class-wp-widget.php:137
-msgid "There are no options for this widget."
-msgstr "Non vi sono opzioni per questo widget."
+#: wp-includes/comment-template.php:1597
+msgid "Log in to Reply"
+msgstr "Effettua il login per rispondere"
 
-#: wp-includes/user.php:2277
-msgid "<strong>ERROR</strong>: This email is already registered, please choose another one."
-msgstr "<strong>ERRORE</strong>: questa email è già registrata, scegli un indirizzo email diverso."
+#: wp-includes/comment-template.php:1710
+msgid "Log in to leave a Comment"
+msgstr "Effettua il login per lasciare un commento"
 
-#: wp-includes/user.php:2255
-msgid "<strong>ERROR</strong>: Please enter a username."
-msgstr "<strong>ERRORE</strong>: inserisci un nome utente."
+#: wp-includes/admin-bar.php:429
+msgid "My Sites"
+msgstr "I miei siti"
 
-#: wp-includes/class-wp-editor.php:994 wp-includes/media-template.php:958
-msgid "Width"
-msgstr "Larghezza"
+#: wp-includes/post.php:1372
+msgctxt "page"
+msgid "Add New"
+msgstr "Aggiungi nuova"
 
-#: wp-includes/class-wp-theme.php:786
-msgid "Light"
-msgstr "Chiaro"
+#: wp-includes/theme-compat/comments.php:66
+msgid "Comments are closed."
+msgstr "I commenti sono chiusi."
 
-#: wp-includes/class-wp-theme.php:786
-msgid "Yellow"
-msgstr "Giallo"
+#: wp-includes/class-walker-comment.php:284
+#: wp-includes/class-walker-comment.php:354
+msgid "Your comment is awaiting moderation."
+msgstr "Il tuo commento è in attesa di moderazione."
 
-#: wp-includes/class-wp-theme.php:785
-msgid "White"
-msgstr "Bianco"
+#: wp-login.php:636
+msgid "Strength indicator"
+msgstr "Livello di sicurezza"
 
-#: wp-includes/class-wp-theme.php:785
-msgid "Silver"
-msgstr "Argento"
+#. translators: %s: comments count
+#: wp-includes/script-loader.php:531
+msgid "Comments (%s)"
+msgstr "Commenti (%s)"
 
-#: wp-includes/class-wp-theme.php:784
-msgid "Red"
-msgstr "Rosso"
+#: wp-includes/comment-template.php:1870 wp-includes/comment-template.php:2241
+msgid "Leave a Reply"
+msgstr "Lascia un commento"
 
-#: wp-includes/class-wp-theme.php:784
-msgid "Purple"
-msgstr "Viola"
+#: wp-includes/script-loader.php:625
+msgid "Plugin:"
+msgstr "Plugin:"
 
-#: wp-includes/class-wp-theme.php:784
-msgid "Pink"
-msgstr "Rosa"
+#: wp-includes/user.php:2301
+msgid "<strong>ERROR</strong>: This email is already registered, please choose another one."
+msgstr "<strong>ERRORE</strong>: questa email è già registrata, scegli un indirizzo email diverso."
 
-#: wp-includes/class-wp-theme.php:783
-msgid "Orange"
-msgstr "Arancione"
+#: wp-signup.php:178
+msgid "Yes"
+msgstr "Sì"
 
-#: wp-includes/class-wp-theme.php:783
-msgid "Green"
-msgstr "Verde"
+#. translators: %s: author's display name
+#: wp-includes/author-template.php:194
+msgid "Visit %s&#8217;s website"
+msgstr "Visita il sito web di %s"
 
-#: wp-includes/class-wp-theme.php:782
-msgid "Brown"
-msgstr "Marrone"
+#: wp-includes/bookmark-template.php:206
+msgid "Bookmarks"
+msgstr "Segnalibri"
 
-#: wp-includes/class-wp-theme.php:782
-msgid "Blue"
-msgstr "Blu"
+#: wp-includes/comment-template.php:1778
+msgid "Click here to cancel reply."
+msgstr "Fai clic qui per annullare la risposta."
 
-#: wp-includes/class-wp-theme.php:782
-msgid "Black"
-msgstr "Nero"
+#. translators: %s: login URL
+#: wp-includes/comment-template.php:2220
+msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
+msgstr "Devi essere <a href=\"%s\">connesso</a> per inviare un commento."
 
-#: wp-includes/class-wp-customize-panel.php:375
-#: wp-includes/customize/class-wp-customize-nav-menus-panel.php:85
-msgid "Help"
-msgstr "Aiuto"
+#: wp-includes/widgets/class-wp-widget-meta.php:70
+msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform."
+msgstr "Powered by WordPress, allo stato dell’arte una piattaforma di editoria personale semantica-"
 
-#: wp-includes/media.php:3077 wp-includes/script-loader.php:422
-#: wp-includes/script-loader.php:588
-msgid "(no title)"
-msgstr "(senza titolo)"
+#: wp-includes/class-wp-xmlrpc-server.php:489
+msgid "Date Format"
+msgstr "Formato data"
 
-#: wp-includes/admin-bar.php:489 wp-includes/post.php:1283
-msgid "New Post"
-msgstr "Nuovo articolo"
+#: wp-includes/user.php:2279
+msgid "<strong>ERROR</strong>: Please enter a username."
+msgstr "<strong>ERRORE</strong>: inserisci un nome utente."
 
-#: wp-includes/post.php:61
-msgid "Edit Media"
-msgstr "Modifica media"
+#: wp-includes/class-wp-user.php:717
+msgid "Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead."
+msgstr "L'utilizzo dei livelli utenti da temi e plugin è deprecato. Utilizzare invece ruoli e capacità."
 
-#: wp-includes/post.php:1283
-msgid "New Page"
-msgstr "Nuova pagina"
+#: wp-includes/category-template.php:527
+#: wp-includes/theme-compat/sidebar.php:97
+#: wp-includes/widgets/class-wp-widget-categories.php:31
+#: wp-includes/widgets/class-wp-widget-categories.php:48
+msgid "Categories"
+msgstr "Categorie"
 
-#: wp-includes/media.php:3354
-msgid "Select"
-msgstr "Seleziona"
+#. translators: %s: search phrase
+#: wp-includes/general-template.php:974
+msgid "Search Results for &#8220;%s&#8221;"
+msgstr "Risultati della ricerca per &#8220;%s&#8221;"
 
-#: wp-includes/class-wp-editor.php:872 wp-includes/class-wp-editor.php:1425
-#: wp-includes/script-loader.php:261 wp-includes/script-loader.php:342
-#: wp-includes/script-loader.php:457 wp-includes/script-loader.php:951
-msgid "Close"
-msgstr "Chiudi"
+#: wp-includes/taxonomy.php:497
+msgid "Search Categories"
+msgstr "Cerca categorie"
 
-#: wp-includes/post-template.php:1151 wp-includes/theme-compat/sidebar.php:89
-#: wp-includes/widgets/class-wp-widget-pages.php:31
-#: wp-includes/widgets/class-wp-widget-pages.php:55
-msgid "Pages"
-msgstr "Pagine"
+#: wp-includes/class-wp-customize-widgets.php:728
+#: wp-includes/class-wp-editor.php:1055 wp-includes/media.php:3446
+msgid "Apply"
+msgstr "Applica"
 
-#: wp-includes/pluggable.php:1449 wp-includes/pluggable.php:1597
-#: wp-includes/pluggable.php:1724
-msgid "Email: %s"
-msgstr "Email: %s"
+#: wp-includes/deprecated.php:688 wp-includes/media-template.php:626
+#: wp-includes/media-template.php:653 wp-includes/media-template.php:731
+#: wp-includes/media-template.php:857 wp-includes/media-template.php:872
+#: wp-includes/media-template.php:923 wp-includes/media-template.php:985
+#: wp-includes/media-template.php:1083 wp-includes/media-template.php:1172
+#: wp-includes/script-loader.php:360
+msgid "None"
+msgstr "Nessuna"
 
-#: wp-includes/category-template.php:191
-msgid "Uncategorized"
-msgstr "Senza categoria"
+#: wp-includes/class-wp-editor.php:903
+#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:128
+#: wp-includes/media-template.php:405 wp-includes/media-template.php:586
+msgid "Description"
+msgstr "Descrizione"
 
-#: wp-includes/widgets/class-wp-widget-links.php:30
-msgid "Links"
-msgstr "Link"
+#: wp-includes/class-wp-editor.php:904 wp-includes/theme-compat/sidebar.php:27
+msgid "Author"
+msgstr "Autore"
 
-#: wp-includes/post.php:1284
-msgid "View Page"
-msgstr "Visualizza pagina"
+#: wp-includes/class-wp-customize-nav-menus.php:1063
+#: wp-includes/class-wp-editor.php:1448
+#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:91
+#: wp-includes/media-template.php:373 wp-includes/media-template.php:554
+#: wp-includes/media.php:3403
+msgid "URL"
+msgstr "URL"
 
-#: wp-includes/post.php:2193
-msgid "Images"
-msgstr "Immagini"
+#: wp-includes/comment-template.php:1081 wp-includes/comment-template.php:2216
+msgctxt "noun"
+msgid "Comment"
+msgstr "Commento"
 
-#: wp-includes/customize/class-wp-customize-theme-control.php:90
-msgid "By %s"
-msgstr "Di %s"
+#: wp-signup.php:182
+msgid "No"
+msgstr "No"
 
-#: wp-includes/admin-bar.php:810 wp-includes/admin-bar.php:811
-#: wp-includes/class-wp-editor.php:1446 wp-includes/media.php:3353
-msgid "Search"
-msgstr "Cerca"
+#: wp-includes/class-walker-comment.php:244
+#: wp-includes/class-walker-comment.php:350
+#: wp-includes/class-wp-editor.php:1053
+msgid "Edit"
+msgstr "Modifica"
 
-#: wp-includes/script-loader.php:133 wp-includes/script-loader.php:290
-msgid "Dismiss"
-msgstr "Rimuovi"
+#: wp-includes/taxonomy.php:504
+msgid "Update Category"
+msgstr "Aggiorna categoria"
 
-#: wp-includes/taxonomy.php:599
-msgid "All Categories"
-msgstr "Tutte le categorie"
+#: wp-includes/class-wp-editor.php:872
+msgid "Undo"
+msgstr "Annulla"
 
-#: wp-includes/taxonomy.php:608
-msgid "Add or remove tags"
-msgstr "Aggiungi o rimuovi tag"
+#: wp-includes/script-loader.php:529
+msgid "Comments"
+msgstr "Commenti"
 
-#: wp-includes/media.php:3356 wp-includes/script-loader.php:420
-#: wp-includes/script-loader.php:541 wp-includes/script-loader.php:617
-msgid "Update"
-msgstr "Aggiorna"
+#: wp-includes/script-loader.php:563
+msgid "Publish"
+msgstr "Pubblica"
 
-#: wp-includes/script-loader.php:540
-msgid "Schedule"
-msgstr "Pianificazioni"
+#: wp-includes/revision.php:36
+msgid "Excerpt"
+msgstr "Riassunto"
 
-#: wp-includes/script-loader.php:545
-msgid "Public"
-msgstr "Pubblico"
+#: wp-includes/taxonomy.php:111
+msgid "Link Categories"
+msgstr "Categorie dei link"
 
-#: wp-includes/script-loader.php:546
-msgid "Public, Sticky"
-msgstr "Pubblico, in evidenza"
+#: wp-includes/taxonomy.php:116
+msgid "Edit Link Category"
+msgstr "Modifica categoria link"
 
-#: wp-includes/post.php:606 wp-includes/post.php:626
-#: wp-includes/script-loader.php:544
-msgid "Private"
-msgstr "Privato"
+#: wp-includes/class-wp-editor.php:1492 wp-includes/script-loader.php:430
+msgid "Add Link"
+msgstr "Aggiungi link"
 
-#: wp-includes/class-wp-editor.php:870 wp-includes/script-loader.php:530
-msgid "OK"
-msgstr "OK"
+#: wp-includes/class-wp-editor.php:936
+msgid "Save"
+msgstr "Salva"
 
-#: wp-includes/script-loader.php:548
-msgid "Privately Published"
-msgstr "Pubblicato privatamente"
+#: wp-includes/class-wp-editor.php:909
+msgid "Advanced"
+msgstr "Avanzate"
 
-#: wp-includes/script-loader.php:542
-msgid "Save as Pending"
-msgstr "Salva come in sospeso"
+#: wp-includes/comment-template.php:2196
+msgid "Name"
+msgstr "Nome"
 
-#: wp-includes/media-template.php:862 wp-includes/media-template.php:974
-msgid "Image URL"
-msgstr "URL immagine"
+#: wp-includes/post-template.php:1175 wp-includes/theme-compat/sidebar.php:89
+#: wp-includes/widgets/class-wp-widget-pages.php:31
+#: wp-includes/widgets/class-wp-widget-pages.php:55
+msgid "Pages"
+msgstr "Pagine"
 
-#: wp-includes/media-template.php:327 wp-includes/media-template.php:521
-#: wp-includes/media.php:3424
-msgid "Edit Image"
-msgstr "Modifica immagine"
+#: wp-includes/taxonomy.php:502
+msgid "Edit Tag"
+msgstr "Modifica tag"
 
-#: wp-includes/class-wp-editor.php:995 wp-includes/media-template.php:393
-#: wp-includes/media-template.php:572 wp-includes/media-template.php:830
-#: wp-includes/media-template.php:895
-msgid "Caption"
-msgstr "Didascalia"
+#: wp-includes/widgets/class-wp-widget-tag-cloud.php:49
+msgid "Tags"
+msgstr "Tag"
 
-#: wp-includes/class-wp-editor.php:996 wp-includes/media-template.php:605
-msgid "Alignment"
-msgstr "Allineamento"
+#: wp-includes/post.php:1372
+msgctxt "post"
+msgid "Add New"
+msgstr "Aggiungi nuovo"
 
-#: wp-includes/media-template.php:678 wp-includes/media-template.php:752
-#: wp-includes/media-template.php:927
-msgid "Size"
-msgstr "Dimensione"
+#: wp-includes/admin-bar.php:461
+msgid "Users"
+msgstr "Utenti"
 
-#: wp-includes/media-template.php:690 wp-includes/media-template.php:765
-#: wp-includes/media-template.php:939 wp-includes/media.php:3113
-msgid "Full Size"
-msgstr "Dimensione reale"
+#: wp-includes/script-loader.php:744
+msgid "Done"
+msgstr "Finito"
 
-#: wp-includes/media-template.php:688 wp-includes/media-template.php:763
-#: wp-includes/media-template.php:937 wp-includes/media.php:3111
-msgid "Medium"
-msgstr "Media"
+#: wp-includes/class-wp-theme.php:734 wp-includes/comment-template.php:31
+msgid "Anonymous"
+msgstr "Anonimo"
 
-#: wp-includes/class-wp-customize-manager.php:2238
-#: wp-includes/class-wp-editor.php:1000 wp-includes/media-template.php:619
-#: wp-includes/media-template.php:850 wp-includes/media-template.php:916
-msgid "Right"
-msgstr "Destra"
+#: wp-includes/widgets/class-wp-widget-rss.php:31
+msgid "RSS"
+msgstr "RSS"
 
-#: wp-includes/class-wp-customize-manager.php:2237
-#: wp-includes/class-wp-editor.php:999 wp-includes/media-template.php:616
-#: wp-includes/media-template.php:847 wp-includes/media-template.php:913
-msgid "Center"
-msgstr "Centro"
+#: wp-includes/functions.php:2141
+msgid "Invalid file type"
+msgstr "Tipo di file non valido"
 
-#: wp-includes/class-wp-customize-manager.php:2236
-#: wp-includes/class-wp-editor.php:998 wp-includes/media-template.php:613
-#: wp-includes/media-template.php:844 wp-includes/media-template.php:910
-msgid "Left"
-msgstr "Sinistra"
+#: wp-includes/class-wp-editor.php:934 wp-includes/media-template.php:1244
+msgid "Preview"
+msgstr "Anteprima"
 
-#: wp-includes/media-template.php:335 wp-includes/media-template.php:497
-msgid "Saved."
-msgstr "Salvato."
+#: wp-includes/widgets/class-wp-widget-recent-comments.php:31
+#: wp-includes/widgets/class-wp-widget-recent-comments.php:78
+msgid "Recent Comments"
+msgstr "Commenti recenti"
 
-#: wp-includes/media.php:3352
-msgid "Add Media"
-msgstr "Aggiungi media"
+#: wp-includes/admin-bar.php:473
+msgid "Plugins"
+msgstr "Plugin"
 
-#: wp-includes/deprecated.php:3184
-msgid "File &#8220;%s&#8221; is not an image."
-msgstr "Il file &#8220;%s&#8221; non è un’immagine."
+#: wp-includes/class-wp-editor.php:876 wp-includes/class-wp-editor.php:1489
+#: wp-includes/media.php:3407 wp-includes/script-loader.php:415
+#: wp-includes/script-loader.php:465 wp-includes/script-loader.php:555
+msgid "Cancel"
+msgstr "Annulla"
 
-#: wp-includes/deprecated.php:3176
-msgid "The GD image library is not installed."
-msgstr "La GD image library non è installata."
+#: wp-includes/revision.php:35
+msgid "Content"
+msgstr "Contenuto"
 
-#: wp-includes/deprecated.php:3173
-msgid "File &#8220;%s&#8221; doesn&#8217;t exist?"
-msgstr "Il file &#8220;%s&#8221; non esiste?"
+#: wp-includes/script-loader.php:567
+msgid "Save Draft"
+msgstr "Salva bozza"
 
-#: wp-includes/media-template.php:687 wp-includes/media-template.php:762
-#: wp-includes/media-template.php:936 wp-includes/media.php:3110
-msgid "Thumbnail"
-msgstr "Miniatura"
+#: wp-includes/comment-template.php:1083
+msgid "Pingback"
+msgstr "Pingback"
 
-#: wp-includes/class-wp-editor.php:868
-msgid "Redo"
-msgstr "Ripeti"
+#: wp-includes/comment-template.php:1082
+msgid "Trackback"
+msgstr "Trackback"
 
-#: wp-includes/general-template.php:409 wp-login.php:910
-msgid "Password"
-msgstr "Password"
+#: wp-includes/widgets/class-wp-widget-rss.php:74
+msgid "Unknown Feed"
+msgstr "Feed sconosciuto"
 
-#: wp-login.php:731
-msgid "Username"
-msgstr "Nome utente"
+#: wp-includes/widgets.php:175
+msgid "Sidebar"
+msgstr "Barra laterale"
 
-#: wp-includes/general-template.php:1494
+#: wp-includes/general-template.php:1509
 #: wp-includes/theme-compat/sidebar.php:91
 #: wp-includes/widgets/class-wp-widget-archives.php:31
 #: wp-includes/widgets/class-wp-widget-archives.php:49
 msgid "Archives"
 msgstr "Archivi"
 
-#: wp-includes/widgets.php:175
-msgid "Sidebar"
-msgstr "Barra laterale"
+#: wp-login.php:722
+msgid "Username"
+msgstr "Nome utente"
 
-#: wp-includes/admin-bar.php:760
-msgid "Header"
-msgstr "Header"
+#: wp-includes/general-template.php:409 wp-login.php:903
+msgid "Password"
+msgstr "Password"
 
-#: wp-includes/widgets/class-wp-widget-rss.php:74
-msgid "Unknown Feed"
-msgstr "Feed sconosciuto"
+#: wp-includes/class-wp-editor.php:873
+msgid "Redo"
+msgstr "Ripeti"
+
+#: wp-includes/media-template.php:691 wp-includes/media-template.php:766
+#: wp-includes/media-template.php:940 wp-includes/media.php:3147
+msgid "Thumbnail"
+msgstr "Miniatura"
+
+#. translators: %s: file name
+#: wp-includes/deprecated.php:3174
+msgid "File &#8220;%s&#8221; doesn&#8217;t exist?"
+msgstr "Il file &#8220;%s&#8221; non esiste?"
+
+#: wp-includes/deprecated.php:3178
+msgid "The GD image library is not installed."
+msgstr "La GD image library non è installata."
+
+#: wp-includes/media.php:3404
+msgid "Add Media"
+msgstr "Aggiungi media"
+
+#: wp-includes/media-template.php:337 wp-includes/media-template.php:501
+msgid "Saved."
+msgstr "Salvato."
+
+#: wp-includes/class-wp-editor.php:1003
+#: wp-includes/customize/class-wp-customize-background-position-control.php:50
+#: wp-includes/media-template.php:617 wp-includes/media-template.php:848
+#: wp-includes/media-template.php:914
+msgid "Left"
+msgstr "Sinistra"
 
-#: wp-includes/widgets.php:1236
-msgid "<strong>RSS Error</strong>: %s"
-msgstr "<strong>Errore RSS</strong>: %s"
+#: wp-includes/class-wp-editor.php:1004
+#: wp-includes/customize/class-wp-customize-background-position-control.php:51
+#: wp-includes/media-template.php:620 wp-includes/media-template.php:851
+#: wp-includes/media-template.php:917
+msgid "Center"
+msgstr "Centro"
 
-#: wp-includes/widgets/class-wp-widget-recent-comments.php:162
-msgid "Number of comments to show:"
-msgstr "Numero di commenti da visualizzare:"
+#: wp-includes/class-wp-editor.php:1005
+#: wp-includes/customize/class-wp-customize-background-position-control.php:52
+#: wp-includes/media-template.php:623 wp-includes/media-template.php:854
+#: wp-includes/media-template.php:920
+msgid "Right"
+msgstr "Destra"
 
-#: wp-includes/comment-template.php:1082
-msgid "Trackback"
-msgstr "Trackback"
+#: wp-includes/media-template.php:692 wp-includes/media-template.php:767
+#: wp-includes/media-template.php:941 wp-includes/media.php:3148
+msgid "Medium"
+msgstr "Media"
 
-#: wp-includes/comment-template.php:1083
-msgid "Pingback"
-msgstr "Pingback"
+#: wp-includes/media-template.php:682 wp-includes/media-template.php:756
+#: wp-includes/media-template.php:931
+msgid "Size"
+msgstr "Dimensione"
 
-#: wp-includes/comment-template.php:1593 wp-includes/script-loader.php:508
-msgid "Reply"
-msgstr "Rispondi"
+#: wp-includes/class-wp-editor.php:1001 wp-includes/media-template.php:609
+msgid "Alignment"
+msgstr "Allineamento"
 
-#: wp-includes/script-loader.php:543
-msgid "Save Draft"
-msgstr "Salva bozza"
+#: wp-includes/class-wp-editor.php:1000 wp-includes/media-template.php:395
+#: wp-includes/media-template.php:576 wp-includes/media-template.php:834
+#: wp-includes/media-template.php:899
+msgid "Caption"
+msgstr "Didascalia"
 
-#: wp-includes/widgets/class-wp-widget-tag-cloud.php:49
-msgid "Tags"
-msgstr "Tag"
+#: wp-includes/media-template.php:866 wp-includes/media-template.php:978
+msgid "Image URL"
+msgstr "URL immagine"
 
-#: wp-includes/revision.php:35
-msgid "Content"
-msgstr "Contenuto"
+#: wp-includes/script-loader.php:566
+msgid "Save as Pending"
+msgstr "Salva come in sospeso"
 
-#: wp-includes/class-wp-editor.php:871 wp-includes/class-wp-editor.php:1471
-#: wp-includes/media.php:3355 wp-includes/script-loader.php:406
-#: wp-includes/script-loader.php:456 wp-includes/script-loader.php:531
-msgid "Cancel"
-msgstr "Annulla"
+#: wp-includes/script-loader.php:572
+msgid "Privately Published"
+msgstr "Pubblicato privatamente"
 
-#: wp-includes/admin-bar.php:438
-msgid "Plugins"
-msgstr "Plugin"
+#: wp-includes/class-wp-editor.php:875 wp-includes/script-loader.php:554
+msgid "OK"
+msgstr "OK"
 
-#: wp-includes/widgets/class-wp-widget-recent-comments.php:31
-#: wp-includes/widgets/class-wp-widget-recent-comments.php:78
-msgid "Recent Comments"
-msgstr "Commenti recenti"
+#: wp-includes/post.php:690 wp-includes/post.php:710
+#: wp-includes/script-loader.php:568
+msgid "Private"
+msgstr "Privato"
 
-#: wp-includes/class-wp-editor.php:929 wp-includes/media-template.php:1240
-msgid "Preview"
-msgstr "Anteprima"
+#: wp-includes/script-loader.php:569
+msgid "Public"
+msgstr "Pubblico"
 
-#: wp-includes/functions.php:2125
-msgid "Invalid file type"
-msgstr "Tipo di file non valido"
+#: wp-includes/media.php:3408 wp-includes/script-loader.php:429
+#: wp-includes/script-loader.php:565 wp-includes/script-loader.php:641
+msgid "Update"
+msgstr "Aggiorna"
 
-#: wp-includes/widgets/class-wp-widget-rss.php:31
-msgid "RSS"
-msgstr "RSS"
+#: wp-includes/taxonomy.php:508
+msgid "Add or remove tags"
+msgstr "Aggiungi o rimuovi tag"
 
-#: wp-includes/class-wp-theme.php:733 wp-includes/comment-template.php:31
-msgid "Anonymous"
-msgstr "Anonimo"
+#: wp-includes/class-wp-customize-control.php:598
+#: wp-includes/class-wp-customize-nav-menus.php:1032
+msgid "Add"
+msgstr "Aggiungi"
 
-#: wp-includes/script-loader.php:720
-msgid "Done"
-msgstr "Finito"
+#: wp-includes/taxonomy.php:499
+msgid "All Categories"
+msgstr "Tutte le categorie"
 
-#: wp-includes/admin-bar.php:426
-msgid "Users"
-msgstr "Utenti"
+#: wp-includes/admin-bar.php:857 wp-includes/admin-bar.php:858
+#: wp-includes/class-wp-editor.php:1464 wp-includes/media.php:3405
+msgid "Search"
+msgstr "Cerca"
 
-#: wp-includes/post.php:1282
-msgid "Edit Post"
-msgstr "Modifica articolo"
+#: wp-includes/post.php:2287
+msgid "Images"
+msgstr "Immagini"
 
-#: wp-includes/post.php:1284
+#: wp-includes/post.php:1376
 msgid "View Post"
 msgstr "Visualizza articolo"
 
-#: wp-includes/post.php:1280
-msgctxt "post"
-msgid "Add New"
-msgstr "Aggiungi nuovo"
+#: wp-includes/post.php:1376
+msgid "View Page"
+msgstr "Visualizza pagina"
 
-#: wp-includes/taxonomy.php:602
-msgid "Edit Tag"
-msgstr "Modifica tag"
+#: wp-includes/widgets/class-wp-widget-links.php:30
+msgid "Links"
+msgstr "Link"
 
-#: wp-includes/deprecated.php:688 wp-includes/media-template.php:622
-#: wp-includes/media-template.php:649 wp-includes/media-template.php:727
-#: wp-includes/media-template.php:853 wp-includes/media-template.php:868
-#: wp-includes/media-template.php:919 wp-includes/media-template.php:981
-#: wp-includes/media-template.php:1079 wp-includes/media-template.php:1168
-#: wp-includes/script-loader.php:351
-msgid "None"
-msgstr "Nessuna"
+#: wp-includes/category-template.php:152
+msgid "Uncategorized"
+msgstr "Senza categoria"
 
-#: wp-includes/class-wp-editor.php:898
-#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:128
-#: wp-includes/media-template.php:403 wp-includes/media-template.php:582
-msgid "Description"
-msgstr "Descrizione"
+#: wp-includes/class-wp-editor.php:877 wp-includes/class-wp-editor.php:1443
+#: wp-includes/script-loader.php:269 wp-includes/script-loader.php:351
+#: wp-includes/script-loader.php:466 wp-includes/script-loader.php:975
+msgid "Close"
+msgstr "Chiudi"
 
-#: wp-includes/comment-template.php:2181
-msgid "Name"
-msgstr "Nome"
+#: wp-includes/media.php:3406
+msgid "Select"
+msgstr "Seleziona"
 
-#: wp-includes/class-wp-editor.php:904
-msgid "Advanced"
-msgstr "Avanzate"
+#: wp-includes/post.php:1375
+msgid "New Page"
+msgstr "Nuova pagina"
 
-#: wp-includes/category-template.php:566
-#: wp-includes/theme-compat/sidebar.php:97
-#: wp-includes/widgets/class-wp-widget-categories.php:31
-#: wp-includes/widgets/class-wp-widget-categories.php:48
-msgid "Categories"
-msgstr "Categorie"
+#: wp-includes/post.php:67
+msgid "Edit Media"
+msgstr "Modifica media"
 
-#: wp-includes/class-wp-editor.php:931
-msgid "Save"
-msgstr "Salva"
+#: wp-includes/admin-bar.php:524 wp-includes/post.php:1375
+msgid "New Post"
+msgstr "Nuovo articolo"
 
-#: wp-includes/class-wp-editor.php:1474 wp-includes/script-loader.php:421
-msgid "Add Link"
-msgstr "Aggiungi link"
+#: wp-includes/media.php:3114 wp-includes/script-loader.php:431
+#: wp-includes/script-loader.php:612
+msgid "(no title)"
+msgstr "(senza titolo)"
 
-#: wp-includes/taxonomy.php:604
-msgid "Update Category"
-msgstr "Aggiorna categoria"
+#: wp-includes/post.php:1374
+msgid "Edit Post"
+msgstr "Modifica articolo"
 
-#: wp-includes/taxonomy.php:98
-msgid "Edit Link Category"
-msgstr "Modifica categoria link"
+#: wp-includes/widgets/class-wp-widget-recent-comments.php:162
+msgid "Number of comments to show:"
+msgstr "Numero di commenti da visualizzare:"
 
-#: wp-includes/taxonomy.php:597
-msgid "Search Categories"
-msgstr "Cerca categorie"
+#: wp-includes/media-template.php:327 wp-includes/media-template.php:525
+#: wp-includes/media.php:3477
+msgid "Edit Image"
+msgstr "Modifica immagine"
 
-#: wp-includes/taxonomy.php:93
-msgid "Link Categories"
-msgstr "Categorie dei link"
+#: wp-includes/media-template.php:694 wp-includes/media-template.php:769
+#: wp-includes/media-template.php:943 wp-includes/media.php:3150
+msgid "Full Size"
+msgstr "Dimensione reale"
+
+#: wp-includes/script-loader.php:138 wp-includes/script-loader.php:299
+msgid "Dismiss"
+msgstr "Rimuovi"
 
-#: wp-includes/post.php:85
+#: wp-includes/post.php:95
 msgid "Revisions"
 msgstr "Revisioni"
 
-#: wp-includes/revision.php:36
-msgid "Excerpt"
-msgstr "Riassunto"
-
-#: wp-includes/script-loader.php:539
-msgid "Publish"
-msgstr "Pubblica"
-
-#: wp-includes/script-loader.php:511
-msgid "Comments"
-msgstr "Commenti"
-
-#: wp-includes/class-wp-customize-widgets.php:725
-#: wp-includes/class-wp-editor.php:1050 wp-includes/media.php:3394
-msgid "Apply"
-msgstr "Applica"
-
-#: wp-includes/class-wp-editor.php:867
-msgid "Undo"
-msgstr "Annulla"
+#: wp-includes/comment-template.php:1594 wp-includes/script-loader.php:526
+msgid "Reply"
+msgstr "Rispondi"
 
-#. translators: %s: search phrase
-#: wp-includes/general-template.php:966
-msgid "Search Results for &#8220;%s&#8221;"
-msgstr "Risultati della ricerca per &#8220;%s&#8221;"
+#: wp-includes/script-loader.php:564
+msgid "Schedule"
+msgstr "Pianificazioni"
 
-#: wp-includes/class-walker-comment.php:244
-#: wp-includes/class-walker-comment.php:340
-#: wp-includes/class-wp-editor.php:1048
-msgid "Edit"
-msgstr "Modifica"
+#: wp-includes/script-loader.php:570
+msgid "Public, Sticky"
+msgstr "Pubblico, in evidenza"
 
-#: wp-signup.php:182
-msgid "No"
-msgstr "No"
+#. translators: 1: Comment author URL
+#: wp-includes/pluggable.php:1458 wp-includes/pluggable.php:1619
+#: wp-includes/pluggable.php:1760
+msgid "Email: %s"
+msgstr "Email: %s"
 
-#: wp-includes/deprecated.php:3122 wp-includes/functions.php:2520
+#: wp-includes/deprecated.php:3122 wp-includes/functions.php:2549
 msgid "Are you sure you want to do this?"
 msgstr "Sei sicuro di voler fare questo?"
 
-#: wp-includes/comment-template.php:1081 wp-includes/comment-template.php:2201
-msgctxt "noun"
-msgid "Comment"
-msgstr "Commento"
-
-#: wp-includes/class-wp-customize-nav-menus.php:784
-#: wp-includes/class-wp-editor.php:1430
-#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:91
-#: wp-includes/media-template.php:371 wp-includes/media-template.php:550
-#: wp-includes/media.php:3351
-msgid "URL"
-msgstr "URL"
-
-#: wp-includes/class-wp-editor.php:899 wp-includes/theme-compat/sidebar.php:27
-msgid "Author"
-msgstr "Autore"
-
-#: wp-includes/admin-bar.php:268 wp-includes/class-wp-admin-bar.php:426
-msgid "Log Out"
-msgstr "Logout"
+#. translators: %s: file name
+#: wp-includes/deprecated.php:3187
+msgid "File &#8220;%s&#8221; is not an image."
+msgstr "Il file &#8220;%s&#8221; non è un’immagine."
 
-#: wp-includes/admin-bar.php:316 wp-includes/admin-bar.php:506
-#: wp-includes/deprecated.php:2790
-msgid "Visit Site"
-msgstr "Visualizza sito"
+#: wp-includes/admin-bar.php:807
+msgid "Header"
+msgstr "Header"
 
-#: wp-includes/class-wp-editor.php:1373
-msgid "Y/m/d"
-msgstr "d/m/Y"
+#: wp-includes/class-wp-customize-manager.php:412
+#: wp-includes/class-wp-customize-manager.php:475
+#: wp-includes/script-loader.php:467
+msgid "Cheatin&#8217; uh?"
+msgstr "Si tenta di fare i furbi, eh?"
 
-#: wp-includes/post.php:604 wp-includes/post.php:625
-msgid "Draft"
-msgstr "Bozza"
+#: wp-includes/class-wp-editor.php:900 wp-includes/media-template.php:379
+#: wp-includes/media-template.php:560 wp-includes/revision.php:34
+#: wp-includes/script-loader.php:581
+msgid "Title"
+msgstr "Titolo"
 
-#: wp-includes/post.php:605
+#: wp-includes/post.php:689
 msgid "Pending Review"
 msgstr "In attesa di revisione"
 
-#: wp-includes/post.php:607 wp-includes/post.php:627
-#: wp-includes/script-loader.php:549
-msgid "Published"
-msgstr "Pubblicato"
-
-#: wp-includes/class-wp-editor.php:895 wp-includes/media-template.php:377
-#: wp-includes/media-template.php:556 wp-includes/revision.php:34
-#: wp-includes/script-loader.php:557
-msgid "Title"
-msgstr "Titolo"
+#: wp-includes/class-wp-editor.php:1391
+msgid "Y/m/d"
+msgstr "d/m/Y"
 
-#: wp-includes/post.php:1286
-msgid "No posts found."
-msgstr "Nessun articolo trovato."
+#: wp-includes/admin-bar.php:336 wp-includes/admin-bar.php:541
+#: wp-includes/deprecated.php:2790
+msgid "Visit Site"
+msgstr "Visualizza sito"
 
-#: wp-includes/class-wp-customize-manager.php:349
-#: wp-includes/script-loader.php:458
-msgid "Cheatin&#8217; uh?"
-msgstr "Si tenta di fare i furbi, eh?"
+#: wp-includes/admin-bar.php:286 wp-includes/class-wp-admin-bar.php:426
+msgid "Log Out"
+msgstr "Logout"
 
-#: wp-activate.php:135 wp-includes/post-template.php:1546
+#: wp-activate.php:135 wp-includes/post-template.php:1602
 msgid "Password:"
 msgstr "Password:"
 
+#: wp-activate.php:78
+msgid "Activation Key Required"
+msgstr "&Egrave; richiesta una chiave di attivazione"
+
+#: wp-activate.php:81
+msgid "Activation Key:"
+msgstr "Chiave di attivazione:"
+
 #: wp-activate.php:134 wp-signup.php:228
 msgid "Username:"
 msgstr "Nome utente:"
@@ -8663,19 +10606,24 @@ msgstr "Nome utente:"
 msgid "An error occurred during the activation"
 msgstr "Si è verificato un errore durante l'attivazione."
 
-#: wp-activate.php:97 wp-activate.php:131
-msgid "Your account is now active!"
-msgstr "Il tuo account è attivo ora!"
-
-#: wp-activate.php:85 wp-includes/script-loader.php:672
-#: wp-includes/script-loader.php:673
+#: wp-activate.php:85 wp-includes/script-loader.php:696
+#: wp-includes/script-loader.php:697
 msgid "Activate"
 msgstr "Attiva"
 
-#: wp-activate.php:81
-msgid "Activation Key:"
-msgstr "Chiave di attivazione:"
+#: wp-includes/post.php:688 wp-includes/post.php:709
+msgid "Draft"
+msgstr "Bozza"
 
-#: wp-activate.php:78
-msgid "Activation Key Required"
-msgstr "&Egrave; richiesta una chiave di attivazione"
+#: wp-includes/post.php:1379
+msgid "No posts found."
+msgstr "Nessun articolo trovato."
+
+#: wp-includes/post.php:691 wp-includes/post.php:711
+#: wp-includes/script-loader.php:573
+msgid "Published"
+msgstr "Pubblicato"
+
+#: wp-activate.php:97 wp-activate.php:131
+msgid "Your account is now active!"
+msgstr "Il tuo account è attivo ora!"
\ No newline at end of file