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/it_IT/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// TODO $lang['contact_form_label'] = ' ';
    7272// TODO $lang['contact_form_link_label'] = ' ';
     73// History tab
     74// TODO $lang['cf_tab_history'] = '';
     75// TODO $lang['cf_history'] = '';
     76// TODO $lang['cf_history_desc'] = '';
     77// TODO $lang['cf_history_date'] = '';
     78// TODO $lang['cf_history_version'] = '';
     79// TODO $lang['cf_history_log'] = '';
     80// TODO $lang['cf_file_not_found'] = '';
     81// TODO $lang['cf_file_empty'] = '';
     82// TODO $lang['cf_format_date'] = '%D %M %Y';
    7383
    7484?>
Note: See TracChangeset for help on using the changeset viewer.