Support Home Page › Forums › Joomla Software › Easy File Uploader Module › my French traduction + problem no index.html in folders.
- This topic has 4 replies, 2 voices, and was last updated 12 years, 5 months ago by doc_denis.
-
AuthorPosts
-
August 1, 2012 at 6:31 pm #480doc_denisParticipant
Hello, i’m french user.
I installed Easy File Upload without any problem, bravo for this module.
I found a problem to be corrected:
when creating the user folder, the script does not create index.html file.
I semblerai important to add this feature.
The translation in French that I did is below:
; Easy Folder Listing
; Copyright (C) 2010 – 2012 Michael Albert Gilkes. All rights reserved.
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
; Note : All ini files need to be saved as UTF-8 – No BOM
;
; These translations are used for:
; a. front-end text
; b. back-end text
;
; Keys in XML details file
MOD_EFU_DESCRIPTION=”<h2>Easy File Uploader – Version 2.0</h2><h4>Developed by Michael Gilkes
Valor Apps</h4><h3>Description</h3><p>Il s’agit d’un module flexible de téléchargement. Il permet à l’administrateur de spécifier un dossier de destination, et permet à l’utilisateur de télécharger des fichiers. L’administrateur peut également spécifier le nombre de fichiers qui peuvent être téléchargés simultanément, ainsi que le texte de l’avant. Vous pouvez même avoir plus d’un module de son genre sur la même page.</p>”MOD_EFU_LABELTEXT_LABEL=”Texte envoi image”
MOD_EFU_LABELTEXT_DESC=”Texte a cote du bouton parcourir.”
MOD_EFU_BUTTON_LABEL=”Texte du bouton envoyer”
MOD_EFU_BUTTON_DESC=”le texte du bouton envoyer.”
MOD_EFU_PARENT_LABEL=”choisir le dossier parent”
MOD_EFU_PARENT_DESC=”c’est dans ce dossier que seront les images.”
MOD_EFU_FOLDER_LABEL=”Dossier de destination”
MOD_EFU_FOLDER_DESC=”Le dossier de destination dans le dossier parent”
MOD_EFU_MAXSIZE_LABEL=”Taille maxi de l’image (bytes)”
MOD_EFU_MAXSIZE_DESC=”taille maxi par envoi.”
MOD_EFU_BGCOLOR_LABEL=”couleur de fond résultat”
MOD_EFU_BGCOLOR_DESC=”La couleur de fond des informations apres envoi”
MOD_EFU_DETAILS_SPACER=”<b>Details</b>”
MOD_EFU_FILETYPES_LABEL=”Extentions permises (separé par point virgule,
exemple :
<i>image/gif;image/jpg;</i>)”MOD_EFU_FILETYPES_DESC=”types de fichiers que vous autorisés a uploader (separated by semi-colon). Type asterisk (*) to allow any type.”
MOD_EFU_QUESTION_LABEL=”Texte Question remplacement fichiers existant”
MOD_EFU_QUESTION_DESC=”Le texte pour demander l’action voulez-vous remplacer le fichier existant”
MOD_EFU_YESTEXT_LABEL=”texte du bouton Oui”
MOD_EFU_YESTEXT_DESC=”le oui du bouton remplacer fichier.”
MOD_EFU_NOTEXT_LABEL=”texte du bouton non”
MOD_EFU_NOTEXT_DESC=”le oui du bouton remplacer fichier”
MOD_EFU_REPLACE_LABEL=”Inclure l’option voulez-vous ecraser fichier existant ?”
MOD_EFU_REPLACE_DESC=”Cela permet à l’administrateur de décider d’inclure une option dans le front-end pour remplacer en fichier existant avec le même nom de fichier que le fichier à télécharger.”
MOD_EFU_YES_VALUE=”Oui”
MOD_EFU_NO_VALUE=”Non”
MOD_EFU_FORMAT_SPACER=”<b>Uploader Format</b>”
MOD_EFU_VARIABLE_LABEL=”Input File Variable Name”
MOD_EFU_VARIABLE_DESC=”This allows you to specify the variable name of the input file. Only change this if you intend to have more than one Easy File Uploader module on a single article page. In that case, each module should have its own unique name.”
MOD_EFU_MULTIPLE_LABEL=”Nombre de fichiers à Uploader”
MOD_EFU_MULTIPLE_DESC=”le nombre d’images a uploader en un envoi. par défaut sur 1, vous pouvez en mettre 10 en simultanés !.”
MOD_EFU_ADVANCED_SPACER=”<b>Avancé</b>”
MOD_EFU_USER_LABEL=”Créer sous dossier au nom d’utisateur”
MOD_EFU_USER_DESC=”Choisissez Oui pour uploader dans le dossier portant le nom de l’utilisateur Super pratique avec une intégration Virtuemart.”
MOD_EFU_FILTER_SPACER=”<b>Class Filtering</b>”
MOD_EFU_SUFFIX_LABEL=”Module Class Suffix”
MOD_EFU_SUFFIX_DESC=”Module Class Suffix”
MOD_EFU_RETURN_CODE=”Return Code”
MOD_EFU_REPLACEMENT_APPROVED=”Replacement accepté. ancien fichier remplacé.”
MOD_EFU_ALREADY_EXISTS=”le fichier existe déjà.”
MOD_EFU_TOO_LARGE_ERROR=”ERROR: Le fichier est trop gros. Merci de le réduire avant l’envoi “
MOD_EFU_INVALID_ERROR_BEGIN=”ERREUR: vous ne pouvez pas envoyer ce type de fichier “
MOD_EFU_INVALID_ERROR_END=”Ce n’est pas autorisé.”
MOD_EFU_UPLOAD_SUCCESSFUL=”Envoyé avec succès”
MOD_EFU_NAME=”Nom”
MOD_EFU_TYPE=”Type”
MOD_EFU_SIZE=”Taille”
MOD_EFU_INI_SIZE_ERROR=”The uploaded file exceeds the upload_max_filesize directive in php.ini”
MOD_EFU_FORM_SIZE_ERROR=”The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form”
MOD_EFU_PARTIAL_ERROR=”Le fichier n’a été que partiellement téléchargé”
MOD_EFU_NO_FILE_ERROR=”Pas de fichier a été téléchargé”
MOD_EFU_NO_TMP_DIR_ERROR=”problème de dossier temporaire”
MOD_EFU_CANT_WRITE_ERROR=”Impossible d’écrire le fichier”
MOD_EFU_EXTENSION_ERROR=”Envoi arrêté par extension”
MOD_EFU_UNKNOWN_ERROR=”erreur inconnue”
MOD_EFU_BYTES=”bytes”
my post on France for joomla virtuemart integration with:
thank you for your work
August 2, 2012 at 7:30 am #1759doc_denisParticipantsolution for index.html no create.
put the .htaccess in parent folder.
my content of .htaccess in the parent folder :
options -indexes
and enjoy ! no access for the public ! …good 🙂
August 2, 2012 at 1:03 pm #1760Michael GilkesKeymaster@doc_denis. Thanks for your french translation contribution. I will include it in the next release, and give you credit for it.
As for the index.html file, I really hadn’t thought of that. Thanks for bringing it to my attention, and also, thanks for the optional .htaccess solution. I am not a .htaccess expert… so, could you explain what that .htaccess does?
Does it block access to subfolders that do not have a index.html file present?
August 3, 2012 at 3:33 pm #1761doc_denisParticipantHello, (translated by Google) 🙂
yes that’s right.
. htaccess prevents reading the parent folder and subfolders.
example here:
http://www.atribucreations.com/images/clients/testeur
unauthorized access
go through “the media manager” to access file and folder.
the parent is /images/clients
the user folder is /images/clients/testeur
we must put the htaccess in the /images/clients to protect everything.
My post for integration in VirtueMart2 on the french community forum :
August 3, 2012 at 4:14 pm #1762doc_denisParticipantHello,
Here are the corrected translation for better understanding
2012/08/03
-
AuthorPosts
- The topic ‘my French traduction + problem no index.html in folders.’ is closed to new replies.