From 556ff3939f373639a2d9df238c28eac57e4f6182 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 9 Jul 2010 23:26:38 +0000 Subject: [PATCH] Fix: Missing translation --- htdocs/adherents/fiche.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index e8d22732fc6..d294737fa6f 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -919,8 +919,8 @@ if ($action == 'create') print ''; // Moral-Physique - $morphys["phy"] = "Physique"; - $morphys["mor"] = "Morale"; + $morphys["phy"] = $langs->trans("Physical"); + $morphys["mor"] = $langs->trans("Moral"); print '\n"; @@ -1226,7 +1226,11 @@ if ($rowid && $action != 'edit') print ''; // Country - print ''; + print ''; // State print '';
'.$langs->trans("Person")."\n"; $html->select_array("morphy", $morphys, isset($_POST["morphy"])?$_POST["morphy"]:$adh->morphy, 1); print "
'.$langs->trans("Zip").' / '.$langs->trans("Town").''.$adh->cp.' '.$adh->ville.'
'.$langs->trans("Country").''.getCountry($adh->pays_id).'
'.$langs->trans("Country").''; + $img=picto_from_langcode($adh->pays_code); + if ($img) print $img.' '; + print getCountry($adh->pays_code); + print '
'.$langs->trans('State').''.$adh->departement.'