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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

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

mercurial