From 3a0b8aabd48c66325071350cce0a0958c7c5e5cb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 5 Dec 2008 12:23:40 +0000 Subject: [PATCH] Translation --- htdocs/langs/en_US/products.lang | 3 ++- htdocs/langs/fr_FR/products.lang | 1 + htdocs/product/popuprop.php | 8 +++----- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang index 05ea0e0d68e..7de3a0f079b 100644 --- a/htdocs/langs/en_US/products.lang +++ b/htdocs/langs/en_US/products.lang @@ -132,4 +132,5 @@ RecordedProducts=Products recorded RecordedProductsAndServices=Products/services recorded GenerateThumb=Generate thumb ProductCanvasAbility=Use special "canvas" addons -ServiceNb=Service #%s \ No newline at end of file +ServiceNb=Service #%s +ListProductByPopularity=List of products/services by popularity \ No newline at end of file diff --git a/htdocs/langs/fr_FR/products.lang b/htdocs/langs/fr_FR/products.lang index 94bd22b375f..db2f648e23a 100644 --- a/htdocs/langs/fr_FR/products.lang +++ b/htdocs/langs/fr_FR/products.lang @@ -137,3 +137,4 @@ RecordedProductsAndServices=Produits/services en vente GenerateThumb=Générer la vignette ProductCanvasAbility=Utiliser les extensions speciales "canvas" ServiceNb=Service no %s +ListProductByPopularity=Liste des produits/services par popularité \ No newline at end of file diff --git a/htdocs/product/popuprop.php b/htdocs/product/popuprop.php index e873a366e8d..d2a751acabc 100644 --- a/htdocs/product/popuprop.php +++ b/htdocs/product/popuprop.php @@ -17,15 +17,12 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ */ /** \file htdocs/product/popuprop.php \ingroup propal, produit \brief Liste des produits/services par popularité - \version $Revision$ + \version $Id$ */ require("./pre.inc.php"); @@ -57,7 +54,8 @@ if ($result) $num = $obj->c; } -print_barre_liste("Liste des produits et services par popularité", $page, "popuprop.php","","","","",$num); +print_barre_liste($langs->trans("ListProductByPopularity"), $page, "popuprop.php","","","","",$num); + print '';