[Internationalisation] En cours pour l'anglais
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 15 May 2012 14:19:00 +0000 (16:19 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 15 May 2012 14:19:00 +0000 (16:19 +0200)
inclure/iframe_carte.html
lang/carte_de_sites_en.php [new file with mode: 0644]
lang/carte_de_sites_fr.php [new file with mode: 0644]

index f22f637..12fd01d 100644 (file)
@@ -10,5 +10,5 @@
 [(#ENV{afficher_iframe}|=={oui}|non)
     <a class="ajax"
 href="[(#SELF|parametre_url{afficher_iframe,oui})]">
-    Pour inclure la carte dans votre site oueb ... / To insert the map in your website ...</a>
+    <:carte_de_sites:inclure_carte:></a>
 ]
diff --git a/lang/carte_de_sites_en.php b/lang/carte_de_sites_en.php
new file mode 100644 (file)
index 0000000..229dbc0
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+'carte' => 'Map',
+'legende' => 'Key',
+'inclure_carte' => 'To insert the map in your website ...',
+);
+?>
diff --git a/lang/carte_de_sites_fr.php b/lang/carte_de_sites_fr.php
new file mode 100644 (file)
index 0000000..f1c6648
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+'carte' => 'Carte',
+'legende' => 'L&eacute;gende',
+'inclure_carte' => 'Pour inclure la carte dans votre site oueb ...',
+);
+?>