diff options
author | plegall <plg@piwigo.org> | 2014-07-03 13:18:12 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-07-03 13:18:12 +0000 |
commit | f2704dcb6207a8f89fe5b1f6f2ffe6a3f9358cc6 (patch) | |
tree | 2a1f8908527ed60fa5227fd8bcb365e689503996 /language/en_UK/common.lang.php | |
parent | c14bedcbd03054c447159bdfec33c0c57d1f4ba5 (diff) |
feature 2809: sort albums by date
git-svn-id: http://piwigo.org/svn/trunk@28934 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 024eeb7ec..0c1fc0dcd 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -422,4 +422,6 @@ $lang['No results for'] = 'No results for'; $lang['Apply on properties'] = 'Apply on properties'; $lang['Photo title'] = 'Photo title'; $lang['Photo description'] = 'Photo description'; +$lang['Album name, A → Z'] = 'Album name, A → Z'; +$lang['Album name, Z → A'] = 'Album name, Z → A'; ?>
\ No newline at end of file |