mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 03:33:01 +02:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user