From f5b7d7292b8dd150c9f67a845fcb93cb3f98afd2 Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Wed, 30 Oct 2013 12:41:29 -0500 Subject: [PATCH] integrate @simogrima's enhancements to message translations (cf NUKnightLab/StoryJS-Core#32) --- source/js/Core/Language/locale/it.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/js/Core/Language/locale/it.js b/source/js/Core/Language/locale/it.js index 475d1db..190371b 100644 --- a/source/js/Core/Language/locale/it.js +++ b/source/js/Core/Language/locale/it.js @@ -25,14 +25,14 @@ if(typeof VMM != 'undefined') { full_long_small_date: "HH:MM'
'dddd',' d mmm yyyy''" }, messages: { - loading_timeline: "Loading Timeline... ", - return_to_title: "Return to Title", - expand_timeline: "Expand Timeline", - contract_timeline: "Contract Timeline", + loading_timeline: "Caricamento Timeline... ", + return_to_title: "Ritorna al Titolo", + expand_timeline: "Espandi la Timeline", + contract_timeline: "Contrai la Timeline", wikipedia: "Wikipedia, L’enciclopedia libera", - loading_content: "Loading Content", - loading: "Loading" + loading_content: "Caricamento contenuti", + loading: "Caricamento" } } -} +} \ No newline at end of file