feature 2102 : rename item/image/picture to photo (public side)

git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2011-01-16 20:43:56 +00:00
commit 8a14faf0e1
47 changed files with 461 additions and 523 deletions

View file

@ -41,7 +41,7 @@ $sort_order = array(
// sort_by : database fields proposed for sorting comments list
$sort_by = array(
'date' => l10n('comment date'),
'image_id' => l10n('picture')
'image_id' => l10n('photo')
);
// items_number : list of number of items to display per page