Ignore:
Timestamp:
Jun 30, 2009, 9:05:35 PM (15 years ago)
Author:
Criss
Message:

Add toolbar trigger for edit template

File:
1 edited

Legend:

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

    r3473 r3475  
    11<?php
    2 /* $Id: plugin.lang.php,v 1.7 2009/06/29 11:43:18 Criss Exp $ */
     2/* $Id: plugin.lang.php,v 1.8 2009/06/30 19:01:50 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44global $lang;
     
    66// ==================================================================
    77// Edit block
    8 $lang['comment_edit'] = 'Edition de commentaire';
    9 $lang['comment_author'] = 'Auteur';
    10 $lang['comment_author_free'] = 'Choix libre de l\'auteur';
    11 $lang['comment_content'] = 'Commentaire';
    12 $lang['comment_edit_tool'] = 'Editer';
     8$lang['ce_edit'] = 'Edition de commentaire';
     9$lang['ce_author'] = 'Auteur';
     10$lang['ce_author_free'] = 'Choix libre de l\'auteur';
     11$lang['ce_content'] = 'Commentaire';
     12$lang['ce_edit_tool'] = 'Editer';
     13$lang['ce_close_editor_title'] = 'Fermer le bloc d\'édition';
     14$lang['ce_close_editor_alt'] = 'Fermer';
    1315
    1416// ==================================================================
    1517// Message block
    16 $lang[CE_TYPE_INFO] = 'Information';
    17 $lang[CE_TYPE_ERROR] = 'Erreur';
    18 $lang['comment_edit_forbidden'] = 'Vous n\'êtes pas autorisé à  éditer ce commentaire';
    19 $lang['comment_access_invalid'] = 'Accès invalide';
     18$lang['ce_'.CE_TYPE_INFO] = 'Information';
     19$lang['ce_'.CE_TYPE_ERROR] = 'Erreur';
     20$lang['ce_edit_forbidden'] = 'Vous n\'êtes pas autorisé à  éditer ce commentaire';
     21$lang['ce_access_invalid'] = 'Accès invalide';
     22$lang['ce_close_message_title'] = 'Fermer le bloc de message';
     23$lang['ce_close_message_alt'] = 'Fermer';
    2024
    2125// ==================================================================
Note: See TracChangeset for help on using the changeset viewer.