dom/locales/en-US/chrome/layout/HtmlForm.properties

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 4
michael@0 5 Reset=Reset
michael@0 6 Submit=Submit Query
michael@0 7 Browse=Browse…
michael@0 8 FileUpload=File Upload
michael@0 9 # LOCALIZATION NOTE (IsIndexPromptWithSpace): The last character of the string
michael@0 10 # should be a space (U+0020) in most locales. The prompt is followed by an
michael@0 11 # input field. The space needs be escaped in the property file to avoid
michael@0 12 # trimming.
michael@0 13 IsIndexPromptWithSpace=This is a searchable index. Enter search keywords:\u0020
michael@0 14 ForgotPostWarning=Form contains enctype=%S, but does not contain method=post. Submitting normally with method=GET and no enctype instead.
michael@0 15 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 16 # LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName
michael@0 17 DefaultFormSubject=Form Post from %S
michael@0 18 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 19 AllSupportedTypes=All Supported Types
michael@0 20 # LOCALIZATION NOTE (NoFileSelected): this string is shown on a
michael@0 21 # <input type='file'> when there is no file selected yet.
michael@0 22 NoFileSelected=No file selected.
michael@0 23 # LOCALIZATION NOTE (NoFilesSelected): this string is shown on a
michael@0 24 # <input type='file' multiple> when there is no file selected yet.
michael@0 25 NoFilesSelected=No files selected.
michael@0 26 # LOCALIZATION NOTE (XFilesSelected): this string is shown on a
michael@0 27 # <input type='file' multiple> when there are more than one selected file.
michael@0 28 # %S will be a number greater or equal to 2.
michael@0 29 XFilesSelected=%S files selected.
michael@0 30 ColorPicker=Choose a color
michael@0 31 # LOCALIZATION NOTE (AndNMoreFiles): Semi-colon list of plural forms.
michael@0 32 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
michael@0 33 # This string is shown at the end of the tooltip text for <input type='file'
michael@0 34 # multiple> when there are more than 21 files selected (when we will only list
michael@0 35 # the first 20, plus an "and X more" line). #1 represents the number of files
michael@0 36 # minus 20 and will always be a number equal to or greater than 2. So the
michael@0 37 # singular case will never be used.
michael@0 38 AndNMoreFiles=and one more;and #1 more

mercurial