From ba73aaad9c3c0886abca30ab74014f293d86e064 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 15 May 2012 16:19:00 +0200 Subject: [PATCH] [Internationalisation] En cours pour l'anglais --- inclure/iframe_carte.html | 2 +- lang/carte_de_sites_en.php | 7 +++++++ lang/carte_de_sites_fr.php | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 lang/carte_de_sites_en.php create mode 100644 lang/carte_de_sites_fr.php diff --git a/inclure/iframe_carte.html b/inclure/iframe_carte.html index f22f637..12fd01d 100644 --- a/inclure/iframe_carte.html +++ b/inclure/iframe_carte.html @@ -10,5 +10,5 @@ [(#ENV{afficher_iframe}|=={oui}|non) - Pour inclure la carte dans votre site oueb ... / To insert the map in your website ... + <:carte_de_sites:inclure_carte:> ] diff --git a/lang/carte_de_sites_en.php b/lang/carte_de_sites_en.php new file mode 100644 index 0000000..229dbc0 --- /dev/null +++ b/lang/carte_de_sites_en.php @@ -0,0 +1,7 @@ + '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 index 0000000..f1c6648 --- /dev/null +++ b/lang/carte_de_sites_fr.php @@ -0,0 +1,7 @@ + 'Carte', +'legende' => 'Légende', +'inclure_carte' => 'Pour inclure la carte dans votre site oueb ...', +); +?> -- 2.20.1