diff options
author | plegall <plg@piwigo.org> | 2015-10-09 19:13:30 +0200 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2015-10-09 20:17:27 +0200 |
commit | 92224bcbf49d58829988eb0485afc17695f6de0c (patch) | |
tree | 1009cfcdb5f1f52f36e56e52a20d970f1ea318f1 /language | |
parent | 47ebd6c91f630c7b970d5abb9f1451a637afb517 (diff) |
fix #357 make orphans photos more obvious
... and easy to delete them all in one click. The orpans, if any, is shown as an entry in the "Photos" menu (link on Batch Manager). In the Batch Manager, new action "delete_orphans" next to prefilter.
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 61b123f8e..218c09661 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -980,4 +980,6 @@ $lang['based on'] = 'based on'; $lang['file name'] = 'file name'; $lang['date & time'] = 'date & time'; $lang['width & height'] = 'width & height'; -$lang['Upload in progress'] = 'Upload in progress';
\ No newline at end of file +$lang['Upload in progress'] = 'Upload in progress'; +$lang['Orphans'] = 'Orphans'; +$lang['Delete %d orphan photos'] = 'Delete %d orphan photos'; |