feature 2810: for duplicates filter, add "date & time" (checked by default) and "width & height" as options.
Change algorithm for a single SQL query with GROUP_CONCAT instead of 2 queries. git-svn-id: http://piwigo.org/svn/trunk@29244 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
0e20e01efb
commit
3d362a235f
5 changed files with 57 additions and 13 deletions
|
|
@ -977,4 +977,8 @@ $lang['Allow users to add a link to their website'] = 'Autoriser les utilisateur
|
|||
$lang['Impossible to deactivate the default theme.'] = 'Impossible de désactiver le thème par défaut.';
|
||||
$lang['Empty caddie'] = 'Vider le panier';
|
||||
$lang['The settings for the guest are from the %s user'] = 'Les préféreces des invités sont celles de l\'utilisateur %s';
|
||||
$lang['between %s and %s MB'] = 'entre %s et %s Mo';
|
||||
$lang['between %s and %s MB'] = 'entre %s et %s Mo';
|
||||
$lang['based on'] = 'basé sur';
|
||||
$lang['file name'] = 'nom de fichier';
|
||||
$lang['date & time'] = 'date et heure';
|
||||
$lang['width & height'] = 'largeur et hauteur';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue