2
0
forked from Wavyzz/dolibarr

Trad: Traduction de toutes les chaines "Auteur" dans toutes les pages.

This commit is contained in:
Laurent Destailleur
2004-08-02 02:12:01 +00:00
parent 3d3e9a0faa
commit 784f9da482
17 changed files with 50 additions and 47 deletions

View File

@@ -105,7 +105,7 @@ if ($_GET["id"] > 0)
}
print "</td></tr>";
print "<tr><td>Auteur</td><td colspan=\"2\">$author->fullname</td>";
print "<tr><td>".$langs->trans("Author")."</td><td colspan=\"2\">$author->fullname</td>";
print '<td>Projet : ';
if ($commande->projet_id > 0)