Show
Ignore:
Timestamp:
02/13/08 21:13:12 (5 years ago)
Author:
rub
Message:

Resolved issue 0000792: Admin "intro" : Integrity control bypass

Some sentences must be re-write ;-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/admin.lang.php

    r2150 r2208  
    33// | PhpWebGallery - a PHP based picture gallery                           | 
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 
    5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 
     5// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net | 
    66// +-----------------------------------------------------------------------+ 
    77// | file          : $Id$ 
     
    617617$lang['c13y_Correction_applied_success'] = 'Correction applied with success'; 
    618618$lang['c13y_Correction_applied_error'] = 'Correction applied with error'; 
    619 $lang['c13y_Apply_selected_corrections'] = 'Apply selected corrections'; 
    620619$lang['c13y_anomaly_count'] = '%d anomaly has been detected.'; 
    621620$lang['c13y_anomalies_count'] = '%d anomalies has been detected.'; 
     
    649648$lang['Level 4'] = 'Family'; 
    650649$lang['Level 8'] = 'Admins'; 
     650$lang['c13y_maintenance'] = 'Reinitialize check integrity'; 
     651$lang['c13y_check_all'] = 'Check all'; 
     652$lang['c13y_uncheck_all'] = 'Uncheck all'; 
     653$lang['c13y_check_auto'] = 'Check automatic corrections'; 
     654$lang['c13y_submit_correction'] = 'Apply selected corrections'; 
     655$lang['c13y_submit_ignore'] = 'Ignore selected anomalies'; 
     656$lang['c13y_submit_refresh'] = 'Refresh'; 
     657$lang['c13y_ignore_msg1'] = 'The anomaly will be ignored until next application version'; 
     658$lang['c13y_ignore_msg2'] = 'Correction the anomaly will cancel the fact that it\'s ignored'; 
     659$lang['c13y_anomaly_ignored_count'] = '%d anomaly has been ignored.'; 
     660$lang['c13y_anomalies_ignored_count'] = '%d anomalies has been ignored.'; 
     661 
    651662?>