From be0c55ea0e260a2c76e324af3260582140684e81 Mon Sep 17 00:00:00 2001
From: Michael Rose <est.michael@gmail.com>
Date: Mon, 1 Aug 2016 08:52:26 -0400
Subject: [PATCH] Add Italian text strings to ui-text.yml - Translation by
 @ivanferreroit

---
 _data/ui-text.yml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/_data/ui-text.yml b/_data/ui-text.yml
index f12a5e04..13addada 100644
--- a/_data/ui-text.yml
+++ b/_data/ui-text.yml
@@ -164,5 +164,35 @@ pt-BR:
 pt-PT:
   <<: *DEFAULT_PT
 
+# Italian
+# -----------------
+it: &DEFAULT_IT
+  page                  : "Pagina"
+  pagination_previous   : "Precedente"
+  pagination_next       : "Prossima"
+  breadcrumb_home_label : "Home"
+  breadcrumb_separator  : "/"
+  toc_label             : "Indice della pagina"
+  ext_link_label        : "Link"
+  less_than             : "meno di"
+  minute_read           : "minuto/i di lettura"
+  share_on_label        : "Condividi"
+  meta_label            :
+  tags_label            : "Tags:"
+  categories_label      : "Categorie:"
+  date_label            : "Aggiornato:"
+  comments_label        : "Scrivi un commento"
+  more_label            : "Scopri di più"
+  related_label         : "Potrebbe Piacerti Anche"
+  follow_label          : "Segui:"
+  feed_label            : "Feed"
+  powered_by            : "Powered by"
+  website_label         : "Website"
+  email_label           : "Email"
+  recent_posts          : "Articoli Recenti"
+  undefined_wpm         : "Parametro words_per_minute non definito in _config.yml"
+it-IT:
+  <<: *DEFAULT_IT
+
 # Another locale
 # --------------