source: extensions/CommentEditor/language/fr_FR/plugin.lang.php @ 3443

Last change on this file since 3443 was 3443, checked in by Criss, 15 years ago

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

  • Property svn:eol-style set to LF
File size: 550 bytes
Line 
1<?php
2/* $Id: plugin.lang.php,v 1.4 2009/06/22 22:18:12 Criss Exp $ */
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4global $lang;
5
6
7$lang['comment_edit'] = 'Edition de commentaire';
8$lang['comment_author'] = 'Auteur';
9$lang['comment_author_free'] = 'Choix libre de l\'auteur';
10$lang['comment_content'] = 'Commentaire';
11
12$lang[CE_TYPE_INFO] = 'Information';
13$lang[CE_TYPE_ERROR] = 'Erreur';
14$lang['comment_edit_forbidden'] = 'Vous n\'êtes pas autorisé à éditer ce commentaire';
15$lang['comment_access_invalid'] = 'Accès invalide';
16?>
Note: See TracBrowser for help on using the repository browser.