[dom]
Bug 838354 - Remove all capture button references from nsFileControlFrame,
Bug 345195 - Replace the anonymous <input type='text'> in <input type='file'> by a xul:label,
Bug 838704 - Show "X files selected" when there are more than one selected file.
[dom]
Bug 838354 - Remove all capture button references from nsFileControlFrame,
Bug 345195 - Replace the anonymous <input type='text'> in <input type='file'> by a xul:label,
Bug 838704 - Show "X files selected" when there are more than one selected file.
--- a/dom/chrome/layout/HtmlForm.properties
+++ b/dom/chrome/layout/HtmlForm.properties
@@ -1,21 +1,30 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Reset=Effacer
Submit=Envoyer
Browse=Parcourir…
FileUpload=Envoi du fichier
-MediaUpload=Envoi d'un média
# LOCALIZATION NOTE (IsIndexPromptWithSpace): The last character of the string
# should be a space (U+0020) in most locales. The prompt is followed by an
# input field. The space needs be escaped in the property file to avoid
# trimming.
IsIndexPromptWithSpace=Ceci est un index de recherche. Saisissez des mots-clés pour la recherche :\u0020
ForgotPostWarning=Le formulaire spécifie l'encodage %S, mais ne spécifie pas la méthode POST. L'envoi sera plutôt effectué avec la méthode GET et sans spécifier d'encodage.
ForgotFileEnctypeWarning=Le formulaire contient un champ de sélection de fichier, mais ne spécifie pas la méthode POST et l'encodage « multipart/form-data ». Le fichier ne sera pas envoyé.
# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName
DefaultFormSubject=Formulaire posté depuis %S
CannotEncodeAllUnicode=Un formulaire a été soumis avec l'encodage de caractères « %S » qui ne peut pas encoder tous les caractères Unicode, la saisie de l'utilisateur pourrait donc être corrompue. Pour éviter ce problème, la page pourrait être modifiée pour que le formulaire soit soumis avec l'encodage UTF-8, soit en changeant l'encodage de la page elle-même en UTF-8 soit en spécifiant « accept-charset=utf-8 » dans l'élément formulaire.
AllSupportedTypes=Tous les formats pris en charge
+# LOCALIZATION NOTE (NoFileSelected): this string is shown on a
+# <input type='file'> when there is no file selected yet.
+NoFileSelected=Aucun fichier sélectionné.
+# LOCALIZATION NOTE (NoFilesSelected): this string is shown on a
+# <input type='file' multiple> when there is no file selected yet.
+NoFilesSelected=Aucun fichier sélectionné.
+# LOCALIZATION NOTE (XFilesSelected): this string is shown on a
+# <input type='file' multiple> when there are more than one selected file.
+# %S will be a number greater or equal to 2.
+XFilesSelected=%S fichiers sélectionnés.