feature 1616: rename "category" into "album" (3rd commit; still to come)

git-svn-id: http://piwigo.org/svn/trunk@6988 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2010-09-21 20:19:41 +00:00
parent 33f504da18
commit b472955f7d
37 changed files with 409 additions and 430 deletions
+4 -4
View File
@@ -111,7 +111,7 @@ UPDATE '.CATEGORIES_TABLE.' SET image_order='.(isset($image_order) ? 'NULL':'\''
move_categories( array($_GET['cat_id']), $_POST['parent'] );
}
array_push($page['infos'], l10n('Category informations updated successfully.'));
array_push($page['infos'], l10n('Album updated successfully'));
}
elseif (isset($_POST['set_random_representant']))
{
@@ -154,7 +154,7 @@ elseif (isset($_POST['submitAdd']))
array_push(
$page['infos'],
sprintf(
l10n('Category elements associated to the following categories: %s'),
l10n('Album elements associated to the following albums: %s'),
'<ul><li>'
.get_cat_display_name_from_id($output_create['id'])
.'</li></ul>'
@@ -183,7 +183,7 @@ elseif (isset($_POST['submitDestinations'])
array_push(
$page['infos'],
sprintf(
l10n('Category elements associated to the following categories: %s'),
l10n('Album elements associated to the following albums: %s'),
'<ul><li>'.implode('</li><li>', $category_names).'</li></ul>'
)
);
@@ -273,7 +273,7 @@ if ('private' == $category['status'])
);
}
// manage category elements link
// manage album elements link
if ($category['has_images'])
{
$template->assign(