tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

HtmlForm.properties (2114B)


      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/.
      4 
      5 Reset=Reset
      6 Submit=Submit Query
      7 Browse=Browse…
      8 FileUpload=File Upload
      9 DirectoryUpload=Select Folder to Upload
     10 DirectoryPickerOkButtonLabel=Upload
     11 ForgotPostWarning=Form contains enctype=%S, but does not contain method=post.  Submitting normally with method=GET and no enctype instead.
     12 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.
     13 # LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName
     14 DefaultFormSubject=Form Post from %S
     15 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.
     16 AllSupportedTypes=All Supported Types
     17 # LOCALIZATION NOTE (NoFileSelected): this string is shown on a
     18 # <input type='file'> when there is no file selected yet.
     19 NoFileSelected=No file selected.
     20 # LOCALIZATION NOTE (NoFilesSelected): this string is shown on a
     21 # <input type='file' multiple> when there is no file selected yet.
     22 NoFilesSelected=No files selected.
     23 # LOCALIZATION NOTE (NoDirSelected): this string is shown on a
     24 # <input type='file' directory/webkitdirectory> when there is no directory
     25 # selected yet.
     26 NoDirSelected=No directory selected.
     27 # LOCALIZATION NOTE (XFilesSelected): this string is shown on a
     28 # <input type='file' multiple> when there are more than one selected file.
     29 # %S will be a number greater or equal to 2.
     30 XFilesSelected=%S files selected.
     31 ColorPicker=Choose a color
     32 # LOCALIZATION NOTE (DefaultSummary): this string is shown on a <details> when
     33 # it has no direct <summary> child. Google Chrome should already have this
     34 # string translated.
     35 DefaultSummary=Details