mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-09 17:35:35 +00:00
Merge pull request #64 from soulaklabs/code-en-francais
Traduction des noms de fonction en français.
This commit is contained in:
17
index.html
17
index.html
@@ -7,12 +7,13 @@
|
||||
<link rel="stylesheet" type="text/css" href="feuille_de_style.css" />
|
||||
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
|
||||
<script type="text/javascript" src="creuille.js"></script>
|
||||
<script type="text/javascript" src="fr.js" charset="utf-8"></script>
|
||||
<script type="text/javascript" src="creuille.js" charset="utf-8"></script>
|
||||
<script>
|
||||
$( function() {
|
||||
$.getJSON( "traductions.json", function( traductions ) {
|
||||
$.recupererJSON( "traductions.json", function( traductions ) {
|
||||
construitListe(traductions);
|
||||
$( "#lienChange" ).click( function() {changeDeSens(traductions);} );
|
||||
$( "#lienChange" ).clic( function() {changeDeSens(traductions);} );
|
||||
});
|
||||
});
|
||||
</script>
|
||||
@@ -21,13 +22,13 @@
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-42609030-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
_gaq.pousser(['_setAccount', 'UA-42609030-1']);
|
||||
_gaq.pousser(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
var ga = document.creerElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.localisation.protocole ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.recupererElementParNomDEtiquette('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
<div id="tout">
|
||||
|
||||
Reference in New Issue
Block a user