mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
feature 1616: rename "category" into "album" (first commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6951 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -436,7 +436,7 @@ function news($start, $end, $exclude_img_cats=false, $add_url=false)
|
||||
if (!$exclude_img_cats)
|
||||
{
|
||||
add_news_line( $news,
|
||||
nb_updated_categories($start, $end), '%d category updated', '%d categories updated',
|
||||
nb_updated_categories($start, $end), '%d album updated', '%d albums updated',
|
||||
make_index_url(array('section'=>'recent_cats')), $add_url );
|
||||
}
|
||||
|
||||
@@ -585,7 +585,7 @@ function get_html_description_recent_post_date($date_detail)
|
||||
|
||||
$description .=
|
||||
'<li>'
|
||||
.l10n_dec('%d category updated', '%d categories updated',
|
||||
.l10n_dec('%d album updated', '%d albums updated',
|
||||
$date_detail['nb_cats'])
|
||||
.'</li>';
|
||||
|
||||
@@ -635,4 +635,4 @@ if(!function_exists("strptime"))
|
||||
return $res;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user