diff --git a/themes/default/templates/index.html.ep b/themes/default/templates/index.html.ep index 72ada72..918a313 100644 --- a/themes/default/templates/index.html.ep +++ b/themes/default/templates/index.html.ep @@ -318,30 +318,17 @@ const baseURL = '<%= url_for('/')->to_abs() %>'; % } const actionURL = '<%= url_for('/')->to_abs() %>'; const i18n = { - enqueued: '<%= l('XXX file has been added to upload queue.') %>', compressing: '<%= l('Compression in progress...') %>', confirmExit: '<%= l('You have attempted to leave this page. The upload will be canceled. Are you sure?') %>', copied: '<%= l('Copied') %>', copyLink: '<%= l('Copy link') %>', - copyAll: '<%= l('Copy all links to clipboard') %>', - copySuccess: '<%= l('The link(s) has been copied to your clipboard') %>', - copyFail: '<%= l('Unable to copy the link(s) to your clipboard') %>', - cpText: '<%= l('Copy to clipboard') %>', - delText: '<%= l('Deletion link') %>', - dlText: '<%= l('Download link') %>', download: '<%= l('Download') %>', - encrypting: '<%= l('Encrypting part XX1 of XX2') %>', expiration: '<%= l('Expiration:') %>', fileUploaded: '<%= l('File uploaded') %>', - hit: '<%= l('Hit Enter, then Ctrl+C to copy the download link') %>', - hits: '<%= l('Hit Enter, then Ctrl+C to copy all the download links') %>', - mailTo: '<%= l('Send all links by email') %>', maxSize: '<%= l('(max size: XXX)') %>', noLimit: '<%= l('No expiration delay') %>', - sending: '<%= l('Sending part XX1 of XX2. Please, be patient, the progress bar can take a while to move.') %>', unknownYet: '<%= l('Unknown yet') %>', uploading: '<%= l('Upload in progress...') %>', - wsProblem: '<%= l('Websocket communication error') %>', }; const maxSize = <%= config('max_file_size') || 0 %>;