tigre1 Posted September 20, 2013 Share Posted September 20, 2013 Bonjour; avez vous déjà pu traduite en français le No File selected ainsi que le Choose File du formulaire contact prestashop quand on autorise le téléchargement de fichier Merci Link to comment Share on other sites More sharing options...
tigre1 Posted September 24, 2013 Author Share Posted September 24, 2013 aucune réponse ...la question doit être difficile... Link to comment Share on other sites More sharing options...
Bondaty and Co Posted September 26, 2013 Share Posted September 26, 2013 Topic déplacé section "configuration utilisation" Merci d'être vigilant avant de poster un topic: Discussion généraleEcommerce, hébergement web, manifestations web, actualité PrestaShop... Tout ce qui n'a pas de rapport direct avec votre utilisation du logiciel ! Link to comment Share on other sites More sharing options...
prestacheap Posted February 11, 2014 Share Posted February 11, 2014 (edited) avez vous déjà pu traduite en français le No File selected ainsi que le Choose File du formulaire contact prestashop quand on autorise le téléchargement de fichier Bonjour, C'est uniform.js qui refait sa trad comme bon lui semble. EDIT : 1.5.X /themes/XXX/js/source/jquery.uniform.js 1.6.X /themes/XXX/js/jquery/jquery.uniform-modify.js Soit dans les options par défaut : $.uniform = { // Default options that can be overridden globally or when uniformed // globally: $.uniform.defaults.fileButtonHtml = "Pick A File"; // on uniform: $('input').uniform({fileButtonHtml: "Pick a File"}); defaults: { // fileButtonHtml: "Choose File", fileButtonHtml: "Choisir un MAXI FICHIER", // fileDefaultHtml: "No file selected", fileDefaultHtml: "Pas de MAXI FICHIER", }, Soit dans l'appel : // $("select.form-control,input[type='checkbox']:not(.comparator), input[type='radio'],input#id_carrier2, input[type='file']").uniform(); $("select.form-control,input[type='checkbox']:not(.comparator), input[type='radio'],input#id_carrier2").uniform(); $("input[type='file']").uniform(fileButtonHtml: "Choisir un MAXI FICHIER", fileDefaultHtml: "Pas de MAXI FICHIER"}); Réglage optimum de la largeur du champ upload : /themes/XXX/css/jquery/uniform.default.css div.uploader span.filename { /* width: 172px; OLD */ max-width: 100%; } . Par contre, maxibigteuf pour le multilingue. Edited February 17, 2014 by prestacheap (see edit history) Link to comment Share on other sites More sharing options...
Gavimse Posted February 17, 2014 Share Posted February 17, 2014 Pour info, dans mon presta 1.5.6, j'ai pu faire la modif de traduction dans /themes/XXX/js/source/jquery.uniform.js Link to comment Share on other sites More sharing options...
tigre1 Posted February 17, 2014 Author Share Posted February 17, 2014 merci pour les réponses Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now