| // | Mod description : | // | Ce module est base sur le module existant pour le telechargement, | // | cette version permet le telechargement sur plusieurs pages. | // +-----------------------------------------------------------------------+ // | This program is free software; you can redistribute it and/or modify | // | it under the terms of the GNU General Public License as published by | // | the Free Software Foundation | // | | // | This program is distributed in the hope that it will be useful, but | // | WITHOUT ANY WARRANTY; without even the implied warranty of | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | // | General Public License for more details. | // | | // | You should have received a copy of the GNU General Public License | // | along with this program; if not, write to the Free Software | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | // | USA. | // +-----------------------------------------------------------------------+ $lang['dl_select_all'] = 'Select all'; $lang['dl_start'] = 'Download your cart'; $lang['dl_preview'] = 'View your cart'; $lang['dl_uncheck'] = 'Unselect all'; $lang['dl_select'] = 'Add in cart'; $lang['dl_title'] = 'Download the images'; $lang['dl_thumbnail'] = 'Download the thumbnails'; $lang['dl_normal'] = 'Download the normal pictures'; $lang['dl_high'] = 'Download the high resolution pictures'; $lang['dl_legend_select'] = 'Select the pictures'; $lang['dl_message_cart'] = 'You have %s pictures'; $lang['dl_trash'] = 'Empty the cart'; $lang['dl_archive'] = 'View archives'; $lang['dl_choice_image'] = 'You must choose at least one picture.'; $lang['dl_dir_zip'] = 'Impossible to create directory'; $lang['dl_title_erreur'] = 'Error'; $lang['dl_title_telechargement'] = 'Files list'; $lang['dl_empty_cart'] = 'Empty cart'; $lang['dl_bt_select'] = 'Select'; $lang['dl_bt_unselect'] = 'Unselect'; $lang['dl_bt_delete'] = 'Delete'; $lang['dl_th_file'] = 'Files'; $lang['dl_th_date'] = 'Create Date'; $lang['dl_th_action'] = 'Action'; $lang['dl_no_file'] = 'No files'; $lang['dl_prefix_file'] = 'File Prefix'; $lang['dl_prefix_button'] = 'Send'; $lang['dl_type_thumbnail'] = 'Thumbnail'; $lang['dl_type_normal'] = 'Normal'; $lang['dl_type_high'] = 'High definition'; $lang['dl_cart'] = 'Cart'; $lang['dl_no_download_title'] = 'The following images can\’t be downloaded in high definition'; $lang['dl_no_download_high'] = ' is unavailable in high definition;'; $lang['dl_no_download_http'] = ' is unavailable for download;'; $lang['dl_no_file'] = 'No files to download.'; /* ----------- Administration ------------ */ $lang['dl_title'] = 'Download Multi'; $lang['dl_title_config'] = 'Download Multi configuration'; $lang['dl_zip_active_comment'] = 'Activate the comments in the zip file.
Does not work at free.fr.'; $lang['dl_zip_comment'] = 'Comment to be displayed in the zip file.'; $lang['dl_group_id'] = 'Group allowed to download pictures. Use the ctrl key to select multiple.'; $lang['dl_max_size'] = 'Maximum size of the archives (in bytes)'; $lang['dl_zip_prefix'] = 'Default prefix for the names of the downloading files zip'; $lang['dl_zip_prefix_car'] = 'The Prefix field default download zip file name can only contain numbers and letters without accents.'; $lang['dl_zip_dir_prefix'] = 'Prefix directory to use during decompression'; $lang['dl_zip_dir_prefix_car'] = 'The Prefix directory to use when decompressing can only contain numbers and letters without accents.'; $lang['dl_backup_config'] = 'Download Multi saved configuration'; $lang['dl_converter'] = 'Converter'; $lang['dl_zip_pattern_name'] = 'Generate the name of your records, use [date] to insert the date in the form YYYYMMDD and [rand] to generate a random number'; $lang['dl_select_dl'] = 'Download Type Default'; $lang['dl_error_group_id'] = 'You must indicate the group authorized to download images'; $lang['dl_error_file_size'] = 'You have to specify the size of the archive'; $lang['dl_error_file_size_car'] = 'The maximum field size archives in bytes can contain only numbers.'; $lang['dl_zip_pattern_name_car'] = 'The field Generating the name of your archive can only contain numbers and letters without accents.'; $lang['dl_error_pattern_name'] = 'The field Generating the name of your archive can\'t be empty.'; $lang['dl_create_category'] = 'Re-créer la structure des catégories dans les archives générées'; $lang['dl_title_information'] = 'Information about your configuration'; $lang['dl_class_zip'] = 'You use : '; /* ----------- Installation -------------- */ $lang['dl_mysql_version'] = 'MySQL version incompatible. Required minimum version is 4.1'; $lang['dl_php_version'] = 'PHP version lower than 5, installation impossible'; $lang['dl_install_ok'] = 'Installation OK'; $lang['dl_class_exist'] = 'So the gallery to work properly, your server must use the ZipArchive PHP class, contact your ISP provider to have it activated'; ?>