diff -r 40909e8d6855 -r 5a5024bc74e6 integration/js/editor.js --- a/integration/js/editor.js Fri Nov 09 18:56:29 2012 +0100 +++ b/integration/js/editor.js Fri Nov 16 19:23:20 2012 +0100 @@ -10,7 +10,8 @@ From_: "De :", to_: "à :", segment_title_placeholder: "Segment sans titre", - mashup_title_placeholder: "Hashcut sans titre" + mashup_title_placeholder: "Hashcut sans titre", + copy_of_: "Copie de ", } IriSP.editor = function(options) { @@ -24,22 +25,24 @@ serializer: IriSP.serializers.medialist }), mashup = new IriSP.Model.Mashup(false, project), - mediatemplate = _.template('
<%= description %>
' + + '<%= IriSP.hc_messages.Duration_ %> <%= duration.toString() %>

<%= IriSP.hc_messages.From_ %> <%= annotation.begin.toString() %> <%= IriSP.hc_messages.to_ %> <%= annotation.end.toString() %> (<%= IriSP.hc_messages.duration_ %> <%= annotation.getDuration().toString() %>)
' + '