diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-09 20:10:50 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-09 20:10:50 +0000 |
commit | 7b515a89ccc6188246977a5dfdfa1969ff705546 (patch) | |
tree | 011fb86afb8071c518ee1b61b85bc21b79d40749 /language/en_UK/admin.lang.php | |
parent | 855a7dbb7a3f7ae325cde96ccb24f72b807ec225 (diff) |
feature 1845 : be able to delete photos added through ftp synchronization
git-svn-id: http://piwigo.org/svn/trunk@6873 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 24b4a60f3..d6ea94d50 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -606,7 +606,6 @@ $lang['Manual order'] = 'Manual order'; $lang['Drag to re-order'] = "Click-and-drag to re-order"; $lang['Quick Local Synchronization'] = "Quick Local Synchronization"; $lang['No photo can be deleted'] = "No photo can be deleted"; -$lang['Note: photo deletion does not apply to photos added by synchronization. For photos added by synchronization, remove them from the filesystem and then perform another synchronization.'] = "Note: photo deletion does not apply to photos added by synchronization. For photos added by synchronization, remove them from the filesystem and then perform another synchronization."; $lang['Delete selected photos'] = "Delete selected photos"; $lang['%d photo was deleted'] = "%d photo deleted"; $lang['%d photos were deleted'] = "%d photos deleted"; |