mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-03 16:32:22 +02:00
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:
@@ -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'),
|
||||
|
||||
@@ -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'),
|
||||
);
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user