Ignore:
Timestamp:
Jun 29, 2009, 1:55:17 PM (15 years ago)
Author:
Criss
Message:

Add obsolete files management

File:
1 edited

Legend:

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

    r3465 r3473  
    11<?php
    2 /* $Id: plugin.lang.php,v 1.5 2009/06/26 14:40:27 Criss Exp $ */
     2/* $Id: plugin.lang.php,v 1.6 2009/06/29 11:43:18 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44global $lang;
     
    2222// ==================================================================
    2323// Config
     24$lang['ce_inconsistent_version'] = '%s: inconsistent version numbers';
     25$lang['ce_no_unlink'] = 'Function \'unlink\' not available...';
     26$lang['ce_unlink_errors'] = 'Error occured during file deletion';
    2427$lang['ce_config_saved'] = 'Configuration successfully saved';
    2528$lang['ce_config_saved_with_errors'] = 'Configuration saved with errors';
Note: See TracChangeset for help on using the changeset viewer.