Ignore:
Timestamp:
Jun 26, 2009, 11:52:25 AM (15 years ago)
Author:
Criss
Message:

Display edit block on picture page if request comes from this page
Add simple administration configuration management
Add and remove default configuration from databaseon plugin install / uninstall

File:
1 edited

Legend:

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

    r3427 r3462  
    11<?php
    2 /* $Id: plugin.lang.php,v 1.3 2009/06/17 19:08:25 Criss Exp $ */
     2/* $Id: plugin.lang.php,v 1.4 2009/06/26 08:56:33 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44global $lang;
    55
     6// ==================================================================
     7// Edit block
    68$lang['comment_edit'] = 'Comment edition';
    79$lang['comment_author'] = 'Author';
    810$lang['comment_author_free'] = 'Free choice of the author';
    911$lang['comment_content'] = 'Comment';
     12$lang['comment_edit_tool'] = 'Edit';
    1013
     14
     15// ==================================================================
     16// Message block
    1117$lang[CE_TYPE_INFO] = 'Information';
    1218$lang[CE_TYPE_ERROR] = 'Error';
    1319$lang['comment_edit_forbidden'] = 'You are not allowed to edit this comment';
    1420$lang['comment_access_invalid'] = 'Invalid access';
     21
     22// ==================================================================
     23// Config
     24$lang['ce_config_saved'] = 'Configuration successfully saved';
     25$lang['ce_config_saved_with_errors'] = 'Configuration saved with errors';
     26
     27// ==================================================================
     28// Config tab
     29$lang['ce_tab_config'] = 'Configuration';
     30$lang['ce_config_desc'] = 'Plugin main configuration';
     31$lang['ce_label_config'] = 'General configuration';
     32$lang['ce_label_display_info'] = 'Display informative messages';
     33$lang['ce_label_display_error'] = 'Display error messages';
     34
    1535?>
Note: See TracChangeset for help on using the changeset viewer.