Ignore:
Timestamp:
Jun 23, 2009, 12:22:43 AM (15 years ago)
Author:
Criss
Message:

Deactivate anti-flood on update
Adviser can edit only its comments
Language file converted in UTF-8
Add home link in edit and message block title bar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CommentEditor/language/fr_FR/plugin.lang.php

    r3428 r3443  
    11<?php
    2 /* $Id: plugin.lang.php,v 1.3 2009/06/17 19:08:24 Criss Exp $ */
     2/* $Id: plugin.lang.php,v 1.4 2009/06/22 22:18:12 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44global $lang;
     5
    56
    67$lang['comment_edit'] = 'Edition de commentaire';
     
    1112$lang[CE_TYPE_INFO] = 'Information';
    1213$lang[CE_TYPE_ERROR] = 'Erreur';
    13 $lang['comment_edit_forbidden'] = 'Vous n\'&ecirc;tes pas autoris&eacute; &agrave; &eacute;diter ce commentaire';
    14 $lang['comment_access_invalid'] = 'Acc&egrave;s invalide';
     14$lang['comment_edit_forbidden'] = 'Vous n\'êtes pas autorisé à éditer ce commentaire';
     15$lang['comment_access_invalid'] = 'Accès invalide';
    1516?>
Note: See TracChangeset for help on using the changeset viewer.