mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
rephrase option to update photo files
This commit is contained in:
@@ -195,7 +195,7 @@ let related_categories_ids = {$selected_category|json_encode};
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
<div style="margin-left: 6px;">
|
||||
<p>{'If file already exists, update it'|@translate}</p>
|
||||
<p>{'If a photo in this album has the same filename, update the file without changing the photo\'s properties'|@translate}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@@ -1416,5 +1416,6 @@ $lang['No comments selected, no actions possible.'] = 'No comments selected, no
|
||||
$lang['The comment has been validated.'] = 'The comment has been validated.';
|
||||
$lang['The comments have been validated.'] = 'The comments have been validated.';
|
||||
$lang['Are you sure you want to delete "%d" comments?'] = 'Are you sure you want to delete "%d" comments?';
|
||||
$lang['If a photo in this album has the same filename, update the file without changing the photo\'s properties'] = 'If a photo in this album has the same filename, update the file without changing the photo\'s properties';
|
||||
|
||||
// Leave this line empty
|
||||
@@ -1418,4 +1418,5 @@ $lang['No comments selected, no actions possible.'] = 'Aucun commentaire sélect
|
||||
$lang['The comment has been validated.'] = 'Le commentaire a été validé.';
|
||||
$lang['The comments have been validated.'] = 'Les commentaires ont été validés.';
|
||||
$lang['Are you sure you want to delete "%d" comments?'] = 'Êtes-vous sûr de vouloir supprimer "%d" commentaires ?';
|
||||
$lang['If a photo in this album has the same filename, update the file without changing the photo\'s properties'] = 'Si une photo de cet album a le même nom de fichier, mettre à jour le fichier sans changer les propriétés de la photo';
|
||||
// Leave this line empty
|
||||
|
||||
Reference in New Issue
Block a user