diff options
-rw-r--r-- | admin/configuration.php | 1 | ||||
-rw-r--r-- | admin/element_set_ranks.php | 1 | ||||
-rw-r--r-- | language/en_UK/admin.lang.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/admin/configuration.php b/admin/configuration.php index 53916199f..de8311b97 100644 --- a/admin/configuration.php +++ b/admin/configuration.php @@ -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'), diff --git a/admin/element_set_ranks.php b/admin/element_set_ranks.php index f37ff4a34..972a13a19 100644 --- a/admin/element_set_ranks.php +++ b/admin/element_set_ranks.php @@ -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'), ); diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 1eb09125d..6917e1442 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -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"; |