bug:1711 sort photos by name

git-svn-id: http://piwigo.org/svn/trunk@12782 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100 2011-12-22 16:48:25 +00:00
parent af3ee23f0b
commit 52f56204bf
3 changed files with 3 additions and 0 deletions

View file

@ -107,6 +107,7 @@ $sort_fields = array(
'' => '',
'rank' => l10n('Rank'),
'file' => l10n('File name'),
'name' => l10n('Photo name'),
'date_creation' => l10n('Creation date'),
'date_available' => l10n('Post date'),
'rating_score' => l10n('Rating score'),

View file

@ -276,6 +276,7 @@ $sort_fields = array(
'rating_score' => l10n('Rating score'),
'hit' => l10n('Most visited'),
'file' => l10n('File name'),
'name' => l10n('Photo name'),
'id' => 'Id',
'rank' => l10n('Rank'),
);

View file

@ -535,6 +535,7 @@ $lang['Photo %s of %s'] = 'Photo %s of %s';
$lang['Photo informations updated'] = "Photo informations updated";
$lang['Photo Page'] = 'Photo page';
$lang['Photo Properties'] = 'Photo properties';
$lang['Photo name'] = 'Photo name';
$lang['Photo unreachable or no support'] = "Photo unreachable or unsupported format";
$lang['photos added in the database'] = "photos added in the database";
$lang['photos candidates for metadata synchronization'] = "photos candidates for metadata synchronization";