mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-07 02:11:26 +02:00
fixes #626 related albums (menu, combine, url)
* ability to combine albums in URL index.php?/category/1/2/3 will consider 1 as $page['category'] and {2,3} as $page['combined_categories']
* new menu block "related albums" which displays only the hierarchy of albums related to the current set of photos, excluding current album(s). In the hierarchy, only the related albums have a link, not ancestors
This commit is contained in:
@@ -412,4 +412,5 @@ $lang['Album name, Z → A'] = 'Nom de l\'album, Z → A';
|
||||
$lang['Link: %s'] = 'Lien: %s';
|
||||
$lang['Your authentication key is no longer valid.'] = 'Votre clef d\'identification n\'est plus valide.';
|
||||
$lang['Invalid username or password!'] = 'Nom d\'utilisateur ou mot de passe invalide !';
|
||||
$lang['generate random password'] = 'générer un mot de passe aléatoire';
|
||||
$lang['generate random password'] = 'générer un mot de passe aléatoire';
|
||||
$lang['Related albums'] = 'Albums liés';
|
||||
Reference in New Issue
Block a user