feature 884 added: ability to delete photos uploaded via web API method
pwg.images.add, ie without storage_category_id. pLoader uses this method and photos cannot be removed in any other way. git-svn-id: http://piwigo.org/svn/trunk@2678 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b0c514745f
commit
9cfd70474f
5 changed files with 175 additions and 1 deletions
|
|
@ -638,4 +638,9 @@ $lang['ranks'] = 'rangs';
|
|||
$lang['Drag to re-order'] = 'Cliquer-glisser pour ré-organiser';
|
||||
$lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Impossible de se connecter au server car la fonction allow_url_fopen est désactivée.';
|
||||
$lang['Quick Local Synchronization'] = 'Synchronisation Rapide';
|
||||
$lang['No photo can be deleted'] = 'Aucune photo ne peut être supprimée';
|
||||
$lang['Note: Only deletes photos added with pLoader'] = 'Note: seules les photos ajoutées via pLoader peuvent être supprimées';
|
||||
$lang['Delete selected photos'] = 'Supprimer les photos';
|
||||
$lang['%d photo was deleted'] = '%d photo a été supprimée';
|
||||
$lang['%d photos were deleted'] = '%d photos ont été supprimées';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue