From: Ludovic CHEVALIER Date: Sun, 20 May 2012 19:42:30 +0000 (+0200) Subject: [Internationalisation] +Trad titre carte plein ecran X-Git-Tag: v1.2.0~23 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fspip_carte_de_sites.git;a=commitdiff_plain;h=796c5f8984db38fdcc40d22d6ac9652aa53ccb5d [Internationalisation] +Trad titre carte plein ecran --- diff --git a/carte_de_sites_plein.html b/carte_de_sites_plein.html index 16191a1..d5c3f5b 100755 --- a/carte_de_sites_plein.html +++ b/carte_de_sites_plein.html @@ -1,8 +1,7 @@ -Carte des ateliers -[(#REM) Carte des ateliers toute nue ] +<:carte_de_sites:nom_carte:> #INSERT_HEAD diff --git a/lang/carte_de_sites_en.php b/lang/carte_de_sites_en.php index 4e4fcb1..8ad6bf1 100644 --- a/lang/carte_de_sites_en.php +++ b/lang/carte_de_sites_en.php @@ -8,5 +8,6 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'vue_jour' => 'Day view', 'aide_iframe' => 'Copy and paste the following code to insert the map in your website.', 'grande_carte' => 'Go to the fullscreen map', +'nom_carte' => 'Bike co-ops Map', ); ?> diff --git a/lang/carte_de_sites_fr.php b/lang/carte_de_sites_fr.php index 44994b3..779b498 100644 --- a/lang/carte_de_sites_fr.php +++ b/lang/carte_de_sites_fr.php @@ -8,5 +8,6 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'vue_jour' => 'Vue de jour', 'aide_iframe' => 'Insérer le code ci-dessous pour inté la carte dans votre site oueb.', 'grande_carte' => 'Voir la carte en plus grand', +'nom_carte' => 'Carte des ateliers', ); ?>