Changeset 7608
- Timestamp:
- Nov 3, 2010, 8:50:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Download_Multi/language/en_UK/plugin.lang.php
r3986 r7608 56 56 $lang['dl_type_high'] = 'High definition'; 57 57 $lang['dl_cart'] = 'Cart'; 58 $lang['dl_no_download_title'] = ' Les images suivantes ne peuvent pas être téléchargées en haute définition';59 $lang['dl_no_download_high'] = ' est indisponible en haut définition;';60 $lang['dl_no_download_http'] = ' est indisponible au téléchargement;';61 $lang['dl_no_file'] = ' Aucuns fichiers à télécharger.';58 $lang['dl_no_download_title'] = 'The following images can\’t be downloaded in high definition'; 59 $lang['dl_no_download_high'] = ' is unavailable in high definition;'; 60 $lang['dl_no_download_http'] = ' is unavailable for download;'; 61 $lang['dl_no_file'] = 'No files to download.'; 62 62 63 63 /* ----------- Administration ------------ */ 64 64 $lang['dl_title'] = 'Download Multi'; 65 65 $lang['dl_title_config'] = 'Download Multi configuration'; 66 $lang['dl_zip_active_comment'] = 'Activ er les commentaires dans le fichier zip. <br /><i>Ne fonctionne pas chezfree.fr.</i>';67 $lang['dl_zip_comment'] = 'Comment aire qui sera affiché dans le fichier zip';68 $lang['dl_group_id'] = 'Group e autorisé à télécharger les images. Utiliser la touche <i>ctrl</i> pour en sélectionner plusieurs.';69 $lang['dl_max_size'] = ' Taille maximal des archives en octets';70 $lang['dl_zip_prefix'] = ' Préfixe par défaut pour le nom des fichiers zip télécharger';71 $lang['dl_zip_prefix_car'] = ' Le champ <i>Préfixe par défaut des nom de fichiers zip télécharger</i> ne peut contenir que des chiffres et des lettres sansaccents.';72 $lang['dl_zip_dir_prefix'] = 'Pr éfixe du répertoire utiliser lors de la décompression';73 $lang['dl_zip_dir_prefix_car'] = ' Le champ <i>Préfixe du répertoire utiliser lors de la décompression</i> ne peut contenir que des chiffres et des lettres sansaccents.';74 $lang['dl_backup_config'] = ' Configuration de Download Multi sauvegardée';66 $lang['dl_zip_active_comment'] = 'Activate the comments in the zip file. <br /><i>Does not work at free.fr.</i>'; 67 $lang['dl_zip_comment'] = 'Comment to be displayed in the zip file.'; 68 $lang['dl_group_id'] = 'Group allowed to download pictures. Use the <i>ctrl</i> key to select multiple.'; 69 $lang['dl_max_size'] = 'Maximum size of the archives (in bytes)'; 70 $lang['dl_zip_prefix'] = 'Default prefix for the names of the downloading files zip'; 71 $lang['dl_zip_prefix_car'] = 'The Prefix field <i> default download zip file name </ i> can only contain numbers and letters without accents.'; 72 $lang['dl_zip_dir_prefix'] = 'Prefix directory to use during decompression'; 73 $lang['dl_zip_dir_prefix_car'] = 'The <i> Prefix directory to use when decompressing </ i> can only contain numbers and letters without accents.'; 74 $lang['dl_backup_config'] = 'Download Multi saved configuration'; 75 75 $lang['dl_converter'] = 'Converter'; 76 $lang['dl_zip_pattern_name'] = 'Génération du nom de vos archives, utilisez [date] pour insérer la date sous la forme : YYYYMMDD et [rand] pour générer un chiffre aléatoire'; 77 $lang['dl_select_dl'] = 'Type de téléchargement par défaut'; 78 79 $lang['dl_error_group_id'] = 'Vous devez indiquer le groupe authorisé à télécharger les images'; 80 $lang['dl_error_file_size'] = 'Vous devez indiquer la taille des archives'; 81 $lang['dl_error_file_size_car'] = 'Le champ <i>Taille maximal des archives en octets</i> ne peut contenir que des chiffres.'; 82 $lang['dl_zip_pattern_name_car'] = 'Le champ <i>Génération du nom de vos archives</i> ne peut contenir que des chiffres et des lettres sans accents.'; 83 $lang['dl_error_pattern_name'] = 'Le champ <i>Génération du nom de vos archives</i> ne peut être vide.'; 76 $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'; 77 $lang['dl_select_dl'] = 'Download Type Default'; 78 $lang['dl_error_group_id'] = 'You must indicate the group authorized to download images'; 79 $lang['dl_error_file_size'] = 'You have to specify the size of the archive'; 80 $lang['dl_error_file_size_car'] = 'The maximum field size <i> archives in bytes </ i> can contain only numbers.'; 81 $lang['dl_zip_pattern_name_car'] = 'The field <i>Generating the name of your archive </ i> can only contain numbers and letters without accents.'; 82 $lang['dl_error_pattern_name'] = 'The field <i>Generating the name of your archive </ i> can\'t be empty.'; 84 83 $lang['dl_create_category'] = 'Re-créer la structure des catégories dans les archives générées'; 85 84 86 $lang['dl_title_information'] = 'Information sur votreconfiguration';87 $lang['dl_class_zip'] = ' Vous utilisez: ';85 $lang['dl_title_information'] = 'Information about your configuration'; 86 $lang['dl_class_zip'] = 'You use : '; 88 87 89 88 /* ----------- Installation -------------- */
Note: See TracChangeset
for help on using the changeset viewer.