Fix: traduction
This commit is contained in:
parent
de5f76253c
commit
d699f763dc
@ -115,7 +115,7 @@ if ($cats != -1)
|
||||
}
|
||||
else
|
||||
{
|
||||
print "\t\t<td>".$langs->trans("ContentsNoVisibleByAllShort")."</td>\n";
|
||||
print "\t\t<td>".$langs->trans("ContentsNotVisibleByAllShort")."</td>\n";
|
||||
}
|
||||
|
||||
print "\t</tr>\n";
|
||||
|
||||
@ -81,7 +81,7 @@ else
|
||||
}
|
||||
else
|
||||
{
|
||||
print "\t\t<td>".$langs->trans("ContentsNoVisibleByAllShort")."</td>\n";
|
||||
print "\t\t<td>".$langs->trans("ContentsNotVisibleByAllShort")."</td>\n";
|
||||
}
|
||||
|
||||
print "\t</tr>\n";
|
||||
|
||||
@ -37,4 +37,4 @@ ClassifyInCategory=Classify in category
|
||||
ReturnInProduct=Return in product/service card
|
||||
ContentsVisibleByAll=The contents will be visible by all
|
||||
ContentsVisibleByAllShort=Contents visible by all
|
||||
ContentsNoVisibleByAllShort=Contents no visible by all
|
||||
ContentsNotVisibleByAllShort=Contents not visible by all
|
||||
@ -39,4 +39,4 @@ CategoryExistsAtSameLevel=Cette cat
|
||||
ReturnInProduct=Retour sur la fiche produit/service
|
||||
ContentsVisibleByAll=Le contenu sera visible par tous
|
||||
ContentsVisibleByAllShort=Contenu visible par tous
|
||||
ContentsNoVisibleByAllShort=Contenu non visible par tous
|
||||
ContentsNotVisibleByAllShort=Contenu non visible par tous
|
||||
|
||||
Loading…
Reference in New Issue
Block a user