Translation
This commit is contained in:
parent
4d39be7b11
commit
3a0b8aabd4
@ -133,3 +133,4 @@ RecordedProductsAndServices=Products/services recorded
|
|||||||
GenerateThumb=Generate thumb
|
GenerateThumb=Generate thumb
|
||||||
ProductCanvasAbility=Use special "canvas" addons
|
ProductCanvasAbility=Use special "canvas" addons
|
||||||
ServiceNb=Service #%s
|
ServiceNb=Service #%s
|
||||||
|
ListProductByPopularity=List of products/services by popularity
|
||||||
@ -137,3 +137,4 @@ RecordedProductsAndServices=Produits/services en vente
|
|||||||
GenerateThumb=Générer la vignette
|
GenerateThumb=Générer la vignette
|
||||||
ProductCanvasAbility=Utiliser les extensions speciales "canvas"
|
ProductCanvasAbility=Utiliser les extensions speciales "canvas"
|
||||||
ServiceNb=Service no %s
|
ServiceNb=Service no %s
|
||||||
|
ListProductByPopularity=Liste des produits/services par popularité
|
||||||
@ -17,15 +17,12 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
* $Source$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file htdocs/product/popuprop.php
|
/** \file htdocs/product/popuprop.php
|
||||||
\ingroup propal, produit
|
\ingroup propal, produit
|
||||||
\brief Liste des produits/services par popularité
|
\brief Liste des produits/services par popularité
|
||||||
\version $Revision$
|
\version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
@ -57,7 +54,8 @@ if ($result)
|
|||||||
$num = $obj->c;
|
$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 '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user