Physical duplicate files in Admin Advanced Functions

git-svn-id: http://piwigo.org/svn/trunk@1688 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital 2007-01-02 09:02:39 +00:00
commit 0f2b554608
7 changed files with 43 additions and 6 deletions

View file

@ -571,6 +571,6 @@ $lang['note_check_exif'] = '%s must be to set to false in your config_local.inc.
$lang['note_check_more_info'] = 'Go to %s or %s for more informations.';
$lang['note_check_more_info_forum'] = 'the forum';
$lang['note_check_more_info_wiki'] = 'the wiki';
$lang['Duplicates'] = 'Files with same name in more than one physical category';
?>

View file

@ -6,7 +6,11 @@
<li>
<strong>Not linked elements:</strong>
Display images witch are not associaed with an virtual catgory
Display images which are not associated to any virtual category.
</li>
<li>
<strong>Files with same name in more than one physical category:</strong>
Display images or any files which are found with the same filename in some categories.
</li>
</ul>

View file

@ -569,5 +569,7 @@ $lang['note_check_exif'] = '%s doit
$lang['note_check_more_info'] = 'Allez sur %s ou %s pour plus d\'informations.';
$lang['note_check_more_info_forum'] = 'le forum';
$lang['note_check_more_info_wiki'] = 'le wiki';
$lang['Duplicates'] = 'Fichiers portant le même nom dans plusieurs' .
' catégories physiques';
?>

View file

@ -5,8 +5,12 @@
<ul>
<li>
<strong>Eléments non liés:</strong>
<strong>Eléments non liés :</strong>
Affiche les images qui ne sont pas associées à une catégorie virtuelle
</li>
<li>
<strong>Fichiers portant le même nom dans plusieurs catégories physiques :</strong>
Affiche les images ou les éventuels fichiers qui pourraient être trouvés dans plusieurs catégories.
</li>
</ul>