source: extensions/autoupdate/language/fr_FR/plugin.lang.php @ 4007

Last change on this file since 4007 was 4007, checked in by patdenice, 15 years ago

[Plugin Autoupdate]
Try to change chmod if extraction fail.

File size: 654 bytes
Line 
1<?php
2
3$lang['Click here to upgrade automatically'] = 'Cliquez ici pour une mise à jour automatique';
4$lang['autoupdate_alert'] = 'Etes-vous sûr de vouloir mettre à jour piwigo automatiquement?\nAttention!!! Les fichiers modifiés manuellement pourront être écrasés.';
5$lang['autoupdate_success'] = 'Piwigo a été mis à jour avec succès (version %s)';
6$lang['autoupdate_fail'] = 'Une erreur est survenue pendant la mise à jour.';
7
8$lang['autoupdate_extract_fail'] = 'Impossible d\'extraire les fichiers. Veuillez vérifier les permissions des fichiers de votre installation.<br><a href="%s">Cliquez ici pour voir le rapport d\'erreur</a>.';
9
10?>
Note: See TracBrowser for help on using the repository browser.