Show
Ignore:
Timestamp:
01/26/11 10:41:05 (2 years ago)
Author:
Gotcha
Message:

To remove the functionality of the CHANGELOG (history)
bug:2131

Files:
1 modified

Legend:

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

    r8887 r8908  
    7777$lang['contact_form_label'] = 'Namn som används i menyraden'; 
    7878$lang['contact_form_link_label'] = 'Text som används för kontakt länken i sidfoten'; 
    79 // History tab 
    80 $lang['cf_tab_history'] = 'Historia'; 
    81 $lang['cf_history'] = 'Historia'; 
    82 $lang['cf_history_desc'] = 'Ändringar i historian'; 
    83 $lang['cf_history_date'] = 'Datum'; 
    84 $lang['cf_history_version'] = 'Version'; 
    85 $lang['cf_history_log'] = 'Changelog'; 
    86 $lang['cf_file_not_found'] = 'Filen hittades inte'; 
    87 $lang['cf_file_empty'] = 'Filen är tom'; 
    88 $lang['cf_format_date'] = '%M %D, %Y'; 
    89  
    9079?>