mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature 2102: add a few language keys to remove all image/picture/element and replace by photo
git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -152,7 +152,7 @@ elseif (isset($_POST['submitAdd']))
|
||||
array_push(
|
||||
$page['infos'],
|
||||
sprintf(
|
||||
l10n('Album elements associated to the following albums: %s'),
|
||||
l10n('Album photos associated to the following albums: %s'),
|
||||
'<ul><li>'
|
||||
.get_cat_display_name_from_id($output_create['id'])
|
||||
.'</li></ul>'
|
||||
@@ -181,7 +181,7 @@ elseif (isset($_POST['submitDestinations'])
|
||||
array_push(
|
||||
$page['infos'],
|
||||
sprintf(
|
||||
l10n('Album elements associated to the following albums: %s'),
|
||||
l10n('Album photos associated to the following albums: %s'),
|
||||
'<ul><li>'.implode('</li><li>', $category_names).'</li></ul>'
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user