issue #1957 albums/tags found now correctly filled

This commit is contained in:
plegall
2023-08-17 11:12:56 +02:00
parent 05f7a7e417
commit 52969a7708
6 changed files with 97 additions and 31 deletions
+2
View File
@@ -437,4 +437,6 @@ $lang['Unknown time period'] = 'Unknown time period';
$lang['Tags found'] = 'Tags found';
$lang['Albums found'] = 'Albums found';
$lang['Search in this set'] = 'Search in this set';
$lang['Tags listed here match your search by word. Click on one to browse by tag.'] = 'Tags listed here match your search by word. Click on one to browse by tag.';
$lang['Albums listed here match your search by word. Click on one to browse by album.'] = 'Albums listed here match your search by word. Click on one to browse by album.';
?>
+2
View File
@@ -442,3 +442,5 @@ $lang['Unknown time period'] = 'Période inconnue';
$lang['Tags found'] = 'Tags trouvés';
$lang['Albums found'] = 'Albums trouvés';
$lang['Search in this set'] = 'Rechercher dans ce lot';
$lang['Tags listed here match your search by word. Click on one to browse by tag.'] = 'Les tags ci-dessous correspondent à votre recherche par mot. Cliquez sur l\'un d\'eux pour basculer en navigation par tag.';
$lang['Albums listed here match your search by word. Click on one to browse by album.'] = 'Les albums ci-dessous correspondent à votre recherche par mot. Cliquez sur l\'un d\'eux pour basculer en navigation par album.';