Fix: traduction

This commit is contained in:
Regis Houssin 2006-03-30 15:17:39 +00:00
parent de5f76253c
commit d699f763dc
4 changed files with 4 additions and 4 deletions

View File

@ -115,7 +115,7 @@ if ($cats != -1)
} }
else else
{ {
print "\t\t<td>".$langs->trans("ContentsNoVisibleByAllShort")."</td>\n"; print "\t\t<td>".$langs->trans("ContentsNotVisibleByAllShort")."</td>\n";
} }
print "\t</tr>\n"; print "\t</tr>\n";

View File

@ -81,7 +81,7 @@ else
} }
else else
{ {
print "\t\t<td>".$langs->trans("ContentsNoVisibleByAllShort")."</td>\n"; print "\t\t<td>".$langs->trans("ContentsNotVisibleByAllShort")."</td>\n";
} }
print "\t</tr>\n"; print "\t</tr>\n";

View File

@ -37,4 +37,4 @@ ClassifyInCategory=Classify in category
ReturnInProduct=Return in product/service card ReturnInProduct=Return in product/service card
ContentsVisibleByAll=The contents will be visible by all ContentsVisibleByAll=The contents will be visible by all
ContentsVisibleByAllShort=Contents visible by all ContentsVisibleByAllShort=Contents visible by all
ContentsNoVisibleByAllShort=Contents no visible by all ContentsNotVisibleByAllShort=Contents not visible by all

View File

@ -39,4 +39,4 @@ CategoryExistsAtSameLevel=Cette cat
ReturnInProduct=Retour sur la fiche produit/service ReturnInProduct=Retour sur la fiche produit/service
ContentsVisibleByAll=Le contenu sera visible par tous ContentsVisibleByAll=Le contenu sera visible par tous
ContentsVisibleByAllShort=Contenu visible par tous ContentsVisibleByAllShort=Contenu visible par tous
ContentsNoVisibleByAllShort=Contenu non visible par tous ContentsNotVisibleByAllShort=Contenu non visible par tous