mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
related to #1811 Modified sentence for images in sub-albums
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -1339,7 +1339,7 @@ $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['<b>%d</b> filtered users'] = '<b>%d</b> filtered users';
|
||||
$lang['<b>%d</b> filtered user'] = '<b>%d</b> 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';
|
||||
|
||||
@@ -1335,7 +1335,7 @@ $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['<b>%d</b> filtered users'] = '<b>%d</b> utilisateurs filtrés';
|
||||
$lang['<b>%d</b> filtered user'] = '<b>%d</b> 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';
|
||||
|
||||
Reference in New Issue
Block a user