cancellation and replacement r6289
Change language key "Note: Only deletes photos added with pLoader" bug:1672 git-svn-id: http://piwigo.org/svn/branches/2.1@6345 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d74b3f26f4
commit
4cc3c656a7
3 changed files with 2 additions and 3 deletions
|
@ -617,7 +617,7 @@ $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: Only deletes photos added with API'] = "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['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";
|
||||
|
|
|
@ -617,7 +617,7 @@ $lang['Manual order'] = 'Ordre manuel';
|
|||
$lang['Drag to re-order'] = "Cliquer-glisser pour ré-organiser";
|
||||
$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 API'] = "Note : Cette suppression des photos ne s'applique pas pour les photos ajoutées à l'aide de la synchronisation (méthode classique par chargement FTP). Pour ces photos, supprimez-les de votre serveur et refaites une synchronisation.";
|
||||
$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 : Cette suppression des photos ne s'applique pas pour les photos ajoutées à l'aide de la synchronisation (méthode classique par chargement FTP). Pour ces photos, supprimez-les de votre serveur et refaites une synchronisation.";
|
||||
$lang['Delete selected photos'] = "Supprimer les photos sélectionnées";
|
||||
$lang['%d photo was deleted'] = "%d photo a été supprimée";
|
||||
$lang['%d photos were deleted'] = "%d photos ont été supprimées";
|
||||
|
|
|
@ -617,7 +617,6 @@ $lang['Manual order'] = 'Ordinamento manuale';
|
|||
$lang['Drag to re-order'] = 'Clicca e trascina per riorganizzare';
|
||||
$lang['Quick Local Synchronization'] = 'Sincronizzazione rapida';
|
||||
$lang['No photo can be deleted'] = 'Nessuna foto può essere eliminata';
|
||||
$lang['Note: Only deletes photos added with pLoader'] = 'Nota: elimina solo le foto aggiunte con pLoader';
|
||||
$lang['Delete selected photos'] = 'Eliminare le foto selezionate';
|
||||
$lang['%d photo was deleted'] = '%d foto è stata cancellata';
|
||||
$lang['%d photos were deleted'] = '%d foto sono state cancellate';
|
||||
|
|
Loading…
Add table
Reference in a new issue