Ignore:
Timestamp:
Sep 13, 2012, 3:56:14 AM (12 years ago)
Author:
mistic100
Message:
  • now archive comment is well added
  • add PclZip library for servers without ZipArchive
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/language/fr_FR/plugin.lang.php

    r16697 r17880  
    4040$lang['Return to download page'] = 'Retourner à la page de téléchargement';
    4141$lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'Attention: ZipArchive n\'accepte pas les caractères spéciaux comme les caractères accentués, les guillemets (») et les alphabets non-latin.';
    42 $lang['Unable to find ZipArchive PHP extension, Batch Downloader can\'t work without this extension.'] = 'Impossible de trouver l\'extension PHP ZipArchive, Batch Downloader ne peut fonctionner sans cette extension';
     42$lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'Impossible de trouver l\'extension PHP ZipArchive, Batch Downloader va utiliser PclZip à la place, mais avec des performances dégradées.';
    4343$lang['Remove from download set'] = 'Supprimer du lot';
    4444$lang['Confirm the download of %d pictures?'] = 'Confirmer le téléchargementde %d photos ?';
Note: See TracChangeset for help on using the changeset viewer.