diff options
author | plegall <plg@piwigo.org> | 2010-12-31 16:43:59 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-31 16:43:59 +0000 |
commit | 4effe045ee0b924cdcf17c7499d12ab4467433a3 (patch) | |
tree | d618bc4851d25d1f0e203e07f0afb6cf5017cc1a /language/en_UK/admin.lang.php | |
parent | c716ed88b8b8a101bf35589a465ce3b45c6942aa (diff) |
feature 2091: Batch Manager, find all orphan photos
git-svn-id: http://piwigo.org/svn/trunk@8419 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 3d4586f17..1adef4441 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -797,4 +797,5 @@ $lang['Type here the author name'] = 'Type here the author name'; $lang['remove title'] = 'remove title'; $lang['Type here the title'] = 'Type here the title'; $lang['remove creation date'] = 'remove creation date'; +$lang['with no album'] = 'with no album'; ?> |