diff options
author | plegall <plg@piwigo.org> | 2011-01-01 14:35:52 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-01-01 14:35:52 +0000 |
commit | 4b771b5ab632a8609e21bb538fed78a68d620cd0 (patch) | |
tree | ffebae3089c12d5eea963c809dd08284f87152bb /language/en_UK/admin.lang.php | |
parent | 4effe045ee0b924cdcf17c7499d12ab4467433a3 (diff) |
feature 2092 added: Batch Manager can filter all photos with no tag
feature 1866 added: Batch Manager can synchronize metadata
git-svn-id: http://piwigo.org/svn/trunk@8422 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 1adef4441..6edb53994 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -798,4 +798,5 @@ $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'; +$lang['with no tag'] = 'with no tag'; ?> |