diff options
author | Gotcha <gotcha@piwigo.org> | 2010-05-24 22:06:16 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2010-05-24 22:06:16 +0000 |
commit | 4cc3c656a73e00b4a86e554e8645dc9516ed019c (patch) | |
tree | 81e2bf2f7adac0c682e98acf40678dfe1288fd39 | |
parent | d74b3f26f4f3adf5389959b934723bc4a46fa67e (diff) |
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
-rw-r--r-- | language/en_UK/admin.lang.php | 2 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 2 | ||||
-rw-r--r-- | language/it_IT/admin.lang.php | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 602ffeb58..3b4b5643f 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -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"; diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 5665aad0c..a47178f75 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -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"; diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index b25a41229..3b24dd050 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -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'; |