Upload a file with a password

This commit is contained in:
yflory
2018-05-28 17:50:28 +02:00
parent 8aac7bad45
commit 66655b4a23
4 changed files with 39 additions and 5 deletions

View File

@@ -604,6 +604,8 @@ define(function () {
out.upload_rename = "Do you want to rename <b>{0}</b> before uploading it to the server?<br>" +
"<em>The file extension ({1}) will be added automatically. "+
"This name will be permanent and visible to other users.</em>";
out.upload_password = "Do you want to protect your file with a password?<br>" +
"If you choose <em>Do not ask me again</em>, uploaded files won't have a password.";
out.upload_serverError = "Server Error: unable to upload your file at this time.";
out.upload_uploadPending = "You already have an upload in progress. Cancel it and upload your new file?";
out.upload_success = "Your file ({0}) has been successfully uploaded and added to your drive.";