From 6eea9f9e08f5d823484d2c76c81d3a1bca69b682 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 14 Jan 2011 21:19:15 +0000 Subject: feature 2102 : rename item/image/picture to photo git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_notification.inc.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/functions_notification.inc.php') diff --git a/include/functions_notification.inc.php b/include/functions_notification.inc.php index f4789470b..d67e55b54 100644 --- a/include/functions_notification.inc.php +++ b/include/functions_notification.inc.php @@ -395,7 +395,7 @@ function news($start, $end, $exclude_img_cats=false, $add_url=false) if (!$exclude_img_cats) { add_news_line( $news, - nb_new_elements($start, $end), '%d new image', '%d new images', + nb_new_elements($start, $end), '%d new photo', '%d new photos', make_index_url(array('section'=>'recent_pics')), $add_url ); } @@ -526,7 +526,7 @@ function get_html_description_recent_post_date($date_detail) $description .= '
  • ' - .l10n_dec('%d new image', '%d new images', $date_detail['nb_elements']) + .l10n_dec('%d new photo', '%d new photos', $date_detail['nb_elements']) .' (' .'' .l10n('Recent photos').'' @@ -558,8 +558,8 @@ function get_html_description_recent_post_date($date_detail) '
  • ' .get_cat_display_name_cache($cat['uppercats']) .' ('. - l10n_dec('%d new image', - '%d new images', $cat['img_count']).')' + l10n_dec('%d new photo', + '%d new photos', $cat['img_count']).')' .'
  • '; } $description .= ''; @@ -580,7 +580,7 @@ function get_title_recent_post_date($date_detail) $date = $date_detail['date_available']; $exploded_date = strptime($date, '%Y-%m-%d %H:%M:%S'); - $title = l10n_dec('%d new image', '%d new images', $date_detail['nb_elements']); + $title = l10n_dec('%d new photo', '%d new photos', $date_detail['nb_elements']); $title .= ' ('.$lang['month'][1+$exploded_date['tm_mon']].' '.$exploded_date['tm_mday'].')'; return $title; -- cgit v1.2.3