Update l10n id
This commit is contained in:
parent
fcea981127
commit
4894d5162f
|
@ -7,7 +7,7 @@ uploadPageExplainer = Send files through a safe, private, and encrypted link tha
|
||||||
uploadPageLearnMore = Learn more
|
uploadPageLearnMore = Learn more
|
||||||
uploadPageDropMessage = Drop your file here to start uploading
|
uploadPageDropMessage = Drop your file here to start uploading
|
||||||
uploadPageSizeMessage = For the most reliable operation, it’s best to keep your file under 1GB
|
uploadPageSizeMessage = For the most reliable operation, it’s best to keep your file under 1GB
|
||||||
uploadPageBrowseButton = Select a file to upload
|
uploadPageBrowseButton1 = Select a file to upload
|
||||||
.title = Select a file to upload
|
.title = Select a file to upload
|
||||||
uploadPageMultipleFilesAlert = Uploading multiple files or a folder is currently not supported.
|
uploadPageMultipleFilesAlert = Uploading multiple files or a folder is currently not supported.
|
||||||
uploadPageBrowseButtonTitle = Upload file
|
uploadPageBrowseButtonTitle = Upload file
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<span id="file-size-msg"><em data-l10n-id="uploadPageSizeMessage"></em></span>
|
<span id="file-size-msg"><em data-l10n-id="uploadPageSizeMessage"></em></span>
|
||||||
<form method="post" action="upload" enctype="multipart/form-data">
|
<form method="post" action="upload" enctype="multipart/form-data">
|
||||||
<label for="file-upload" id="browse"
|
<label for="file-upload" id="browse"
|
||||||
data-l10n-id="uploadPageBrowseButton"></label>
|
data-l10n-id="uploadPageBrowseButton1"></label>
|
||||||
<input id="file-upload" type="file" name="fileUploaded" />
|
<input id="file-upload" type="file" name="fileUploaded" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue