diff --git a/admin/themes/default/template/albums.tpl b/admin/themes/default/template/albums.tpl index 53db8aa1f..65c77c67c 100644 --- a/admin/themes/default/template/albums.tpl +++ b/admin/themes/default/template/albums.tpl @@ -17,7 +17,7 @@ var light_album_manager = {$light_album_manager}; var x_nb_subcats = "{'%d sub-albums'|@translate}"; var x_nb_images = "{'%d photos'|@translate}"; -var x_nb_sub_photos = "{'%d lineage pictures'|@translate}"; +var x_nb_sub_photos = "{'%d pictures in sub-albums'|@translate}"; var delay_autoOpen = {$delay_before_autoOpen} {/footer_script} diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index aba01ed10..43baee4b5 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1328,5 +1328,10 @@ $lang['Visit history'] = 'Visit history'; $lang['Some photos are missing from your file system. Details provided by plugin Check Uploads'] = 'Some photos are missing from your file system. Details provided by plugin Check Uploads'; $lang['%d filtered users'] = '%d filtered users'; $lang['%d filtered user'] = '%d filtered user'; -$lang['%d lineage pictures'] = '%d lineage pictures'; +$lang['%d pictures in sub-albums'] = '%d pictures in sub-albums'; +$lang['Put at the root'] = 'Put at the root'; +$lang['or'] = 'or'; +$lang['Locked album'] = 'Locked album'; +$lang['This album is currently locked, visible only to administrators.'] = 'This album is currently locked, visible only to administrators.'; +$lang['Unlock it'] = 'Unlock it'; // Leave this line empty diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 0ae6c6a17..67309e9d5 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1328,5 +1328,14 @@ $lang['Visit history'] = 'Historique des visites'; $lang['Some photos are missing from your file system. Details provided by plugin Check Uploads'] = 'Des photos sont absentes de votre système de fichier. À contrôler avec le plugin Check Uploads.'; $lang['%d filtered users'] = '%d utilisateurs filtrés'; $lang['%d filtered user'] = '%d utilisateur filtré'; -$lang['%d lineage pictures'] = '%d images de lignée'; +$lang['%d pictures in sub-albums'] = '%d images dans les sous-albums'; +$lang['Allow comments for sub-albums'] = 'Autoriser les commentaires pour tous les sous-albums'; +$lang['Disallow comments for sub-albums'] = 'Interdire les commentaires pour tous les sous-albums'; +$lang['Comments allowed for sub-albums'] = 'Commentaires autorisés pour tous les sous-albums'; +$lang['Comments disallowed for sub-albums'] = 'Commentaires interdit pour tous les sous-albums'; +$lang['Put at the root'] = 'Placer à la racine'; +$lang['or'] = 'ou'; +$lang['Locked album'] = 'Album verrouillé'; +$lang['This album is currently locked, visible only to administrators.'] = 'Cet album est actuellement verrouillé, visible uniquement par les administrateurs.'; +$lang['Unlock it'] = 'Le déverrouiller'; // Leave this line empty