Ignore:
Timestamp:
Aug 21, 2009, 11:32:30 AM (15 years ago)
Author:
Criss
Message:

Add history tab

File:
1 edited

Legend:

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

    r3749 r3771  
    11<?php
    2 /* $Id: plugin.lang.php,v 1.8 2009/08/18 14:40:36 Criss Exp $ */
     2/* $Id: plugin.lang.php,v 1.9 2009/08/21 09:24:18 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44global $lang;
     
    7171$lang['contact_form_label'] = 'Name used in menubar';
    7272$lang['contact_form_link_label'] = 'Text used for contact link in the page footer';
     73// History tab
     74$lang['cf_tab_history'] = 'History';
     75$lang['cf_history'] = 'History';
     76$lang['cf_history_desc'] = 'Changes history';
     77$lang['cf_history_date'] = 'Date';
     78$lang['cf_history_version'] = 'Version';
     79$lang['cf_history_log'] = 'Changelog';
     80$lang['cf_file_not_found'] = 'File not found';
     81$lang['cf_file_empty'] = 'File is empty';
     82$lang['cf_format_date'] = '%M %D, %Y';
    7383?>
Note: See TracChangeset for help on using the changeset viewer.