ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
interface/web/help/lib/lang/fr_support_message.lng
@@ -1,11 +1,8 @@
<?php
// Traduction française par Falistos (http://hyodream.fr/ispconfig-fr)
// Traduction sous licence GPL v3, voir http://www.gnu.org/licenses/gpl.txt
$wb["recipient_id_txt"] = "ID Destinataire";
$wb["sender_id_txt"] = "ID Expéditeur";
$wb["subject_txt"] = "Sujet";
$wb["message_txt"] = "Message";
$wb["tstamp_txt"] = "Timestamp";
?>
<?php
$wb['recipient_id_txt'] = 'ID Destinataire';
$wb['sender_id_txt'] = 'ID Expéditeur';
$wb['subject_txt'] = 'Sujet';
$wb['message_txt'] = 'Message';
$wb['tstamp_txt'] = 'Timestamp';
$wb['reply_txt'] = 'Répondre';
?>