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
5Reset=Reset
6Submit=Submit Query
7Browse=Browse…
8FileUpload=File Upload
9DirectoryUpload=Select Folder to Upload
10DirectoryPickerOkButtonLabel=Upload
11ForgotPostWarning=Form contains enctype=%S, but does not contain method=post.  Submitting normally with method=GET and no enctype instead.
12ForgotFileEnctypeWarning=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
14DefaultFormSubject=Form Post from %S
15CannotEncodeAllUnicode=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.
16AllSupportedTypes=All Supported Types
17# LOCALIZATION NOTE (NoFileSelected): this string is shown on a
18# <input type='file'> when there is no file selected yet.
19NoFileSelected=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.
22NoFilesSelected=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.
26NoDirSelected=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.
30XFilesSelected=%S files selected.
31ColorPicker=Choose a color
32# LOCALIZATION NOTE (AndNMoreFiles): Semi-colon list of plural forms.
33# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
34# This string is shown at the end of the tooltip text for <input type='file'
35# multiple> when there are more than 21 files selected (when we will only list
36# the first 20, plus an "and X more" line). #1 represents the number of files
37# minus 20 and will always be a number equal to or greater than 2. So the
38# singular case will never be used.
39AndNMoreFiles=and one more;and #1 more
40# LOCALIZATION NOTE (DefaultSummary): this string is shown on a <details> when
41# it has no direct <summary> child. Google Chrome should already have this
42# string translated.
43DefaultSummary=Details
44