From ea960a5563416318ec4bfc9da81af3d2e0f7ed85 Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 13 Feb 2008 20:13:12 +0000 Subject: Resolved issue 0000792: Admin "intro" : Integrity control bypass Some sentences must be re-write ;-) git-svn-id: http://piwigo.org/svn/trunk@2208 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/admin.lang.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'language/en_UK') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index a8e621d39..74320a59a 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | file : $Id$ // | last update : $Date$ @@ -616,7 +616,6 @@ $lang['c13y_Automatic_correction'] = 'Automatic correction'; $lang['c13y_Impossible_automatic_correction'] = 'Impossible automatic correction'; $lang['c13y_Correction_applied_success'] = 'Correction applied with success'; $lang['c13y_Correction_applied_error'] = 'Correction applied with error'; -$lang['c13y_Apply_selected_corrections'] = 'Apply selected corrections'; $lang['c13y_anomaly_count'] = '%d anomaly has been detected.'; $lang['c13y_anomalies_count'] = '%d anomalies has been detected.'; $lang['c13y_anomaly_corrected_count'] = '%d anomaly has been corrected.'; @@ -648,4 +647,16 @@ $lang['Level 1'] = 'Contacts'; $lang['Level 2'] = 'Friends'; $lang['Level 4'] = 'Family'; $lang['Level 8'] = 'Admins'; +$lang['c13y_maintenance'] = 'Reinitialize check integrity'; +$lang['c13y_check_all'] = 'Check all'; +$lang['c13y_uncheck_all'] = 'Uncheck all'; +$lang['c13y_check_auto'] = 'Check automatic corrections'; +$lang['c13y_submit_correction'] = 'Apply selected corrections'; +$lang['c13y_submit_ignore'] = 'Ignore selected anomalies'; +$lang['c13y_submit_refresh'] = 'Refresh'; +$lang['c13y_ignore_msg1'] = 'The anomaly will be ignored until next application version'; +$lang['c13y_ignore_msg2'] = 'Correction the anomaly will cancel the fact that it\'s ignored'; +$lang['c13y_anomaly_ignored_count'] = '%d anomaly has been ignored.'; +$lang['c13y_anomalies_ignored_count'] = '%d anomalies has been ignored.'; + ?> -- cgit v1.2.3