Skip to content

Commit

Permalink
bug:1711 sort photos by name
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@12782 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Dec 22, 2011
1 parent af3ee23 commit 52f5620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/configuration.php
Expand Up @@ -107,6 +107,7 @@
'' => '',
'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'),
Expand Down
1 change: 1 addition & 0 deletions admin/element_set_ranks.php
Expand Up @@ -276,6 +276,7 @@ function save_images_order($category_id, $images)
'rating_score' => l10n('Rating score'),
'hit' => l10n('Most visited'),
'file' => l10n('File name'),
'name' => l10n('Photo name'),
'id' => 'Id',
'rank' => l10n('Rank'),
);
Expand Down
1 change: 1 addition & 0 deletions language/en_UK/admin.lang.php
Expand Up @@ -535,6 +535,7 @@
$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";
Expand Down

0 comments on commit 52f5620

Please sign in to comment.