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:
parent
2da15bed33
commit
8a14faf0e1
47 changed files with 461 additions and 523 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue