Browse Source

integrate @simogrima's enhancements to message translations (cf NUKnightLab/StoryJS-Core#32)

pull/517/head
Joe Germuska 11 years ago
parent
commit
f5b7d7292b
  1. 12
      source/js/Core/Language/locale/it.js

12
source/js/Core/Language/locale/it.js

@ -25,13 +25,13 @@ if(typeof VMM != 'undefined') {
full_long_small_date: "HH:MM'<br/><small>'dddd',' d mmm yyyy'</small>'" full_long_small_date: "HH:MM'<br/><small>'dddd',' d mmm yyyy'</small>'"
}, },
messages: { messages: {
loading_timeline: "Loading Timeline... ", loading_timeline: "Caricamento Timeline... ",
return_to_title: "Return to Title", return_to_title: "Ritorna al Titolo",
expand_timeline: "Expand Timeline", expand_timeline: "Espandi la Timeline",
contract_timeline: "Contract Timeline", contract_timeline: "Contrai la Timeline",
wikipedia: "Wikipedia, L’enciclopedia libera", wikipedia: "Wikipedia, L’enciclopedia libera",
loading_content: "Loading Content", loading_content: "Caricamento contenuti",
loading: "Loading" loading: "Caricamento"
} }
} }

Loading…
Cancel
Save