feature 2102 : rename item/image/picture to photo

git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2011-01-14 21:19:15 +00:00
parent 4d3aa6331e
commit 6eea9f9e08
56 changed files with 928 additions and 928 deletions

View file

@ -455,7 +455,7 @@ SELECT DISTINCT(id)
$page,
array(
'title' => '<a href="'.duplicate_index_url(array('start'=>0)).'">'
.l10n('Recent pictures').'</a>',
.l10n('Recent photos').'</a>',
'items' => array_from_query($query, 'id'),
)
);
@ -542,7 +542,7 @@ SELECT DISTINCT(id)
$page,
array(
'title' => '<a href="'.duplicate_index_url(array('start'=>0)).'">'
.l10n('Random pictures').'</a>',
.l10n('Random photos').'</a>',
'items' => array_from_query($query, 'id'),
)
);