Multiple language website - Replication of Covers and PDF

For the buttons, using @asmecher custom header plugin, added this code:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js" type="text/javascript"></script>
<script>
$(function(){
    $(".obj_galley_link.pdf").html("PDF");
});
</script> 

And it looks great so far.