michael@0: # This Source Code Form is subject to the terms of the Mozilla Public
michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0:
michael@0: Reset=Reset
michael@0: Submit=Submit Query
michael@0: Browse=Browse…
michael@0: FileUpload=File Upload
michael@0: # LOCALIZATION NOTE (IsIndexPromptWithSpace): The last character of the string
michael@0: # should be a space (U+0020) in most locales. The prompt is followed by an
michael@0: # input field. The space needs be escaped in the property file to avoid
michael@0: # trimming.
michael@0: IsIndexPromptWithSpace=This is a searchable index. Enter search keywords:\u0020
michael@0: ForgotPostWarning=Form contains enctype=%S, but does not contain method=post. Submitting normally with method=GET and no enctype instead.
michael@0: 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.
michael@0: # LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName
michael@0: DefaultFormSubject=Form Post from %S
michael@0: 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.
michael@0: AllSupportedTypes=All Supported Types
michael@0: # LOCALIZATION NOTE (NoFileSelected): this string is shown on a
michael@0: # when there is no file selected yet.
michael@0: NoFileSelected=No file selected.
michael@0: # LOCALIZATION NOTE (NoFilesSelected): this string is shown on a
michael@0: # when there is no file selected yet.
michael@0: NoFilesSelected=No files selected.
michael@0: # LOCALIZATION NOTE (XFilesSelected): this string is shown on a
michael@0: # when there are more than one selected file.
michael@0: # %S will be a number greater or equal to 2.
michael@0: XFilesSelected=%S files selected.
michael@0: ColorPicker=Choose a color
michael@0: # LOCALIZATION NOTE (AndNMoreFiles): Semi-colon list of plural forms.
michael@0: # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
michael@0: # 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
michael@0: # the first 20, plus an "and X more" line). #1 represents the number of files
michael@0: # minus 20 and will always be a number equal to or greater than 2. So the
michael@0: # singular case will never be used.
michael@0: AndNMoreFiles=and one more;and #1 more