Merge remote-tracking branch 'origin/3.9' into develop
This commit is contained in:
commit
a6416b8797
@ -49,11 +49,14 @@ function categories_prepare_head($object,$type)
|
|||||||
$head[$h][2] = 'photos';
|
$head[$h][2] = 'photos';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/categories/traduction.php?id='.$object->id.'&type='.$type;
|
if (! empty($conf->global->MAIN_MULTILANGS))
|
||||||
$head[$h][1] = $langs->trans("Translation");
|
{
|
||||||
$head[$h][2] = 'translation';
|
$head[$h][0] = DOL_URL_ROOT.'/categories/traduction.php?id='.$object->id.'&type='.$type;
|
||||||
$h++;
|
$head[$h][1] = $langs->trans("Translation");
|
||||||
|
$head[$h][2] = 'translation';
|
||||||
|
$h++;
|
||||||
|
}
|
||||||
|
|
||||||
// Show more tabs from modules
|
// Show more tabs from modules
|
||||||
// Entries must be declared in modules descriptor with line
|
// Entries must be declared in modules descriptor with line
|
||||||
// $this->tabs = array('entity:+tabname:Title:@mymodule:/mymodule/mypage.php?id=__ID__'); to add new tab
|
// $this->tabs = array('entity:+tabname:Title:@mymodule:/mymodule/mypage.php?id=__ID__'); to add new tab
|
||||||
|
|||||||
@ -24,6 +24,7 @@ FormatDateHourSecShort=%d/%m/%Y %H:%M:%S
|
|||||||
FormatDateHourTextShort=%d %b %Y %H:%M
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
FormatDateHourText=%d %B %Y %H:%M
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
DatabaseConnection=Connexion à la base
|
DatabaseConnection=Connexion à la base
|
||||||
|
Translation=Traduction
|
||||||
NoTranslation=Pas de traduction
|
NoTranslation=Pas de traduction
|
||||||
NoRecordFound=Aucun enregistrement trouvé
|
NoRecordFound=Aucun enregistrement trouvé
|
||||||
NoError=Aucune erreur
|
NoError=Aucune erreur
|
||||||
|
|||||||
@ -133,7 +133,6 @@ ParentProductsNumber=Nbre de produits virtuels/packages parent
|
|||||||
IfZeroItIsNotAVirtualProduct=Si 0, ce produit n'est pas utilisé par un produit package
|
IfZeroItIsNotAVirtualProduct=Si 0, ce produit n'est pas utilisé par un produit package
|
||||||
IfZeroItIsNotUsedByVirtualProduct=Si 0, ce produit n'est pas un produit package
|
IfZeroItIsNotUsedByVirtualProduct=Si 0, ce produit n'est pas un produit package
|
||||||
EditAssociate=Composer comme produit virtuel
|
EditAssociate=Composer comme produit virtuel
|
||||||
Translation=Traduction
|
|
||||||
KeywordFilter=Filtre par mot-clé
|
KeywordFilter=Filtre par mot-clé
|
||||||
CategoryFilter=Filtre par catégorie
|
CategoryFilter=Filtre par catégorie
|
||||||
ProductToAddSearch=Recherche des produits à ajouter
|
ProductToAddSearch=Recherche des produits à ajouter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user