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/en_UK/plugin.lang.php

    r3473 r3475  
    11<?php
    2 /* $Id: plugin.lang.php,v 1.6 2009/06/29 11:43:18 Criss Exp $ */
     2/* $Id: plugin.lang.php,v 1.7 2009/06/30 19:01:51 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44global $lang;
     
    66// ==================================================================
    77// Edit block
    8 $lang['comment_edit'] = 'Comment edition';
    9 $lang['comment_author'] = 'Author';
    10 $lang['comment_author_free'] = 'Free choice of the author';
    11 $lang['comment_content'] = 'Comment';
    12 $lang['comment_edit_tool'] = 'Edit';
    13 
     8$lang['ce_edit'] = 'Comment edition';
     9$lang['ce_author'] = 'Author';
     10$lang['ce_author_free'] = 'Free choice of the author';
     11$lang['ce_content'] = 'Comment';
     12$lang['ce_edit_tool'] = 'Edit';
     13$lang['ce_close_editor_title'] = 'Close edition block';
     14$lang['ce_close_editor_alt'] = 'Close';
    1415
    1516// ==================================================================
    1617// Message block
    17 $lang[CE_TYPE_INFO] = 'Information';
    18 $lang[CE_TYPE_ERROR] = 'Error';
    19 $lang['comment_edit_forbidden'] = 'You are not allowed to edit this comment';
    20 $lang['comment_access_invalid'] = 'Invalid access';
     18$lang['ce_'.CE_TYPE_INFO] = 'Information';
     19$lang['ce_'.CE_TYPE_ERROR] = 'Error';
     20$lang['ce_edit_forbidden'] = 'You are not allowed to edit this comment';
     21$lang['ce_access_invalid'] = 'Invalid access';
     22$lang['ce_close_message_title'] = 'Close message block';
     23$lang['ce_close_message_alt'] = 'Close';
    2124
    2225// ==================================================================
Note: See TracChangeset for help on using the changeset viewer.