Trad: Traductions

This commit is contained in:
Laurent Destailleur 2004-09-18 12:47:43 +00:00
parent 35310f3fb6
commit 42660d5005

View File

@ -205,7 +205,7 @@ if ($_GET["action"] == 'create')
print_duree_select("duree"); print_duree_select("duree");
print '</td></tr>'; print '</td></tr>';
print '<tr><td valign="top">Commentaire</td><td>'; print '<tr><td valign="top">'.$langs->trans("Comment").'</td><td>';
print '<textarea cols="60" rows="6" name="todo_note"></textarea></td></tr>'; print '<textarea cols="60" rows="6" name="todo_note"></textarea></td></tr>';
print '<tr><td colspan="2" align="center"><input type="submit" value="'.$langs->trans("Add").'"></td></tr>'; print '<tr><td colspan="2" align="center"><input type="submit" value="'.$langs->trans("Add").'"></td></tr>';
print '</table>'; print '</table>';
@ -363,7 +363,7 @@ if ($_GET["id"])
if ($act->note) if ($act->note)
{ {
print '<tr><td valign="top">Commentaire</td><td colspan="3">'; print '<tr><td valign="top">'.$langs->trans("Comment").'</td><td colspan="3">';
print nl2br($act->note).'</td></tr>'; print nl2br($act->note).'</td></tr>';
} }
print '<tr><td align="center" colspan="4"><input type="submit" value="Enregister"</td></tr>'; print '<tr><td align="center" colspan="4"><input type="submit" value="Enregister"</td></tr>';
@ -391,7 +391,7 @@ if ($_GET["id"])
if ($act->note) if ($act->note)
{ {
print '<tr><td valign="top">Commentaire</td><td colspan="3">'; print '<tr><td valign="top">'.$langs->trans("Comment").'</td><td colspan="3">';
print nl2br($act->note).'</td></tr>'; print nl2br($act->note).'</td></tr>';
} }
print '</table>'; print '</table>';