From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../en-US/chrome/layout/HtmlForm.properties | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 dom/locales/en-US/chrome/layout/HtmlForm.properties (limited to 'dom/locales/en-US/chrome/layout/HtmlForm.properties') diff --git a/dom/locales/en-US/chrome/layout/HtmlForm.properties b/dom/locales/en-US/chrome/layout/HtmlForm.properties new file mode 100644 index 000000000..621a0b2b3 --- /dev/null +++ b/dom/locales/en-US/chrome/layout/HtmlForm.properties @@ -0,0 +1,49 @@ +# 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=Reset +Submit=Submit Query +Browse=Browse… +FileUpload=File Upload +DirectoryUpload=Select Folder to Upload +DirectoryPickerOkButtonLabel=Upload +# 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=This is a searchable index. Enter search keywords:\u0020 +ForgotPostWarning=Form contains enctype=%S, but does not contain method=post. Submitting normally with method=GET and no enctype instead. +ForgotFileEnctypeWarning=Form contains a file input, but is missing method=POST and enctype=multipart/form-data on the form. The file will not be sent. +# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName +DefaultFormSubject=Form Post from %S +CannotEncodeAllUnicode=A form was submitted in the %S encoding which cannot encode all Unicode characters, so user input may get corrupted. To avoid this problem, the page should be changed so that the form is submitted in the UTF-8 encoding either by changing the encoding of the page itself to UTF-8 or by specifying accept-charset=utf-8 on the form element. +AllSupportedTypes=All Supported Types +# LOCALIZATION NOTE (NoFileSelected): this string is shown on a +# when there is no file selected yet. +NoFileSelected=No file selected. +# LOCALIZATION NOTE (NoFilesSelected): this string is shown on a +# when there is no file selected yet. +NoFilesSelected=No files selected. +# LOCALIZATION NOTE (NoDirSelected): this string is shown on a +# when there is no directory +# selected yet. +NoDirSelected=No directory selected. +# LOCALIZATION NOTE (XFilesSelected): this string is shown on a +# when there are more than one selected file. +# %S will be a number greater or equal to 2. +XFilesSelected=%S files selected. +ColorPicker=Choose a color +DatePicker=Choose a date +# LOCALIZATION NOTE (AndNMoreFiles): Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# This string is shown at the end of the tooltip text for when there are more than 21 files selected (when we will only list +# the first 20, plus an "and X more" line). #1 represents the number of files +# minus 20 and will always be a number equal to or greater than 2. So the +# singular case will never be used. +AndNMoreFiles=and one more;and #1 more +# LOCALIZATION NOTE (DefaultSummary): this string is shown on a
when +# it has no direct child. Google Chrome should already have this +# string translated. +DefaultSummary=Details -- cgit v1.2.3