mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixes #2417 ability to hide the new filter "expert mode"
... and removes 2 other duplicates of the filters_views configuration
This commit is contained in:
@@ -1420,5 +1420,6 @@ $lang['If a photo in this album has the same filename, update the file without c
|
||||
$lang['Empty lounge'] = 'Empty lounge';
|
||||
$lang['There is currently %d photos in the lounge (upload buffer)'] = 'There is currently %d photos in the lounge (upload buffer)';
|
||||
$lang['%d photos were moved from the upload lounge to their albums'] = '%d photos were moved from the upload lounge to their albums';
|
||||
$lang['Admins only'] = 'Admins only';
|
||||
|
||||
// Leave this line empty
|
||||
@@ -1422,4 +1422,5 @@ $lang['If a photo in this album has the same filename, update the file without c
|
||||
$lang['Empty lounge'] = 'Vider le lounge';
|
||||
$lang['There is currently %d photos in the lounge (upload buffer)'] = 'Il y a actuellement %d photos dans le lounge (salle d\'attente des transferts)';
|
||||
$lang['%d photos were moved from the upload lounge to their albums'] = '%d photos ont été déplacées du lounge vers leurs albums respectifs';
|
||||
$lang['Admins only'] = 'Admins uniquement';
|
||||
// Leave this line empty
|
||||
|
||||
Reference in New Issue
Block a user